AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Aug 10 14:21 /home/auto/bin/AVLAPREP.001 Pipe version = Aug 10 14:21 /home/auto/bin/AVLAPIPE.001 Post version = Sep 7 11:26 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using private file /users/vlbacald/.dadevs for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 2: You are NOT assigned a TV device or server AIPS 2: You are NOT assigned a graphics device or server AIPS 2: Enter user ID number ?AIPS 2: 31DEC06 AIPS: AIPS 2: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 2: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 2: for details, type HELP GNUGPL AIPS 2: This is free software, and you are welcome to redistribute it AIPS 2: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 2: Previous session command-line history *not* recovered. AIPS 2: TAB-key completions enabled, type HELP READLINE for details. AIPS 2: Recovered POPS environment from last exit >>>AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 2: procedure pipedef1 AIPS 2: string*12 pnam AIPS 2: string*6 pcls AIPS 2: scalar pseq,pdsk AIPS 2: pdsk=1 AIPS 2: finish AIPS 2: pipedef1 AIPS 2: procedure namepipe AIPS 2: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 2: finish AIPS 2: procedure pipename AIPS 2: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 2: finish AIPS 2: AIPS 2: procedure checkcat AIPS 2: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 2: scalar numcat AIPS 2: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 2: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 2: if(numcat>0)then;recat;end;clrtemp AIPS 2: return numcat AIPS 2: finish AIPS 2: AIPS 2: procedure gx AIPS 2: $ inputs AIPS 2: go;wait AIPS 2: finish AIPS 2: AIPS 2: procedure pre_fillm AIPS 2: $LOS - sets VLA archive defaults for fillm AIPS 2: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 2: finish AIPS 2: AIPS 2: procedure fname AIPS 2: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 2: finish AIPS 2: AIPS 2: procedure del AIPS 2: error=1;zap AIPS 2: finish AIPS 2: AIPS 2: procedure skipdata AIPS 2: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 2: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 2: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 2: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 2: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 2: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 2: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 2: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 2: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 2: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 2: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 2: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 2: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 2: end AIPS 2: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 2: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure checkcal AIPS 2: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 2: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 2: scalar idx,jdx AIPS 2: string*16 sname AIPS 2: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 2: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 2: for jdx=1:idx AIPS 2: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 2: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try B1950 name AIPS 2: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 AIPS 2: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 name AIPS 2: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 2: end;end;end;clrtemp AIPS 2: end AIPS 2: $ if error>0 check on coords (for different name than standard) AIPS 2: $ but keyval not reliable to do this.. ?? AIPS 2: $ end AIPS 2: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 2: else;checkids;error=-1;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure j2000fix AIPS 2: $LOS - convert data to J2000 by default use of uvfix AIPS 2: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 2: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 2: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure datachks AIPS 2: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 2: if(error<1)then $ file exists AIPS 2: skipdata;if(error<1)then $ file was not zapped AIPS 2: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 2: j2000fix AIPS 2: $ addcalco AIPS 2: end;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure freqchks AIPS 2: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 2: scalar rows, nfrq AIPS 2: if(error<1)then $ file exists AIPS 2: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 2: if (nfrq > 1) then AIPS 2: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 2: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 2: for rows=1:nfrq AIPS 2: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 2: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 2: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 2: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 2: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 2: tget uvcop;freqid=1;clrtemp AIPS 2: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 2: finish AIPS 2: AIPS 2: procedure pre_move AIPS 2: $LOS - moves file to another AIPS user number AIPS 2: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: $ AIPS 2: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 2: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 2: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 2: $ Rearanged inputs and options, added integration time calculation, AIPS 2: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 2: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 2: $ array, use model,.. AIPS 2: $ AIPS 2: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 2: $ find imsize, find cutoffflux, include infi le AIPS 2: $--------------------------------------------------------------- AIPS 2: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 2: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 2: $=============================================== AIPS 2: $! Calibrating amplitude and phase, and imaging VLA data AIPS 2: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 2: $--------------------------------------------------------------- AIPS 2: $; Copyright (C) 2002-2006 AIPS 2: $; Associated Universities, Inc. Washington DC, USA. AIPS 2: $; AIPS 2: $; This program is free software; you can redistribute it and/o r AIPS 2: $; modify it under the terms of the GNU General Public License as AIPS 2: $; published by the Free Software Foundation; either version 2 of AIPS 2: $; the License, or (at your option) any later version. AIPS 2: $; AIPS 2: $; This program is distributed in the hope that it will be usef ul, AIPS 2: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 2: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 2: $; GNU General Public License for more details. AIPS 2: $; AIPS 2: $; You should have received a copy of the GNU General Public AIPS 2: $; License along with this program; if not, write to the Free AIPS 2: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 2: $; MA 02139, USA. AIPS 2: $; AIPS 2: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 2: $; Internet email: aipsmail@nrao.edu. AIPS 2: $; Postal address: AIPS Project Office AIPS 2: $; National Radio Astronomy Observatory AIPS 2: $; 520 Edgemont Road AIPS 2: $; Charlottesville, VA 22903-2475 USA AIPS 2: $--------------------------------------------------------------- AIPS 2: $=============================================================== AIPS 2: AIPS 2: procedure pipeinit AIPS 2: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 2: scalar lsids,star,tint,fsw AIPS 2: string*2 lstyp AIPS 2: string*3 lsvla AIPS 2: string*6 lsidc,lsstrng AIPS 2: string*16 lsidn,lscal AIPS 2: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 2: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 2: string*20 expnm AIPS 2: string*48 expmsg AIPS 2: finish AIPS 2: pipeinit AIPS 2: AIPS 2: procedure pipeinpt AIPS 2: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 2: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 2: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 2: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 2: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 2: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 2: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 2: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 2: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 2: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 2: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 2: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 2: lsparm(9)=docal;lsparm(10)=doresid AIPS 2: $ check input values AIPS 2: $->lsbadd AIPS 2: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 2: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 2: if (error<>0) then AIPS 2: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 2: else AIPS 2: userid=0;k=1;lsname=0 AIPS 2: while (lsname=0);egetname k AIPS 2: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 2: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 2: else;k=k+1;end;end;end;else AIPS 2: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 2: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 2: else AIPS 2: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 2: end AIPS 2: end AIPS 2: AIPS 2: $->inname AIPS 2: $->inclass AIPS 2: $->inseq AIPS 2: $->fsw AIPS 2: $->lsflag AIPS 2: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 2: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 2: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 2: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 2: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 2: end AIPS 2: $->lscal AIPS 2: if (length(lscal)<>0) then AIPS 2: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 2: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 2: end AIPS 2: AIPS 2: $->lsflux AIPS 2: $-> #3+#4 uvrange AIPS 2: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 2: if((i=1)&(j=1))then;star=1;else; AIPS 2: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 2: end;end;end;end;clrtemp;end AIPS 2: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 2: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 2: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 2: end;end;clrtemp AIPS 2: $-> #11 dopol AIPS 2: $-> #12 bpa AIPS 2: $->lscont AIPS 2: $->lsplot AIPS 2: if (lsparm(1) > 0) then AIPS 2: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 2: else; AIPS 2: if (lsparm(5)=0) then; AIPS 2: keyword='TELESCOP';gethead; AIPS 2: if (substr(keystrng,1,3)<>'VLA') then; AIPS 2: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 2: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 2: for j=1:k AIPS 2: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 2: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: lsvla=substr(keystrng,i+1,i+3);else AIPS 2: lsvla=substr(keystrng,i+2,i+4);end AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 2: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: keyword=substr(keystrng,i+2,i+8);else AIPS 2: keyword=substr(keystrng,i+3,i+9);end AIPS 2: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 2: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 2: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 2: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 2: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 2: if(lsparm(5)>0)then AIPS 2: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 2: end;end;end;end AIPS 2: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 2: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 2: AIPS 2: $-> #7 niter AIPS 2: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 2: $-> #8 cutoff AIPS 2: $-> #9 docal AIPS 2: $-> #10 doresid AIPS 2: AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure getidn AIPS 2: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 2: finish AIPS 2: AIPS 2: procedure getset AIPS 2: default;getidn;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure lsclrcal AIPS 2: $ consolidate lists, deal with calcode='*' later AIPS 2: scalar lsidx,l,m,n AIPS 2: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 2: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 2: for i=1:lsidx $ remember source number AIPS 2: pixxy=i,3,0;tabget;error=0 AIPS 2: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 2: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 2: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 2: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 2: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 2: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 2: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 2: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 2: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 2: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 2: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 2: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 2: $here - clean up pnt cal for doubles - subtract from total count below AIPS 2: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 2: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 2: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 2: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 2: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 2: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 2: return;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure numtab(lsstrng) AIPS 2: keystrng'';j=0;clrtemp AIPS 2: while ((j<15)&(keystrng<>lsstrng)) AIPS 2: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 2: if (keystrng=lsstrng) then AIPS 2: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 2: keyword'';keystrng'';clrtemp AIPS 2: return keyvalue(1);finish AIPS 2: AIPS 2: procedure numbasel AIPS 2: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 2: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 2: for numbant=1:numarow AIPS 2: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 2: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 2: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 2: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 2: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 2: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 2: return numbase AIPS 2: finish AIPS 2: AIPS 2: procedure calcintt AIPS 2: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 2: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 2: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 2: else AIPS 2: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 2: if(numxrow>rmax)then;numxrow rmax;end AIPS 2: for numscan=1:numxrow;clrtemp AIPS 2: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 2: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 2: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 2: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 2: end;numcnst=numbasel;sum=0 AIPS 2: if (avr > 0) then AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 2: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 2: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 2: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 2: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 2: end AIPS 2: return avr AIPS 2: finish AIPS 2: AIPS 2: procedure guesintt AIPS 2: scalar intcst,intavr,intmod,intime AIPS 2: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 2: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 2: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 2: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 2: if (intavr>10) then AIPS 2: $ intime=10*floor(0.5+(intavr/10)) AIPS 2: intime=10*floor(intavr/10) AIPS 2: else;if (intavr>0) then AIPS 2: intmod=mod(intavr,intcst) AIPS 2: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 2: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 2: else;intime=intavr;end;end;clrtemp AIPS 2: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 2: return intime AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure chkobjct AIPS 2: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 2: then; object='3C286';end AIPS 2: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 2: then; object='3C48';end AIPS 2: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 2: then; object='3C138';end AIPS 2: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 2: then; object='3C147';end AIPS 2: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 2: then; object='3C295';end;clrtemp;return AIPS 2: finish AIPS 2: AIPS 2: procedure checkbnd AIPS 2: band='';j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9; AIPS 2: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 2: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 2: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 2: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 2: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 2: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 2: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 2: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure chkmodel AIPS 2: error=0;sysout='';sys2com'' AIPS 2: syscom'ls -1 $AIPSTARS/ AIPS 2: sys2com(1) inname!!'.MODEL' AIPS 2: sys2com(2) ' >& /dev/null AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure loadmodl AIPS 2: scalar lsidx,l AIPS 2: array lsload(5) AIPS 2: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 2: while (j<21) AIPS 2: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 2: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 2: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 2: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 2: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 2: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 2: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 2: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 2: end;return AIPS 2: finish AIPS 2: AIPS 2: procedure vlanew AIPS 2: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 2: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 2: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 2: if (inclass='LINE') then AIPS 2: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 2: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 2: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 2: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 2: finish AIPS 2: AIPS 2: procedure allzap AIPS 2: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure allplot AIPS 2: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 2: if (j>0) then AIPS 2: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 2: else;type 'NOTHING TO PLOT - DONE';end AIPS 2: finish AIPS 2: AIPS 2: procedure goplt0 AIPS 2: if (lsplot>0) then;go;end AIPS 2: finish $SN only AIPS 2: procedure goplt1 AIPS 2: if (lsplot>1) then;go;end AIPS 2: finish $SN+CL AIPS 2: procedure goplt2 AIPS 2: if (lsplot>2) then;go;end AIPS 2: finish $SN+CL+BP AIPS 2: procedure goplt3 AIPS 2: if (lsplot>3) then;go;end AIPS 2: finish $CL,BP applied AIPS 2: AIPS 2: procedure calpipe(lsdisk,lsname,lsrant) AIPS 2: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 2: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 2: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 2: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 2: if (lsflag>=1) then AIPS 2: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 2: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 2: end;task'FLAGR';getset AIPS 2: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 2: end AIPS 2: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 2: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 2: if (length(lscal)<>0) then AIPS 2: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 2: end;sources=lsampcal;go AIPS 2: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 2: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 2: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 2: if (lsmodl>0) then $ use models for ones that exist AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;clrtemp AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 2: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 2: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 2: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 2: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 2: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 2: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 2: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 2: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 2: if (error<1) then;zap;end;end AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 2: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 2: if (star>0) then; AIPS 2: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 2: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 2: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 2: soucode='*' AIPS 2: else AIPS 2: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 2: end;go AIPS 2: if (lscont<1) then AIPS 2: type '****************************************************** **' AIPS 2: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 2: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 2: type '****************************************************** **';read AIPS 2: end AIPS 2: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 2: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 2: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 2: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 2: if (inclass='CH 0') then AIPS 2: task'TACOP';getset AIPS 2: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 2: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 2: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 2: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 2: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 2: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 2: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 2: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 2: sources=lsampcal;goplt3 AIPS 2: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 2: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure calcrms AIPS 2: scalar nbas,nvis,tbw,rms,minhrs AIPS 2: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 2: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 2: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 2: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 2: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 2: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 2: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 2: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 2: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 2: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 2: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 2: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 2: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 2: return rms AIPS 2: finish AIPS 2: AIPS 2: procedure setboxfle AIPS 2: scalar ci,bi AIPS 2: string*48 fbox AIPS 2: fbox'/tmp/SETFC@ AIPS 2: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 2: ci=0;bi=length(fbox) AIPS 2: while(ci& /dev/null AIPS 2: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure catboxfile AIPS 2: sys2com'';syscom 'cat AIPS 2: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 2: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure setimsize AIPS 2: scalar szf, kk AIPS 2: string*48 bxf AIPS 2: array szc(2), szi(2), orgc(2), orgi(2) AIPS 2: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 2: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 2: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 2: while (kk<9) AIPS 2: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 2: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 2: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 2: go;szf=nfield;szc=cellsize;szi=imsize AIPS 2: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 2: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 2: vput imagr AIPS 2: finish AIPS 2: AIPS 2: procedure imapipe(k,lsdisk,lsname) AIPS 2: vnum=33;dowait=true AIPS 2: if (k=1) then AIPS 2: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 2: baddisk=lsbadd;douvcomp=-1;go AIPS 2: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 2: go;end;end;clrtemp AIPS 2: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 2: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 2: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 2: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 2: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 2: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 2: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 2: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 2: while ((lssid(k)>0) & (k<1001)) AIPS 2: if (lssid(k)=keyvalue(1))then error=0;end AIPS 2: k=k+1;end;end;vget imagr AIPS 2: if (error < 1) then AIPS 2: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 2: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 2: while (j<30) AIPS 2: k=length(inname) AIPS 2: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 2: lstarg=0;j=30 AIPS 2: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 2: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 2: if(imsize(1)<0)then;imsize=256;end;end AIPS 2: else;j=j+1;end $ check next source, if not found -> targ et AIPS 2: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 2: AIPS 2: j=1 AIPS 2: $calibrator lstarg=0 AIPS 2: $target if lstarg=1 AIPS 2: AIPS 2: AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 2: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 2: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 2: if (inclass='CH 0') then AIPS 2: for k=1:keyvalue(1);bif=k;eif=k AIPS 2: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 2: end;clrtemp;k=keyvalue(1) AIPS 2: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 2: if (error < 1) then AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if (keystrng='FREQ') then AIPS 2: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 2: else;j=j+1;end AIPS 2: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 2: if (bchan=1) then;bchan=2;end;j=k AIPS 2: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 2: end;end;clrtemp AIPS 2: else AIPS 2: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 2: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 2: else AIPS 2: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 2: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 2: end;end;boxfile=setboxfle;delboxfle AIPS 2: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 2: $ inclass'SCIMG';allzap AIPS 2: inclass'IBM*';intype'MA';allzap AIPS 2: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 2: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 2: end;end;dowait=false;vnum=0 AIPS 2: finish AIPS 2: AIPS 2: procedure avlapipe AIPS 2: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 2: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 2: else;lsclrcal;tint=guesintt;clrtemp AIPS 2: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 2: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 2: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 2: type'--------------------------------------------------- --------' AIPS 2: end;type ' ' AIPS 2: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 2: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 2: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: default'AVLAPIPE' AIPS 2: Found in Version=ABIN AIPS 2: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 2: docal 1; sources '*''' AIPS 2: $ to be set by itself later AIPS 2: solint 1; factor 5; doarray -1; imsize -1 AIPS 2: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 2: niter -1; cutoff -1 AIPS 2: $ for now debugging AIPS 2: docont 1; plver -1; doall 1; doresid 0 AIPS 2: AIPS 2: $ defaults AIPS 2: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 2: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 2: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 2: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 2: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 2: 'AB922_2000FEB12_1' >>AIPS 2: 'AB922_2000FEB12_1' >AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General catalog looks like AIPS 2: $$ Multi-source UV data file AIPS 2: $$ Multi-source TASAV file AIPS 2: $$ Single-source calibrated data - auvf AIPS 2: $$ Single-source calibrated images- aimg AIPS 2: AIPS 2: $May need to redefine after a restore 0: AIPS 2: $allzap AIPS 2: $calcintt AIPS 2: $guesintt AIPS 2: $lsparm(5);tint;lsdisk AIPS 2: AIPS 2: procedure flatfov AIPS 2: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 2: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 2: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 2: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 2: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 2: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 2: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 2: end AIPS 2: for i=3:uvi;getname i AIPS 2: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 2: for j=1:keyvalue(1) AIPS 2: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 2: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 2: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 2: $ so instead of maximum frequency span, use max individual bandw idth AIPS 2: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 2: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 2: for j=1:mai $ assume inseq starts at 1.. AIPS 2: inseq=j;kk=1;cellsize=0;userid=0 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 2: keyword='CDELT'!!char(kk);clrtemp AIPS 2: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 2: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 2: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 2: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 2: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 2: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 2: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 2: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 2: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 2: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 2: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 2: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 2: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 2: go;wait;allzap;recat AIPS 2: end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasimage AIPS 2: $LOS - Determine noise, do primary beam correction, include copy right AIPS 2: scalar numfle,ll,mm AIPS 2: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 2: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 2: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 2: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 2: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 2: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 2: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 2: end AIPS 2: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 2: for j=mai:numfle AIPS 2: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 2: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 2: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 2: for j=mai:numfle $ can only do on MA files AIPS 2: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasname AIPS 2: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 2: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 2: string*1 pm,rmsc AIPS 2: string*2 zz AIPS 2: string*3 mmm AIPS 2: string*4 rmss,sbms,fras AIPS 2: string*5 radi AIPS 2: string*30 dir AIPS 2: string*20 expn AIPS 2: ki=1;userid=0 AIPS 2: while (ki<9) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 2: typ ki, keys AIPS 2: if(substr(keystrng,1,2)='RA')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 2: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 2: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 2: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 2: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 2: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 2: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 2: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 2: typ 'HERE' AIPS 2: if(substr(keystrng,1,3)='DEC')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 2: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 2: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 2: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 2: ds=floor(dc1+(3600*dc2));clrtemp AIPS 2: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 2: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 2: if(substr(keystrng,1,6)='STOKES')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 2: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 2: end; AIPS 2: typ ki 'TOO' AIPS 2: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 2: end;clrtemp $ build the output file name here AIPS 2: typ 'BUILD NOW' AIPS 2: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 2: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 2: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 2: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 2: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 2: AIPS 2: AIPS 2: AIPS 2: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 2: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 2: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 2: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 2: else AIPS 2: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 2: end AIPS 2: AIPS 2: if (expnm='') then AIPS 2: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 2: mmm=substr(keystrng,5,6) AIPS 2: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 2: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 2: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 2: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 2: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 2: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 2: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 2: end AIPS 2: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print outf AIPS 2: AIPS 2: $ make the source dir here AIPS 2: dir='';sysout'';syscom'mkdir AIPS 2: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 2: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 2: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 2: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 2: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 5.00 min. of data in 30 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 5.801E-01 +- 9.877E-03 source= 1331+305 FLAGR2: Overall average rms= 2.445E-03 +- 1.750E-04 source= 1331+305 FLAGR2: Overall average amp= 4.887E-02 +- 9.019E-04 source= 1244+408 FLAGR2: Overall average rms= 2.353E-03 +- 2.564E-04 source= 1244+408 FLAGR2: Overall average amp= 8.633E-02 +- 1.782E-03 source= 1035+564 FLAGR2: Overall average rms= 2.701E-03 +- 2.996E-04 source= 1035+564 FLAGR2: Overall average amp= 4.863E-02 +- 1.401E-03 source= 1148+594 FLAGR2: Overall average rms= 2.325E-03 +- 2.279E-04 source= 1148+594 FLAGR2: Overall average amp= 1.230E-01 +- 2.610E-03 source= 1400+621 FLAGR2: Overall average rms= 2.213E-03 +- 2.821E-04 source= 1400+621 FLAGR2: Overall average amp= 1.062E-01 +- 1.707E-03 source= 1549+506 FLAGR2: Overall average rms= 2.143E-03 +- 2.143E-04 source= 1549+506 FLAGR2: Overall average amp= 4.193E-03 +- 4.236E-04 source= 1600+434 FLAGR2: Overall average rms= 1.724E-03 +- 1.496E-04 source= 1600+434 FLAGR2: Overall average amp= 1.042E-02 +- 2.022E-03 source= 1559+437 FLAGR2: Overall average rms= 2.065E-03 +- 2.364E-04 source= 1559+437 FLAGR2: Overall average amp= 3.563E-02 +- 7.406E-04 source= 1545+478 FLAGR2: Overall average rms= 2.136E-03 +- 2.783E-04 source= 1545+478 FLAGR2: Overall average amp= 8.922E-02 +- 1.753E-03 source= 1634+627 FLAGR2: Overall average rms= 2.238E-03 +- 1.778E-04 source= 1634+627 FLAGR2: Overall average amp= 9.040E-02 +- 3.485E-03 source= 1642+689 FLAGR2: Overall average rms= 2.270E-03 +- 1.955E-04 source= 1642+689 FLAGR2: Overall average amp= 4.895E-03 +- 7.591E-04 source= 1608+656 FLAGR2: Overall average rms= 1.877E-03 +- 1.335E-04 source= 1608+656 FLAGR2: Overall average amp= 5.857E-02 +- 1.983E-03 source= 1823+796 FLAGR2: Overall average rms= 2.160E-03 +- 2.377E-04 source= 1823+796 FLAGR2: Overall average amp= 4.855E-02 +- 1.579E-03 source= 1945+709 FLAGR2: Overall average rms= 2.137E-03 +- 2.485E-04 source= 1945+709 FLAGR2: Overall average amp= 3.278E-02 +- 2.005E-03 source= 1815+614 FLAGR2: Overall average rms= 2.172E-03 +- 2.463E-04 source= 1815+614 FLAGR2: Overall average amp= 9.344E-02 +- 7.043E-03 source= 2355+498 FLAGR2: Overall average rms= 2.382E-03 +- 2.229E-04 source= 2355+498 FLAGR2: Overall average amp= 1.095E-01 +- 3.711E-03 source= 2320+052 FLAGR2: Overall average rms= 2.534E-03 +- 1.808E-04 source= 2320+052 FLAGR2: Overall average amp= 4.183E-03 +- 2.771E-04 source= 2319+051 FLAGR2: Overall average rms= 1.844E-03 +- 1.043E-04 source= 2319+051 FLAGR2: Found 1 bad times, 160 total flags FLAGR2: Wrote 1 antenna & IF independent flags FLAGR2: Wrote 0 antenna independent, IF dependent flags FLAGR2: Wrote 159 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 7.3 Real= 19 SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: / Resetting flux information to zero SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: SOURCES = '' /All sources selected SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000212 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 1 CALIB2: Found 3452 good solutions CALIB2: Average closure rms = 0.0098 +- 0.0064 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.21875 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.42188 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.27344 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.06250 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.02344 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_X.MODEL CALRD2: Create 3C286_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000212 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 5.216 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.88316E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 10 percent complete CALIB2: Model computation is 20 percent complete CALIB2: Model computation is 30 percent complete CALIB2: Model computation is 40 percent complete CALIB2: Model computation is 50 percent complete CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 70 percent complete CALIB2: Model computation is 80 percent complete CALIB2: Model computation is 90 percent complete CALIB2: Model computation is 100 percent complete CALIB2: FACSET: source model will be scaled to 5.195 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.84307E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 194 CCs CALIB2: Determining solutions CALIB2: Deleted 216 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 864 good solutions CALIB2: Average closure rms = 0.0033 +- 0.0010 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.18750 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.37500 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.09375 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 3.8 Real= 12 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 863 merged records from 863 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.7 Real= 2 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 3672 records from CL table no. 2 CLCAL2: Processing SN table 1 CLCAL2: WARNING: SN table 1 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 863 merged records from 863 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.9 Real= 7 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000212 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.504E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.498E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.486E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.493E+00 CALIB2: Found 2588 good solutions CALIB2: Average closure rms = 0.0014 +- 0.0009 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.65385 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.16346 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.02885 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 2.2 Real= 7 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000212 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 5.216 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.88316E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 10 percent complete CALIB2: Model computation is 20 percent complete CALIB2: Model computation is 30 percent complete CALIB2: Model computation is 40 percent complete CALIB2: Model computation is 50 percent complete CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 70 percent complete CALIB2: Model computation is 80 percent complete CALIB2: Model computation is 90 percent complete CALIB2: Model computation is 100 percent complete CALIB2: FACSET: source model will be scaled to 5.195 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.84307E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 194 CCs CALIB2: Determining solutions CALIB2: Deleted 54 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.006E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 2.996E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.008E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.009E+00 CALIB2: Found 216 good solutions CALIB2: Average closure rms = 0.0006 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.12500 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.62500 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 3.8 Real= 11 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1244+408 : 0 C 1 0.43659 +/- 0.00065 GETJY2: 2 0.43476 +/- 0.00069 GETJY2: 1035+564 : 0 A 1 0.76215 +/- 0.00234 GETJY2: 2 0.75711 +/- 0.00238 GETJY2: 1148+594 : 0 B 1 0.43311 +/- 0.00130 GETJY2: 2 0.43242 +/- 0.00121 GETJY2: 1400+621 : 0 C 1 1.10477 +/- 0.00253 GETJY2: 2 1.09865 +/- 0.00238 GETJY2: 1549+506 : 0 A 1 0.94811 +/- 0.00151 GETJY2: 2 0.94952 +/- 0.00160 GETJY2: 1545+478 : 0 B 1 0.31877 +/- 0.00062 GETJY2: 2 0.31715 +/- 0.00064 GETJY2: 1634+627 : 0 C 1 0.80422 +/- 0.00309 GETJY2: 2 0.79851 +/- 0.00295 GETJY2: 1642+689 : 0 A 1 0.81363 +/- 0.00450 GETJY2: 2 0.81268 +/- 0.00454 GETJY2: 1823+796 : 0 A 1 0.52211 +/- 0.00192 GETJY2: 2 0.52010 +/- 0.00194 GETJY2: 1945+709 : 0 B 1 0.43376 +/- 0.00171 GETJY2: 2 0.43163 +/- 0.00165 GETJY2: 2355+498 : 0 A 1 0.84131 +/- 0.00631 GETJY2: 2 0.83656 +/- 0.00638 GETJY2: 2320+052 : 0 A 1 0.97142 +/- 0.00400 GETJY2: 2 0.96939 +/- 0.00409 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 647 merged records from 647 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.8 Real= 2 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 3672 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 647 merged records from 647 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.9 Real= 6 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 20000212 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.3 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1331+305 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1236 0 1236 SPLIT2: Fully 0 0 43485 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Create 1244+408 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 390 0 390 SPLIT2: Fully 0 0 7332 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Create 1035+564 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 6591 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Create 1148+594 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 6942 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Create 1400+621 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 156 0 156 SPLIT2: Fully 0 0 6864 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Create 1549+506 .X BAND. 1 (UV) on disk 1 cno 8 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 153 0 153 SPLIT2: Fully 0 0 11391 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Create 1600+434 .X BAND. 1 (UV) on disk 1 cno 9 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 234 0 234 SPLIT2: Fully 0 0 18720 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Create 1559+437 .X BAND. 1 (UV) on disk 1 cno 10 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 5265 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Create 1545+478 .X BAND. 1 (UV) on disk 1 cno 11 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 316 0 316 SPLIT2: Fully 0 0 5010 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Create 1634+627 .X BAND. 1 (UV) on disk 1 cno 12 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 852 0 852 SPLIT2: Fully 0 0 19857 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Create 1642+689 .X BAND. 1 (UV) on disk 1 cno 13 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 879 0 879 SPLIT2: Fully 0 0 23004 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Create 1608+656 .X BAND. 1 (UV) on disk 1 cno 14 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 910 0 910 SPLIT2: Fully 0 0 62167 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Create 1823+796 .X BAND. 1 (UV) on disk 1 cno 15 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 6942 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Create 1945+709 .X BAND. 1 (UV) on disk 1 cno 16 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 234 0 234 SPLIT2: Fully 0 0 5733 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Create 1815+614 .X BAND. 1 (UV) on disk 1 cno 17 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 6591 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Create 2355+498 .X BAND. 1 (UV) on disk 1 cno 18 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 520 0 520 SPLIT2: Fully 0 0 13520 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Create 2320+052 .X BAND. 1 (UV) on disk 1 cno 19 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1557 0 1557 SPLIT2: Fully 0 0 33491 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Create 2319+051 .X BAND. 1 (UV) on disk 1 cno 20 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2449 0 2449 SPLIT2: Fully 0 0 59133 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 1.9 Real= 6 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05345 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 X BAND Seq 1 Disk: 1 in slot 3 SETFC2: SETCEL: recommends IMSIZE 1359 CELLSIZE 0.23547 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23547 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 125.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 3 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 1012 1012 13 31 08.29 30 27 12.5 00002 -1 507 512 513 C 3 1012 1012 13 30 54.86 30 28 52.7 00003 -1 507 512 513 C 4 1012 1012 13 31 21.72 30 28 52.7 00004 -1 507 512 513 C 5 1012 1012 13 30 54.85 30 32 13.1 00005 -1 507 512 513 C 6 1012 1012 13 31 21.73 30 32 13.1 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 33 53.4 00007 -1 507 512 513 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05345 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.3262E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 2.3262E-02 -2.0046E+02 0 IMAGR2: Field 3 1012 1012 -1.7354E+02 -1.0026E+02 0 IMAGR2: Field 4 1012 1012 1.7358E+02 -1.0026E+02 0 IMAGR2: Field 5 1012 1012 -1.7366E+02 1.0014E+02 0 IMAGR2: Field 6 1012 1012 1.7371E+02 1.0014E+02 0 IMAGR2: Field 7 1012 1012 2.3262E-02 2.0044E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 21 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 44721 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.208E+05 IMAGR2: UVWAIT: Adding temperance S 2.416E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.213E+08 and out 1.885E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.182 due to weighting IMAGR2: UVWAIT: Average summed weight 1.208E+05 over 88659 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 35 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.00105E+09 IMAGR2: Field 1 Beam min = -107.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.234 x 0.677 arcsec, PA= 76.5 IMAGR2: Field 2 Sum of gridding weights = 2.00105E+09 IMAGR2: Field 2 Beam min = -107.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.235 x 0.677 arcsec, PA= 76.5 IMAGR2: Field 3 Sum of gridding weights = 2.00105E+09 IMAGR2: Field 3 Beam min = -104.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.236 x 0.677 arcsec, PA= 76.5 IMAGR2: Field 4 Sum of gridding weights = 2.00105E+09 IMAGR2: Field 4 Beam min = -105.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.233 x 0.677 arcsec, PA= 76.5 IMAGR2: Field 5 Sum of gridding weights = 2.00105E+09 IMAGR2: Field 5 Beam min = -105.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.236 x 0.677 arcsec, PA= 76.5 IMAGR2: Field 6 Sum of gridding weights = 2.00105E+09 IMAGR2: Field 6 Beam min = -105.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.233 x 0.677 arcsec, PA= 76.6 IMAGR2: Field 7 Sum of gridding weights = 2.00105E+09 IMAGR2: Field 7 Beam min = -107.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.234 x 0.677 arcsec, PA= 76.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -565.4 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -371.6 MilliJy,max = 828.3 MilliJy IMAGR2: Field 3 min = -295.6 MilliJy,max = 848.4 MilliJy IMAGR2: Field 4 min = -295.6 MilliJy,max = 482.5 MilliJy IMAGR2: Field 5 min = -310.2 MilliJy,max = 469.5 MilliJy IMAGR2: Field 6 min = -298.8 MilliJy,max = 860.8 MilliJy IMAGR2: Field 7 min = -341.5 MilliJy,max = 813.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 353.48 MilliJy IMAGR2: 9056 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.444 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 2.910 Jy 8 comps IMAGR2: Total Cleaned flux density = 2.910 Jy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -286.0 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 261.39 MilliJy IMAGR2: 1895 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.054 Jy iter= 17 IMAGR2: Field 1 Clean flux density= 4.309 Jy 17 comps IMAGR2: Total Cleaned flux density = 4.309 Jy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -155.0 MilliJy,max = 963.2 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 253.95 MilliJy IMAGR2: 74 Residual map points loaded IMAGR2: Field 1 min allowed flux = 474.352 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 4.933 Jy 26 comps IMAGR2: Total Cleaned flux density = 4.933 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -31.2 MilliJy,max = 67.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.169E-02 < Second best 8.078E-01 IMAGR2: Field 3 min = -25.5 MilliJy,max = 68.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.474E-02 < Second best 7.898E-01 IMAGR2: Field 2 min = -51.3 MilliJy,max = 71.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.079E-02 < Second best 7.755E-01 IMAGR2: Field 7 min = -48.8 MilliJy,max = 65.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.272E-02 < Second best 4.510E-01 IMAGR2: Field 1 min = -95.9 MilliJy,max = 431.2 MilliJy IMAGR2: BGC Clean: using 197 cell beam + residuals > 144.18 MilliJy IMAGR2: 39 Residual map points loaded IMAGR2: Field 1 min allowed flux = 211.078 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.213 Jy 35 comps IMAGR2: Total Cleaned flux density = 5.213 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -34.3 MilliJy,max = 35.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.855E-02 < Second best 3.442E-01 IMAGR2: Field 4 min = -30.8 MilliJy,max = 38.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.569E-02 < Second best 2.007E-01 IMAGR2: Field 1 min = -117.9 MilliJy,max = 194.4 MilliJy IMAGR2: BGC Clean: using 869 cell beam + residuals > 27.80 MilliJy IMAGR2: 2925 Residual map points loaded IMAGR2: Field 1 min allowed flux = -95.852 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 5.288 Jy 49 comps IMAGR2: Total Cleaned flux density = 5.288 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -89.9 MilliJy,max = 97.1 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 25.51 MilliJy IMAGR2: 1189 Residual map points loaded IMAGR2: Field 1 min allowed flux = 48.194 MilliJy iter= 77 IMAGR2: Field 1 Clean flux density= 5.274 Jy 77 comps IMAGR2: Total Cleaned flux density = 5.274 Jy 77 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -17.3 MilliJy,max = 15.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.357E-02 < Second best 6.272E-02 IMAGR2: Field 7 min = -22.8 MilliJy,max = 22.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.178E-02 < Second best 6.169E-02 IMAGR2: Field 6 min = -17.1 MilliJy,max = 14.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.637E-02 < Second best 6.079E-02 IMAGR2: Field 2 min = -21.2 MilliJy,max = 23.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.200E-02 < Second best 4.585E-02 IMAGR2: Field 1 min = -48.4 MilliJy,max = 47.0 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 11.81 MilliJy IMAGR2: 7101 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.679 MilliJy iter= 155 IMAGR2: Field 1 Clean flux density= 5.283 Jy 155 comps IMAGR2: Total Cleaned flux density = 5.283 Jy 155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -15.6 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.307E-02 < Second best 2.569E-02 IMAGR2: Field 4 min = -14.6 MilliJy,max = 15.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.393E-02 < Second best 2.255E-02 IMAGR2: Field 1 min = -23.3 MilliJy,max = 23.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.25 MilliJy IMAGR2: 2174 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 16.118 MilliJy iter= 270 IMAGR2: Field 1 Clean flux density= 5.340 Jy 270 comps IMAGR2: Total Cleaned flux density = 5.340 Jy 270 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.8 MilliJy,max = 13.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.292E-02 < Second best 2.178E-02 IMAGR2: Field 7 min = -14.1 MilliJy,max = 14.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.349E-02 < Second best 1.637E-02 IMAGR2: Field 6 min = -14.6 MilliJy,max = 15.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.392E-02 < Second best 1.537E-02 IMAGR2: Field 1 min = -15.4 MilliJy,max = 15.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.14 MilliJy IMAGR2: 3267 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.210 MilliJy iter= 408 IMAGR2: Field 1 Clean flux density= 5.323 Jy 408 comps IMAGR2: Total Cleaned flux density = 5.323 Jy 408 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -13.0 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.201E-02 < Second best 1.392E-02 IMAGR2: Field 6 min = -14.0 MilliJy,max = 13.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.08 MilliJy IMAGR2: 1670 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -8.896 MilliJy iter= 111 IMAGR2: Field 6 Clean flux density= 13.644 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 5.337 Jy 519 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.1 MilliJy,max = 14.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.97 MilliJy IMAGR2: 1865 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -8.703 MilliJy iter= 136 IMAGR2: Field 3 Clean flux density= 36.771 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 655 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -12.7 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.87 MilliJy IMAGR2: 1624 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -8.470 MilliJy iter= 161 IMAGR2: Field 7 Clean flux density= 26.423 MilliJy 161 comps IMAGR2: Total Cleaned flux density = 5.400 Jy 816 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -11.9 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.046E-02 < Second best 1.292E-02 IMAGR2: Field 2 min = -12.4 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.61 MilliJy IMAGR2: 1528 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 8.096 MilliJy iter= 187 IMAGR2: Field 2 Clean flux density= 50.698 MilliJy 187 comps IMAGR2: Total Cleaned flux density = 5.451 Jy 1003 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -13.0 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.52 MilliJy IMAGR2: 1877 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -7.711 MilliJy iter= 187 IMAGR2: Field 4 Clean flux density= -1.801 MilliJy 187 comps IMAGR2: Total Cleaned flux density = 5.449 Jy 1190 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -12.0 MilliJy,max = 11.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.51 MilliJy IMAGR2: 1774 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -7.590 MilliJy iter= 198 IMAGR2: Field 5 Clean flux density= -13.171 MilliJy 198 comps IMAGR2: Total Cleaned flux density = 5.436 Jy 1388 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -9.1 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.26 MilliJy IMAGR2: 440 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.728 MilliJy iter= 511 IMAGR2: Field 1 Clean flux density= 5.328 Jy 511 comps IMAGR2: Total Cleaned flux density = 5.441 Jy 1491 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.4 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.09 MilliJy IMAGR2: 834 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 6.696 MilliJy iter= 253 IMAGR2: Field 6 Clean flux density= 28.935 MilliJy 253 comps IMAGR2: Total Cleaned flux density = 5.456 Jy 1633 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -10.7 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.90 MilliJy IMAGR2: 964 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.483 MilliJy iter= 297 IMAGR2: Field 3 Clean flux density= 16.418 MilliJy 297 comps IMAGR2: Total Cleaned flux density = 5.436 Jy 1794 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -8.4 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.900E-03 < Second best 7.734E-03 IMAGR2: Field 2 min = -9.5 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.926E-03 < Second best 7.381E-03 IMAGR2: Field 4 min = -11.3 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.36 MilliJy IMAGR2: 2190 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 6.061 MilliJy iter= 433 IMAGR2: Field 4 Clean flux density= 484.448 MicroJy 433 comps IMAGR2: Total Cleaned flux density = 5.438 Jy 2040 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -9.9 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.13 MilliJy IMAGR2: 2950 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.876 MilliJy iter= 512 IMAGR2: Field 5 Clean flux density= -8.811 MilliJy 512 comps IMAGR2: Total Cleaned flux density = 5.442 Jy 2354 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -9.3 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.11 MilliJy IMAGR2: 809 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.556 MilliJy iter= 394 IMAGR2: Field 2 Clean flux density= 59.332 MilliJy 394 comps IMAGR2: Total Cleaned flux density = 5.451 Jy 2561 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -7.9 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.09 MilliJy IMAGR2: 657 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.446 MilliJy iter= 343 IMAGR2: Field 7 Clean flux density= 34.307 MilliJy 343 comps IMAGR2: Total Cleaned flux density = 5.459 Jy 2743 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -7.3 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.869E-03 < Second best 6.411E-03 IMAGR2: Field 6 min = -8.5 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.87 MilliJy IMAGR2: 1421 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.310 MilliJy iter= 505 IMAGR2: Field 6 Clean flux density= 45.514 MilliJy 505 comps IMAGR2: Total Cleaned flux density = 5.475 Jy 2995 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -9.1 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.73 MilliJy IMAGR2: 1252 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.111 MilliJy iter= 537 IMAGR2: Field 3 Clean flux density= 13.081 MilliJy 537 comps IMAGR2: Total Cleaned flux density = 5.472 Jy 3235 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -6.6 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.73 MilliJy IMAGR2: 451 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.929 MilliJy iter= 644 IMAGR2: Field 1 Clean flux density= 5.319 Jy 644 comps IMAGR2: Total Cleaned flux density = 5.463 Jy 3368 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -9.3 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.354E-03 < Second best 5.640E-03 IMAGR2: Field 5 min = -8.0 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.33 MilliJy IMAGR2: 1577 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.667 MilliJy iter= 776 IMAGR2: Field 5 Clean flux density= -29.534 MilliJy 776 comps IMAGR2: Total Cleaned flux density = 5.442 Jy 3632 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -9.3 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.33 MilliJy IMAGR2: 2497 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.764 MilliJy iter= 808 IMAGR2: Field 4 Clean flux density= 28.116 MilliJy 808 comps IMAGR2: Total Cleaned flux density = 5.470 Jy 4007 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -7.9 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.781E-03 < Second best 5.216E-03 IMAGR2: Field 7 min = -6.7 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.16 MilliJy IMAGR2: 656 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.360 MilliJy iter= 532 IMAGR2: Field 7 Clean flux density= 49.976 MilliJy 532 comps IMAGR2: Total Cleaned flux density = 5.486 Jy 4196 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -7.8 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.02 MilliJy IMAGR2: 930 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.249 MilliJy iter= 739 IMAGR2: Field 6 Clean flux density= 39.390 MilliJy 739 comps IMAGR2: Total Cleaned flux density = 5.479 Jy 4430 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -7.6 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.91 MilliJy IMAGR2: 1453 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.174 MilliJy iter= 830 IMAGR2: Field 3 Clean flux density= 3.168 MilliJy 830 comps IMAGR2: Total Cleaned flux density = 5.470 Jy 4723 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -7.7 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.90 MilliJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.064 MilliJy iter= 584 IMAGR2: Field 2 Clean flux density= 66.740 MilliJy 584 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 4913 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -5.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.353E-03 < Second best 4.576E-03 IMAGR2: Field 4 min = -8.1 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.68 MilliJy IMAGR2: 1305 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.888 MilliJy iter= 1079 IMAGR2: Field 4 Clean flux density= 37.778 MilliJy 1079 comps IMAGR2: Total Cleaned flux density = 5.487 Jy 5184 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -6.7 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.54 MilliJy IMAGR2: 2537 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.834 MilliJy iter= 1204 IMAGR2: Field 5 Clean flux density= -42.842 MilliJy 1204 comps IMAGR2: Total Cleaned flux density = 5.473 Jy 5612 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.53 MilliJy IMAGR2: 697 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.671 MilliJy iter= 856 IMAGR2: Field 1 Clean flux density= 5.340 Jy 856 comps IMAGR2: Total Cleaned flux density = 5.494 Jy 5824 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -5.8 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.47 MilliJy IMAGR2: 339 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.555 MilliJy iter= 668 IMAGR2: Field 7 Clean flux density= 44.408 MilliJy 668 comps IMAGR2: Total Cleaned flux density = 5.488 Jy 5960 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -6.8 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 1126 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.557 MilliJy iter= 1025 IMAGR2: Field 6 Clean flux density= 37.124 MilliJy 1025 comps IMAGR2: Total Cleaned flux density = 5.486 Jy 6246 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -6.8 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR2: 1127 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.439 MilliJy iter= 1113 IMAGR2: Field 3 Clean flux density= 7.722 MilliJy 1113 comps IMAGR2: Total Cleaned flux density = 5.490 Jy 6529 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -6.6 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.23 MilliJy IMAGR2: 487 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.325 MilliJy iter= 775 IMAGR2: Field 2 Clean flux density= 70.541 MilliJy 775 comps IMAGR2: Total Cleaned flux density = 5.494 Jy 6720 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -6.7 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.14 MilliJy IMAGR2: 1592 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.302 MilliJy iter= 1427 IMAGR2: Field 4 Clean flux density= 47.661 MilliJy 1427 comps IMAGR2: Total Cleaned flux density = 5.504 Jy 7068 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -6.0 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.01 MilliJy IMAGR2: 1794 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.181 MilliJy iter= 1587 IMAGR2: Field 5 Clean flux density= -64.624 MilliJy 1587 comps IMAGR2: Total Cleaned flux density = 5.482 Jy 7451 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR2: 479 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.035 MilliJy iter= 1026 IMAGR2: Field 1 Clean flux density= 5.334 Jy 1026 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 7621 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -5.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR2: 955 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.000 MilliJy iter= 1297 IMAGR2: Field 6 Clean flux density= 44.560 MilliJy 1297 comps IMAGR2: Total Cleaned flux density = 5.485 Jy 7893 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 620 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.939 MilliJy iter= 905 IMAGR2: Field 7 Clean flux density= 47.798 MilliJy 905 comps IMAGR2: Total Cleaned flux density = 5.488 Jy 8130 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -6.3 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 1109 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.888 MilliJy iter= 1425 IMAGR2: Field 3 Clean flux density= 14.627 MilliJy 1425 comps IMAGR2: Total Cleaned flux density = 5.495 Jy 8442 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -5.6 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.74 MilliJy IMAGR2: 506 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.807 MilliJy iter= 971 IMAGR2: Field 2 Clean flux density= 77.726 MilliJy 971 comps IMAGR2: Total Cleaned flux density = 5.502 Jy 8638 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -6.1 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.65 MilliJy IMAGR2: 1892 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.783 MilliJy iter= 1850 IMAGR2: Field 4 Clean flux density= 59.249 MilliJy 1850 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 9061 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -5.5 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.56 MilliJy IMAGR2: 1672 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.679 MilliJy iter= 1999 IMAGR2: Field 5 Clean flux density= -84.293 MilliJy 1999 comps IMAGR2: Total Cleaned flux density = 5.494 Jy 9473 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 405 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.570 MilliJy iter= 1192 IMAGR2: Field 1 Clean flux density= 5.336 Jy 1192 comps IMAGR2: Total Cleaned flux density = 5.496 Jy 9639 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -5.2 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.47 MilliJy IMAGR2: 1130 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.561 MilliJy iter= 1635 IMAGR2: Field 6 Clean flux density= 40.488 MilliJy 1635 comps IMAGR2: Total Cleaned flux density = 5.492 Jy 9977 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -4.6 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR2: 571 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.489 MilliJy iter= 1130 IMAGR2: Field 7 Clean flux density= 40.792 MilliJy 1130 comps IMAGR2: Total Cleaned flux density = 5.485 Jy 10202 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -5.9 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 1205 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.458 MilliJy iter= 1772 IMAGR2: Field 3 Clean flux density= 16.576 MilliJy 1772 comps IMAGR2: Total Cleaned flux density = 5.487 Jy 10549 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -5.0 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR2: 571 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.395 MilliJy iter= 1197 IMAGR2: Field 2 Clean flux density= 86.862 MilliJy 1197 comps IMAGR2: Total Cleaned flux density = 5.496 Jy 10775 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -5.4 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.26 MilliJy IMAGR2: 1929 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.367 MilliJy iter= 2332 IMAGR2: Field 4 Clean flux density= 73.339 MilliJy 2332 comps IMAGR2: Total Cleaned flux density = 5.510 Jy 11257 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -5.1 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 1751 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.283 MilliJy iter= 2450 IMAGR2: Field 5 Clean flux density= -94.758 MilliJy 2450 comps IMAGR2: Total Cleaned flux density = 5.500 Jy 11708 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR2: 365 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.199 MilliJy iter= 1358 IMAGR2: Field 1 Clean flux density= 5.342 Jy 1358 comps IMAGR2: Total Cleaned flux density = 5.506 Jy 11874 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -5.0 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 932 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.178 MilliJy iter= 1954 IMAGR2: Field 6 Clean flux density= 38.395 MilliJy 1954 comps IMAGR2: Total Cleaned flux density = 5.504 Jy 12193 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 600 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.130 MilliJy iter= 1378 IMAGR2: Field 7 Clean flux density= 39.560 MilliJy 1378 comps IMAGR2: Total Cleaned flux density = 5.502 Jy 12441 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR2: 1110 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.100 MilliJy iter= 2121 IMAGR2: Field 3 Clean flux density= 22.629 MilliJy 2121 comps IMAGR2: Total Cleaned flux density = 5.509 Jy 12790 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 637 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.053 MilliJy iter= 1446 IMAGR2: Field 2 Clean flux density= 91.195 MilliJy 1446 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 13039 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -5.0 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 1537 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.011 MilliJy iter= 2769 IMAGR2: Field 4 Clean flux density= 74.127 MilliJy 2769 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 13476 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -4.9 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 2022 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.958 MilliJy iter= 2978 IMAGR2: Field 5 Clean flux density= -105.487 MilliJy 2978 comps IMAGR2: Total Cleaned flux density = 5.503 Jy 14004 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 426 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.884 MilliJy iter= 1545 IMAGR2: Field 1 Clean flux density= 5.346 Jy 1545 comps IMAGR2: Total Cleaned flux density = 5.507 Jy 14191 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -4.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 1231 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.876 MilliJy iter= 2345 IMAGR2: Field 6 Clean flux density= 38.106 MilliJy 2345 comps IMAGR2: Total Cleaned flux density = 5.506 Jy 14582 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 648 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.834 MilliJy iter= 1648 IMAGR2: Field 7 Clean flux density= 30.102 MilliJy 1648 comps IMAGR2: Total Cleaned flux density = 5.497 Jy 14852 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -5.1 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 1367 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.813 MilliJy iter= 2560 IMAGR2: Field 3 Clean flux density= 30.563 MilliJy 2560 comps IMAGR2: Total Cleaned flux density = 5.505 Jy 15291 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 830 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.775 MilliJy iter= 1766 IMAGR2: Field 2 Clean flux density= 99.463 MilliJy 1766 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 15611 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -4.6 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 1651 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.745 MilliJy iter= 3262 IMAGR2: Field 4 Clean flux density= 81.594 MilliJy 3262 comps IMAGR2: Total Cleaned flux density = 5.521 Jy 16104 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -4.6 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 1693 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.691 MilliJy iter= 3472 IMAGR2: Field 5 Clean flux density= -109.506 MilliJy 3472 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 16598 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 310 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.635 MilliJy iter= 1697 IMAGR2: Field 1 Clean flux density= 5.349 Jy 1697 comps IMAGR2: Total Cleaned flux density = 5.519 Jy 16750 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 1126 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.625 MilliJy iter= 2749 IMAGR2: Field 6 Clean flux density= 36.581 MilliJy 2749 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 17154 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 726 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.592 MilliJy iter= 1938 IMAGR2: Field 7 Clean flux density= 28.772 MilliJy 1938 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 17444 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -4.7 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 1234 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.568 MilliJy iter= 2965 IMAGR2: Field 3 Clean flux density= 30.067 MilliJy 2965 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 17849 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 769 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.535 MilliJy iter= 2088 IMAGR2: Field 2 Clean flux density= 101.427 MilliJy 2088 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 18171 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -4.4 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 1747 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.509 MilliJy iter= 3795 IMAGR2: Field 4 Clean flux density= 79.436 MilliJy 3795 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 18704 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -4.3 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 2139 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.473 MilliJy iter= 4077 IMAGR2: Field 5 Clean flux density= -112.612 MilliJy 4077 comps IMAGR2: Total Cleaned flux density = 5.512 Jy 19309 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 439 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.426 MilliJy iter= 1900 IMAGR2: Field 1 Clean flux density= 5.351 Jy 1900 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 19512 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 1261 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.416 MilliJy iter= 3189 IMAGR2: Field 6 Clean flux density= 33.283 MilliJy 3189 comps IMAGR2: Total Cleaned flux density = 5.511 Jy 19952 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 850 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.389 MilliJy iter= 2270 IMAGR2: Field 7 Clean flux density= 23.495 MilliJy 2270 comps IMAGR2: Total Cleaned flux density = 5.506 Jy 20284 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 1394 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.373 MilliJy iter= 3436 IMAGR2: Field 3 Clean flux density= 34.449 MilliJy 3436 comps IMAGR2: Total Cleaned flux density = 5.510 Jy 20755 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 788 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.346 MilliJy iter= 2436 IMAGR2: Field 2 Clean flux density= 99.820 MilliJy 2436 comps IMAGR2: Total Cleaned flux density = 5.509 Jy 21103 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1851 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.325 MilliJy iter= 4350 IMAGR2: Field 4 Clean flux density= 84.045 MilliJy 4350 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 21658 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1869 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.290 MilliJy iter= 4670 IMAGR2: Field 5 Clean flux density= -108.939 MilliJy 4670 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 22251 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 360 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.252 MilliJy iter= 2084 IMAGR2: Field 1 Clean flux density= 5.350 Jy 2084 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 22435 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1271 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.245 MilliJy iter= 3624 IMAGR2: Field 6 Clean flux density= 33.480 MilliJy 3624 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 22870 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 865 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.224 MilliJy iter= 2642 IMAGR2: Field 7 Clean flux density= 24.021 MilliJy 2642 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 23242 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 1449 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.207 MilliJy iter= 3922 IMAGR2: Field 3 Clean flux density= 32.471 MilliJy 3922 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 23728 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 842 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.183 MilliJy iter= 2798 IMAGR2: Field 2 Clean flux density= 103.288 MilliJy 2798 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 24090 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 2129 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.168 MilliJy iter= 4997 IMAGR2: Field 4 Clean flux density= 85.689 MilliJy 4997 comps IMAGR2: Total Cleaned flux density = 5.520 Jy 24737 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -3.7 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 2113 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.140 MilliJy iter= 5335 IMAGR2: Field 5 Clean flux density= -110.584 MilliJy 5335 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 25402 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 423 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.107 MilliJy iter= 2283 IMAGR2: Field 1 Clean flux density= 5.349 Jy 2283 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 25601 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1571 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.106 MilliJy iter= 4179 IMAGR2: Field 6 Clean flux density= 30.699 MilliJy 4179 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 26156 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 899 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.084 MilliJy iter= 3022 IMAGR2: Field 7 Clean flux density= 22.666 MilliJy 3022 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 26536 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 1578 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.073 MilliJy iter= 4451 IMAGR2: Field 3 Clean flux density= 34.388 MilliJy 4451 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 27065 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 979 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.053 MilliJy iter= 3199 IMAGR2: Field 2 Clean flux density= 104.010 MilliJy 3199 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 27466 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1961 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.038 MilliJy iter= 5623 IMAGR2: Field 4 Clean flux density= 83.338 MilliJy 5623 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 28092 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -3.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 989.14 MicroJy IMAGR2: 2353 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.017 MilliJy iter= 6055 IMAGR2: Field 5 Clean flux density= -108.584 MilliJy 6055 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 28812 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 980.78 MicroJy IMAGR2: 491 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -990.591 MicroJy iter= 2528 IMAGR2: Field 1 Clean flux density= 5.352 Jy 2528 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 29057 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 964.51 MicroJy IMAGR2: 1461 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -984.340 MicroJy iter= 4687 IMAGR2: Field 6 Clean flux density= 33.619 MilliJy 4687 comps IMAGR2: Total Cleaned flux density = 5.521 Jy 29565 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 952.63 MicroJy IMAGR2: 913 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 967.702 MicroJy iter= 3428 IMAGR2: Field 7 Clean flux density= 19.652 MilliJy 3428 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 29971 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 937.21 MicroJy IMAGR2: 1705 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 958.577 MicroJy iter= 5043 IMAGR2: Field 3 Clean flux density= 34.895 MilliJy 5043 comps IMAGR2: Total Cleaned flux density = 5.519 Jy 30563 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 926.19 MicroJy IMAGR2: 1049 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -941.179 MicroJy iter= 3627 IMAGR2: Field 2 Clean flux density= 108.416 MilliJy 3627 comps IMAGR2: Total Cleaned flux density = 5.523 Jy 30991 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 908.18 MicroJy IMAGR2: 2121 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 930.907 MicroJy iter= 6304 IMAGR2: Field 4 Clean flux density= 81.759 MilliJy 6304 comps IMAGR2: Total Cleaned flux density = 5.521 Jy 31672 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -3.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 888.14 MicroJy IMAGR2: 2373 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 913.149 MicroJy iter= 6816 IMAGR2: Field 5 Clean flux density= -105.680 MilliJy 6816 comps IMAGR2: Total Cleaned flux density = 5.524 Jy 32433 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 880.19 MicroJy IMAGR2: 486 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -888.008 MicroJy iter= 2759 IMAGR2: Field 1 Clean flux density= 5.351 Jy 2759 comps IMAGR2: Total Cleaned flux density = 5.524 Jy 32664 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 868.12 MicroJy IMAGR2: 1731 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 886.116 MicroJy iter= 5276 IMAGR2: Field 6 Clean flux density= 33.063 MilliJy 5276 comps IMAGR2: Total Cleaned flux density = 5.524 Jy 33253 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 858.76 MicroJy IMAGR2: 967 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -871.169 MicroJy iter= 3837 IMAGR2: Field 7 Clean flux density= 17.288 MilliJy 3837 comps IMAGR2: Total Cleaned flux density = 5.521 Jy 33662 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 845.19 MicroJy IMAGR2: 1669 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -863.112 MicroJy iter= 5626 IMAGR2: Field 3 Clean flux density= 33.810 MilliJy 5626 comps IMAGR2: Total Cleaned flux density = 5.520 Jy 34245 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 835.86 MicroJy IMAGR2: 1101 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -848.925 MicroJy iter= 4081 IMAGR2: Field 2 Clean flux density= 104.952 MilliJy 4081 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 34699 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 821.04 MicroJy IMAGR2: 2502 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -842.534 MicroJy iter= 7103 IMAGR2: Field 4 Clean flux density= 78.363 MilliJy 7103 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 35498 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 805.24 MicroJy IMAGR2: 2549 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 825.656 MicroJy iter= 7628 IMAGR2: Field 5 Clean flux density= -105.693 MilliJy 7628 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 36310 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 799.28 MicroJy IMAGR2: 479 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 805.566 MicroJy iter= 2994 IMAGR2: Field 1 Clean flux density= 5.353 Jy 2994 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 36545 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 788.36 MicroJy IMAGR2: 1935 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 804.360 MicroJy iter= 5908 IMAGR2: Field 6 Clean flux density= 34.966 MilliJy 5908 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 37177 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 780.58 MicroJy IMAGR2: 1032 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -791.996 MicroJy iter= 4270 IMAGR2: Field 7 Clean flux density= 17.820 MilliJy 4270 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 37610 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 770.66 MicroJy IMAGR2: 1940 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -787.032 MicroJy iter= 6284 IMAGR2: Field 3 Clean flux density= 34.059 MilliJy 6284 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 38268 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 762.51 MicroJy IMAGR2: 1116 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -773.402 MicroJy iter= 4539 IMAGR2: Field 2 Clean flux density= 106.569 MilliJy 4539 comps IMAGR2: Total Cleaned flux density = 5.520 Jy 38726 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 748.21 MicroJy IMAGR2: 2470 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 765.924 MicroJy iter= 7887 IMAGR2: Field 4 Clean flux density= 79.498 MilliJy 7887 comps IMAGR2: Total Cleaned flux density = 5.521 Jy 39510 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 734.57 MicroJy IMAGR2: 2649 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -756.779 MicroJy iter= 8426 IMAGR2: Field 5 Clean flux density= -104.297 MilliJy 8426 comps IMAGR2: Total Cleaned flux density = 5.522 Jy 40308 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 729.54 MicroJy IMAGR2: 529 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -735.408 MicroJy iter= 3247 IMAGR2: Field 1 Clean flux density= 5.354 Jy 3247 comps IMAGR2: Total Cleaned flux density = 5.523 Jy 40561 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 719.55 MicroJy IMAGR2: 1945 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -733.750 MicroJy iter= 6563 IMAGR2: Field 6 Clean flux density= 35.752 MilliJy 6563 comps IMAGR2: Total Cleaned flux density = 5.524 Jy 41216 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 713.03 MicroJy IMAGR2: 1151 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 723.029 MicroJy iter= 4739 IMAGR2: Field 7 Clean flux density= 14.333 MilliJy 4739 comps IMAGR2: Total Cleaned flux density = 5.520 Jy 41685 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 703.86 MicroJy IMAGR2: 2075 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -718.215 MicroJy iter= 6995 IMAGR2: Field 3 Clean flux density= 34.354 MilliJy 6995 comps IMAGR2: Total Cleaned flux density = 5.520 Jy 42396 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 697.27 MicroJy IMAGR2: 1255 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -707.879 MicroJy iter= 5058 IMAGR2: Field 2 Clean flux density= 102.144 MilliJy 5058 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 42915 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 687.28 MicroJy IMAGR2: 2739 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 703.873 MicroJy iter= 8738 IMAGR2: Field 4 Clean flux density= 76.379 MilliJy 8738 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 43766 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 677.24 MicroJy IMAGR2: 3034 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -694.631 MicroJy iter= 9402 IMAGR2: Field 5 Clean flux density= -102.644 MilliJy 9402 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 44742 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -981.1 MicroJy,max = 912.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.03 MicroJy IMAGR2: 553 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 678.165 MicroJy iter= 3500 IMAGR2: Field 1 Clean flux density= 5.355 Jy 3500 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 44995 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 665.64 MicroJy IMAGR2: 2184 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 678.847 MicroJy iter= 7285 IMAGR2: Field 6 Clean flux density= 35.843 MilliJy 7285 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 45717 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 660.02 MicroJy IMAGR2: 1081 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 668.292 MicroJy iter= 5174 IMAGR2: Field 7 Clean flux density= 14.941 MilliJy 5174 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 46152 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 652.63 MicroJy IMAGR2: 2139 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -665.276 MicroJy iter= 7707 IMAGR2: Field 3 Clean flux density= 33.938 MilliJy 7707 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 46864 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 646.77 MicroJy IMAGR2: 1141 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -654.458 MicroJy iter= 5506 IMAGR2: Field 2 Clean flux density= 99.976 MilliJy 5506 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 47312 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 636.69 MicroJy IMAGR2: 2668 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -651.213 MicroJy iter= 9641 IMAGR2: Field 4 Clean flux density= 75.435 MilliJy 9641 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 48215 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 625.19 MicroJy IMAGR2: 2856 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 639.559 MicroJy iter= 10290 IMAGR2: Field 5 Clean flux density= -103.007 MilliJy 10290 comps IMAGR2: Total Cleaned flux density = 5.512 Jy 49103 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 618.61 MicroJy IMAGR2: 2004 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 629.686 MicroJy iter= 7970 IMAGR2: Field 6 Clean flux density= 35.656 MilliJy 7970 comps IMAGR2: Total Cleaned flux density = 5.512 Jy 49788 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -954.9 MicroJy,max = 854.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 614.83 MicroJy IMAGR2: 769 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -620.478 MicroJy iter= 3845 IMAGR2: Field 1 Clean flux density= 5.353 Jy 3845 comps IMAGR2: Total Cleaned flux density = 5.510 Jy 50133 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 609.85 MicroJy IMAGR2: 1217 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -617.485 MicroJy iter= 5644 IMAGR2: Field 7 Clean flux density= 15.656 MilliJy 5644 comps IMAGR2: Total Cleaned flux density = 5.511 Jy 50603 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 602.40 MicroJy IMAGR2: 2134 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -613.568 MicroJy iter= 8443 IMAGR2: Field 3 Clean flux density= 33.249 MilliJy 8443 comps IMAGR2: Total Cleaned flux density = 5.510 Jy 51339 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 597.47 MicroJy IMAGR2: 1270 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -604.976 MicroJy iter= 6000 IMAGR2: Field 2 Clean flux density= 101.327 MilliJy 6000 comps IMAGR2: Total Cleaned flux density = 5.511 Jy 51833 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 589.13 MicroJy IMAGR2: 2973 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -605.794 MicroJy iter= 10552 IMAGR2: Field 4 Clean flux density= 72.728 MilliJy 10552 comps IMAGR2: Total Cleaned flux density = 5.509 Jy 52744 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 581.73 MicroJy IMAGR2: 3219 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 595.253 MicroJy iter= 11325 IMAGR2: Field 5 Clean flux density= -102.720 MilliJy 11325 comps IMAGR2: Total Cleaned flux density = 5.509 Jy 53779 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.43 MicroJy IMAGR2: 2710 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 589.455 MicroJy iter= 8854 IMAGR2: Field 6 Clean flux density= 35.023 MilliJy 8854 comps IMAGR2: Total Cleaned flux density = 5.508 Jy 54663 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -885.9 MicroJy,max = 848.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 574.07 MicroJy IMAGR2: 693 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -578.964 MicroJy iter= 4161 IMAGR2: Field 1 Clean flux density= 5.349 Jy 4161 comps IMAGR2: Total Cleaned flux density = 5.504 Jy 54979 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 570.22 MicroJy IMAGR2: 1248 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 577.169 MicroJy iter= 6153 IMAGR2: Field 7 Clean flux density= 18.311 MilliJy 6153 comps IMAGR2: Total Cleaned flux density = 5.507 Jy 55488 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.75 MicroJy IMAGR2: 2440 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 576.308 MicroJy iter= 9259 IMAGR2: Field 3 Clean flux density= 36.060 MilliJy 9259 comps IMAGR2: Total Cleaned flux density = 5.510 Jy 56304 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 560.20 MicroJy IMAGR2: 2927 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -572.260 MicroJy iter= 11533 IMAGR2: Field 4 Clean flux density= 74.999 MilliJy 11533 comps IMAGR2: Total Cleaned flux density = 5.512 Jy 57285 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 555.86 MicroJy IMAGR2: 1344 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -562.311 MicroJy iter= 6522 IMAGR2: Field 2 Clean flux density= 99.638 MilliJy 6522 comps IMAGR2: Total Cleaned flux density = 5.510 Jy 57807 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 548.57 MicroJy IMAGR2: 2938 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 563.840 MicroJy iter= 12214 IMAGR2: Field 5 Clean flux density= -102.389 MilliJy 12214 comps IMAGR2: Total Cleaned flux density = 5.511 Jy 58696 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 542.26 MicroJy IMAGR2: 2380 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 552.297 MicroJy iter= 9677 IMAGR2: Field 6 Clean flux density= 35.430 MilliJy 9677 comps IMAGR2: Total Cleaned flux density = 5.511 Jy 59519 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -789.0 MicroJy,max = 787.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 539.50 MicroJy IMAGR2: 636 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 543.622 MicroJy iter= 4432 IMAGR2: Field 1 Clean flux density= 5.350 Jy 4432 comps IMAGR2: Total Cleaned flux density = 5.512 Jy 59790 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 535.51 MicroJy IMAGR2: 1188 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 541.341 MicroJy iter= 6645 IMAGR2: Field 7 Clean flux density= 16.336 MilliJy 6645 comps IMAGR2: Total Cleaned flux density = 5.510 Jy 60282 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 529.43 MicroJy IMAGR2: 2328 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 542.262 MicroJy iter= 10008 IMAGR2: Field 3 Clean flux density= 38.722 MilliJy 10008 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 61031 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.68 MicroJy IMAGR2: 3223 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -536.584 MicroJy iter= 12526 IMAGR2: Field 4 Clean flux density= 73.318 MilliJy 12526 comps IMAGR2: Total Cleaned flux density = 5.511 Jy 62024 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 517.54 MicroJy IMAGR2: 3092 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -528.193 MicroJy iter= 13220 IMAGR2: Field 5 Clean flux density= -99.930 MilliJy 13220 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 63030 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.22 MicroJy IMAGR2: 1871 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -521.682 MicroJy iter= 7239 IMAGR2: Field 2 Clean flux density= 98.158 MilliJy 7239 comps IMAGR2: Total Cleaned flux density = 5.512 Jy 63747 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 510.90 MicroJy IMAGR2: 2799 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 520.507 MicroJy iter= 10619 IMAGR2: Field 6 Clean flux density= 37.986 MilliJy 10619 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 64689 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -790.7 MicroJy,max = 785.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 508.73 MicroJy IMAGR2: 603 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 512.059 MicroJy iter= 4695 IMAGR2: Field 1 Clean flux density= 5.346 Jy 4695 comps IMAGR2: Total Cleaned flux density = 5.511 Jy 64952 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 504.77 MicroJy IMAGR2: 2116 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 515.649 MicroJy iter= 10672 IMAGR2: Field 3 Clean flux density= 40.753 MilliJy 10672 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 65616 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 502.31 MicroJy IMAGR2: 1714 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -511.904 MicroJy iter= 7250 IMAGR2: Field 7 Clean flux density= 20.348 MilliJy 7250 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 66221 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 497.86 MicroJy IMAGR2: 3412 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -510.974 MicroJy iter= 13594 IMAGR2: Field 4 Clean flux density= 74.351 MilliJy 13594 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 67289 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.45 MicroJy IMAGR2: 2805 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 505.337 MicroJy iter= 14111 IMAGR2: Field 5 Clean flux density= -100.913 MilliJy 14111 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 68180 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 487.98 MicroJy IMAGR2: 1453 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 493.488 MicroJy iter= 7822 IMAGR2: Field 2 Clean flux density= 95.781 MilliJy 7822 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 68763 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 482.77 MicroJy IMAGR2: 2498 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -493.220 MicroJy iter= 11388 IMAGR2: Field 6 Clean flux density= 38.786 MilliJy 11388 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 69532 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.09 MicroJy IMAGR2: 2306 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -490.515 MicroJy iter= 11411 IMAGR2: Field 3 Clean flux density= 41.915 MilliJy 11411 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 70271 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -687.3 MicroJy,max = 704.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 478.20 MicroJy IMAGR2: 677 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -481.849 MicroJy iter= 5001 IMAGR2: Field 1 Clean flux density= 5.349 Jy 5001 comps IMAGR2: Total Cleaned flux density = 5.519 Jy 70577 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 474.18 MicroJy IMAGR2: 1488 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -479.587 MicroJy iter= 7850 IMAGR2: Field 7 Clean flux density= 18.786 MilliJy 7850 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 71177 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 468.37 MicroJy IMAGR2: 3329 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -480.701 MicroJy iter= 14630 IMAGR2: Field 4 Clean flux density= 72.773 MilliJy 14630 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 72213 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 464.96 MicroJy IMAGR2: 3537 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -474.560 MicroJy iter= 15279 IMAGR2: Field 5 Clean flux density= -98.209 MilliJy 15279 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 73381 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 462.12 MicroJy IMAGR2: 1564 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 467.416 MicroJy iter= 8433 IMAGR2: Field 2 Clean flux density= 91.327 MilliJy 8433 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 73992 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 459.74 MicroJy IMAGR2: 2858 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -467.923 MicroJy iter= 12348 IMAGR2: Field 6 Clean flux density= 36.622 MilliJy 12348 comps IMAGR2: Total Cleaned flux density = 5.512 Jy 74952 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.51 MicroJy IMAGR2: 2913 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -467.937 MicroJy iter= 12356 IMAGR2: Field 3 Clean flux density= 42.950 MilliJy 12356 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 75897 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -649.0 MicroJy,max = 632.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.37 MicroJy IMAGR2: 749 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 459.729 MicroJy iter= 5323 IMAGR2: Field 1 Clean flux density= 5.351 Jy 5323 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 76219 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 453.12 MicroJy IMAGR2: 3035 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 463.871 MicroJy iter= 15623 IMAGR2: Field 4 Clean flux density= 75.159 MilliJy 15623 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 77212 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 451.07 MicroJy IMAGR2: 1777 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 457.053 MicroJy iter= 8511 IMAGR2: Field 7 Clean flux density= 18.177 MilliJy 8511 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 77873 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 446.76 MicroJy IMAGR2: 3191 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 458.382 MicroJy iter= 16328 IMAGR2: Field 5 Clean flux density= -98.955 MilliJy 16328 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 78922 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 442.13 MicroJy IMAGR2: 1910 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -447.678 MicroJy iter= 13037 IMAGR2: Field 6 Clean flux density= 36.010 MilliJy 13037 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 79611 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 438.52 MicroJy IMAGR2: 2561 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -448.280 MicroJy iter= 13158 IMAGR2: Field 3 Clean flux density= 42.238 MilliJy 13158 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 80413 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 436.02 MicroJy IMAGR2: 1920 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -441.973 MicroJy iter= 9151 IMAGR2: Field 2 Clean flux density= 92.525 MilliJy 9151 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 81131 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 432.37 MicroJy IMAGR2: 3070 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -443.459 MicroJy iter= 16618 IMAGR2: Field 4 Clean flux density= 74.414 MilliJy 16618 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 82126 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -626.5 MicroJy,max = 616.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.68 MicroJy IMAGR2: 883 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -433.759 MicroJy iter= 5698 IMAGR2: Field 1 Clean flux density= 5.351 Jy 5698 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 82501 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 427.56 MicroJy IMAGR2: 3349 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -435.187 MicroJy iter= 17422 IMAGR2: Field 5 Clean flux density= -97.819 MilliJy 17422 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 83595 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 423.54 MicroJy IMAGR2: 1569 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -427.986 MicroJy iter= 9147 IMAGR2: Field 7 Clean flux density= 19.964 MilliJy 9147 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 84231 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.69 MicroJy IMAGR2: 3034 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 430.753 MicroJy iter= 14128 IMAGR2: Field 3 Clean flux density= 42.077 MilliJy 14128 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 85201 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.20 MicroJy IMAGR2: 3142 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 430.978 MicroJy iter= 14039 IMAGR2: Field 6 Clean flux density= 36.642 MilliJy 14039 comps IMAGR2: Total Cleaned flux density = 5.519 Jy 86203 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 419.82 MicroJy IMAGR2: 3440 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -429.397 MicroJy iter= 17730 IMAGR2: Field 4 Clean flux density= 76.546 MilliJy 17730 comps IMAGR2: Total Cleaned flux density = 5.521 Jy 87315 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 416.50 MicroJy IMAGR2: 1470 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -420.913 MicroJy iter= 9747 IMAGR2: Field 2 Clean flux density= 91.019 MilliJy 9747 comps IMAGR2: Total Cleaned flux density = 5.519 Jy 87911 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 414.59 MicroJy IMAGR2: 3495 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -424.601 MicroJy iter= 18544 IMAGR2: Field 5 Clean flux density= -99.190 MilliJy 18544 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 89033 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -606.2 MicroJy,max = 608.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 412.69 MicroJy IMAGR2: 590 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -414.919 MicroJy iter= 5963 IMAGR2: Field 1 Clean flux density= 5.350 Jy 5963 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 89298 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 409.04 MicroJy IMAGR2: 2260 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 416.748 MicroJy iter= 14799 IMAGR2: Field 6 Clean flux density= 35.500 MilliJy 14799 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 90058 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 405.06 MicroJy IMAGR2: 2261 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 413.220 MicroJy iter= 14859 IMAGR2: Field 3 Clean flux density= 44.020 MilliJy 14859 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 90789 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 400.90 MicroJy IMAGR2: 3168 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -410.755 MicroJy iter= 18756 IMAGR2: Field 4 Clean flux density= 77.411 MilliJy 18756 comps IMAGR2: Total Cleaned flux density = 5.519 Jy 91815 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.79 MicroJy IMAGR2: 2538 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -405.531 MicroJy iter= 10067 IMAGR2: Field 7 Clean flux density= 18.700 MilliJy 10067 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 92735 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 395.98 MicroJy IMAGR2: 3342 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -402.861 MicroJy iter= 19720 IMAGR2: Field 5 Clean flux density= -97.911 MilliJy 19720 comps IMAGR2: Total Cleaned flux density = 5.519 Jy 93911 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.79 MicroJy IMAGR2: 2205 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 399.580 MicroJy iter= 10564 IMAGR2: Field 2 Clean flux density= 86.255 MilliJy 10564 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 94728 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.30 MicroJy IMAGR2: 3041 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -402.535 MicroJy iter= 15774 IMAGR2: Field 6 Clean flux density= 34.979 MilliJy 15774 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 95703 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -561.5 MicroJy,max = 573.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 393.16 MicroJy IMAGR2: 707 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -395.434 MicroJy iter= 6260 IMAGR2: Field 1 Clean flux density= 5.349 Jy 6260 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 96000 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 392.25 MicroJy IMAGR2: 2708 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 399.806 MicroJy iter= 15748 IMAGR2: Field 3 Clean flux density= 45.577 MilliJy 15748 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 96889 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 390.70 MicroJy IMAGR2: 3338 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -399.860 MicroJy iter= 19830 IMAGR2: Field 4 Clean flux density= 80.270 MilliJy 19830 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 97963 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.33 MicroJy IMAGR2: 1656 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 391.507 MicroJy iter= 10697 IMAGR2: Field 7 Clean flux density= 19.992 MilliJy 10697 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 98593 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 384.88 MicroJy IMAGR2: 3007 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -393.281 MicroJy iter= 20713 IMAGR2: Field 5 Clean flux density= -99.071 MilliJy 20713 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 99586 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 381.28 MicroJy IMAGR2: 2123 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 385.786 MicroJy iter= 16563 IMAGR2: Field 6 Clean flux density= 35.284 MilliJy 16563 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 100375 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 378.41 MicroJy IMAGR2: 1853 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -382.636 MicroJy iter= 11275 IMAGR2: Field 2 Clean flux density= 87.276 MilliJy 11275 comps IMAGR2: Total Cleaned flux density = 5.519 Jy 101086 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 375.96 MicroJy IMAGR2: 2726 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -381.266 MicroJy iter= 16691 IMAGR2: Field 3 Clean flux density= 45.511 MilliJy 16691 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 102029 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 372.67 MicroJy IMAGR2: 3436 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 381.409 MicroJy iter= 20927 IMAGR2: Field 4 Clean flux density= 82.785 MilliJy 20927 comps IMAGR2: Total Cleaned flux density = 5.521 Jy 103126 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -553.9 MicroJy,max = 549.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 372.10 MicroJy IMAGR2: 1173 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 375.068 MicroJy iter= 6719 IMAGR2: Field 1 Clean flux density= 5.352 Jy 6719 comps IMAGR2: Total Cleaned flux density = 5.524 Jy 103585 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 370.91 MicroJy IMAGR2: 3615 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 378.987 MicroJy iter= 21837 IMAGR2: Field 5 Clean flux density= -99.270 MilliJy 21837 comps IMAGR2: Total Cleaned flux density = 5.524 Jy 104709 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 368.53 MicroJy IMAGR2: 1563 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 372.135 MicroJy iter= 11303 IMAGR2: Field 7 Clean flux density= 21.395 MilliJy 11303 comps IMAGR2: Total Cleaned flux density = 5.525 Jy 105315 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 367.89 MicroJy IMAGR2: 2833 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 375.163 MicroJy iter= 17477 IMAGR2: Field 6 Clean flux density= 33.829 MilliJy 17477 comps IMAGR2: Total Cleaned flux density = 5.523 Jy 106229 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 365.84 MicroJy IMAGR2: 1612 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 369.074 MicroJy iter= 11908 IMAGR2: Field 2 Clean flux density= 84.606 MilliJy 11908 comps IMAGR2: Total Cleaned flux density = 5.521 Jy 106862 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 364.09 MicroJy IMAGR2: 2835 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -371.062 MicroJy iter= 17619 IMAGR2: Field 3 Clean flux density= 48.434 MilliJy 17619 comps IMAGR2: Total Cleaned flux density = 5.524 Jy 107790 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 362.60 MicroJy IMAGR2: 3714 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 370.795 MicroJy iter= 22115 IMAGR2: Field 4 Clean flux density= 87.833 MilliJy 22115 comps IMAGR2: Total Cleaned flux density = 5.529 Jy 108978 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 360.59 MicroJy IMAGR2: 3552 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 368.521 MicroJy iter= 23024 IMAGR2: Field 5 Clean flux density= -100.549 MilliJy 23024 comps IMAGR2: Total Cleaned flux density = 5.528 Jy 110165 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -554.8 MicroJy,max = 532.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 359.07 MicroJy IMAGR2: 947 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 361.429 MicroJy iter= 7096 IMAGR2: Field 1 Clean flux density= 5.352 Jy 7096 comps IMAGR2: Total Cleaned flux density = 5.528 Jy 110542 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 357.35 MicroJy IMAGR2: 2756 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -361.816 MicroJy iter= 18438 IMAGR2: Field 6 Clean flux density= 34.649 MilliJy 18438 comps IMAGR2: Total Cleaned flux density = 5.529 Jy 111503 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 355.97 MicroJy IMAGR2: 1565 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -359.360 MicroJy iter= 11909 IMAGR2: Field 7 Clean flux density= 18.741 MilliJy 11909 comps IMAGR2: Total Cleaned flux density = 5.526 Jy 112109 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 354.49 MicroJy IMAGR2: 2855 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 360.950 MicroJy iter= 18535 IMAGR2: Field 3 Clean flux density= 48.008 MilliJy 18535 comps IMAGR2: Total Cleaned flux density = 5.526 Jy 113025 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 352.78 MicroJy IMAGR2: 3783 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -360.594 MicroJy iter= 23330 IMAGR2: Field 4 Clean flux density= 88.767 MilliJy 23330 comps IMAGR2: Total Cleaned flux density = 5.526 Jy 114240 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 351.13 MicroJy IMAGR2: 1577 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -354.291 MicroJy iter= 12507 IMAGR2: Field 2 Clean flux density= 83.976 MilliJy 12507 comps IMAGR2: Total Cleaned flux density = 5.526 Jy 114839 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.82 MicroJy IMAGR2: 3926 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -357.883 MicroJy iter= 24275 IMAGR2: Field 5 Clean flux density= -101.869 MilliJy 24275 comps IMAGR2: Total Cleaned flux density = 5.525 Jy 116090 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 348.80 MicroJy IMAGR2: 2972 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -356.255 MicroJy iter= 19379 IMAGR2: Field 6 Clean flux density= 35.568 MilliJy 19379 comps IMAGR2: Total Cleaned flux density = 5.525 Jy 117031 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -494.2 MicroJy,max = 520.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 347.88 MicroJy IMAGR2: 954 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -350.262 MicroJy iter= 7495 IMAGR2: Field 1 Clean flux density= 5.351 Jy 7495 comps IMAGR2: Total Cleaned flux density = 5.524 Jy 117430 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 346.49 MicroJy IMAGR2: 2872 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 353.843 MicroJy iter= 19439 IMAGR2: Field 3 Clean flux density= 48.478 MilliJy 19439 comps IMAGR2: Total Cleaned flux density = 5.524 Jy 118334 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 344.35 MicroJy IMAGR2: 3444 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 351.892 MicroJy iter= 24467 IMAGR2: Field 4 Clean flux density= 92.454 MilliJy 24467 comps IMAGR2: Total Cleaned flux density = 5.528 Jy 119471 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 344.06 MicroJy IMAGR2: 2197 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -348.015 MicroJy iter= 12728 IMAGR2: Field 7 Clean flux density= 21.720 MilliJy 12728 comps IMAGR2: Total Cleaned flux density = 5.531 Jy 120290 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.68 MicroJy IMAGR2: 3360 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -348.396 MicroJy iter= 25378 IMAGR2: Field 5 Clean flux density= -103.505 MilliJy 25378 comps IMAGR2: Total Cleaned flux density = 5.529 Jy 121393 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 339.15 MicroJy IMAGR2: 2319 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 342.920 MicroJy iter= 20199 IMAGR2: Field 6 Clean flux density= 35.731 MilliJy 20199 comps IMAGR2: Total Cleaned flux density = 5.529 Jy 122213 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 339.11 MicroJy IMAGR2: 2347 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 342.797 MicroJy iter= 13376 IMAGR2: Field 2 Clean flux density= 83.403 MilliJy 13376 comps IMAGR2: Total Cleaned flux density = 5.529 Jy 123082 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 337.10 MicroJy IMAGR2: 2493 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -340.856 MicroJy iter= 20332 IMAGR2: Field 3 Clean flux density= 49.401 MilliJy 20332 comps IMAGR2: Total Cleaned flux density = 5.530 Jy 123975 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 335.72 MicroJy IMAGR2: 3576 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 343.313 MicroJy iter= 25592 IMAGR2: Field 4 Clean flux density= 95.080 MilliJy 25592 comps IMAGR2: Total Cleaned flux density = 5.532 Jy 125100 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -492.8 MicroJy,max = 473.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 334.41 MicroJy IMAGR2: 786 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -336.503 MicroJy iter= 7835 IMAGR2: Field 1 Clean flux density= 5.351 Jy 7835 comps IMAGR2: Total Cleaned flux density = 5.533 Jy 125440 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 333.17 MicroJy IMAGR2: 3420 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -339.600 MicroJy iter= 26471 IMAGR2: Field 5 Clean flux density= -105.820 MilliJy 26471 comps IMAGR2: Total Cleaned flux density = 5.531 Jy 126533 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 330.44 MicroJy IMAGR2: 1621 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -333.162 MicroJy iter= 13358 IMAGR2: Field 7 Clean flux density= 20.437 MilliJy 13358 comps IMAGR2: Total Cleaned flux density = 5.530 Jy 127163 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 326.79 MicroJy IMAGR2: 1024 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 328.994 MicroJy iter= 13795 IMAGR2: Field 2 Clean flux density= 81.849 MilliJy 13795 comps IMAGR2: Total Cleaned flux density = 5.528 Jy 127582 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 327.42 MicroJy IMAGR2: 3965 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -335.276 MicroJy iter= 21362 IMAGR2: Field 6 Clean flux density= 37.266 MilliJy 21362 comps IMAGR2: Total Cleaned flux density = 5.530 Jy 128745 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 326.51 MicroJy IMAGR2: 4023 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 333.611 MicroJy iter= 26895 IMAGR2: Field 4 Clean flux density= 95.066 MilliJy 26895 comps IMAGR2: Total Cleaned flux density = 5.530 Jy 130048 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 326.47 MicroJy IMAGR2: 3594 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -332.777 MicroJy iter= 21459 IMAGR2: Field 3 Clean flux density= 49.556 MilliJy 21459 comps IMAGR2: Total Cleaned flux density = 5.530 Jy 131175 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 325.56 MicroJy IMAGR2: 3657 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -331.801 MicroJy iter= 27686 IMAGR2: Field 5 Clean flux density= -107.017 MilliJy 27686 comps IMAGR2: Total Cleaned flux density = 5.529 Jy 132390 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -469.5 MicroJy,max = 492.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 325.39 MicroJy IMAGR2: 1121 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -327.701 MicroJy iter= 8278 IMAGR2: Field 1 Clean flux density= 5.351 Jy 8278 comps IMAGR2: Total Cleaned flux density = 5.528 Jy 132833 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 322.18 MicroJy IMAGR2: 2299 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 327.771 MicroJy iter= 22120 IMAGR2: Field 6 Clean flux density= 37.712 MilliJy 22120 comps IMAGR2: Total Cleaned flux density = 5.529 Jy 133591 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 320.05 MicroJy IMAGR2: 3377 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 326.388 MicroJy iter= 28007 IMAGR2: Field 4 Clean flux density= 97.895 MilliJy 28007 comps IMAGR2: Total Cleaned flux density = 5.532 Jy 134703 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 319.33 MicroJy IMAGR2: 2037 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -322.233 MicroJy iter= 14130 IMAGR2: Field 7 Clean flux density= 19.964 MilliJy 14130 comps IMAGR2: Total Cleaned flux density = 5.531 Jy 135475 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 316.94 MicroJy IMAGR2: 3198 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -323.820 MicroJy iter= 22476 IMAGR2: Field 3 Clean flux density= 50.171 MilliJy 22476 comps IMAGR2: Total Cleaned flux density = 5.532 Jy 136492 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 315.21 MicroJy IMAGR2: 3838 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -322.278 MicroJy iter= 28902 IMAGR2: Field 5 Clean flux density= -108.032 MilliJy 28902 comps IMAGR2: Total Cleaned flux density = 5.531 Jy 137708 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 316.44 MicroJy IMAGR2: 2494 Residual map points loaded IMAGR2: Field 2 min Clean flux = -320.684 MicroJy iter= 14686 IMAGR2: Field 2 Clean flux density= 81.724 MilliJy 14686 comps IMAGR2: Total Cleaned flux density = 5.531 Jy 138599 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 1 min = -468.7 MicroJy,max = 485.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 310.77 MicroJy IMAGR2: 901 Residual map points loaded IMAGR2: Field 1 min Clean flux = -320.674 MicroJy iter= 8519 IMAGR2: Field 1 Clean flux density= 5.351 Jy 8519 comps IMAGR2: Total Cleaned flux density = 5.530 Jy 138840 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 310.37 MicroJy IMAGR2: 4130 Residual map points loaded IMAGR2: Field 6 min Clean flux = -320.706 MicroJy iter= 23246 IMAGR2: Field 6 Clean flux density= 40.248 MilliJy 23246 comps IMAGR2: Total Cleaned flux density = 5.533 Jy 139966 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 302.03 MicroJy IMAGR2: 5231 Residual map points loaded IMAGR2: Field 4 min Clean flux = -320.703 MicroJy iter= 29206 IMAGR2: Field 4 Clean flux density= 98.980 MilliJy 29206 comps IMAGR2: Total Cleaned flux density = 5.534 Jy 141165 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 290.66 MicroJy IMAGR2: 6388 Residual map points loaded IMAGR2: Field 3 min Clean flux = -320.623 MicroJy iter= 23374 IMAGR2: Field 3 Clean flux density= 47.679 MilliJy 23374 comps IMAGR2: Total Cleaned flux density = 5.532 Jy 142063 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 274.70 MicroJy IMAGR2: 7607 Residual map points loaded IMAGR2: Field 7 min Clean flux = 320.667 MicroJy iter= 14733 IMAGR2: Field 7 Clean flux density= 21.599 MilliJy 14733 comps IMAGR2: Total Cleaned flux density = 5.533 Jy 142666 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 247.88 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 5 min Clean flux = -320.640 MicroJy iter= 29900 IMAGR2: Field 5 Clean flux density= -109.243 MilliJy 29900 comps IMAGR2: Total Cleaned flux density = 5.532 Jy 143664 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 44721 Pts IMAGR2: Peak residual in window 320.706 less than limit 320.721 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 8519 to 3374 components IMAGR2: Field 2 compressed from 14686 to 5022 components IMAGR2: Field 3 compressed from 23374 to 6671 components IMAGR2: Field 4 compressed from 29206 to 8275 components IMAGR2: Field 5 compressed from 29900 to 8555 components IMAGR2: Field 6 compressed from 23246 to 6552 components IMAGR2: Field 7 compressed from 14733 to 4939 components IMAGR2: Field 1 min = -450.7 MicroJy,max = 485.1 MicroJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 966.1 MicroJy IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -1.639 MilliJy ( 198 CCs) from field 1 to field 2 IMAGR2: Restore -2.830 MilliJy ( 587 CCs) from field 1 to field 3 IMAGR2: Restore -33.316 MilliJy ( 665 CCs) from field 1 to field 4 IMAGR2: Restore 15.014 MilliJy ( 602 CCs) from field 1 to field 5 IMAGR2: Restore -21.464 MilliJy ( 619 CCs) from field 1 to field 6 IMAGR2: Restore -6.336 MilliJy ( 227 CCs) from field 1 to field 7 IMAGR2: Restore 391.640 MicroJy ( 209 CCs) from field 2 to field 1 IMAGR2: Restore 7.270 MilliJy ( 437 CCs) from field 2 to field 3 IMAGR2: Restore 2.228 MilliJy ( 579 CCs) from field 2 to field 4 IMAGR2: Restore 3.553 MilliJy ( 412 CCs) from field 3 to field 1 IMAGR2: Restore -4.178 MilliJy ( 376 CCs) from field 3 to field 2 IMAGR2: Restore 17.623 MilliJy ( 521 CCs) from field 3 to field 5 IMAGR2: Restore -16.028 MilliJy ( 486 CCs) from field 4 to field 1 IMAGR2: Restore -11.099 MilliJy ( 437 CCs) from field 4 to field 2 IMAGR2: Restore 1.630 MilliJy ( 623 CCs) from field 4 to field 6 IMAGR2: Restore 2.958 MilliJy ( 602 CCs) from field 5 to field 1 IMAGR2: Restore 4.468 MilliJy ( 656 CCs) from field 5 to field 3 IMAGR2: Restore 10.445 MilliJy ( 541 CCs) from field 5 to field 7 IMAGR2: Restore -5.095 MilliJy ( 354 CCs) from field 6 to field 1 IMAGR2: Restore 88.741 MicroJy ( 509 CCs) from field 6 to field 4 IMAGR2: Restore 3.326 MilliJy ( 353 CCs) from field 6 to field 7 IMAGR2: Restore -2.462 MilliJy ( 159 CCs) from field 7 to field 1 IMAGR2: Restore -2.111 MilliJy ( 457 CCs) from field 7 to field 5 IMAGR2: Restore 477.960 MicroJy ( 394 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.334 Jy IMAGR2: Field 2 final Clean flux 64.808 MilliJy IMAGR2: Field 3 final Clean flux 56.588 MilliJy IMAGR2: Field 4 final Clean flux 67.982 MilliJy IMAGR2: Field 5 final Clean flux -78.717 MilliJy IMAGR2: Field 6 final Clean flux 20.892 MilliJy IMAGR2: Field 7 final Clean flux 29.033 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 21 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 332.9 Real= 1031 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000212.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05345 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1244+408 X BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23423 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23423 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 132.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 44 49.20 40 48 06.2 00001 -1 507 512 513 C 2 1012 1012 12 44 49.20 40 44 46.8 00002 -1 507 512 513 C 3 1012 1012 12 44 33.99 40 46 26.5 00003 -1 507 512 513 C 4 1012 1012 12 45 04.40 40 46 26.5 00004 -1 507 512 513 C 5 1012 1012 12 44 33.98 40 49 45.9 00005 -1 507 512 513 C 6 1012 1012 12 45 04.41 40 49 45.9 00006 -1 507 512 513 C 7 1012 1012 12 44 49.20 40 51 25.6 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.1096E-02 -1.9000E-02 0 IMAGR2: Field 2 1012 1012 5.1096E-02 -1.9942E+02 0 IMAGR2: Field 3 1012 1012 -1.7265E+02 -9.9719E+01 0 IMAGR2: Field 4 1012 1012 1.7264E+02 -9.9719E+01 0 IMAGR2: Field 5 1012 1012 -1.7277E+02 9.9681E+01 0 IMAGR2: Field 6 1012 1012 1.7276E+02 9.9681E+01 0 IMAGR2: Field 7 1012 1012 5.1096E-02 1.9938E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1244+408 .IMAGR . 1 (UV) on disk 1 cno 28 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7722 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.682E+04 IMAGR2: UVWAIT: Adding temperance S 7.365E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.994E+07 and out 2.494E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.148 due to weighting IMAGR2: UVWAIT: Average summed weight 3.682E+04 over 15054 vis IMAGR2: Create 1244+408 .IBM001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1244+408 .IBM002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1244+408 .IBM003. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1244+408 .IBM004. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1244+408 .IBM005. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1244+408 .IBM006. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1244+408 .IBM007. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1244+408 .ICL001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1244+408 .ICL002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1244+408 .ICL003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1244+408 .ICL004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1244+408 .ICL005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1244+408 .ICL006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1244+408 .ICL007. 1 (MA) on disk 1 cno 42 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.64784E+08 IMAGR2: Field 1 Beam min = -185.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.646 x 0.681 arcsec, PA= 71.4 IMAGR2: Field 2 Sum of gridding weights = 2.64784E+08 IMAGR2: Field 2 Beam min = -185.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.648 x 0.681 arcsec, PA= 71.3 IMAGR2: Field 3 Sum of gridding weights = 2.64783E+08 IMAGR2: Field 3 Beam min = -130.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.650 x 0.681 arcsec, PA= 71.3 IMAGR2: Field 4 Sum of gridding weights = 2.64783E+08 IMAGR2: Field 4 Beam min = -116.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.644 x 0.681 arcsec, PA= 71.4 IMAGR2: Field 5 Sum of gridding weights = 2.64783E+08 IMAGR2: Field 5 Beam min = -131.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.649 x 0.681 arcsec, PA= 71.3 IMAGR2: Field 6 Sum of gridding weights = 2.64784E+08 IMAGR2: Field 6 Beam min = -139.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.643 x 0.681 arcsec, PA= 71.4 IMAGR2: Field 7 Sum of gridding weights = 2.64784E+08 IMAGR2: Field 7 Beam min = -185.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.645 x 0.681 arcsec, PA= 71.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -43.4 MilliJy,max = 432.0 MilliJy IMAGR2: Field 2 min = -36.7 MilliJy,max = 168.5 MilliJy IMAGR2: Field 3 min = -42.2 MilliJy,max = 182.8 MilliJy IMAGR2: Field 4 min = -45.6 MilliJy,max = 117.2 MilliJy IMAGR2: Field 5 min = -41.2 MilliJy,max = 115.9 MilliJy IMAGR2: Field 6 min = -43.5 MilliJy,max = 187.2 MilliJy IMAGR2: Field 7 min = -35.9 MilliJy,max = 165.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 70.05 MilliJy IMAGR2: 2025 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 230.965 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 225.511 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 225.511 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.6 MilliJy,max = 208.3 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 42.03 MilliJy IMAGR2: 752 Residual map points loaded IMAGR2: Field 1 min allowed flux = 102.907 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 345.752 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 345.752 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.2 MilliJy,max = 42.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.029E-02 < Second best 1.740E-01 IMAGR2: Field 3 min = -8.4 MilliJy,max = 38.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.632E-02 < Second best 1.117E-01 IMAGR2: Field 4 min = -11.4 MilliJy,max = 27.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.617E-02 < Second best 1.104E-01 IMAGR2: Field 5 min = -8.7 MilliJy,max = 24.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.321E-02 < Second best 9.789E-02 IMAGR2: Field 1 min = -10.6 MilliJy,max = 92.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.810E-02 < Second best 9.365E-02 IMAGR2: Field 2 min = -8.8 MilliJy,max = 36.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.022E-02 < Second best 9.316E-02 IMAGR2: Field 7 min = -8.2 MilliJy,max = 37.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.017E-02 < Second best 8.810E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 15.02 MilliJy IMAGR2: 2428 Residual map points loaded IMAGR2: Field 1 min allowed flux = 42.813 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 403.749 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 403.749 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.2 MilliJy,max = 39.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.708E-02 < Second best 4.029E-02 IMAGR2: Field 6 min = -5.8 MilliJy,max = 18.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.770E-02 < Second best 3.708E-02 IMAGR2: BGC Clean: using 1883 cell beam + residuals > 9.03 MilliJy IMAGR2: 570 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.683 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 428.760 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 428.760 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.750E-03 < Second best 2.617E-02 IMAGR2: Field 4 min = -5.0 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.172E-03 < Second best 2.321E-02 IMAGR2: Field 5 min = -3.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.151E-03 < Second best 2.022E-02 IMAGR2: Field 2 min = -3.3 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.931E-03 < Second best 2.017E-02 IMAGR2: Field 7 min = -4.2 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.074E-03 < Second best 1.777E-02 IMAGR2: Field 1 min = -4.3 MilliJy,max = 17.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.633E-02 < Second best 1.770E-02 IMAGR2: Field 6 min = -4.2 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.232E-03 < Second best 1.633E-02 IMAGR2: BGC Clean: using 2037 cell beam + residuals > 2.96 MilliJy IMAGR2: 5324 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.248 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 439.733 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 439.733 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.0 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.594E-03 < Second best 7.851E-03 IMAGR2: Field 1 min = -4.8 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 2.82 MilliJy IMAGR2: 1422 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.998 MilliJy iter= 64 IMAGR2: Field 1 Clean flux density= 446.045 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 446.045 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.0 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.612E-03 < Second best 6.172E-03 IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.380E-03 < Second best 5.750E-03 IMAGR2: Field 3 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.365E-03 < Second best 5.151E-03 IMAGR2: Field 5 min = -4.4 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.163E-03 < Second best 4.931E-03 IMAGR2: Field 2 min = -3.5 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.319E-03 < Second best 4.612E-03 IMAGR2: BGC Clean: using 825 cell beam + residuals > 2.30 MilliJy IMAGR2: 1562 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.064 MilliJy iter= 26 IMAGR2: Field 7 Clean flux density= 4.653 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 450.698 MilliJy 90 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.642E-03 < Second best 4.380E-03 IMAGR2: Field 4 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 1449 cell beam + residuals > 2.18 MilliJy IMAGR2: 2813 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.962 MilliJy iter= 39 IMAGR2: Field 4 Clean flux density= 2.772 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 453.470 MilliJy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 1449 cell beam + residuals > 2.18 MilliJy IMAGR2: 1698 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.775 MilliJy iter= 40 IMAGR2: Field 5 Clean flux density= -4.384 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 449.086 MilliJy 169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.273E-03 < Second best 3.642E-03 IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.02 MilliJy IMAGR2: 1782 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.556 MilliJy iter= 51 IMAGR2: Field 6 Clean flux density= 2.320 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 451.406 MilliJy 220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.137E-03 < Second best 3.319E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.022E-03 < Second best 3.273E-03 IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.02 MilliJy IMAGR2: 899 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.403 MilliJy iter= 109 IMAGR2: Field 1 Clean flux density= 447.366 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 452.727 MilliJy 265 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.02 MilliJy IMAGR2: 578 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.309 MilliJy iter= 40 IMAGR2: Field 3 Clean flux density= -4.275 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 448.452 MilliJy 305 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.580E-03 < Second best 2.926E-03 IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.367E-03 < Second best 2.831E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.83 MilliJy IMAGR2: 1567 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.171 MilliJy iter= 101 IMAGR2: Field 4 Clean flux density= 8.552 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 454.232 MilliJy 367 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 2057 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.106 MilliJy iter= 144 IMAGR2: Field 5 Clean flux density= -1.201 MilliJy 144 comps IMAGR2: Total Cleaned flux density = 457.415 MilliJy 471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 376 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.854 MilliJy iter= 55 IMAGR2: Field 2 Clean flux density= 3.728 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 461.143 MilliJy 526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.186E-03 < Second best 2.367E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.113E-03 < Second best 2.298E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 991 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.818 MilliJy iter= 216 IMAGR2: Field 1 Clean flux density= 453.845 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 467.621 MilliJy 633 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.009E-03 < Second best 2.186E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 931 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.683 MilliJy iter= 154 IMAGR2: Field 6 Clean flux density= 6.626 MilliJy 154 comps IMAGR2: Total Cleaned flux density = 471.927 MilliJy 736 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.917E-03 < Second best 2.078E-03 IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 945 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.550 MilliJy iter= 209 IMAGR2: Field 4 Clean flux density= 2.110 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 465.485 MilliJy 844 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.908E-03 < Second best 2.009E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 3223 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.592 MilliJy iter= 266 IMAGR2: Field 3 Clean flux density= -24.217 MilliJy 266 comps IMAGR2: Total Cleaned flux density = 445.544 MilliJy 1070 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.602E-03 < Second best 1.908E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.598E-03 < Second best 1.774E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.523E-03 < Second best 1.737E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 475 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.266 MilliJy iter= 310 IMAGR2: Field 1 Clean flux density= 459.482 MilliJy 310 comps IMAGR2: Total Cleaned flux density = 451.182 MilliJy 1164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.480E-03 < Second best 1.602E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.436E-03 < Second best 1.598E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1120 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.218 MilliJy iter= 283 IMAGR2: Field 5 Clean flux density= 522.953 MicroJy 283 comps IMAGR2: Total Cleaned flux density = 452.906 MilliJy 1303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.273E-03 < Second best 1.523E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.405E-03 < Second best 1.484E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 942.76 MicroJy IMAGR2: 3443 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.131 MilliJy iter= 480 IMAGR2: Field 4 Clean flux density= 5.789 MilliJy 480 comps IMAGR2: Total Cleaned flux density = 456.585 MilliJy 1574 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.281E-03 < Second best 1.436E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 910.51 MicroJy IMAGR2: 1301 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.023 MilliJy iter= 214 IMAGR2: Field 7 Clean flux density= -6.335 MilliJy 214 comps IMAGR2: Total Cleaned flux density = 445.597 MilliJy 1762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 902.67 MicroJy IMAGR2: 866 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 985.627 MicroJy iter= 220 IMAGR2: Field 2 Clean flux density= 1.357 MilliJy 220 comps IMAGR2: Total Cleaned flux density = 443.226 MilliJy 1927 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 899.51 MicroJy IMAGR2: 610 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -972.533 MicroJy iter= 295 IMAGR2: Field 6 Clean flux density= 9.527 MilliJy 295 comps IMAGR2: Total Cleaned flux density = 446.126 MilliJy 2068 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 896.60 MicroJy IMAGR2: 760 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 973.770 MicroJy iter= 430 IMAGR2: Field 3 Clean flux density= -26.402 MilliJy 430 comps IMAGR2: Total Cleaned flux density = 443.941 MilliJy 2232 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.756E-04 < Second best 1.166E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 816.88 MicroJy IMAGR2: 537 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -866.637 MicroJy iter= 416 IMAGR2: Field 5 Clean flux density= 3.808 MilliJy 416 comps IMAGR2: Total Cleaned flux density = 447.226 MilliJy 2365 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.269E-04 < Second best 9.795E-04 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 718.14 MicroJy IMAGR2: 535 Residual map points loaded IMAGR2: Field 7 min Clean flux = 770.574 MicroJy iter= 331 IMAGR2: Field 7 Clean flux density= 877.572 MicroJy 331 comps IMAGR2: Total Cleaned flux density = 454.439 MilliJy 2482 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 941.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 714.32 MicroJy IMAGR2: 195 Residual map points loaded IMAGR2: Field 1 min Clean flux = 771.726 MicroJy iter= 344 IMAGR2: Field 1 Clean flux density= 458.177 MilliJy 344 comps IMAGR2: Total Cleaned flux density = 453.133 MilliJy 2516 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.526E-04 < Second best 9.322E-04 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.568E-04 < Second best 9.306E-04 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 600.95 MicroJy IMAGR2: 3257 Residual map points loaded IMAGR2: Field 6 min Clean flux = -771.205 MicroJy iter= 381 IMAGR2: Field 6 Clean flux density= 7.730 MilliJy 381 comps IMAGR2: Total Cleaned flux density = 451.336 MilliJy 2602 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.21 MicroJy IMAGR2: 3102 Residual map points loaded IMAGR2: Field 4 min Clean flux = -771.692 MicroJy iter= 536 IMAGR2: Field 4 Clean flux density= 6.961 MilliJy 536 comps IMAGR2: Total Cleaned flux density = 452.509 MilliJy 2658 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 564.35 MicroJy IMAGR2: 4475 Residual map points loaded IMAGR2: Field 3 min Clean flux = 766.619 MicroJy iter= 473 IMAGR2: Field 3 Clean flux density= -25.545 MilliJy 473 comps IMAGR2: Total Cleaned flux density = 453.366 MilliJy 2701 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 992.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.34 MicroJy IMAGR2: 3468 Residual map points loaded IMAGR2: Field 2 min Clean flux = 771.241 MicroJy iter= 234 IMAGR2: Field 2 Clean flux density= 1.362 MilliJy 234 comps IMAGR2: Total Cleaned flux density = 453.370 MilliJy 2715 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 432.15 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 5 min Clean flux = -771.253 MicroJy iter= 423 IMAGR2: Field 5 Clean flux density= 3.893 MilliJy 423 comps IMAGR2: Total Cleaned flux density = 453.455 MilliJy 2722 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 771.726 less than limit 771.824 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 344 to 215 components IMAGR2: Field 2 compressed from 234 to 184 components IMAGR2: Field 3 compressed from 473 to 332 components IMAGR2: Field 4 compressed from 536 to 377 components IMAGR2: Field 5 compressed from 423 to 291 components IMAGR2: Field 6 compressed from 381 to 290 components IMAGR2: Field 7 compressed from 331 to 247 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 905.8 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 976.2 MicroJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-392.935 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore 300.390 MicroJy ( 29 CCs) from field 1 to field 3 IMAGR2: Restore 4.352 MilliJy ( 54 CCs) from field 1 to field 4 IMAGR2: Restore -1.075 MilliJy ( 35 CCs) from field 1 to field 5 IMAGR2: Restore 12.290 MilliJy ( 73 CCs) from field 1 to field 6 IMAGR2: Restore 82.493 MicroJy ( 11 CCs) from field 1 to field 7 IMAGR2: Restore-423.716 MicroJy ( 5 CCs) from field 2 to field 1 IMAGR2: Restore -2.565 MilliJy ( 39 CCs) from field 2 to field 3 IMAGR2: Restore 3.207 MilliJy ( 21 CCs) from field 2 to field 4 IMAGR2: Restore -3.258 MilliJy ( 33 CCs) from field 3 to field 1 IMAGR2: Restore -1.163 MilliJy ( 15 CCs) from field 3 to field 2 IMAGR2: Restore -1.360 MilliJy ( 25 CCs) from field 3 to field 5 IMAGR2: Restore 525.646 MicroJy ( 17 CCs) from field 4 to field 1 IMAGR2: Restore 35.928 MicroJy ( 21 CCs) from field 4 to field 2 IMAGR2: Restore 2.205 MilliJy ( 38 CCs) from field 4 to field 6 IMAGR2: Restore-525.677 MicroJy ( 13 CCs) from field 5 to field 1 IMAGR2: Restore -1.596 MilliJy ( 10 CCs) from field 5 to field 3 IMAGR2: Restore 828.837 MicroJy ( 21 CCs) from field 5 to field 7 IMAGR2: Restore 875.636 MicroJy ( 18 CCs) from field 6 to field 1 IMAGR2: Restore-612.097 MicroJy ( 20 CCs) from field 6 to field 4 IMAGR2: Restore 458.342 MicroJy ( 10 CCs) from field 6 to field 7 IMAGR2: Restore 26.172 MicroJy ( 4 CCs) from field 7 to field 1 IMAGR2: Restore-587.203 MicroJy ( 30 CCs) from field 7 to field 5 IMAGR2: Restore 1.710 MilliJy ( 58 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 455.397 MilliJy IMAGR2: Field 2 final Clean flux -158.850 MicroJy IMAGR2: Field 3 final Clean flux -29.406 MilliJy IMAGR2: Field 4 final Clean flux 13.909 MilliJy IMAGR2: Field 5 final Clean flux 870.143 MicroJy IMAGR2: Field 6 final Clean flux 23.935 MilliJy IMAGR2: Field 7 final Clean flux 2.247 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 28 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 55.7 Real= 172 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1318 CELLSIZE 0.24278 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24278 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 136.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 20.1 00002 -1 507 512 513 C 3 1012 1012 10 34 45.45 56 27 03.3 00003 -1 507 512 513 C 4 1012 1012 10 35 28.63 56 27 03.3 00004 -1 507 512 513 C 5 1012 1012 10 34 45.42 56 30 30.0 00005 -1 507 512 513 C 6 1012 1012 10 35 28.66 56 30 30.0 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 13.5 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR2: Field 2 1012 1012 8.2835E-04 -2.0669E+02 0 IMAGR2: Field 3 1012 1012 -1.7884E+02 -1.0349E+02 0 IMAGR2: Field 4 1012 1012 1.7884E+02 -1.0349E+02 0 IMAGR2: Field 5 1012 1012 -1.7909E+02 1.0321E+02 0 IMAGR2: Field 6 1012 1012 1.7909E+02 1.0321E+02 0 IMAGR2: Field 7 1012 1012 8.2835E-04 2.0671E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1035+564 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6669 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.613E+04 IMAGR2: UVWAIT: Adding temperance S 5.226E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.402E+07 and out 1.766E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.153 due to weighting IMAGR2: UVWAIT: Average summed weight 2.613E+04 over 13338 vis IMAGR2: Create 1035+564 .IBM001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1035+564 .IBM002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1035+564 .IBM003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1035+564 .IBM004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1035+564 .IBM005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1035+564 .IBM006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1035+564 .IBM007. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1035+564 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1035+564 .ICL002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1035+564 .ICL003. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1035+564 .ICL004. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1035+564 .ICL005. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1035+564 .ICL006. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1035+564 .ICL007. 1 (MA) on disk 1 cno 49 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.87463E+08 IMAGR2: Field 1 Beam min = -218.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.926 x 0.653 arcsec, PA= 51.7 IMAGR2: Field 2 Sum of gridding weights = 1.87463E+08 IMAGR2: Field 2 Beam min = -218.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.933 x 0.653 arcsec, PA= 51.7 IMAGR2: Field 3 Sum of gridding weights = 1.87463E+08 IMAGR2: Field 3 Beam min = -148.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.937 x 0.653 arcsec, PA= 51.6 IMAGR2: Field 4 Sum of gridding weights = 1.87462E+08 IMAGR2: Field 4 Beam min = -192.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.922 x 0.653 arcsec, PA= 51.8 IMAGR2: Field 5 Sum of gridding weights = 1.87462E+08 IMAGR2: Field 5 Beam min = -128.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.930 x 0.653 arcsec, PA= 51.6 IMAGR2: Field 6 Sum of gridding weights = 1.87462E+08 IMAGR2: Field 6 Beam min = -192.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.916 x 0.653 arcsec, PA= 51.8 IMAGR2: Field 7 Sum of gridding weights = 1.87463E+08 IMAGR2: Field 7 Beam min = -218.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.920 x 0.653 arcsec, PA= 51.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -68.6 MilliJy,max = 758.9 MilliJy IMAGR2: Field 2 min = -66.8 MilliJy,max = 316.4 MilliJy IMAGR2: Field 3 min = -94.1 MilliJy,max = 224.4 MilliJy IMAGR2: Field 4 min = -94.5 MilliJy,max = 171.8 MilliJy IMAGR2: Field 5 min = -92.6 MilliJy,max = 164.1 MilliJy IMAGR2: Field 6 min = -93.8 MilliJy,max = 224.2 MilliJy IMAGR2: Field 7 min = -62.3 MilliJy,max = 315.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 112.26 MilliJy IMAGR2: 3072 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 403.313 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 395.923 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 395.923 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.7 MilliJy,max = 363.0 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 83.52 MilliJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 1 min allowed flux = 173.618 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 602.659 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 602.659 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -17.0 MilliJy,max = 65.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.246E-02 < Second best 3.002E-01 IMAGR2: Field 7 min = -14.2 MilliJy,max = 65.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.238E-02 < Second best 2.137E-01 IMAGR2: Field 6 min = -19.0 MilliJy,max = 51.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.899E-02 < Second best 2.125E-01 IMAGR2: Field 3 min = -18.8 MilliJy,max = 50.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.787E-02 < Second best 1.651E-01 IMAGR2: Field 1 min = -15.7 MilliJy,max = 156.3 MilliJy IMAGR2: BGC Clean: using 997 cell beam + residuals > 53.68 MilliJy IMAGR2: 93 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 74.740 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 691.655 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 691.655 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -11.4 MilliJy,max = 19.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.649E-02 < Second best 1.344E-01 IMAGR2: Field 5 min = -12.4 MilliJy,max = 22.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.150E-02 < Second best 7.110E-02 IMAGR2: Field 1 min = -12.4 MilliJy,max = 67.3 MilliJy IMAGR2: BGC Clean: using 1765 cell beam + residuals > 17.00 MilliJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 1 min allowed flux = 32.174 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 729.966 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 729.966 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.1 MilliJy,max = 16.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.599E-02 < Second best 6.238E-02 IMAGR2: Field 7 min = -11.5 MilliJy,max = 16.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.321E-02 < Second best 4.899E-02 IMAGR2: Field 6 min = -12.4 MilliJy,max = 16.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.617E-02 < Second best 4.787E-02 IMAGR2: Field 3 min = -14.0 MilliJy,max = 21.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.074E-02 < Second best 3.062E-02 IMAGR2: Field 1 min = -12.3 MilliJy,max = 29.0 MilliJy IMAGR2: BGC Clean: using 1759 cell beam + residuals > 8.52 MilliJy IMAGR2: 1447 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.306 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 746.564 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 746.564 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.4 MilliJy,max = 16.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.551E-02 < Second best 2.074E-02 IMAGR2: Field 3 min = -14.4 MilliJy,max = 18.6 MilliJy IMAGR2: BGC Clean: using 1757 cell beam + residuals > 8.00 MilliJy IMAGR2: 4037 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 11.721 MilliJy iter= 24 IMAGR2: Field 3 Clean flux density= 27.865 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 774.429 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -13.8 MilliJy,max = 12.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.305E-02 < Second best 1.617E-02 IMAGR2: Field 6 min = -14.9 MilliJy,max = 16.2 MilliJy IMAGR2: BGC Clean: using 1759 cell beam + residuals > 7.67 MilliJy IMAGR2: 5448 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -10.994 MilliJy iter= 35 IMAGR2: Field 6 Clean flux density= 9.068 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 783.497 MilliJy 98 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.5 MilliJy,max = 11.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.948E-03 < Second best 1.551E-02 IMAGR2: Field 5 min = -9.6 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.260E-02 < Second best 1.363E-02 IMAGR2: Field 1 min = -12.0 MilliJy,max = 12.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.070E-02 < Second best 1.321E-02 IMAGR2: Field 7 min = -10.9 MilliJy,max = 11.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.756E-03 < Second best 1.305E-02 IMAGR2: Field 4 min = -12.5 MilliJy,max = 11.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.079E-02 < Second best 1.260E-02 IMAGR2: BGC Clean: using 761 cell beam + residuals > 7.32 MilliJy IMAGR2: 1525 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 9.201 MilliJy iter= 29 IMAGR2: Field 5 Clean flux density= 30.504 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 814.001 MilliJy 127 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.8 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.87 MilliJy IMAGR2: 3566 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 9.475 MilliJy iter= 82 IMAGR2: Field 3 Clean flux density= 41.063 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 827.199 MilliJy 185 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -12.8 MilliJy,max = 11.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.87 MilliJy IMAGR2: 1714 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 8.970 MilliJy iter= 67 IMAGR2: Field 4 Clean flux density= -31.054 MilliJy 67 comps IMAGR2: Total Cleaned flux density = 796.145 MilliJy 252 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.3 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.365E-03 < Second best 1.051E-02 IMAGR2: Field 6 min = -10.6 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.32 MilliJy IMAGR2: 4794 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -8.555 MilliJy iter= 138 IMAGR2: Field 6 Clean flux density= 40.033 MilliJy 138 comps IMAGR2: Total Cleaned flux density = 827.110 MilliJy 355 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.3 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.665E-03 < Second best 9.756E-03 IMAGR2: Field 7 min = -9.0 MilliJy,max = 11.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.829E-03 < Second best 9.365E-03 IMAGR2: Field 1 min = -9.7 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.197E-03 < Second best 9.067E-03 IMAGR2: Field 3 min = -8.8 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.99 MilliJy IMAGR2: 2868 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -7.401 MilliJy iter= 176 IMAGR2: Field 3 Clean flux density= 61.003 MilliJy 176 comps IMAGR2: Total Cleaned flux density = 847.049 MilliJy 449 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.0 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.406E-03 < Second best 8.665E-03 IMAGR2: Field 2 min = -8.4 MilliJy,max = 9.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.112E-03 < Second best 8.578E-03 IMAGR2: Field 4 min = -8.8 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.681E-03 < Second best 8.197E-03 IMAGR2: Field 1 min = -9.9 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.814E-03 < Second best 8.190E-03 IMAGR2: Field 6 min = -9.4 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.675E-03 < Second best 8.112E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.99 MilliJy IMAGR2: 736 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.883 MilliJy iter= 83 IMAGR2: Field 2 Clean flux density= 34.477 MilliJy 83 comps IMAGR2: Total Cleaned flux density = 881.526 MilliJy 532 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.3 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.99 MilliJy IMAGR2: 1045 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.879 MilliJy iter= 98 IMAGR2: Field 7 Clean flux density= -43.682 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 837.844 MilliJy 630 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.7 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.91 MilliJy IMAGR2: 2903 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.900 MilliJy iter= 272 IMAGR2: Field 6 Clean flux density= 5.354 MilliJy 272 comps IMAGR2: Total Cleaned flux density = 803.165 MilliJy 764 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.3 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.88 MilliJy IMAGR2: 803 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.468 MilliJy iter= 119 IMAGR2: Field 5 Clean flux density= 71.659 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 844.320 MilliJy 854 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.7 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.454E-03 < Second best 6.814E-03 IMAGR2: Field 1 min = -6.6 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.621E-03 < Second best 6.681E-03 IMAGR2: Field 4 min = -5.7 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.879E-03 < Second best 6.454E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.28 MilliJy IMAGR2: 2594 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.010 MilliJy iter= 324 IMAGR2: Field 3 Clean flux density= 68.945 MilliJy 324 comps IMAGR2: Total Cleaned flux density = 852.263 MilliJy 1002 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.8 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.28 MilliJy IMAGR2: 363 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.580 MilliJy iter= 137 IMAGR2: Field 4 Clean flux density= -34.438 MilliJy 137 comps IMAGR2: Total Cleaned flux density = 848.878 MilliJy 1072 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.4 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.242E-03 < Second best 5.625E-03 IMAGR2: Field 2 min = -6.5 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.538E-03 < Second best 5.624E-03 IMAGR2: Field 7 min = -5.5 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.088E-03 < Second best 5.621E-03 IMAGR2: Field 1 min = -5.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.456E-03 < Second best 5.242E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.70 MilliJy IMAGR2: 2506 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.224 MilliJy iter= 431 IMAGR2: Field 6 Clean flux density= 16.211 MilliJy 431 comps IMAGR2: Total Cleaned flux density = 859.735 MilliJy 1231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.8 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.588E-03 < Second best 5.088E-03 IMAGR2: Field 7 min = -4.8 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.51 MilliJy IMAGR2: 330 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.718 MilliJy iter= 167 IMAGR2: Field 7 Clean flux density= -29.269 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 874.148 MilliJy 1300 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.25 MilliJy IMAGR2: 2550 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.675 MilliJy iter= 493 IMAGR2: Field 3 Clean flux density= 80.539 MilliJy 493 comps IMAGR2: Total Cleaned flux density = 885.742 MilliJy 1469 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.4 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.944E-03 < Second best 4.538E-03 IMAGR2: Field 2 min = -6.0 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.021E-03 < Second best 4.456E-03 IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.678E-03 < Second best 4.384E-03 IMAGR2: Field 4 min = -5.0 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.06 MilliJy IMAGR2: 865 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.320 MilliJy iter= 261 IMAGR2: Field 4 Clean flux density= -49.919 MilliJy 261 comps IMAGR2: Total Cleaned flux density = 870.261 MilliJy 1593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.8 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.733E-03 < Second best 4.021E-03 IMAGR2: Field 2 min = -5.6 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 1117 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.061 MilliJy iter= 235 IMAGR2: Field 2 Clean flux density= 47.337 MilliJy 235 comps IMAGR2: Total Cleaned flux density = 883.121 MilliJy 1745 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.3 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.79 MilliJy IMAGR2: 1157 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.057 MilliJy iter= 291 IMAGR2: Field 5 Clean flux density= 66.234 MilliJy 291 comps IMAGR2: Total Cleaned flux density = 877.696 MilliJy 1917 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.8 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.79 MilliJy IMAGR2: 1862 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.047 MilliJy iter= 608 IMAGR2: Field 6 Clean flux density= 320.945 MicroJy 608 comps IMAGR2: Total Cleaned flux density = 861.806 MilliJy 2094 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.138E-03 < Second best 3.560E-03 IMAGR2: Field 7 min = -3.5 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.221E-03 < Second best 3.523E-03 IMAGR2: Field 3 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR2: 996 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.677 MilliJy iter= 622 IMAGR2: Field 3 Clean flux density= 94.579 MilliJy 622 comps IMAGR2: Total Cleaned flux density = 875.845 MilliJy 2223 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR2: 1013 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.691 MilliJy iter= 335 IMAGR2: Field 7 Clean flux density= -42.164 MilliJy 335 comps IMAGR2: Total Cleaned flux density = 862.950 MilliJy 2391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.869E-03 < Second best 3.138E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.40 MilliJy IMAGR2: 150 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.455 MilliJy iter= 88 IMAGR2: Field 1 Clean flux density= 751.623 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 868.009 MilliJy 2440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.8 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 595 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.445 MilliJy iter= 344 IMAGR2: Field 2 Clean flux density= 48.338 MilliJy 344 comps IMAGR2: Total Cleaned flux density = 869.010 MilliJy 2549 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.677E-03 < Second best 2.922E-03 IMAGR2: Field 6 min = -4.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR2: 2500 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.247 MilliJy iter= 848 IMAGR2: Field 6 Clean flux density= 3.621 MilliJy 848 comps IMAGR2: Total Cleaned flux density = 872.310 MilliJy 2789 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 312 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.098 MilliJy iter= 351 IMAGR2: Field 4 Clean flux density= -43.158 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 879.072 MilliJy 2879 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 567 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.119 MilliJy iter= 411 IMAGR2: Field 5 Clean flux density= 68.227 MilliJy 411 comps IMAGR2: Total Cleaned flux density = 881.064 MilliJy 2999 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.411E-03 < Second best 2.563E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 2074 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.990 MilliJy iter= 856 IMAGR2: Field 3 Clean flux density= 91.469 MilliJy 856 comps IMAGR2: Total Cleaned flux density = 877.954 MilliJy 3233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 1473 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.991 MilliJy iter= 569 IMAGR2: Field 7 Clean flux density= -41.776 MilliJy 569 comps IMAGR2: Total Cleaned flux density = 878.343 MilliJy 3467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 212 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.885 MilliJy iter= 142 IMAGR2: Field 1 Clean flux density= 748.879 MilliJy 142 comps IMAGR2: Total Cleaned flux density = 875.599 MilliJy 3521 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 1059 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min algorithm flux= -1.872 MilliJy iter= 525 IMAGR2: Field 2 Clean flux density= 42.746 MilliJy 525 comps IMAGR2: Total Cleaned flux density = 870.008 MilliJy 3702 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 1656 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.782 MilliJy iter= 1061 IMAGR2: Field 6 Clean flux density= 9.015 MilliJy 1061 comps IMAGR2: Total Cleaned flux density = 875.401 MilliJy 3915 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 447 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.688 MilliJy iter= 512 IMAGR2: Field 5 Clean flux density= 68.871 MilliJy 512 comps IMAGR2: Total Cleaned flux density = 876.046 MilliJy 4016 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 418 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.655 MilliJy iter= 468 IMAGR2: Field 4 Clean flux density= -38.624 MilliJy 468 comps IMAGR2: Total Cleaned flux density = 880.580 MilliJy 4133 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 738 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.585 MilliJy iter= 981 IMAGR2: Field 3 Clean flux density= 98.167 MilliJy 981 comps IMAGR2: Total Cleaned flux density = 887.278 MilliJy 4258 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 1095 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.537 MilliJy iter= 770 IMAGR2: Field 7 Clean flux density= -29.458 MilliJy 770 comps IMAGR2: Total Cleaned flux density = 899.596 MilliJy 4459 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 205 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.471 MilliJy iter= 200 IMAGR2: Field 1 Clean flux density= 743.266 MilliJy 200 comps IMAGR2: Total Cleaned flux density = 893.983 MilliJy 4517 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 1144 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.464 MilliJy iter= 736 IMAGR2: Field 2 Clean flux density= 47.544 MilliJy 736 comps IMAGR2: Total Cleaned flux density = 898.781 MilliJy 4728 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 1872 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.400 MilliJy iter= 1305 IMAGR2: Field 6 Clean flux density= 7.969 MilliJy 1305 comps IMAGR2: Total Cleaned flux density = 897.735 MilliJy 4972 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1118 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.354 MilliJy iter= 725 IMAGR2: Field 5 Clean flux density= 65.921 MilliJy 725 comps IMAGR2: Total Cleaned flux density = 894.785 MilliJy 5185 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 533 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.302 MilliJy iter= 607 IMAGR2: Field 4 Clean flux density= -35.651 MilliJy 607 comps IMAGR2: Total Cleaned flux density = 897.758 MilliJy 5324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1582 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.283 MilliJy iter= 1202 IMAGR2: Field 3 Clean flux density= 105.512 MilliJy 1202 comps IMAGR2: Total Cleaned flux density = 905.103 MilliJy 5545 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1874 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.266 MilliJy iter= 1068 IMAGR2: Field 7 Clean flux density= -32.979 MilliJy 1068 comps IMAGR2: Total Cleaned flux density = 901.583 MilliJy 5843 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 388 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.214 MilliJy iter= 302 IMAGR2: Field 1 Clean flux density= 744.066 MilliJy 302 comps IMAGR2: Total Cleaned flux density = 902.383 MilliJy 5945 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 973 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.194 MilliJy iter= 925 IMAGR2: Field 2 Clean flux density= 47.277 MilliJy 925 comps IMAGR2: Total Cleaned flux density = 902.115 MilliJy 6134 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1920 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.164 MilliJy iter= 1562 IMAGR2: Field 6 Clean flux density= 9.156 MilliJy 1562 comps IMAGR2: Total Cleaned flux density = 903.303 MilliJy 6391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 636 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.107 MilliJy iter= 875 IMAGR2: Field 5 Clean flux density= 64.790 MilliJy 875 comps IMAGR2: Total Cleaned flux density = 902.172 MilliJy 6541 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 365 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.081 MilliJy iter= 714 IMAGR2: Field 4 Clean flux density= -35.061 MilliJy 714 comps IMAGR2: Total Cleaned flux density = 902.762 MilliJy 6648 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 1621 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.066 MilliJy iter= 1432 IMAGR2: Field 3 Clean flux density= 105.548 MilliJy 1432 comps IMAGR2: Total Cleaned flux density = 902.798 MilliJy 6878 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 990.96 MicroJy IMAGR2: 1619 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.032 MilliJy iter= 1339 IMAGR2: Field 7 Clean flux density= -29.286 MilliJy 1339 comps IMAGR2: Total Cleaned flux density = 906.490 MilliJy 7149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 978.71 MicroJy IMAGR2: 413 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 994.645 MicroJy iter= 401 IMAGR2: Field 1 Clean flux density= 740.198 MilliJy 401 comps IMAGR2: Total Cleaned flux density = 902.622 MilliJy 7248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 957.42 MicroJy IMAGR2: 1371 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -993.251 MicroJy iter= 1169 IMAGR2: Field 2 Clean flux density= 52.199 MilliJy 1169 comps IMAGR2: Total Cleaned flux density = 907.543 MilliJy 7492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 924.84 MicroJy IMAGR2: 2658 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -973.498 MicroJy iter= 1888 IMAGR2: Field 6 Clean flux density= 10.102 MilliJy 1888 comps IMAGR2: Total Cleaned flux density = 908.490 MilliJy 7818 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 908.32 MicroJy IMAGR2: 866 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -932.574 MicroJy iter= 1066 IMAGR2: Field 5 Clean flux density= 65.324 MilliJy 1066 comps IMAGR2: Total Cleaned flux density = 909.023 MilliJy 8009 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 897.23 MicroJy IMAGR2: 583 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 916.984 MicroJy iter= 874 IMAGR2: Field 4 Clean flux density= -35.275 MilliJy 874 comps IMAGR2: Total Cleaned flux density = 908.810 MilliJy 8169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 874.11 MicroJy IMAGR2: 2411 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -907.936 MicroJy iter= 1729 IMAGR2: Field 3 Clean flux density= 108.741 MilliJy 1729 comps IMAGR2: Total Cleaned flux density = 912.003 MilliJy 8466 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 854.56 MicroJy IMAGR2: 2092 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 891.602 MicroJy iter= 1682 IMAGR2: Field 7 Clean flux density= -28.630 MilliJy 1682 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 912.659 MilliJy 8809 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.31 MicroJy IMAGR2: 636 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -869.498 MicroJy iter= 544 IMAGR2: Field 1 Clean flux density= 735.113 MilliJy 544 comps IMAGR2: Total Cleaned flux density = 907.574 MilliJy 8952 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 830.53 MicroJy IMAGR2: 1054 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 852.148 MicroJy iter= 1376 IMAGR2: Field 2 Clean flux density= 53.776 MilliJy 1376 comps IMAGR2: Total Cleaned flux density = 909.151 MilliJy 9159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 804.80 MicroJy IMAGR2: 2327 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 833.716 MicroJy iter= 2198 IMAGR2: Field 6 Clean flux density= 13.158 MilliJy 2198 comps IMAGR2: Total Cleaned flux density = 912.207 MilliJy 9469 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 791.17 MicroJy IMAGR2: 814 Residual map points loaded IMAGR2: Field 5 min Clean flux = -830.079 MicroJy iter= 1188 IMAGR2: Field 5 Clean flux density= 64.833 MilliJy 1188 comps IMAGR2: Total Cleaned flux density = 911.716 MilliJy 9591 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 776.68 MicroJy IMAGR2: 454 Residual map points loaded IMAGR2: Field 4 min Clean flux = -829.892 MicroJy iter= 929 IMAGR2: Field 4 Clean flux density= -35.004 MilliJy 929 comps IMAGR2: Total Cleaned flux density = 911.987 MilliJy 9646 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 749.18 MicroJy IMAGR2: 2876 Residual map points loaded IMAGR2: Field 3 min Clean flux = 830.269 MicroJy iter= 1902 IMAGR2: Field 3 Clean flux density= 107.942 MilliJy 1902 comps IMAGR2: Total Cleaned flux density = 911.189 MilliJy 9819 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 701.20 MicroJy IMAGR2: 2185 Residual map points loaded IMAGR2: Field 7 min Clean flux = -830.261 MicroJy iter= 1741 IMAGR2: Field 7 Clean flux density= -26.416 MilliJy 1741 comps IMAGR2: Total Cleaned flux density = 913.403 MilliJy 9878 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -997.6 MicroJy,max = 968.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 670.86 MicroJy IMAGR2: 1090 Residual map points loaded IMAGR2: Field 1 min Clean flux = -825.513 MicroJy iter= 555 IMAGR2: Field 1 Clean flux density= 735.198 MilliJy 555 comps IMAGR2: Total Cleaned flux density = 913.488 MilliJy 9889 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 639.02 MicroJy IMAGR2: 5250 Residual map points loaded IMAGR2: Field 2 min Clean flux = 829.963 MicroJy iter= 1412 IMAGR2: Field 2 Clean flux density= 52.373 MilliJy 1412 comps IMAGR2: Total Cleaned flux density = 912.085 MilliJy 9925 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 518.33 MicroJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 6 min Clean flux = 829.250 MicroJy iter= 2210 IMAGR2: Field 6 Clean flux density= 12.815 MilliJy 2210 comps IMAGR2: Total Cleaned flux density = 911.741 MilliJy 9937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 830.269 less than limit 830.525 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 555 to 315 components IMAGR2: Field 2 compressed from 1412 to 803 components IMAGR2: Field 3 compressed from 1902 to 1227 components IMAGR2: Field 4 compressed from 929 to 588 components IMAGR2: Field 5 compressed from 1188 to 754 components IMAGR2: Field 6 compressed from 2210 to 1387 components IMAGR2: Field 7 compressed from 1741 to 991 components IMAGR2: Field 1 min = -965.7 MicroJy,max = 991.5 MicroJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -1.699 MilliJy ( 77 CCs) from field 1 to field 2 IMAGR2: Restore -4.386 MilliJy ( 65 CCs) from field 1 to field 3 IMAGR2: Restore 4.440 MilliJy ( 52 CCs) from field 1 to field 4 IMAGR2: Restore 1.121 MilliJy ( 22 CCs) from field 1 to field 5 IMAGR2: Restore 1.590 MilliJy ( 44 CCs) from field 1 to field 6 IMAGR2: Restore -89.639 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore 1.308 MilliJy ( 13 CCs) from field 2 to field 1 IMAGR2: Restore 3.484 MilliJy ( 121 CCs) from field 2 to field 3 IMAGR2: Restore 992.829 MicroJy ( 32 CCs) from field 2 to field 4 IMAGR2: Restore 33.685 MilliJy ( 113 CCs) from field 3 to field 1 IMAGR2: Restore 8.474 MilliJy ( 94 CCs) from field 3 to field 2 IMAGR2: Restore 12.263 MilliJy ( 45 CCs) from field 3 to field 5 IMAGR2: Restore -8.699 MilliJy ( 37 CCs) from field 4 to field 1 IMAGR2: Restore -7.207 MilliJy ( 39 CCs) from field 4 to field 2 IMAGR2: Restore -20.663 MilliJy ( 62 CCs) from field 4 to field 6 IMAGR2: Restore 476.916 MicroJy ( 37 CCs) from field 5 to field 1 IMAGR2: Restore 25.196 MilliJy ( 78 CCs) from field 5 to field 3 IMAGR2: Restore 4.753 MilliJy ( 45 CCs) from field 5 to field 7 IMAGR2: Restore -1.299 MilliJy ( 94 CCs) from field 6 to field 1 IMAGR2: Restore -9.314 MilliJy ( 69 CCs) from field 6 to field 4 IMAGR2: Restore 6.354 MilliJy ( 96 CCs) from field 6 to field 7 IMAGR2: Restore 4.802 MilliJy ( 37 CCs) from field 7 to field 1 IMAGR2: Restore-617.235 MicroJy ( 41 CCs) from field 7 to field 5 IMAGR2: Restore 620.232 MicroJy ( 119 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 765.473 MilliJy IMAGR2: Field 2 final Clean flux 51.941 MilliJy IMAGR2: Field 3 final Clean flux 132.236 MilliJy IMAGR2: Field 4 final Clean flux -38.885 MilliJy IMAGR2: Field 5 final Clean flux 77.599 MilliJy IMAGR2: Field 6 final Clean flux -5.639 MilliJy IMAGR2: Field 7 final Clean flux -15.399 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 35 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 100.8 Real= 312 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1308 CELLSIZE 0.24469 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24469 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 128.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 3 C 1 1012 1012 11 48 50.36 59 24 56.4 00001 -1 507 512 513 C 2 1012 1012 11 48 50.36 59 21 28.1 00002 -1 507 512 513 C 3 1012 1012 11 48 26.74 59 23 12.1 00003 -1 507 512 513 C 4 1012 1012 11 49 13.98 59 23 12.1 00004 -1 507 512 513 C 5 1012 1012 11 48 26.70 59 26 40.4 00005 -1 507 512 513 C 6 1012 1012 11 49 14.02 59 26 40.4 00006 -1 507 512 513 C 7 1012 1012 11 48 50.36 59 28 24.7 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.8689E-03 3.8000E-02 0 IMAGR2: Field 2 1012 1012 6.8689E-03 -2.0826E+02 0 IMAGR2: Field 3 1012 1012 -1.8026E+02 -1.0426E+02 0 IMAGR2: Field 4 1012 1012 1.8028E+02 -1.0426E+02 0 IMAGR2: Field 5 1012 1012 -1.8057E+02 1.0404E+02 0 IMAGR2: Field 6 1012 1012 1.8058E+02 1.0404E+02 0 IMAGR2: Field 7 1012 1012 6.8689E-03 2.0834E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1148+594 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.381E+04 IMAGR2: UVWAIT: Adding temperance S 6.761E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.834E+07 and out 2.308E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR2: UVWAIT: Average summed weight 3.381E+04 over 14040 vis IMAGR2: Create 1148+594 .IBM001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1148+594 .IBM002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1148+594 .IBM003. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1148+594 .IBM004. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1148+594 .IBM005. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1148+594 .IBM006. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1148+594 .IBM007. 1 (MA) on disk 1 cno 49 IMAGR2: Create 1148+594 .ICL001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1148+594 .ICL002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1148+594 .ICL003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1148+594 .ICL004. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1148+594 .ICL005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1148+594 .ICL006. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1148+594 .ICL007. 1 (MA) on disk 1 cno 56 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.45051E+08 IMAGR2: Field 1 Beam min = -157.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.782 x 0.646 arcsec, PA= 67.8 IMAGR2: Field 2 Sum of gridding weights = 2.45050E+08 IMAGR2: Field 2 Beam min = -157.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.784 x 0.646 arcsec, PA= 67.8 IMAGR2: Field 3 Sum of gridding weights = 2.45050E+08 IMAGR2: Field 3 Beam min = -96.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.786 x 0.646 arcsec, PA= 67.7 IMAGR2: Field 4 Sum of gridding weights = 2.45049E+08 IMAGR2: Field 4 Beam min = -94.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.780 x 0.646 arcsec, PA= 67.9 IMAGR2: Field 5 Sum of gridding weights = 2.45050E+08 IMAGR2: Field 5 Beam min = -97.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.784 x 0.646 arcsec, PA= 67.8 IMAGR2: Field 6 Sum of gridding weights = 2.45050E+08 IMAGR2: Field 6 Beam min = -93.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.778 x 0.646 arcsec, PA= 67.9 IMAGR2: Field 7 Sum of gridding weights = 2.45050E+08 IMAGR2: Field 7 Beam min = -157.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.781 x 0.646 arcsec, PA= 67.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -41.9 MilliJy,max = 428.3 MilliJy IMAGR2: Field 2 min = -34.9 MilliJy,max = 174.0 MilliJy IMAGR2: Field 3 min = -40.0 MilliJy,max = 150.3 MilliJy IMAGR2: Field 4 min = -39.7 MilliJy,max = 151.3 MilliJy IMAGR2: Field 5 min = -38.0 MilliJy,max = 154.7 MilliJy IMAGR2: Field 6 min = -36.8 MilliJy,max = 151.6 MilliJy IMAGR2: Field 7 min = -38.3 MilliJy,max = 175.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 51.38 MilliJy IMAGR2: 6281 Residual map points loaded IMAGR2: Field 1 min allowed flux = 204.854 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 243.930 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 243.930 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.5 MilliJy,max = 184.4 MilliJy IMAGR2: BGC Clean: using 1829 cell beam + residuals > 42.13 MilliJy IMAGR2: 459 Residual map points loaded IMAGR2: Field 1 min allowed flux = 85.822 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 359.848 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 359.848 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.1 MilliJy,max = 30.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.346E-02 < Second best 1.322E-01 IMAGR2: Field 2 min = -7.4 MilliJy,max = 30.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.326E-02 < Second best 1.319E-01 IMAGR2: Field 6 min = -7.8 MilliJy,max = 26.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.295E-02 < Second best 1.303E-01 IMAGR2: Field 7 min = -8.6 MilliJy,max = 31.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.307E-02 < Second best 8.911E-02 IMAGR2: Field 5 min = -10.7 MilliJy,max = 30.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.870E-02 < Second best 8.809E-02 IMAGR2: Field 4 min = -7.9 MilliJy,max = 27.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.670E-02 < Second best 8.164E-02 IMAGR2: Field 1 min = -10.4 MilliJy,max = 78.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.30 MilliJy IMAGR2: 5660 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.125 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 409.917 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 409.917 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.6 MilliJy,max = 34.3 MilliJy IMAGR2: BGC Clean: using 1827 cell beam + residuals > 8.88 MilliJy IMAGR2: 335 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.196 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 431.681 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 431.681 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.7 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.807E-03 < Second best 2.326E-02 IMAGR2: Field 2 min = -4.7 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.693E-03 < Second best 2.307E-02 IMAGR2: Field 7 min = -4.8 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.283E-03 < Second best 2.295E-02 IMAGR2: Field 6 min = -4.3 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.571E-03 < Second best 1.870E-02 IMAGR2: Field 5 min = -4.8 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.874E-03 < Second best 1.670E-02 IMAGR2: Field 4 min = -3.9 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.707E-03 < Second best 1.541E-02 IMAGR2: Field 1 min = -5.9 MilliJy,max = 14.8 MilliJy IMAGR2: BGC Clean: using 2003 cell beam + residuals > 3.08 MilliJy IMAGR2: 4482 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.298 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 439.690 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 439.690 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.6 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.949E-03 < Second best 6.949E-03 IMAGR2: Field 1 min = -6.9 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 723 cell beam + residuals > 2.69 MilliJy IMAGR2: 3585 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.270 MilliJy iter= 79 IMAGR2: Field 1 Clean flux density= 435.405 MilliJy 79 comps IMAGR2: Total Cleaned flux density = 435.405 MilliJy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.2 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.880E-03 < Second best 6.693E-03 IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.579E-03 < Second best 5.949E-03 IMAGR2: Field 7 min = -4.1 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.790E-03 < Second best 5.807E-03 IMAGR2: Field 3 min = -5.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 2.61 MilliJy IMAGR2: 2877 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.757 MilliJy iter= 43 IMAGR2: Field 3 Clean flux density= 3.996 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 439.401 MilliJy 122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.5 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 723 cell beam + residuals > 2.68 MilliJy IMAGR2: 1267 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.371 MilliJy iter= 36 IMAGR2: Field 6 Clean flux density= 2.615 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 442.016 MilliJy 158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.0 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.515E-03 < Second best 4.790E-03 IMAGR2: Field 7 min = -4.1 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.380E-03 < Second best 4.707E-03 IMAGR2: Field 4 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.897E-03 < Second best 4.579E-03 IMAGR2: Field 2 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.995E-03 < Second best 4.515E-03 IMAGR2: BGC Clean: using 723 cell beam + residuals > 2.68 MilliJy IMAGR2: 672 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.187 MilliJy iter= 32 IMAGR2: Field 5 Clean flux density= 6.034 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 448.050 MilliJy 190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.9 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.739E-03 < Second best 4.073E-03 IMAGR2: Field 1 min = -4.1 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.36 MilliJy IMAGR2: 899 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.818 MilliJy iter= 119 IMAGR2: Field 1 Clean flux density= 433.902 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 446.547 MilliJy 230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.688E-03 < Second best 3.897E-03 IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.36 MilliJy IMAGR2: 858 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.756 MilliJy iter= 42 IMAGR2: Field 4 Clean flux density= 1.036 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 447.583 MilliJy 272 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.323E-03 < Second best 3.688E-03 IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.36 MilliJy IMAGR2: 107 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.498 MilliJy iter= 20 IMAGR2: Field 2 Clean flux density= 1.277 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 448.860 MilliJy 292 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.143E-03 < Second best 3.323E-03 IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.24 MilliJy IMAGR2: 293 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.499 MilliJy iter= 34 IMAGR2: Field 7 Clean flux density= 1.591 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 450.451 MilliJy 326 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.967E-03 < Second best 3.143E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 2.03 MilliJy IMAGR2: 2576 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.479 MilliJy iter= 121 IMAGR2: Field 3 Clean flux density= 6.837 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 453.291 MilliJy 404 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.687E-03 < Second best 2.967E-03 IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 2476 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.398 MilliJy iter= 163 IMAGR2: Field 6 Clean flux density= 4.432 MilliJy 163 comps IMAGR2: Total Cleaned flux density = 455.108 MilliJy 531 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 572 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.084 MilliJy iter= 199 IMAGR2: Field 1 Clean flux density= 433.439 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 454.644 MilliJy 611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 657 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.036 MilliJy iter= 114 IMAGR2: Field 5 Clean flux density= 15.983 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 464.594 MilliJy 693 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.181E-03 < Second best 2.390E-03 IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.973E-03 < Second best 2.386E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.135E-03 < Second best 2.373E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.094E-03 < Second best 2.295E-03 IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.064E-03 < Second best 2.181E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 3663 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.798 MilliJy iter= 247 IMAGR2: Field 4 Clean flux density= -1.004 MilliJy 247 comps IMAGR2: Total Cleaned flux density = 462.554 MilliJy 898 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.937E-03 < Second best 2.094E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 2843 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.722 MilliJy iter= 329 IMAGR2: Field 3 Clean flux density= 7.564 MilliJy 329 comps IMAGR2: Total Cleaned flux density = 463.281 MilliJy 1106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.833E-03 < Second best 1.992E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.818E-03 < Second best 1.973E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.752E-03 < Second best 1.949E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.676E-03 < Second best 1.937E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.664E-03 < Second best 1.833E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1573 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.442 MilliJy iter= 337 IMAGR2: Field 6 Clean flux density= 7.961 MilliJy 337 comps IMAGR2: Total Cleaned flux density = 466.810 MilliJy 1280 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 308 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.329 MilliJy iter= 270 IMAGR2: Field 1 Clean flux density= 434.067 MilliJy 270 comps IMAGR2: Total Cleaned flux density = 467.439 MilliJy 1351 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.551E-03 < Second best 1.723E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.365E-03 < Second best 1.676E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1453 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.289 MilliJy iter= 295 IMAGR2: Field 5 Clean flux density= 16.515 MilliJy 295 comps IMAGR2: Total Cleaned flux density = 467.970 MilliJy 1532 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.524E-03 < Second best 1.649E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 832 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.103 MilliJy iter= 461 IMAGR2: Field 3 Clean flux density= 7.464 MilliJy 461 comps IMAGR2: Total Cleaned flux density = 467.870 MilliJy 1664 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 940 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.111 MilliJy iter= 207 IMAGR2: Field 7 Clean flux density= -3.232 MilliJy 207 comps IMAGR2: Total Cleaned flux density = 463.047 MilliJy 1837 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 996.54 MicroJy IMAGR2: 763 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.087 MilliJy iter= 178 IMAGR2: Field 2 Clean flux density= 6.614 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 468.384 MilliJy 1995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.236E-03 < Second best 1.365E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 923.92 MicroJy IMAGR2: 608 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 990.950 MicroJy iter= 376 IMAGR2: Field 4 Clean flux density= -326.886 MicroJy 376 comps IMAGR2: Total Cleaned flux density = 469.061 MilliJy 2124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 894.72 MicroJy IMAGR2: 102 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -912.667 MicroJy iter= 313 IMAGR2: Field 1 Clean flux density= 435.152 MilliJy 313 comps IMAGR2: Total Cleaned flux density = 470.146 MilliJy 2167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.162E-03 < Second best 1.235E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 820.26 MicroJy IMAGR2: 777 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 882.028 MicroJy iter= 456 IMAGR2: Field 5 Clean flux density= 19.721 MilliJy 456 comps IMAGR2: Total Cleaned flux density = 473.353 MilliJy 2328 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 820.46 MicroJy IMAGR2: 1345 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -897.528 MicroJy iter= 555 IMAGR2: Field 6 Clean flux density= 8.913 MilliJy 555 comps IMAGR2: Total Cleaned flux density = 474.305 MilliJy 2546 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.823E-04 < Second best 1.056E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 751.77 MicroJy IMAGR2: 1625 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 824.158 MicroJy iter= 708 IMAGR2: Field 3 Clean flux density= 4.984 MilliJy 708 comps IMAGR2: Total Cleaned flux density = 471.825 MilliJy 2793 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 709.88 MicroJy IMAGR2: 346 Residual map points loaded IMAGR2: Field 2 min Clean flux = 804.105 MicroJy iter= 205 IMAGR2: Field 2 Clean flux density= 6.216 MilliJy 205 comps IMAGR2: Total Cleaned flux density = 471.426 MilliJy 2820 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 677.98 MicroJy IMAGR2: 1079 Residual map points loaded IMAGR2: Field 4 min Clean flux = 809.466 MicroJy iter= 409 IMAGR2: Field 4 Clean flux density= -755.814 MicroJy 409 comps IMAGR2: Total Cleaned flux density = 470.997 MilliJy 2853 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.70 MicroJy IMAGR2: 960 Residual map points loaded IMAGR2: Field 7 min Clean flux = 808.292 MicroJy iter= 249 IMAGR2: Field 7 Clean flux density= -2.679 MilliJy 249 comps IMAGR2: Total Cleaned flux density = 471.551 MilliJy 2895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 660.63 MicroJy IMAGR2: 691 Residual map points loaded IMAGR2: Field 1 min Clean flux = 808.998 MicroJy iter= 339 IMAGR2: Field 1 Clean flux density= 435.319 MilliJy 339 comps IMAGR2: Total Cleaned flux density = 471.717 MilliJy 2921 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 616.59 MicroJy IMAGR2: 1820 Residual map points loaded IMAGR2: Field 6 min Clean flux = 806.355 MicroJy iter= 561 IMAGR2: Field 6 Clean flux density= 9.415 MilliJy 561 comps IMAGR2: Total Cleaned flux density = 472.219 MilliJy 2927 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 532.54 MicroJy IMAGR2: 4037 Residual map points loaded IMAGR2: Field 5 min Clean flux = 797.699 MicroJy iter= 457 IMAGR2: Field 5 Clean flux density= 19.801 MilliJy 457 comps IMAGR2: Total Cleaned flux density = 472.299 MilliJy 2928 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 416.56 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 3 min Clean flux = -782.512 MicroJy iter= 710 IMAGR2: Field 3 Clean flux density= 4.824 MilliJy 710 comps IMAGR2: Total Cleaned flux density = 472.139 MilliJy 2930 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 809.466 less than limit 809.496 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 339 to 166 components IMAGR2: Field 2 compressed from 205 to 157 components IMAGR2: Field 3 compressed from 710 to 520 components IMAGR2: Field 4 compressed from 409 to 312 components IMAGR2: Field 5 compressed from 457 to 350 components IMAGR2: Field 6 compressed from 561 to 409 components IMAGR2: Field 7 compressed from 249 to 188 components IMAGR2: Field 1 min = -902.8 MicroJy,max = 871.7 MicroJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 366.971 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR2: Restore -5.182 MilliJy ( 53 CCs) from field 1 to field 3 IMAGR2: Restore-114.192 MicroJy ( 9 CCs) from field 1 to field 4 IMAGR2: Restore -2.472 MilliJy ( 50 CCs) from field 1 to field 5 IMAGR2: Restore-231.395 MicroJy ( 20 CCs) from field 1 to field 6 IMAGR2: Restore-384.184 MicroJy ( 4 CCs) from field 1 to field 7 IMAGR2: Restore 275.171 MicroJy ( 3 CCs) from field 2 to field 1 IMAGR2: Restore -42.627 MicroJy ( 19 CCs) from field 2 to field 3 IMAGR2: Restore 1.239 MilliJy ( 23 CCs) from field 2 to field 4 IMAGR2: Restore -3.176 MilliJy ( 19 CCs) from field 3 to field 1 IMAGR2: Restore-773.284 MicroJy ( 19 CCs) from field 3 to field 2 IMAGR2: Restore -1.417 MilliJy ( 26 CCs) from field 3 to field 5 IMAGR2: Restore-766.772 MicroJy ( 11 CCs) from field 4 to field 1 IMAGR2: Restore 597.329 MicroJy ( 7 CCs) from field 4 to field 2 IMAGR2: Restore 943.930 MicroJy ( 39 CCs) from field 4 to field 6 IMAGR2: Restore-938.973 MicroJy ( 19 CCs) from field 5 to field 1 IMAGR2: Restore-246.896 MicroJy ( 35 CCs) from field 5 to field 3 IMAGR2: Restore 3.728 MilliJy ( 20 CCs) from field 5 to field 7 IMAGR2: Restore -46.451 MicroJy ( 19 CCs) from field 6 to field 1 IMAGR2: Restore 1.086 MilliJy ( 21 CCs) from field 6 to field 4 IMAGR2: Restore-720.198 MicroJy ( 4 CCs) from field 6 to field 7 IMAGR2: Restore 509.344 MicroJy ( 4 CCs) from field 7 to field 1 IMAGR2: Restore 15.683 MicroJy ( 17 CCs) from field 7 to field 5 IMAGR2: Restore -2.220 MilliJy ( 12 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 431.175 MilliJy IMAGR2: Field 2 final Clean flux 6.407 MilliJy IMAGR2: Field 3 final Clean flux -646.834 MicroJy IMAGR2: Field 4 final Clean flux 1.456 MilliJy IMAGR2: Field 5 final Clean flux 15.927 MilliJy IMAGR2: Field 6 final Clean flux 7.907 MilliJy IMAGR2: Field 7 final Clean flux -55.183 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 42 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 57.2 Real= 177 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1352 CELLSIZE 0.23683 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23683 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 113.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 3 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 07 16.9 00002 -1 507 512 513 C 3 1012 1012 14 00 03.74 62 08 57.6 00003 -1 507 512 513 C 4 1012 1012 14 00 53.57 62 08 57.6 00004 -1 507 512 513 C 5 1012 1012 14 00 03.69 62 12 19.2 00005 -1 507 512 513 C 6 1012 1012 14 00 53.62 62 12 19.2 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 14 00.1 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR2: Field 2 1012 1012 -1.8203E-02 -2.0163E+02 0 IMAGR2: Field 3 1012 1012 -1.7441E+02 -1.0093E+02 0 IMAGR2: Field 4 1012 1012 1.7445E+02 -1.0093E+02 0 IMAGR2: Field 5 1012 1012 -1.7476E+02 1.0067E+02 0 IMAGR2: Field 6 1012 1012 1.7480E+02 1.0067E+02 0 IMAGR2: Field 7 1012 1012 -1.8203E-02 2.0157E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 49 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.563E+04 IMAGR2: UVWAIT: Adding temperance S 7.126E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.110E+07 and out 2.642E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR2: UVWAIT: Average summed weight 3.563E+04 over 13884 vis IMAGR2: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 56 IMAGR2: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 63 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.80471E+08 IMAGR2: Field 1 Beam min = -201.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.137 x 0.669 arcsec, PA= -79.7 IMAGR2: Field 2 Sum of gridding weights = 2.80471E+08 IMAGR2: Field 2 Beam min = -201.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.137 x 0.669 arcsec, PA= -79.8 IMAGR2: Field 3 Sum of gridding weights = 2.80470E+08 IMAGR2: Field 3 Beam min = -125.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.138 x 0.669 arcsec, PA= -79.9 IMAGR2: Field 4 Sum of gridding weights = 2.80470E+08 IMAGR2: Field 4 Beam min = -114.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.136 x 0.669 arcsec, PA= -79.6 IMAGR2: Field 5 Sum of gridding weights = 2.80469E+08 IMAGR2: Field 5 Beam min = -123.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.139 x 0.669 arcsec, PA= -79.8 IMAGR2: Field 6 Sum of gridding weights = 2.80470E+08 IMAGR2: Field 6 Beam min = -131.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.136 x 0.669 arcsec, PA= -79.6 IMAGR2: Field 7 Sum of gridding weights = 2.80471E+08 IMAGR2: Field 7 Beam min = -201.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.138 x 0.669 arcsec, PA= -79.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -103.4 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -100.0 MilliJy,max = 332.2 MilliJy IMAGR2: Field 3 min = -114.7 MilliJy,max = 443.0 MilliJy IMAGR2: Field 4 min = -124.2 MilliJy,max = 353.1 MilliJy IMAGR2: Field 5 min = -117.3 MilliJy,max = 350.6 MilliJy IMAGR2: Field 6 min = -118.2 MilliJy,max = 452.8 MilliJy IMAGR2: Field 7 min = -99.4 MilliJy,max = 324.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 153.75 MilliJy IMAGR2: 3234 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 523.461 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 623.311 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 623.311 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -45.5 MilliJy,max = 471.1 MilliJy IMAGR2: BGC Clean: using 1965 cell beam + residuals > 105.87 MilliJy IMAGR2: 439 Residual map points loaded IMAGR2: Field 1 min allowed flux = 231.522 MilliJy iter= 16 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 892.309 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 892.309 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -24.2 MilliJy,max = 88.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.063E-02 < Second best 3.299E-01 IMAGR2: Field 6 min = -28.6 MilliJy,max = 89.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.804E-02 < Second best 2.832E-01 IMAGR2: Field 4 min = -27.2 MilliJy,max = 76.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.032E-02 < Second best 2.660E-01 IMAGR2: Field 5 min = -22.7 MilliJy,max = 70.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.335E-02 < Second best 2.202E-01 IMAGR2: Field 1 min = -25.2 MilliJy,max = 211.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.013E-01 < Second best 2.145E-01 IMAGR2: Field 2 min = -21.8 MilliJy,max = 65.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.213E-02 < Second best 2.053E-01 IMAGR2: Field 7 min = -23.4 MilliJy,max = 67.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.533E-02 < Second best 2.013E-01 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 29.73 MilliJy IMAGR2: 4528 Residual map points loaded IMAGR2: Field 1 min allowed flux = 105.441 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 1.030 Jy 25 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.4 MilliJy,max = 95.9 MilliJy IMAGR2: BGC Clean: using 1965 cell beam + residuals > 21.33 MilliJy IMAGR2: 731 Residual map points loaded IMAGR2: Field 1 min allowed flux = 43.477 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 1.097 Jy 35 comps IMAGR2: Total Cleaned flux density = 1.097 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.2 MilliJy,max = 12.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.207E-02 < Second best 6.804E-02 IMAGR2: Field 6 min = -13.3 MilliJy,max = 19.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.403E-02 < Second best 6.032E-02 IMAGR2: Field 4 min = -13.4 MilliJy,max = 18.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.376E-02 < Second best 5.335E-02 IMAGR2: Field 5 min = -9.7 MilliJy,max = 11.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.001E-02 < Second best 5.213E-02 IMAGR2: Field 2 min = -12.4 MilliJy,max = 19.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.894E-02 < Second best 4.533E-02 IMAGR2: Field 7 min = -11.3 MilliJy,max = 13.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.309E-02 < Second best 4.136E-02 IMAGR2: Field 1 min = -19.4 MilliJy,max = 40.2 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 6.99 MilliJy IMAGR2: 7092 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.702 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 1.121 Jy 47 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.0 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.428E-02 < Second best 1.780E-02 IMAGR2: Field 1 min = -18.7 MilliJy,max = 17.3 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 6.52 MilliJy IMAGR2: 3292 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.632 MilliJy iter= 87 IMAGR2: Field 1 Clean flux density= 1.110 Jy 87 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 87 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.3 MilliJy,max = 11.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.098E-02 < Second best 1.403E-02 IMAGR2: Field 6 min = -10.1 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.889E-03 < Second best 1.376E-02 IMAGR2: Field 4 min = -10.1 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.664E-03 < Second best 1.309E-02 IMAGR2: Field 7 min = -9.0 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.566E-03 < Second best 1.207E-02 IMAGR2: Field 3 min = -8.6 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.722E-03 < Second best 1.098E-02 IMAGR2: BGC Clean: using 1225 cell beam + residuals > 5.55 MilliJy IMAGR2: 932 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 7.004 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= 7.281 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.1 MilliJy,max = 9.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.768E-03 < Second best 1.001E-02 IMAGR2: Field 5 min = -10.2 MilliJy,max = 9.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.285E-03 < Second best 9.889E-03 IMAGR2: Field 6 min = -10.2 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.76 MilliJy IMAGR2: 3241 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -7.081 MilliJy iter= 69 IMAGR2: Field 6 Clean flux density= -27.499 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 1.089 Jy 182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.5 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.75 MilliJy IMAGR2: 2028 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.594 MilliJy iter= 82 IMAGR2: Field 3 Clean flux density= 44.259 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 1.134 Jy 264 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.4 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.056E-03 < Second best 9.285E-03 IMAGR2: Field 5 min = -8.1 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.773E-03 < Second best 8.768E-03 IMAGR2: Field 1 min = -9.5 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.94 MilliJy IMAGR2: 1015 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.878 MilliJy iter= 143 IMAGR2: Field 1 Clean flux density= 1.098 Jy 143 comps IMAGR2: Total Cleaned flux density = 1.122 Jy 320 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.5 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.184E-03 < Second best 8.056E-03 IMAGR2: Field 4 min = -7.8 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.94 MilliJy IMAGR2: 495 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -5.615 MilliJy iter= 46 IMAGR2: Field 4 Clean flux density= 1.083 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 1.123 Jy 366 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.2 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.94 MilliJy IMAGR2: 85 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.205 MilliJy iter= 21 IMAGR2: Field 7 Clean flux density= 4.180 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 1.127 Jy 387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.2 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.94 MilliJy IMAGR2: 296 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.361 MilliJy iter= 35 IMAGR2: Field 5 Clean flux density= 5.654 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 1.133 Jy 422 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.0 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.778E-03 < Second best 6.687E-03 IMAGR2: Field 2 min = -5.6 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.584E-03 < Second best 6.297E-03 IMAGR2: Field 3 min = -5.4 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.151E-03 < Second best 5.778E-03 IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.08 MilliJy IMAGR2: 427 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.497 MilliJy iter= 113 IMAGR2: Field 6 Clean flux density= -25.403 MilliJy 113 comps IMAGR2: Total Cleaned flux density = 1.135 Jy 466 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.0 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.53 MilliJy IMAGR2: 1091 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.131 MilliJy iter= 224 IMAGR2: Field 1 Clean flux density= 1.094 Jy 224 comps IMAGR2: Total Cleaned flux density = 1.131 Jy 547 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.0 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.010E-03 < Second best 5.367E-03 IMAGR2: Field 4 min = -5.0 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.668E-03 < Second best 5.151E-03 IMAGR2: Field 3 min = -5.3 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.37 MilliJy IMAGR2: 1424 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.941 MilliJy iter= 178 IMAGR2: Field 3 Clean flux density= 34.894 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 1.122 Jy 643 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.6 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.522E-03 < Second best 5.010E-03 IMAGR2: Field 2 min = -5.0 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.19 MilliJy IMAGR2: 594 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.514 MilliJy iter= 89 IMAGR2: Field 2 Clean flux density= 9.217 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 1.124 Jy 706 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.1 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.228E-03 < Second best 4.668E-03 IMAGR2: Field 4 min = -4.7 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.97 MilliJy IMAGR2: 2323 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.670 MilliJy iter= 225 IMAGR2: Field 4 Clean flux density= 22.775 MilliJy 225 comps IMAGR2: Total Cleaned flux density = 1.146 Jy 885 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.8 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.97 MilliJy IMAGR2: 2179 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.608 MilliJy iter= 235 IMAGR2: Field 5 Clean flux density= 1.965 MilliJy 235 comps IMAGR2: Total Cleaned flux density = 1.142 Jy 1085 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.3 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.82 MilliJy IMAGR2: 446 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.049 MilliJy iter= 193 IMAGR2: Field 6 Clean flux density= -31.579 MilliJy 193 comps IMAGR2: Total Cleaned flux density = 1.136 Jy 1165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.607E-03 < Second best 3.948E-03 IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.5 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.68 MilliJy IMAGR2: 148 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.807 MilliJy iter= 277 IMAGR2: Field 1 Clean flux density= 1.100 Jy 277 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 1218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.258E-03 < Second best 3.607E-03 IMAGR2: Field 7 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR2: 224 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.688 MilliJy iter= 99 IMAGR2: Field 7 Clean flux density= 4.624 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 1.142 Jy 1296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.5 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.014E-03 < Second best 3.452E-03 IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.926E-03 < Second best 3.361E-03 IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.985E-03 < Second best 3.258E-03 IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 3204 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.415 MilliJy iter= 448 IMAGR2: Field 3 Clean flux density= 28.464 MilliJy 448 comps IMAGR2: Total Cleaned flux density = 1.135 Jy 1566 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.825E-03 < Second best 2.985E-03 IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.766E-03 < Second best 2.926E-03 IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 223 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.082 MilliJy iter= 297 IMAGR2: Field 5 Clean flux density= 6.503 MilliJy 297 comps IMAGR2: Total Cleaned flux density = 1.140 Jy 1628 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 4190 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.314 MilliJy iter= 551 IMAGR2: Field 6 Clean flux density= -27.368 MilliJy 551 comps IMAGR2: Total Cleaned flux density = 1.144 Jy 1986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 482 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.999 MilliJy iter= 362 IMAGR2: Field 4 Clean flux density= 11.853 MilliJy 362 comps IMAGR2: Total Cleaned flux density = 1.133 Jy 2123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 342 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.973 MilliJy iter= 211 IMAGR2: Field 2 Clean flux density= 14.225 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 1.138 Jy 2245 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.174E-03 < Second best 2.572E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 303 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.817 MilliJy iter= 206 IMAGR2: Field 7 Clean flux density= 5.915 MilliJy 206 comps IMAGR2: Total Cleaned flux density = 1.139 Jy 2352 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 653 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.703 MilliJy iter= 586 IMAGR2: Field 3 Clean flux density= 34.308 MilliJy 586 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 2490 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.45 MilliJy IMAGR2: 446 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.512 MilliJy iter= 642 IMAGR2: Field 6 Clean flux density= -25.169 MilliJy 642 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 2581 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.45 MilliJy IMAGR2: 187 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.474 MilliJy iter= 332 IMAGR2: Field 1 Clean flux density= 1.099 Jy 332 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 2636 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1077 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.503 MilliJy iter= 507 IMAGR2: Field 5 Clean flux density= 7.414 MilliJy 507 comps IMAGR2: Total Cleaned flux density = 1.148 Jy 2846 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 1383 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.446 MilliJy iter= 614 IMAGR2: Field 4 Clean flux density= 14.930 MilliJy 614 comps IMAGR2: Total Cleaned flux density = 1.151 Jy 3098 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 572 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.325 MilliJy iter= 375 IMAGR2: Field 2 Clean flux density= 7.143 MilliJy 375 comps IMAGR2: Total Cleaned flux density = 1.144 Jy 3262 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 701 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.277 MilliJy iter= 407 IMAGR2: Field 7 Clean flux density= 7.141 MilliJy 407 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 3463 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1117 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.216 MilliJy iter= 805 IMAGR2: Field 3 Clean flux density= 34.297 MilliJy 805 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 3682 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 1085 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.197 MilliJy iter= 862 IMAGR2: Field 6 Clean flux density= -22.265 MilliJy 862 comps IMAGR2: Total Cleaned flux density = 1.148 Jy 3902 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 441 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.110 MilliJy iter= 635 IMAGR2: Field 5 Clean flux density= 3.331 MilliJy 635 comps IMAGR2: Total Cleaned flux density = 1.144 Jy 4030 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 194 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.074 MilliJy iter= 420 IMAGR2: Field 1 Clean flux density= 1.101 Jy 420 comps IMAGR2: Total Cleaned flux density = 1.146 Jy 4118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 982.36 MicroJy IMAGR2: 727 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.030 MilliJy iter= 812 IMAGR2: Field 4 Clean flux density= 14.853 MilliJy 812 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 4316 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 945.68 MicroJy IMAGR2: 356 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -975.204 MicroJy iter= 504 IMAGR2: Field 2 Clean flux density= 3.622 MilliJy 504 comps IMAGR2: Total Cleaned flux density = 1.142 Jy 4445 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 905.73 MicroJy IMAGR2: 524 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 942.136 MicroJy iter= 573 IMAGR2: Field 7 Clean flux density= 11.639 MilliJy 573 comps IMAGR2: Total Cleaned flux density = 1.146 Jy 4611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 866.20 MicroJy IMAGR2: 1659 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 927.896 MicroJy iter= 1093 IMAGR2: Field 3 Clean flux density= 32.987 MilliJy 1093 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 4899 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 827.71 MicroJy IMAGR2: 2264 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -897.614 MicroJy iter= 1234 IMAGR2: Field 6 Clean flux density= -26.246 MilliJy 1234 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 5271 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 802.11 MicroJy IMAGR2: 1752 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -862.185 MicroJy iter= 977 IMAGR2: Field 5 Clean flux density= 1.064 MilliJy 977 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.139 Jy 5613 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 790.21 MicroJy IMAGR2: 664 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 828.965 MicroJy iter= 603 IMAGR2: Field 1 Clean flux density= 1.105 Jy 603 comps IMAGR2: Total Cleaned flux density = 1.143 Jy 5796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 767.93 MicroJy IMAGR2: 1383 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 812.898 MicroJy iter= 1138 IMAGR2: Field 4 Clean flux density= 10.464 MilliJy 1138 comps IMAGR2: Total Cleaned flux density = 1.138 Jy 6122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 753.39 MicroJy IMAGR2: 475 Residual map points loaded IMAGR2: Field 2 min Clean flux = -808.465 MicroJy iter= 600 IMAGR2: Field 2 Clean flux density= 4.454 MilliJy 600 comps IMAGR2: Total Cleaned flux density = 1.139 Jy 6218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 734.48 MicroJy IMAGR2: 649 Residual map points loaded IMAGR2: Field 7 min Clean flux = -809.146 MicroJy iter= 673 IMAGR2: Field 7 Clean flux density= 12.381 MilliJy 673 comps IMAGR2: Total Cleaned flux density = 1.140 Jy 6318 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 699.47 MicroJy IMAGR2: 1320 Residual map points loaded IMAGR2: Field 3 min Clean flux = -809.410 MicroJy iter= 1192 IMAGR2: Field 3 Clean flux density= 34.485 MilliJy 1192 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 6417 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 674.38 MicroJy IMAGR2: 1106 Residual map points loaded IMAGR2: Field 6 min Clean flux = 808.292 MicroJy iter= 1264 IMAGR2: Field 6 Clean flux density= -26.490 MilliJy 1264 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 6447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 639.19 MicroJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 5 min Clean flux = -806.443 MicroJy iter= 997 IMAGR2: Field 5 Clean flux density= 1.070 MilliJy 997 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 6467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -985.0 MicroJy,max = 842.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.179E-04 < Second best 7.788E-04 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 414.34 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 4 min Clean flux = -799.319 MicroJy iter= 1142 IMAGR2: Field 4 Clean flux density= 10.632 MilliJy 1142 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 6471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 809.410 less than limit 809.496 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 603 to 331 components IMAGR2: Field 2 compressed from 600 to 424 components IMAGR2: Field 3 compressed from 1192 to 819 components IMAGR2: Field 4 compressed from 1142 to 780 components IMAGR2: Field 5 compressed from 997 to 651 components IMAGR2: Field 6 compressed from 1264 to 856 components IMAGR2: Field 7 compressed from 673 to 447 components IMAGR2: Field 1 min = -983.9 MicroJy,max = 836.0 MicroJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-642.093 MicroJy ( 21 CCs) from field 1 to field 2 IMAGR2: Restore -2.526 MilliJy ( 40 CCs) from field 1 to field 3 IMAGR2: Restore -11.475 MilliJy ( 75 CCs) from field 1 to field 4 IMAGR2: Restore -3.840 MilliJy ( 34 CCs) from field 1 to field 5 IMAGR2: Restore -8.913 MilliJy ( 59 CCs) from field 1 to field 6 IMAGR2: Restore-769.890 MicroJy ( 11 CCs) from field 1 to field 7 IMAGR2: Restore 92.349 MicroJy ( 13 CCs) from field 2 to field 1 IMAGR2: Restore -2.668 MilliJy ( 39 CCs) from field 2 to field 3 IMAGR2: Restore -5.064 MilliJy ( 23 CCs) from field 2 to field 4 IMAGR2: Restore 2.569 MilliJy ( 16 CCs) from field 3 to field 1 IMAGR2: Restore 1.816 MilliJy ( 15 CCs) from field 3 to field 2 IMAGR2: Restore 3.729 MilliJy ( 139 CCs) from field 3 to field 5 IMAGR2: Restore -2.015 MilliJy ( 31 CCs) from field 4 to field 1 IMAGR2: Restore -3.560 MilliJy ( 21 CCs) from field 4 to field 2 IMAGR2: Restore 5.833 MilliJy ( 43 CCs) from field 4 to field 6 IMAGR2: Restore 2.496 MilliJy ( 18 CCs) from field 5 to field 1 IMAGR2: Restore -1.186 MilliJy ( 38 CCs) from field 5 to field 3 IMAGR2: Restore 722.430 MicroJy ( 17 CCs) from field 5 to field 7 IMAGR2: Restore -9.275 MilliJy ( 31 CCs) from field 6 to field 1 IMAGR2: Restore -4.962 MilliJy ( 113 CCs) from field 6 to field 4 IMAGR2: Restore -5.427 MilliJy ( 24 CCs) from field 6 to field 7 IMAGR2: Restore 588.246 MicroJy ( 6 CCs) from field 7 to field 1 IMAGR2: Restore 2.800 MilliJy ( 32 CCs) from field 7 to field 5 IMAGR2: Restore 503.478 MicroJy ( 40 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.099 Jy IMAGR2: Field 2 final Clean flux 2.068 MilliJy IMAGR2: Field 3 final Clean flux 28.106 MilliJy IMAGR2: Field 4 final Clean flux -10.869 MilliJy IMAGR2: Field 5 final Clean flux 3.759 MilliJy IMAGR2: Field 6 final Clean flux -29.066 MilliJy IMAGR2: Field 7 final Clean flux 6.906 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 49 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 78.4 Real= 242 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1052 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1549+506 X BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 1359 CELLSIZE 0.23554 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23554 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 99.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 1012 1012 15 49 17.47 50 38 05.8 00001 -1 507 512 513 C 2 1012 1012 15 49 17.47 50 34 45.3 00002 -1 507 512 513 C 3 1012 1012 15 48 59.23 50 36 25.4 00003 -1 507 512 513 C 4 1012 1012 15 49 35.71 50 36 25.4 00004 -1 507 512 513 C 5 1012 1012 15 48 59.21 50 39 46.0 00005 -1 507 512 513 C 6 1012 1012 15 49 35.73 50 39 46.0 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 41 26.3 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1052 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.3319E-02 1.2000E-02 0 IMAGR2: Field 2 1012 1012 1.3319E-02 -2.0049E+02 0 IMAGR2: Field 3 1012 1012 -1.7352E+02 -1.0039E+02 0 IMAGR2: Field 4 1012 1012 1.7355E+02 -1.0039E+02 0 IMAGR2: Field 5 1012 1012 -1.7371E+02 1.0021E+02 0 IMAGR2: Field 6 1012 1012 1.7374E+02 1.0021E+02 0 IMAGR2: Field 7 1012 1012 1.3319E-02 2.0051E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1549+506 .IMAGR . 1 (UV) on disk 1 cno 56 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 11544 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.554E+04 IMAGR2: UVWAIT: Adding temperance S 7.107E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.661E+07 and out 4.709E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.136 due to weighting IMAGR2: UVWAIT: Average summed weight 3.554E+04 over 23013 vis IMAGR2: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1549+506 .IBM003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 61 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 63 IMAGR2: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1549+506 .ICL007. 1 (MA) on disk 1 cno 70 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.99920E+08 IMAGR2: Field 1 Beam min = -159.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 888.261 x 677.449 Milliarcsec, PA= -64.8 IMAGR2: Field 2 Sum of gridding weights = 4.99920E+08 IMAGR2: Field 2 Beam min = -159.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 887.988 x 677.578 Milliarcsec, PA= -64.9 IMAGR2: Field 3 Sum of gridding weights = 4.99920E+08 IMAGR2: Field 3 Beam min = -161.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 888.643 x 677.565 Milliarcsec, PA= -65.0 IMAGR2: Field 4 Sum of gridding weights = 4.99919E+08 IMAGR2: Field 4 Beam min = -109.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 887.607 x 677.462 Milliarcsec, PA= -64.8 IMAGR2: Field 5 Sum of gridding weights = 4.99919E+08 IMAGR2: Field 5 Beam min = -161.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 888.920 x 677.433 Milliarcsec, PA= -64.9 IMAGR2: Field 6 Sum of gridding weights = 4.99919E+08 IMAGR2: Field 6 Beam min = -109.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 887.882 x 677.332 Milliarcsec, PA= -64.7 IMAGR2: Field 7 Sum of gridding weights = 4.99920E+08 IMAGR2: Field 7 Beam min = -159.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 888.537 x 677.318 Milliarcsec, PA= -64.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -80.6 MilliJy,max = 946.8 MilliJy IMAGR2: Field 2 min = -60.3 MilliJy,max = 148.3 MilliJy IMAGR2: Field 3 min = -89.4 MilliJy,max = 201.4 MilliJy IMAGR2: Field 4 min = -83.5 MilliJy,max = 166.9 MilliJy IMAGR2: Field 5 min = -90.8 MilliJy,max = 166.7 MilliJy IMAGR2: Field 6 min = -86.1 MilliJy,max = 208.0 MilliJy IMAGR2: Field 7 min = -60.7 MilliJy,max = 160.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 104.34 MilliJy IMAGR2: 1580 Residual map points loaded IMAGR2: Field 1 min allowed flux = 452.833 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 539.212 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 539.212 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -36.3 MilliJy,max = 407.6 MilliJy IMAGR2: BGC Clean: using 1993 cell beam + residuals > 61.93 MilliJy IMAGR2: 388 Residual map points loaded IMAGR2: Field 1 min allowed flux = 194.934 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 771.329 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 771.329 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.2 MilliJy,max = 175.4 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 60.31 MilliJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 80.903 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 880.408 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 880.408 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.8 MilliJy,max = 17.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.376E-02 < Second best 1.646E-01 IMAGR2: Field 3 min = -8.9 MilliJy,max = 17.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.376E-02 < Second best 1.527E-01 IMAGR2: Field 7 min = -8.7 MilliJy,max = 17.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.707E-02 < Second best 1.416E-01 IMAGR2: Field 2 min = -7.5 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.418E-02 < Second best 1.246E-01 IMAGR2: Field 5 min = -9.4 MilliJy,max = 17.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.478E-02 < Second best 1.181E-01 IMAGR2: Field 4 min = -7.6 MilliJy,max = 16.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.070E-02 < Second best 7.693E-02 IMAGR2: Field 1 min = -9.3 MilliJy,max = 74.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.92 MilliJy IMAGR2: 1988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.187 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 932.561 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 932.561 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.6 MilliJy,max = 31.5 MilliJy IMAGR2: BGC Clean: using 1429 cell beam + residuals > 6.31 MilliJy IMAGR2: 282 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.670 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 953.121 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 953.121 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.4 MilliJy,max = 11.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.117E-02 < Second best 1.491E-02 IMAGR2: Field 1 min = -9.3 MilliJy,max = 14.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.385E-02 < Second best 1.478E-02 IMAGR2: Field 5 min = -8.3 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.890E-03 < Second best 1.418E-02 IMAGR2: Field 2 min = -9.7 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.285E-03 < Second best 1.385E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.28 MilliJy IMAGR2: 95 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.189 MilliJy iter= 60 IMAGR2: Field 1 Clean flux density= 958.388 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 958.388 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.2 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.334E-03 < Second best 1.376E-02 IMAGR2: Field 6 min = -10.3 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.759E-03 < Second best 1.117E-02 IMAGR2: Field 7 min = -9.3 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 4.50 MilliJy IMAGR2: 1616 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 6.979 MilliJy iter= 43 IMAGR2: Field 7 Clean flux density= 7.056 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 965.444 MilliJy 103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.9 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.581E-03 < Second best 9.285E-03 IMAGR2: Field 2 min = -10.1 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 4.50 MilliJy IMAGR2: 1222 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.397 MilliJy iter= 52 IMAGR2: Field 2 Clean flux density= -2.940 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 962.504 MilliJy 155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.9 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 4.50 MilliJy IMAGR2: 311 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.612 MilliJy iter= 43 IMAGR2: Field 3 Clean flux density= -3.464 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 959.041 MilliJy 198 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.4 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.347E-03 < Second best 7.759E-03 IMAGR2: Field 6 min = -9.4 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.118E-03 < Second best 7.581E-03 IMAGR2: Field 4 min = -7.5 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 4.50 MilliJy IMAGR2: 811 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.711 MilliJy iter= 59 IMAGR2: Field 4 Clean flux density= -13.440 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 945.600 MilliJy 257 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.9 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.510E-03 < Second best 6.847E-03 IMAGR2: Field 1 min = -6.4 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 3.74 MilliJy IMAGR2: 215 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.375 MilliJy iter= 104 IMAGR2: Field 1 Clean flux density= 957.672 MilliJy 104 comps IMAGR2: Total Cleaned flux density = 944.884 MilliJy 301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.6 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.53 MilliJy IMAGR2: 2137 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.760 MilliJy iter= 164 IMAGR2: Field 7 Clean flux density= 18.692 MilliJy 164 comps IMAGR2: Total Cleaned flux density = 956.520 MilliJy 422 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.6 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.52 MilliJy IMAGR2: 641 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.278 MilliJy iter= 94 IMAGR2: Field 6 Clean flux density= 4.119 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 960.639 MilliJy 516 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.622E-03 < Second best 6.106E-03 IMAGR2: Field 2 min = -7.3 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR2: 1621 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.139 MilliJy iter= 196 IMAGR2: Field 2 Clean flux density= -3.558 MilliJy 196 comps IMAGR2: Total Cleaned flux density = 960.020 MilliJy 660 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR2: 2159 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.170 MilliJy iter= 192 IMAGR2: Field 5 Clean flux density= 26.468 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 986.489 MilliJy 852 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.3 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.033E-03 < Second best 5.359E-03 IMAGR2: Field 3 min = -4.6 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.207E-03 < Second best 5.033E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.98 MilliJy IMAGR2: 1970 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.636 MilliJy iter= 255 IMAGR2: Field 4 Clean flux density= -44.152 MilliJy 255 comps IMAGR2: Total Cleaned flux density = 955.777 MilliJy 1048 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.4 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.767E-03 < Second best 4.207E-03 IMAGR2: Field 3 min = -4.4 MilliJy,max = 4.4 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR2: 418 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.147 MilliJy iter= 156 IMAGR2: Field 3 Clean flux density= -4.609 MilliJy 156 comps IMAGR2: Total Cleaned flux density = 954.631 MilliJy 1161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.856E-03 < Second best 4.086E-03 IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.295E-03 < Second best 3.990E-03 IMAGR2: Field 5 min = -4.2 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.520E-03 < Second best 3.958E-03 IMAGR2: Field 2 min = -4.5 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.269E-03 < Second best 3.856E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.36 MilliJy IMAGR2: 286 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.575 MilliJy iter= 203 IMAGR2: Field 1 Clean flux density= 953.533 MilliJy 203 comps IMAGR2: Total Cleaned flux density = 950.492 MilliJy 1260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.1 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 1326 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.698 MilliJy iter= 363 IMAGR2: Field 7 Clean flux density= 30.219 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 962.020 MilliJy 1459 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 1145 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.603 MilliJy iter= 382 IMAGR2: Field 5 Clean flux density= 29.689 MilliJy 382 comps IMAGR2: Total Cleaned flux density = 965.241 MilliJy 1649 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.13 MilliJy IMAGR2: 4159 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.595 MilliJy iter= 635 IMAGR2: Field 4 Clean flux density= -19.223 MilliJy 635 comps IMAGR2: Total Cleaned flux density = 990.170 MilliJy 2029 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.771E-03 < Second best 3.269E-03 IMAGR2: Field 2 min = -4.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.831E-03 < Second best 3.010E-03 IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.385E-03 < Second best 2.831E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 783 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.166 MilliJy iter= 388 IMAGR2: Field 2 Clean flux density= -13.132 MilliJy 388 comps IMAGR2: Total Cleaned flux density = 980.597 MilliJy 2221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 201 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.062 MilliJy iter= 184 IMAGR2: Field 6 Clean flux density= 2.397 MilliJy 184 comps IMAGR2: Total Cleaned flux density = 978.876 MilliJy 2311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 340 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.002 MilliJy iter= 483 IMAGR2: Field 7 Clean flux density= 25.938 MilliJy 483 comps IMAGR2: Total Cleaned flux density = 974.595 MilliJy 2431 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 1282 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.007 MilliJy iter= 623 IMAGR2: Field 5 Clean flux density= 18.456 MilliJy 623 comps IMAGR2: Total Cleaned flux density = 963.361 MilliJy 2672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.157E-03 < Second best 2.461E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.249E-03 < Second best 2.385E-03 IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 923 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.714 MilliJy iter= 405 IMAGR2: Field 3 Clean flux density= -1.751 MilliJy 405 comps IMAGR2: Total Cleaned flux density = 966.219 MilliJy 2921 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 126 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.608 MilliJy iter= 277 IMAGR2: Field 1 Clean flux density= 952.038 MilliJy 277 comps IMAGR2: Total Cleaned flux density = 964.724 MilliJy 2995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 1561 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.716 MilliJy iter= 935 IMAGR2: Field 4 Clean flux density= -17.904 MilliJy 935 comps IMAGR2: Total Cleaned flux density = 966.043 MilliJy 3295 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.771E-03 < Second best 1.973E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 476 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.544 MilliJy iter= 350 IMAGR2: Field 6 Clean flux density= 6.977 MilliJy 350 comps IMAGR2: Total Cleaned flux density = 970.623 MilliJy 3461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 2382 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.547 MilliJy iter= 1020 IMAGR2: Field 5 Clean flux density= 21.483 MilliJy 1020 comps IMAGR2: Total Cleaned flux density = 973.650 MilliJy 3858 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.601E-03 < Second best 1.771E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 1204 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.417 MilliJy iter= 701 IMAGR2: Field 2 Clean flux density= -10.888 MilliJy 701 comps IMAGR2: Total Cleaned flux density = 975.893 MilliJy 4171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 684 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.308 MilliJy iter= 1139 IMAGR2: Field 4 Clean flux density= -21.254 MilliJy 1139 comps IMAGR2: Total Cleaned flux density = 972.543 MilliJy 4375 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 699 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.260 MilliJy iter= 632 IMAGR2: Field 3 Clean flux density= 474.176 MicroJy 632 comps IMAGR2: Total Cleaned flux density = 974.768 MilliJy 4602 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 773 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.266 MilliJy iter= 749 IMAGR2: Field 7 Clean flux density= 25.307 MilliJy 749 comps IMAGR2: Total Cleaned flux density = 974.137 MilliJy 4868 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.408E-03 < Second best 1.484E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.361E-03 < Second best 1.478E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1228 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.138 MilliJy iter= 681 IMAGR2: Field 6 Clean flux density= 5.161 MilliJy 681 comps IMAGR2: Total Cleaned flux density = 972.322 MilliJy 5199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 85 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.070 MilliJy iter= 336 IMAGR2: Field 1 Clean flux density= 953.358 MilliJy 336 comps IMAGR2: Total Cleaned flux density = 973.641 MilliJy 5258 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1299 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.127 MilliJy iter= 1358 IMAGR2: Field 5 Clean flux density= 25.558 MilliJy 1358 comps IMAGR2: Total Cleaned flux density = 977.716 MilliJy 5596 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 903 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.055 MilliJy iter= 974 IMAGR2: Field 2 Clean flux density= -7.307 MilliJy 974 comps IMAGR2: Total Cleaned flux density = 981.297 MilliJy 5869 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 968.15 MicroJy IMAGR2: 1319 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.026 MilliJy iter= 1483 IMAGR2: Field 4 Clean flux density= -23.605 MilliJy 1483 comps IMAGR2: Total Cleaned flux density = 978.947 MilliJy 6213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 936.30 MicroJy IMAGR2: 772 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 7 min algorithm flux= 976.636 MicroJy iter= 1004 IMAGR2: Field 7 Clean flux density= 25.305 MilliJy 1004 comps IMAGR2: Total Cleaned flux density = 978.945 MilliJy 6468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 899.07 MicroJy IMAGR2: 748 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -938.746 MicroJy iter= 900 IMAGR2: Field 3 Clean flux density= 342.011 MicroJy 900 comps IMAGR2: Total Cleaned flux density = 978.813 MilliJy 6736 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 871.14 MicroJy IMAGR2: 601 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 903.180 MicroJy iter= 908 IMAGR2: Field 6 Clean flux density= 13.725 MilliJy 908 comps IMAGR2: Total Cleaned flux density = 987.377 MilliJy 6963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 832.50 MicroJy IMAGR2: 1613 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -882.267 MicroJy iter= 1758 IMAGR2: Field 5 Clean flux density= 22.128 MilliJy 1758 comps IMAGR2: Total Cleaned flux density = 983.947 MilliJy 7363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 826.16 MicroJy IMAGR2: 122 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 836.467 MicroJy iter= 410 IMAGR2: Field 1 Clean flux density= 952.435 MilliJy 410 comps IMAGR2: Total Cleaned flux density = 983.024 MilliJy 7437 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 797.15 MicroJy IMAGR2: 622 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -823.919 MicroJy iter= 1207 IMAGR2: Field 2 Clean flux density= -6.076 MilliJy 1207 comps IMAGR2: Total Cleaned flux density = 984.255 MilliJy 7670 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 763.76 MicroJy IMAGR2: 1830 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -810.050 MicroJy iter= 1936 IMAGR2: Field 4 Clean flux density= -27.902 MilliJy 1936 comps IMAGR2: Total Cleaned flux density = 979.959 MilliJy 8123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 738.99 MicroJy IMAGR2: 1218 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -773.702 MicroJy iter= 1370 IMAGR2: Field 7 Clean flux density= 22.290 MilliJy 1370 comps IMAGR2: Total Cleaned flux density = 976.943 MilliJy 8489 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 719.30 MicroJy IMAGR2: 905 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 747.165 MicroJy iter= 1205 IMAGR2: Field 3 Clean flux density= 773.855 MicroJy 1205 comps IMAGR2: Total Cleaned flux density = 977.376 MilliJy 8794 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 702.27 MicroJy IMAGR2: 793 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -727.047 MicroJy iter= 1200 IMAGR2: Field 6 Clean flux density= 15.063 MilliJy 1200 comps IMAGR2: Total Cleaned flux density = 978.714 MilliJy 9086 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 672.77 MicroJy IMAGR2: 1947 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 711.046 MicroJy iter= 2249 IMAGR2: Field 5 Clean flux density= 34.585 MilliJy 2249 comps IMAGR2: Total Cleaned flux density = 991.171 MilliJy 9577 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 11544 Pts IMAGR2: Field 1 min = -862.4 MicroJy,max = 895.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 668.79 MicroJy IMAGR2: 125 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -675.801 MicroJy iter= 484 IMAGR2: Field 1 Clean flux density= 951.696 MilliJy 484 comps IMAGR2: Total Cleaned flux density = 990.432 MilliJy 9651 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 653.19 MicroJy IMAGR2: 952 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -676.161 MicroJy iter= 1523 IMAGR2: Field 2 Clean flux density= -3.874 MilliJy 1523 comps IMAGR2: Total Cleaned flux density = 992.634 MilliJy 9967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 626.48 MicroJy IMAGR2: 1538 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 655.884 MicroJy iter= 2374 IMAGR2: Field 4 Clean flux density= -31.140 MilliJy 2374 comps IMAGR2: Total Cleaned flux density = 989.396 MilliJy 10405 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 606.52 MicroJy IMAGR2: 1096 Residual map points loaded IMAGR2: Field 7 min Clean flux = -631.102 MicroJy iter= 1717 IMAGR2: Field 7 Clean flux density= 22.289 MilliJy 1717 comps IMAGR2: Total Cleaned flux density = 989.395 MilliJy 10752 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 586.21 MicroJy IMAGR2: 1191 Residual map points loaded IMAGR2: Field 3 min Clean flux = 631.238 MicroJy iter= 1415 IMAGR2: Field 3 Clean flux density= 3.068 MilliJy 1415 comps IMAGR2: Total Cleaned flux density = 991.690 MilliJy 10962 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.32 MicroJy IMAGR2: 951 Residual map points loaded IMAGR2: Field 6 min Clean flux = -631.173 MicroJy iter= 1288 IMAGR2: Field 6 Clean flux density= 16.927 MilliJy 1288 comps IMAGR2: Total Cleaned flux density = 993.553 MilliJy 11050 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 529.54 MicroJy IMAGR2: 2878 Residual map points loaded IMAGR2: Field 5 min Clean flux = -631.013 MicroJy iter= 2352 IMAGR2: Field 5 Clean flux density= 33.847 MilliJy 2352 comps IMAGR2: Total Cleaned flux density = 992.815 MilliJy 11153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 491.12 MicroJy IMAGR2: 3218 Residual map points loaded IMAGR2: Field 2 min Clean flux = -630.982 MicroJy iter= 1561 IMAGR2: Field 2 Clean flux density= -3.732 MilliJy 1561 comps IMAGR2: Total Cleaned flux density = 992.957 MilliJy 11191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -766.7 MicroJy,max = 770.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 463.50 MicroJy IMAGR2: 1295 Residual map points loaded IMAGR2: Field 1 min Clean flux = -630.054 MicroJy iter= 489 IMAGR2: Field 1 Clean flux density= 951.898 MilliJy 489 comps IMAGR2: Total Cleaned flux density = 993.159 MilliJy 11196 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 400.68 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 4 min Clean flux = -630.887 MicroJy iter= 2399 IMAGR2: Field 4 Clean flux density= -31.711 MilliJy 2399 comps IMAGR2: Total Cleaned flux density = 992.588 MilliJy 11221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 631.238 less than limit 631.255 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 489 to 239 components IMAGR2: Field 2 compressed from 1561 to 962 components IMAGR2: Field 3 compressed from 1415 to 846 components IMAGR2: Field 4 compressed from 2399 to 1485 components IMAGR2: Field 5 compressed from 2352 to 1476 components IMAGR2: Field 6 compressed from 1288 to 739 components IMAGR2: Field 7 compressed from 1717 to 1063 components IMAGR2: Field 1 min = -769.2 MicroJy,max = 773.4 MicroJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 985.3 MicroJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -980.0 MicroJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-451.656 MicroJy ( 40 CCs) from field 1 to field 2 IMAGR2: Restore-630.250 MicroJy ( 7 CCs) from field 1 to field 3 IMAGR2: Restore -8.976 MilliJy ( 63 CCs) from field 1 to field 4 IMAGR2: Restore 2.296 MilliJy ( 33 CCs) from field 1 to field 5 IMAGR2: Restore -1.125 MilliJy ( 10 CCs) from field 1 to field 6 IMAGR2: Restore-657.007 MicroJy ( 15 CCs) from field 1 to field 7 IMAGR2: Restore-692.755 MicroJy ( 17 CCs) from field 2 to field 1 IMAGR2: Restore 1.433 MilliJy ( 42 CCs) from field 2 to field 3 IMAGR2: Restore -1.594 MilliJy ( 148 CCs) from field 2 to field 4 IMAGR2: Restore -2.172 MilliJy ( 25 CCs) from field 3 to field 1 IMAGR2: Restore-659.610 MicroJy ( 35 CCs) from field 3 to field 2 IMAGR2: Restore 4.730 MilliJy ( 97 CCs) from field 3 to field 5 IMAGR2: Restore -2.692 MilliJy ( 31 CCs) from field 4 to field 1 IMAGR2: Restore -4.462 MilliJy ( 51 CCs) from field 4 to field 2 IMAGR2: Restore -10.454 MilliJy ( 108 CCs) from field 4 to field 6 IMAGR2: Restore 2.130 MilliJy ( 37 CCs) from field 5 to field 1 IMAGR2: Restore 7.746 MilliJy ( 64 CCs) from field 5 to field 3 IMAGR2: Restore 2.894 MilliJy ( 50 CCs) from field 5 to field 7 IMAGR2: Restore 1.152 MilliJy ( 21 CCs) from field 6 to field 1 IMAGR2: Restore-498.909 MicroJy ( 75 CCs) from field 6 to field 4 IMAGR2: Restore-606.229 MicroJy ( 20 CCs) from field 6 to field 7 IMAGR2: Restore-616.443 MicroJy ( 29 CCs) from field 7 to field 1 IMAGR2: Restore 4.166 MilliJy ( 168 CCs) from field 7 to field 5 IMAGR2: Restore-615.613 MicroJy ( 45 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 949.007 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 final Clean flux -9.305 MilliJy IMAGR2: Field 3 final Clean flux 11.617 MilliJy IMAGR2: Field 4 final Clean flux -42.779 MilliJy IMAGR2: Field 5 final Clean flux 45.039 MilliJy IMAGR2: Field 6 final Clean flux 4.732 MilliJy IMAGR2: Field 7 final Clean flux 23.920 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 56 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 114.4 Real= 354 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1052 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08211 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.23321 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23321 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 96.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 13 29.2 00002 -1 507 512 513 C 3 1012 1012 16 01 24.71 43 15 08.4 00003 -1 507 512 513 C 4 1012 1012 16 01 56.18 43 15 08.4 00004 -1 507 512 513 C 5 1012 1012 16 01 24.69 43 18 27.0 00005 -1 507 512 513 C 6 1012 1012 16 01 56.20 43 18 27.0 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 20 06.3 00007 -1 507 512 513 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08211 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 4.3681E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 4.3681E-02 -1.9856E+02 0 IMAGR2: Field 3 1012 1012 -1.7184E+02 -9.9360E+01 0 IMAGR2: Field 4 1012 1012 1.7182E+02 -9.9360E+01 0 IMAGR2: Field 5 1012 1012 -1.7206E+02 9.9240E+01 0 IMAGR2: Field 6 1012 1012 1.7204E+02 9.9240E+01 0 IMAGR2: Field 7 1012 1012 4.3681E-02 1.9854E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1600+434 .IMAGR . 1 (UV) on disk 1 cno 63 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 18954 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 8.220E+04 IMAGR2: UVWAIT: Adding temperance S 1.644E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.163E+07 and out 8.633E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.170 due to weighting IMAGR2: UVWAIT: Average summed weight 8.220E+04 over 37908 vis IMAGR2: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 70 IMAGR2: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 77 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 9.16538E+08 IMAGR2: Field 1 Beam min = -169.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 839.610 x 654.373 Milliarcsec, PA= -62.5 IMAGR2: Field 2 Sum of gridding weights = 9.16538E+08 IMAGR2: Field 2 Beam min = -169.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 839.378 x 654.545 Milliarcsec, PA= -62.5 IMAGR2: Field 3 Sum of gridding weights = 9.16538E+08 IMAGR2: Field 3 Beam min = -158.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 839.878 x 654.545 Milliarcsec, PA= -62.6 IMAGR2: Field 4 Sum of gridding weights = 9.16537E+08 IMAGR2: Field 4 Beam min = -134.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 839.111 x 654.371 Milliarcsec, PA= -62.4 IMAGR2: Field 5 Sum of gridding weights = 9.16537E+08 IMAGR2: Field 5 Beam min = -158.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 840.110 x 654.374 Milliarcsec, PA= -62.6 IMAGR2: Field 6 Sum of gridding weights = 9.16538E+08 IMAGR2: Field 6 Beam min = -150.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 839.342 x 654.200 Milliarcsec, PA= -62.4 IMAGR2: Field 7 Sum of gridding weights = 9.16538E+08 IMAGR2: Field 7 Beam min = -169.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 839.842 x 654.202 Milliarcsec, PA= -62.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.8 MilliJy,max = 20.3 MilliJy IMAGR2: Field 2 min = -2.2 MilliJy,max = 5.7 MilliJy IMAGR2: Field 3 min = -2.1 MilliJy,max = 8.9 MilliJy IMAGR2: Field 4 min = -2.0 MilliJy,max = 6.5 MilliJy IMAGR2: Field 5 min = -2.1 MilliJy,max = 7.1 MilliJy IMAGR2: Field 6 min = -2.1 MilliJy,max = 7.3 MilliJy IMAGR2: Field 7 min = -2.1 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.45 MilliJy IMAGR2: 6949 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.296 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 18.785 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 18.785 MilliJy 13 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 1509 cell beam + residuals > 1.80 MilliJy IMAGR2: 2071 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.596 MilliJy iter= 29 IMAGR2: Field 1 Clean flux density= 29.747 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 29.747 MilliJy 29 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -908.9 MicroJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.560E-03 < Second best 5.109E-03 IMAGR2: Field 3 min = -909.5 MicroJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.401E-03 < Second best 5.026E-03 IMAGR2: Field 7 min = -745.7 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.364E-03 < Second best 4.392E-03 IMAGR2: Field 6 min = -759.9 MicroJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.337E-03 < Second best 4.388E-03 IMAGR2: Field 4 min = -828.8 MicroJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.206E-03 < Second best 4.373E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 603 cell beam + residuals > 1.18 MilliJy IMAGR2: 881 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.131 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 35.493 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 35.493 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -629.5 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.669E-04 < Second best 2.028E-03 IMAGR2: Field 1 min = -1.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 667.03 MicroJy IMAGR2: 1510 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.039 MilliJy iter= 74 IMAGR2: Field 1 Clean flux density= 39.011 MilliJy 74 comps IMAGR2: Total Cleaned flux density = 39.011 MilliJy 74 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -663.2 MicroJy,max = 765.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.319E-04 < Second best 1.401E-03 IMAGR2: Field 3 min = -713.8 MicroJy,max = 873.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.244E-04 < Second best 1.364E-03 IMAGR2: Field 7 min = -611.4 MicroJy,max = 794.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.598E-04 < Second best 1.337E-03 IMAGR2: Field 6 min = -842.7 MicroJy,max = 784.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.505E-04 < Second best 1.206E-03 IMAGR2: Field 4 min = -838.2 MicroJy,max = 863.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.781E-04 < Second best 9.906E-04 IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 410.17 MicroJy IMAGR2: 7339 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 674.053 MicroJy iter= 142 IMAGR2: Field 1 Clean flux density= 41.390 MilliJy 142 comps IMAGR2: Total Cleaned flux density = 41.390 MilliJy 142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -605.9 MicroJy,max = 542.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.566E-04 < Second best 7.598E-04 IMAGR2: Field 7 min = -539.6 MicroJy,max = 591.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.667E-04 < Second best 7.505E-04 IMAGR2: Field 6 min = -665.4 MicroJy,max = 627.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.532E-04 < Second best 7.319E-04 IMAGR2: Field 2 min = -591.1 MicroJy,max = 689.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.597E-04 < Second best 7.244E-04 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min = -640.6 MicroJy,max = 687.8 MicroJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 408.18 MicroJy IMAGR2: 561 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -493.845 MicroJy iter= 33 IMAGR2: Field 3 Clean flux density= 694.849 MicroJy 33 comps IMAGR2: Total Cleaned flux density = 42.085 MilliJy 175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -556.9 MicroJy,max = 592.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.670E-04 < Second best 6.441E-04 IMAGR2: Field 1 min = -660.0 MicroJy,max = 620.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.33 MicroJy IMAGR2: 5517 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 525.973 MicroJy iter= 254 IMAGR2: Field 1 Clean flux density= 43.846 MilliJy 254 comps IMAGR2: Total Cleaned flux density = 44.541 MilliJy 287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -550.7 MicroJy,max = 505.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.274E-04 < Second best 5.670E-04 IMAGR2: Field 2 min = -519.2 MicroJy,max = 509.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.885E-04 < Second best 5.667E-04 IMAGR2: Field 7 min = -497.1 MicroJy,max = 511.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.898E-04 < Second best 5.566E-04 IMAGR2: Field 5 min = -479.3 MicroJy,max = 510.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.660E-04 < Second best 5.532E-04 IMAGR2: Field 6 min = -623.3 MicroJy,max = 526.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 327.91 MicroJy IMAGR2: 1590 Residual map points loaded IMAGR2: Field 6 min Clean flux = 486.193 MicroJy iter= 2 IMAGR2: Field 6 Clean flux density= -4.608 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 44.537 MilliJy 289 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -548.4 MicroJy,max = 503.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 324.54 MicroJy IMAGR2: 1769 Residual map points loaded IMAGR2: Field 4 min Clean flux = -492.531 MicroJy iter= 7 IMAGR2: Field 4 Clean flux density= -354.492 MicroJy 7 comps IMAGR2: Total Cleaned flux density = 44.182 MilliJy 296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -490.3 MicroJy,max = 609.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 294.06 MicroJy IMAGR2: 5911 Residual map points loaded IMAGR2: Field 1 min Clean flux = -490.309 MicroJy iter= 255 IMAGR2: Field 1 Clean flux density= 43.797 MilliJy 255 comps IMAGR2: Total Cleaned flux density = 44.133 MilliJy 297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -495.8 MicroJy,max = 507.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 293.77 MicroJy IMAGR2: 4510 Residual map points loaded IMAGR2: Field 7 min Clean flux = 471.056 MicroJy iter= 5 IMAGR2: Field 7 Clean flux density= 148.615 MicroJy 5 comps IMAGR2: Total Cleaned flux density = 44.282 MilliJy 302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -515.3 MicroJy,max = 505.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 282.02 MicroJy IMAGR2: 6933 Residual map points loaded IMAGR2: Field 2 min Clean flux = 485.377 MicroJy iter= 4 IMAGR2: Field 2 Clean flux density= 99.050 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 44.381 MilliJy 306 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -505.2 MicroJy,max = 485.8 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 255 to 126 components IMAGR2: Field 2 compressed from 4 to 4 components IMAGR2: Field 3 compressed from 33 to 26 components IMAGR2: Field 4 compressed from 7 to 6 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 2 to 2 components IMAGR2: Field 7 compressed from 5 to 5 components IMAGR2: Field 1 min = -472.1 MicroJy,max = 610.8 MicroJy IMAGR2: Field 2 min = -513.3 MicroJy,max = 481.9 MicroJy IMAGR2: Field 3 min = -505.2 MicroJy,max = 485.8 MicroJy IMAGR2: Field 4 min = -493.9 MicroJy,max = 502.7 MicroJy IMAGR2: Field 5 min = -475.4 MicroJy,max = 506.4 MicroJy IMAGR2: Field 6 min = -621.3 MicroJy,max = 510.5 MicroJy IMAGR2: Field 7 min = -468.8 MicroJy,max = 493.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 53.490 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore 356.635 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR2: Restore -35.684 MicroJy ( 7 CCs) from field 1 to field 4 IMAGR2: Restore -12.564 MicroJy ( 7 CCs) from field 1 to field 5 IMAGR2: Restore-191.348 MicroJy ( 6 CCs) from field 1 to field 6 IMAGR2: Restore 177.731 MicroJy ( 3 CCs) from field 1 to field 7 IMAGR2: Restore 50.531 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR2: Restore 255.781 MicroJy ( 6 CCs) from field 3 to field 1 IMAGR2: Restore 172.606 MicroJy ( 12 CCs) from field 3 to field 2 IMAGR2: Restore 49.970 MicroJy ( 1 CCs) from field 3 to field 5 IMAGR2: Restore-200.361 MicroJy ( 4 CCs) from field 4 to field 1 IMAGR2: Restore -98.872 MicroJy ( 2 CCs) from field 4 to field 2 IMAGR2: Restore 255.648 Nano Jy ( 2 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 43.853 MilliJy IMAGR2: Field 2 final Clean flux 226.273 MicroJy IMAGR2: Field 3 final Clean flux 1.102 MilliJy IMAGR2: Field 4 final Clean flux -390.177 MicroJy IMAGR2: Field 5 final Clean flux 37.407 MicroJy IMAGR2: Field 6 final Clean flux -195.701 MicroJy IMAGR2: Field 7 final Clean flux 326.346 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 63 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 30.1 Real= 94 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08211 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23325 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23325 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 96.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 45 58.3 00002 -1 507 512 513 C 3 1012 1012 15 59 15.31 43 47 37.5 00003 -1 507 512 513 C 4 1012 1012 15 59 47.07 43 47 37.5 00004 -1 507 512 513 C 5 1012 1012 15 59 15.29 43 50 56.1 00005 -1 507 512 513 C 6 1012 1012 15 59 47.09 43 50 56.1 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 52 35.4 00007 -1 507 512 513 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08211 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 -1.0823E-02 -1.9856E+02 0 IMAGR2: Field 3 1012 1012 -1.7187E+02 -9.9360E+01 0 IMAGR2: Field 4 1012 1012 1.7185E+02 -9.9360E+01 0 IMAGR2: Field 5 1012 1012 -1.7209E+02 9.9240E+01 0 IMAGR2: Field 6 1012 1012 1.7207E+02 9.9240E+01 0 IMAGR2: Field 7 1012 1012 -1.0823E-02 1.9854E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 70 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5265 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.925E+04 IMAGR2: UVWAIT: Adding temperance S 5.849E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.708E+07 and out 2.050E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.124 due to weighting IMAGR2: UVWAIT: Average summed weight 2.925E+04 over 10530 vis IMAGR2: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 77 IMAGR2: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 83 IMAGR2: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 84 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.17604E+08 IMAGR2: Field 1 Beam min = -122.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 857.181 x 707.854 Milliarcsec, PA= -68.5 IMAGR2: Field 2 Sum of gridding weights = 2.17604E+08 IMAGR2: Field 2 Beam min = -120.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 856.976 x 708.013 Milliarcsec, PA= -68.6 IMAGR2: Field 3 Sum of gridding weights = 2.17603E+08 IMAGR2: Field 3 Beam min = -119.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 857.538 x 707.985 Milliarcsec, PA= -68.6 IMAGR2: Field 4 Sum of gridding weights = 2.17602E+08 IMAGR2: Field 4 Beam min = -102.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 856.621 x 707.883 Milliarcsec, PA= -68.4 IMAGR2: Field 5 Sum of gridding weights = 2.17602E+08 IMAGR2: Field 5 Beam min = -119.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 857.748 x 707.826 Milliarcsec, PA= -68.6 IMAGR2: Field 6 Sum of gridding weights = 2.17603E+08 IMAGR2: Field 6 Beam min = -125.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 856.826 x 707.724 Milliarcsec, PA= -68.4 IMAGR2: Field 7 Sum of gridding weights = 2.17603E+08 IMAGR2: Field 7 Beam min = -114.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 857.390 x 707.695 Milliarcsec, PA= -68.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -8.1 MilliJy,max = 77.0 MilliJy IMAGR2: Field 2 min = -7.9 MilliJy,max = 26.9 MilliJy IMAGR2: Field 3 min = -7.6 MilliJy,max = 41.8 MilliJy IMAGR2: Field 4 min = -7.4 MilliJy,max = 25.9 MilliJy IMAGR2: Field 5 min = -7.0 MilliJy,max = 27.0 MilliJy IMAGR2: Field 6 min = -8.1 MilliJy,max = 41.1 MilliJy IMAGR2: Field 7 min = -8.8 MilliJy,max = 27.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 12.87 MilliJy IMAGR2: 2472 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 41.981 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 40.357 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 40.357 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.7 MilliJy,max = 38.5 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 9.50 MilliJy IMAGR2: 960 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 19.388 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 75.644 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 75.644 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.194E-02 < Second best 3.179E-02 IMAGR2: Field 6 min = -3.5 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.181E-02 < Second best 2.581E-02 IMAGR2: Field 7 min = -3.7 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.881E-03 < Second best 2.561E-02 IMAGR2: Field 2 min = -3.4 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.997E-03 < Second best 1.977E-02 IMAGR2: Field 4 min = -3.6 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.734E-03 < Second best 1.899E-02 IMAGR2: Field 5 min = -4.3 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.388E-03 < Second best 1.845E-02 IMAGR2: Field 1 min = -7.0 MilliJy,max = 19.2 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 3.69 MilliJy IMAGR2: 6695 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.521 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 97.285 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 97.285 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.796E-03 < Second best 1.181E-02 IMAGR2: Field 6 min = -3.1 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.286E-03 < Second best 9.065E-03 IMAGR2: Field 1 min = -6.8 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 1507 cell beam + residuals > 3.20 MilliJy IMAGR2: 2295 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.048 MilliJy iter= 64 IMAGR2: Field 1 Clean flux density= 111.094 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 111.094 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.842E-03 < Second best 7.881E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.676E-03 < Second best 7.388E-03 IMAGR2: Field 5 min = -4.1 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.205E-03 < Second best 6.796E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.089E-03 < Second best 6.734E-03 IMAGR2: Field 4 min = -3.5 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.527E-03 < Second best 6.286E-03 IMAGR2: Field 6 min = -2.9 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.720E-03 < Second best 4.812E-03 IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.93 MilliJy IMAGR2: 6031 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.092 MilliJy iter= 117 IMAGR2: Field 1 Clean flux density= 123.301 MilliJy 117 comps IMAGR2: Total Cleaned flux density = 123.301 MilliJy 117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.525E-03 < Second best 3.842E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.541E-03 < Second best 3.720E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.527E-03 < Second best 3.676E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.662E-03 < Second best 3.527E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.353E-03 < Second best 3.205E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.459E-03 < Second best 2.951E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 1.39 MilliJy IMAGR2: 6791 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.127 MilliJy iter= 197 IMAGR2: Field 1 Clean flux density= 128.760 MilliJy 197 comps IMAGR2: Total Cleaned flux density = 128.760 MilliJy 197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.022E-03 < Second best 2.541E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.850E-03 < Second best 2.527E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.040E-03 < Second best 2.525E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.928E-03 < Second best 2.459E-03 IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.664E-03 < Second best 2.353E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.635E-03 < Second best 2.040E-03 IMAGR2: BGC Clean: using 599 cell beam + residuals > 1.27 MilliJy IMAGR2: 345 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.458 MilliJy iter= 29 IMAGR2: Field 6 Clean flux density= 3.427 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 132.188 MilliJy 226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.831E-03 < Second best 2.022E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.662E-03 < Second best 1.928E-03 IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.742E-03 < Second best 1.850E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.725E-03 < Second best 1.831E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 986.87 MicroJy IMAGR2: 6141 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.452 MilliJy iter= 329 IMAGR2: Field 1 Clean flux density= 137.336 MilliJy 329 comps IMAGR2: Total Cleaned flux density = 140.763 MilliJy 358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.337E-03 < Second best 1.725E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.249E-03 < Second best 1.664E-03 IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.082E-03 < Second best 1.662E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.166E-03 < Second best 1.635E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.294E-03 < Second best 1.394E-03 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.189E-03 < Second best 1.390E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.231E-03 < Second best 1.337E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 733.47 MicroJy IMAGR2: 3399 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -980.367 MicroJy iter= 136 IMAGR2: Field 3 Clean flux density= 7.352 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 148.115 MilliJy 494 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.055E-03 < Second best 1.249E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.097E-03 < Second best 1.231E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 690.70 MicroJy IMAGR2: 1980 Residual map points loaded IMAGR2: Field 1 min Clean flux = -934.658 MicroJy iter= 357 IMAGR2: Field 1 Clean flux density= 136.098 MilliJy 357 comps IMAGR2: Total Cleaned flux density = 146.878 MilliJy 522 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.020E-03 < Second best 1.166E-03 IMAGR2: Field 7 min = -1.0 MilliJy,max = 974.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.000E-03 < Second best 1.097E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.921E-04 < Second best 1.082E-03 IMAGR2: Field 5 min = -946.8 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.074E-04 < Second best 1.055E-03 IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 627.06 MicroJy IMAGR2: 2672 Residual map points loaded IMAGR2: Field 4 min Clean flux = -928.516 MicroJy iter= 9 IMAGR2: Field 4 Clean flux density= 114.821 MicroJy 9 comps IMAGR2: Total Cleaned flux density = 146.992 MilliJy 531 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 626.47 MicroJy IMAGR2: 1817 Residual map points loaded IMAGR2: Field 6 min Clean flux = -929.896 MicroJy iter= 36 IMAGR2: Field 6 Clean flux density= 2.753 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 146.318 MilliJy 538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 7 min = -975.3 MicroJy,max = 980.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.342E-04 < Second best 9.921E-04 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 626.47 MicroJy IMAGR2: 1495 Residual map points loaded IMAGR2: Field 2 min Clean flux = -932.837 MicroJy iter= 4 IMAGR2: Field 2 Clean flux density= 850.148 Nano Jy 4 comps IMAGR2: Total Cleaned flux density = 146.319 MilliJy 542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -898.8 MicroJy,max = 956.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.929E-04 < Second best 9.342E-04 IMAGR2: Field 7 min = -977.4 MicroJy,max = 972.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.09 MicroJy IMAGR2: 9053 Residual map points loaded IMAGR2: Field 7 min Clean flux = 925.628 MicroJy iter= 4 IMAGR2: Field 7 Clean flux density= -193.437 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 146.125 MilliJy 546 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -938.0 MicroJy,max = 968.9 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 357 to 211 components IMAGR2: Field 2 compressed from 4 to 4 components IMAGR2: Field 3 compressed from 136 to 112 components IMAGR2: Field 4 compressed from 9 to 8 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 36 to 30 components IMAGR2: Field 7 compressed from 4 to 4 components IMAGR2: Field 1 min = -955.8 MicroJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -895.9 MicroJy,max = 957.8 MicroJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 5 min = -938.0 MicroJy,max = 968.9 MicroJy IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -979.7 MicroJy,max = 967.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 66.019 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore 4.836 MilliJy ( 13 CCs) from field 1 to field 3 IMAGR2: Restore 6.179 MilliJy ( 24 CCs) from field 1 to field 4 IMAGR2: Restore -1.822 MilliJy ( 16 CCs) from field 1 to field 5 IMAGR2: Restore 1.628 MilliJy ( 12 CCs) from field 1 to field 6 IMAGR2: Restore 1.119 MilliJy ( 4 CCs) from field 1 to field 7 IMAGR2: Restore 194.605 MicroJy ( 2 CCs) from field 2 to field 4 IMAGR2: Restore 1.858 MilliJy ( 20 CCs) from field 3 to field 1 IMAGR2: Restore 4.706 MilliJy ( 49 CCs) from field 3 to field 2 IMAGR2: Restore 1.049 MilliJy ( 12 CCs) from field 3 to field 5 IMAGR2: Restore 101.633 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR2: Restore 305.580 MicroJy ( 2 CCs) from field 4 to field 2 IMAGR2: Restore-189.637 MicroJy ( 2 CCs) from field 4 to field 6 IMAGR2: Restore 857.800 MicroJy ( 7 CCs) from field 6 to field 1 IMAGR2: Restore-246.121 MicroJy ( 3 CCs) from field 6 to field 4 IMAGR2: Restore 1.287 MilliJy ( 11 CCs) from field 6 to field 7 IMAGR2: Restore 92.563 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Restore 92.563 MicroJy ( 1 CCs) from field 7 to field 5 IMAGR2: Restore -94.099 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 139.008 MilliJy IMAGR2: Field 2 final Clean flux 5.078 MilliJy IMAGR2: Field 3 final Clean flux 12.189 MilliJy IMAGR2: Field 4 final Clean flux 6.243 MilliJy IMAGR2: Field 5 final Clean flux -679.802 MicroJy IMAGR2: Field 6 final Clean flux 4.097 MilliJy IMAGR2: Field 7 final Clean flux 2.212 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 70 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 34.7 Real= 107 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08211 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 71 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 72 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 73 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 74 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 75 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 76 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 77 disk= 1 AIPS 2: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 2: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 2: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 2: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1549 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC2: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23424 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23424 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 99.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 4 C 1 1012 1012 15 45 08.53 47 51 54.7 00001 -1 507 512 513 C 2 1012 1012 15 45 08.53 47 48 35.3 00002 -1 507 512 513 C 3 1012 1012 15 44 51.38 47 50 14.9 00003 -1 507 512 513 C 4 1012 1012 15 45 25.68 47 50 14.9 00004 -1 507 512 513 C 5 1012 1012 15 44 51.36 47 53 34.3 00005 -1 507 512 513 C 6 1012 1012 15 45 25.70 47 53 34.3 00006 -1 507 512 513 C 7 1012 1012 15 45 08.53 47 55 14.1 00007 -1 507 512 513 numbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1549 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -3.0189E-03 3.3000E-02 0 IMAGR2: Field 2 1012 1012 -3.0189E-03 -1.9937E+02 0 IMAGR2: Field 3 1012 1012 -1.7259E+02 -9.9767E+01 0 IMAGR2: Field 4 1012 1012 1.7258E+02 -9.9767E+01 0 IMAGR2: Field 5 1012 1012 -1.7279E+02 9.9633E+01 0 IMAGR2: Field 6 1012 1012 1.7278E+02 9.9633E+01 0 IMAGR2: Field 7 1012 1012 -3.0189E-03 1.9943E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1545+478 .IMAGR . 1 (UV) on disk 1 cno 77 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5322 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.817E+04 IMAGR2: UVWAIT: Adding temperance S 5.634E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.636E+07 and out 1.942E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.125 due to weighting IMAGR2: UVWAIT: Average summed weight 2.817E+04 over 10453 vis IMAGR2: Create 1545+478 .IBM001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1545+478 .IBM002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1545+478 .IBM003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1545+478 .IBM004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1545+478 .IBM005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1545+478 .IBM006. 1 (MA) on disk 1 cno 83 IMAGR2: Create 1545+478 .IBM007. 1 (MA) on disk 1 cno 84 IMAGR2: Create 1545+478 .ICL001. 1 (MA) on disk 1 cno 85 IMAGR2: Create 1545+478 .ICL002. 1 (MA) on disk 1 cno 86 IMAGR2: Create 1545+478 .ICL003. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1545+478 .ICL004. 1 (MA) on disk 1 cno 88 IMAGR2: Create 1545+478 .ICL005. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1545+478 .ICL006. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1545+478 .ICL007. 1 (MA) on disk 1 cno 91 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.06147E+08 IMAGR2: Field 1 Beam min = -136.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 921.525 x 713.060 Milliarcsec, PA= -69.9 IMAGR2: Field 2 Sum of gridding weights = 2.06147E+08 IMAGR2: Field 2 Beam min = -134.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 921.291 x 713.211 Milliarcsec, PA= -70.0 IMAGR2: Field 3 Sum of gridding weights = 2.06146E+08 IMAGR2: Field 3 Beam min = -127.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 921.977 x 713.181 Milliarcsec, PA= -70.0 IMAGR2: Field 4 Sum of gridding weights = 2.06147E+08 IMAGR2: Field 4 Beam min = -116.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 920.841 x 713.090 Milliarcsec, PA= -69.9 IMAGR2: Field 5 Sum of gridding weights = 2.06146E+08 IMAGR2: Field 5 Beam min = -127.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 922.213 x 713.029 Milliarcsec, PA= -70.0 IMAGR2: Field 6 Sum of gridding weights = 2.06147E+08 IMAGR2: Field 6 Beam min = -137.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 921.077 x 712.940 Milliarcsec, PA= -69.8 IMAGR2: Field 7 Sum of gridding weights = 2.06146E+08 IMAGR2: Field 7 Beam min = -110.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 921.760 x 712.909 Milliarcsec, PA= -69.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -28.8 MilliJy,max = 316.6 MilliJy IMAGR2: Field 2 min = -25.0 MilliJy,max = 102.2 MilliJy IMAGR2: Field 3 min = -32.3 MilliJy,max = 132.3 MilliJy IMAGR2: Field 4 min = -32.3 MilliJy,max = 108.0 MilliJy IMAGR2: Field 5 min = -32.4 MilliJy,max = 107.7 MilliJy IMAGR2: Field 6 min = -32.3 MilliJy,max = 133.4 MilliJy IMAGR2: Field 7 min = -26.2 MilliJy,max = 97.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 59.22 MilliJy IMAGR2: 964 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 186.960 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 148.355 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 148.355 MilliJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.8 MilliJy,max = 168.3 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 2043 cell beam + residuals > 34.97 MilliJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 1 min allowed flux = 80.482 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 244.188 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 244.188 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.6 MilliJy,max = 32.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.737E-02 < Second best 1.053E-01 IMAGR2: Field 3 min = -8.0 MilliJy,max = 31.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.512E-02 < Second best 9.742E-02 IMAGR2: Field 2 min = -6.7 MilliJy,max = 25.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.470E-02 < Second best 9.282E-02 IMAGR2: Field 7 min = -6.8 MilliJy,max = 24.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.329E-02 < Second best 7.853E-02 IMAGR2: Field 5 min = -7.2 MilliJy,max = 24.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.845E-02 < Second best 7.655E-02 IMAGR2: Field 1 min = -7.9 MilliJy,max = 73.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.009E-02 < Second best 7.416E-02 IMAGR2: Field 4 min = -8.6 MilliJy,max = 26.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.019E-02 < Second best 7.009E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.78 MilliJy IMAGR2: 1319 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.253 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 291.244 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 291.244 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 31.9 MilliJy IMAGR2: BGC Clean: using 1955 cell beam + residuals > 8.39 MilliJy IMAGR2: 274 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.195 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 311.715 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 311.715 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.4 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.736E-03 < Second best 2.512E-02 IMAGR2: Field 3 min = -3.1 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.890E-03 < Second best 2.470E-02 IMAGR2: Field 2 min = -3.2 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.241E-03 < Second best 2.329E-02 IMAGR2: Field 7 min = -3.1 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.469E-03 < Second best 2.019E-02 IMAGR2: Field 4 min = -3.4 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.091E-03 < Second best 1.845E-02 IMAGR2: Field 5 min = -2.7 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.512E-03 < Second best 1.446E-02 IMAGR2: Field 1 min = -5.2 MilliJy,max = 14.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.84 MilliJy IMAGR2: 2110 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.898 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 320.813 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 320.813 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.4 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 1499 cell beam + residuals > 2.21 MilliJy IMAGR2: 1336 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.266 MilliJy iter= 65 IMAGR2: Field 1 Clean flux density= 320.112 MilliJy 65 comps IMAGR2: Total Cleaned flux density = 320.112 MilliJy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.080E-03 < Second best 5.469E-03 IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.884E-03 < Second best 5.241E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.770E-03 < Second best 5.091E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.080E-03 < Second best 3.890E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.971E-03 < Second best 3.512E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.444E-03 < Second best 3.113E-03 IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.50 MilliJy IMAGR2: 2461 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.175 MilliJy iter= 103 IMAGR2: Field 1 Clean flux density= 319.782 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 319.782 MilliJy 103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.799E-03 < Second best 3.080E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.636E-03 < Second best 2.884E-03 IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.39 MilliJy IMAGR2: 1991 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.858 MilliJy iter= 41 IMAGR2: Field 7 Clean flux density= 136.887 MicroJy 41 comps IMAGR2: Total Cleaned flux density = 319.919 MilliJy 144 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.35 MilliJy IMAGR2: 2868 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.853 MilliJy iter= 63 IMAGR2: Field 4 Clean flux density= 2.017 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 321.936 MilliJy 207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.254E-03 < Second best 2.636E-03 IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.012E-03 < Second best 2.444E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.994E-03 < Second best 2.254E-03 IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.34 MilliJy IMAGR2: 420 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.549 MilliJy iter= 35 IMAGR2: Field 2 Clean flux density= -1.002 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 320.934 MilliJy 242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.677E-03 < Second best 2.012E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.21 MilliJy IMAGR2: 999 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.439 MilliJy iter= 51 IMAGR2: Field 6 Clean flux density= 3.533 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 324.466 MilliJy 293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.21 MilliJy IMAGR2: 745 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.407 MilliJy iter= 50 IMAGR2: Field 5 Clean flux density= -4.687 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 319.780 MilliJy 343 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.21 MilliJy IMAGR2: 146 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.301 MilliJy iter= 24 IMAGR2: Field 3 Clean flux density= -2.804 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 316.975 MilliJy 367 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.507E-03 < Second best 1.771E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.432E-03 < Second best 1.677E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 982.38 MicroJy IMAGR2: 998 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.136 MilliJy iter= 161 IMAGR2: Field 1 Clean flux density= 320.021 MilliJy 161 comps IMAGR2: Total Cleaned flux density = 317.214 MilliJy 425 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 982.38 MicroJy IMAGR2: 812 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.113 MilliJy iter= 100 IMAGR2: Field 7 Clean flux density= 316.905 MicroJy 100 comps IMAGR2: Total Cleaned flux density = 317.395 MilliJy 484 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.355E-03 < Second best 1.432E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.01 MilliJy IMAGR2: 391 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.107 MilliJy iter= 112 IMAGR2: Field 4 Clean flux density= 4.350 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 319.727 MilliJy 533 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.185E-03 < Second best 1.355E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 916.77 MicroJy IMAGR2: 486 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.009 MilliJy iter= 87 IMAGR2: Field 2 Clean flux density= -1.159 MilliJy 87 comps IMAGR2: Total Cleaned flux density = 319.571 MilliJy 585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 916.77 MicroJy IMAGR2: 546 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.008 MilliJy iter= 110 IMAGR2: Field 5 Clean flux density= -4.487 MilliJy 110 comps IMAGR2: Total Cleaned flux density = 319.771 MilliJy 645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 801.67 MicroJy IMAGR2: 729 Residual map points loaded IMAGR2: Field 3 min Clean flux = -926.164 MicroJy iter= 112 IMAGR2: Field 3 Clean flux density= -4.500 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 318.075 MilliJy 733 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.32 MicroJy IMAGR2: 1356 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 952.789 MicroJy iter= 199 IMAGR2: Field 6 Clean flux density= 15.203 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 329.745 MilliJy 881 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 782.96 MicroJy IMAGR2: 319 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min Clean flux = -927.367 MicroJy iter= 182 IMAGR2: Field 1 Clean flux density= 317.883 MilliJy 182 comps IMAGR2: Total Cleaned flux density = 327.607 MilliJy 902 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.695E-04 < Second best 1.060E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.944E-04 < Second best 9.695E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 681.01 MicroJy IMAGR2: 1014 Residual map points loaded IMAGR2: Field 7 min Clean flux = -927.513 MicroJy iter= 106 IMAGR2: Field 7 Clean flux density= 311.610 MicroJy 106 comps IMAGR2: Total Cleaned flux density = 327.602 MilliJy 908 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 651.58 MicroJy IMAGR2: 1139 Residual map points loaded IMAGR2: Field 2 min Clean flux = -912.926 MicroJy iter= 92 IMAGR2: Field 2 Clean flux density= -1.053 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 327.708 MilliJy 913 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 590.57 MicroJy IMAGR2: 4317 Residual map points loaded IMAGR2: Field 5 min Clean flux = -927.235 MicroJy iter= 113 IMAGR2: Field 5 Clean flux density= -4.775 MilliJy 113 comps IMAGR2: Total Cleaned flux density = 327.419 MilliJy 916 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 447.02 MicroJy IMAGR2: 12370 Residual map points loaded IMAGR2: Field 6 min Clean flux = 908.952 MicroJy iter= 200 IMAGR2: Field 6 Clean flux density= 15.294 MilliJy 200 comps IMAGR2: Total Cleaned flux density = 327.510 MilliJy 917 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 182 to 82 components IMAGR2: Field 2 compressed from 92 to 65 components IMAGR2: Field 3 compressed from 112 to 83 components IMAGR2: Field 4 compressed from 112 to 85 components IMAGR2: Field 5 compressed from 113 to 86 components IMAGR2: Field 6 compressed from 200 to 133 components IMAGR2: Field 7 compressed from 106 to 78 components IMAGR2: Field 1 min = -961.7 MicroJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 966.7 MicroJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 14.691 MicroJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore-499.745 MicroJy ( 4 CCs) from field 1 to field 3 IMAGR2: Restore-681.677 MicroJy ( 19 CCs) from field 1 to field 4 IMAGR2: Restore-184.588 MicroJy ( 19 CCs) from field 1 to field 6 IMAGR2: Restore 308.083 MicroJy ( 6 CCs) from field 1 to field 7 IMAGR2: Restore-159.399 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore -8.330 MicroJy ( 2 CCs) from field 2 to field 3 IMAGR2: Restore-189.364 MicroJy ( 6 CCs) from field 2 to field 4 IMAGR2: Restore-574.890 MicroJy ( 1 CCs) from field 3 to field 2 IMAGR2: Restore-481.955 MicroJy ( 14 CCs) from field 3 to field 5 IMAGR2: Restore 361.666 MicroJy ( 11 CCs) from field 4 to field 1 IMAGR2: Restore 1.125 MilliJy ( 18 CCs) from field 4 to field 2 IMAGR2: Restore 1.257 MilliJy ( 19 CCs) from field 4 to field 6 IMAGR2: Restore-606.768 MicroJy ( 4 CCs) from field 5 to field 1 IMAGR2: Restore -1.800 MilliJy ( 17 CCs) from field 5 to field 3 IMAGR2: Restore -1.347 MilliJy ( 15 CCs) from field 5 to field 7 IMAGR2: Restore 753.087 MicroJy ( 7 CCs) from field 6 to field 1 IMAGR2: Restore 1.532 MilliJy ( 23 CCs) from field 6 to field 4 IMAGR2: Restore 1.138 MilliJy ( 12 CCs) from field 6 to field 7 IMAGR2: Restore-201.203 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Restore 488.516 MicroJy ( 10 CCs) from field 7 to field 5 IMAGR2: Restore 833.507 MicroJy ( 13 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 318.030 MilliJy IMAGR2: Field 2 final Clean flux -487.879 MicroJy IMAGR2: Field 3 final Clean flux -6.808 MilliJy IMAGR2: Field 4 final Clean flux 5.011 MilliJy IMAGR2: Field 5 final Clean flux -4.768 MilliJy IMAGR2: Field 6 final Clean flux 17.200 MilliJy IMAGR2: Field 7 final Clean flux 410.813 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 77 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 40.0 Real= 124 numbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1549 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07855 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1634+627 X BAND Seq 1 Disk: 1 in slot 12 SETFC2: SETCEL: recommends IMSIZE 1421 CELLSIZE 0.22525 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22525 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:34:33.86 62:45:35.7 5.002 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 96.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 2036 2036 16 34 33.80 62 45 35.9 00001 -1 1019 1024 1025 C 2 246 246 16 34 33.86 62 45 35.7 00002 -1 100 128 129 numbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1549 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07855 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.9911E-02 -3.0000E-03 0 IMAGR2: Field 2 246 246 3.9204E-01 -2.0300E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1634+627 .IMAGR . 1 (UV) on disk 1 cno 84 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 20709 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.475E+04 IMAGR2: UVWAIT: Adding temperance S 4.950E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.158E+07 and out 8.028E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR2: UVWAIT: Average summed weight 2.475E+04 over 40875 vis IMAGR2: Create 1634+627 .IBM001. 1 (MA) on disk 1 cno 85 IMAGR2: Create 1634+627 .IBM002. 1 (MA) on disk 1 cno 86 IMAGR2: Create 1634+627 .ICL001. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1634+627 .ICL002. 1 (MA) on disk 1 cno 88 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 8.52234E+08 IMAGR2: Field 1 Beam min = -70.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 946.098 x 654.500 Milliarcsec, PA= -51.2 IMAGR2: Field 2 Sum of gridding weights = 8.52247E+08 IMAGR2: Field 2 Beam min = -70.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 946.099 x 654.502 Milliarcsec, PA= -51.2 IMAGR2: CLBHIS: minimum component 0.405 of current peak IMAGR2: Field 1 min = -57.4 MilliJy,max = 799.4 MilliJy IMAGR2: Field 2 min = -57.6 MilliJy,max = 790.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 42.57 MilliJy IMAGR2: 13864 Residual map points loaded IMAGR2: Field 1 min allowed flux = 309.687 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 520.638 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 520.638 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -20.4 MilliJy,max = 273.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.600E-01 < Second best 2.944E-01 IMAGR2: Field 1 min = -20.5 MilliJy,max = 278.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 16.49 MilliJy IMAGR2: 9093 Residual map points loaded IMAGR2: Field 1 min allowed flux = 111.365 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 702.899 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 702.899 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.8 MilliJy,max = 103.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.820E-02 < Second best 1.059E-01 IMAGR2: Field 1 min = -7.7 MilliJy,max = 101.2 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.93 MilliJy IMAGR2: 12218 Residual map points loaded IMAGR2: Field 1 min allowed flux = 39.083 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 775.279 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 775.279 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 37.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.534E-02 < Second best 3.715E-02 IMAGR2: Field 1 min = -6.3 MilliJy,max = 35.6 MilliJy IMAGR2: BGC Clean: using 2025 cell beam + residuals > 2.53 MilliJy IMAGR2: 9807 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.330 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 802.524 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 802.524 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.1 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.40 MilliJy IMAGR2: 112 Residual map points loaded IMAGR2: Field 2 min allowed flux = -5.067 MilliJy iter= 21 IMAGR2: Field 2 Clean flux density= 3.977 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 806.501 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 1889 cell beam + residuals > 1.33 MilliJy IMAGR2: 15462 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.393 MilliJy iter= 105 IMAGR2: Field 1 Clean flux density= 804.069 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 808.046 MilliJy 126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.672 MilliJy iter= 65 IMAGR2: Field 2 Clean flux density= 5.989 MilliJy 65 comps IMAGR2: Total Cleaned flux density = 810.058 MilliJy 170 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 20709 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 19869 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.954 MilliJy iter= 250 IMAGR2: Field 1 Clean flux density= 814.329 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 820.318 MilliJy 315 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 19848 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.736 MilliJy iter= 458 IMAGR2: Field 1 Clean flux density= 825.816 MilliJy 458 comps IMAGR2: Total Cleaned flux density = 831.805 MilliJy 523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 19798 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.568 MilliJy iter= 742 IMAGR2: Field 1 Clean flux density= 830.862 MilliJy 742 comps IMAGR2: Total Cleaned flux density = 836.851 MilliJy 807 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.428E-03 < Second best 1.503E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 19930 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.420 MilliJy iter= 1114 IMAGR2: Field 1 Clean flux density= 840.475 MilliJy 1114 comps IMAGR2: Total Cleaned flux density = 846.464 MilliJy 1179 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 33 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.052 MilliJy iter= 98 IMAGR2: Field 2 Clean flux density= 7.014 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 847.489 MilliJy 1212 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 20709 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 946.48 MicroJy IMAGR2: 19928 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.273 MilliJy iter= 1597 IMAGR2: Field 1 Clean flux density= 843.251 MilliJy 1597 comps IMAGR2: Total Cleaned flux density = 850.265 MilliJy 1695 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 870.24 MicroJy IMAGR2: 19904 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.139 MilliJy iter= 2200 IMAGR2: Field 1 Clean flux density= 848.573 MilliJy 2200 comps IMAGR2: Total Cleaned flux density = 855.587 MilliJy 2298 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 792.99 MicroJy IMAGR2: 19828 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.013 MilliJy iter= 2922 IMAGR2: Field 1 Clean flux density= 857.847 MilliJy 2922 comps IMAGR2: Total Cleaned flux density = 864.861 MilliJy 3020 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -969.1 MicroJy,max = 907.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 792.25 MicroJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 797.489 MicroJy iter= 113 IMAGR2: Field 2 Clean flux density= 7.232 MilliJy 113 comps IMAGR2: Total Cleaned flux density = 865.078 MilliJy 3035 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 717.52 MicroJy IMAGR2: 19958 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 900.394 MicroJy iter= 3787 IMAGR2: Field 1 Clean flux density= 859.309 MilliJy 3787 comps IMAGR2: Total Cleaned flux density = 866.540 MilliJy 3900 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 644.86 MicroJy IMAGR2: 19892 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -796.753 MicroJy iter= 4775 IMAGR2: Field 1 Clean flux density= 866.013 MilliJy 4775 comps IMAGR2: Total Cleaned flux density = 873.244 MilliJy 4888 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 580.81 MicroJy IMAGR2: 19786 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 708.103 MicroJy iter= 5945 IMAGR2: Field 1 Clean flux density= 867.680 MilliJy 5945 comps IMAGR2: Total Cleaned flux density = 874.912 MilliJy 6058 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 20709 Pts IMAGR2: Field 2 min = -686.3 MicroJy,max = 739.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 580.12 MicroJy IMAGR2: 13 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 576.577 MicroJy iter= 129 IMAGR2: Field 2 Clean flux density= 7.740 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 875.420 MilliJy 6074 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 518.64 MicroJy IMAGR2: 19913 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -630.398 MicroJy iter= 7331 IMAGR2: Field 1 Clean flux density= 868.408 MilliJy 7331 comps IMAGR2: Total Cleaned flux density = 876.147 MilliJy 7460 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 20709 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 465.46 MicroJy IMAGR2: 19852 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 560.719 MicroJy iter= 8936 IMAGR2: Field 1 Clean flux density= 869.061 MilliJy 8936 comps IMAGR2: Total Cleaned flux density = 876.801 MilliJy 9065 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 20709 Pts IMAGR2: Field 2 min = -558.4 MicroJy,max = 619.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 465.11 MicroJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 2 min Clean flux = 467.178 MicroJy iter= 145 IMAGR2: Field 2 Clean flux density= 8.047 MilliJy 145 comps IMAGR2: Total Cleaned flux density = 877.108 MilliJy 9081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.03 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 492.282 MicroJy iter= 10804 IMAGR2: Field 1 Clean flux density= 872.152 MilliJy 10804 comps IMAGR2: Total Cleaned flux density = 880.199 MilliJy 10949 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 20709 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 366.65 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min Clean flux = -471.302 MicroJy iter= 11397 IMAGR2: Field 1 Clean flux density= 866.899 MilliJy 11397 comps IMAGR2: Total Cleaned flux density = 874.947 MilliJy 11542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 471.302 less than limit 471.307 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 11397 to 6458 components IMAGR2: Field 2 compressed from 145 to 39 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -520.3 MicroJy,max = 471.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 802.772 MilliJy ( 28 CCs) from field 1 to field 2 IMAGR2: Restore 8.047 MilliJy ( 39 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 874.947 MilliJy IMAGR2: Field 2 final Clean flux 810.820 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 84 disk= 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 87.5 Real= 271 numbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1549 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07855 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07315 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1642+689 X BAND Seq 1 Disk: 1 in slot 13 SETFC2: SETCEL: recommends IMSIZE 1440 CELLSIZE 0.22235 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22235 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 97.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 3 C 1 2036 2036 16 42 07.85 68 56 39.8 00001 -1 1019 1024 1025 C 2 246 246 16 42 07.80 68 56 38.9 00002 -1 100 128 129 numbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1549 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07855 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07315 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 7.5448E-03 4.4000E-02 0 IMAGR2: Field 2 246 246 -2.6191E-01 -8.5600E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1642+689 .IMAGR . 1 (UV) on disk 1 cno 86 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 23883 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.205E+04 IMAGR2: UVWAIT: Adding temperance S 4.410E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.933E+07 and out 9.042E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR2: UVWAIT: Average summed weight 2.205E+04 over 47012 vis IMAGR2: Create 1642+689 .IBM001. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1642+689 .IBM002. 1 (MA) on disk 1 cno 88 IMAGR2: Create 1642+689 .ICL001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1642+689 .ICL002. 1 (MA) on disk 1 cno 90 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 9.59878E+08 IMAGR2: Field 1 Beam min = -77.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.007 x 0.653 arcsec, PA= -48.4 IMAGR2: Field 2 Sum of gridding weights = 9.59894E+08 IMAGR2: Field 2 Beam min = -77.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.007 x 0.653 arcsec, PA= -48.4 IMAGR2: CLBHIS: minimum component 0.379 of current peak IMAGR2: Field 1 min = -64.3 MilliJy,max = 803.8 MilliJy IMAGR2: Field 2 min = -64.2 MilliJy,max = 806.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 44.51 MilliJy IMAGR2: 1006 Residual map points loaded IMAGR2: Field 2 min allowed flux = 281.104 MilliJy iter= 11 IMAGR2: Field 2 Clean flux density= 553.205 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 553.205 MilliJy 11 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.6 MilliJy,max = 257.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.443E-01 < Second best 2.673E-01 IMAGR2: Field 2 min = -21.3 MilliJy,max = 253.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 15.52 MilliJy IMAGR2: 905 Residual map points loaded IMAGR2: Field 2 min allowed flux = 91.492 MilliJy iter= 23 IMAGR2: Field 2 Clean flux density= 744.941 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 744.941 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.3 MilliJy,max = 85.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.083E-02 < Second best 8.701E-02 IMAGR2: Field 2 min = -9.0 MilliJy,max = 83.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.05 MilliJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 2 min allowed flux = 30.910 MilliJy iter= 35 IMAGR2: Field 2 Clean flux density= 808.936 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 808.936 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.8 MilliJy,max = 29.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.69 MilliJy IMAGR2: 219 Residual map points loaded IMAGR2: Field 1 min allowed flux = -11.113 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 19.457 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 828.393 MilliJy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.4 MilliJy,max = 12.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.42 MilliJy IMAGR2: 555 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.859 MilliJy iter= 119 IMAGR2: Field 2 Clean flux density= 822.837 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 842.294 MilliJy 149 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 23883 Pts IMAGR2: Field 1 min = -4.9 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 129 cell beam + residuals > 1.46 MilliJy IMAGR2: 16278 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.585 MilliJy iter= 166 IMAGR2: Field 1 Clean flux density= 32.020 MilliJy 166 comps IMAGR2: Total Cleaned flux density = 854.856 MilliJy 285 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 281 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.838 MilliJy iter= 211 IMAGR2: Field 2 Clean flux density= 827.098 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 859.118 MilliJy 377 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 23883 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 19524 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.917 MilliJy iter= 419 IMAGR2: Field 1 Clean flux density= 47.763 MilliJy 419 comps IMAGR2: Total Cleaned flux density = 874.861 MilliJy 630 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 19389 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.700 MilliJy iter= 751 IMAGR2: Field 1 Clean flux density= 53.940 MilliJy 751 comps IMAGR2: Total Cleaned flux density = 881.037 MilliJy 962 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 194 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.285 MilliJy iter= 295 IMAGR2: Field 2 Clean flux density= 830.452 MilliJy 295 comps IMAGR2: Total Cleaned flux density = 884.391 MilliJy 1046 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 23883 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 19715 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.513 MilliJy iter= 1218 IMAGR2: Field 1 Clean flux density= 63.204 MilliJy 1218 comps IMAGR2: Total Cleaned flux density = 893.656 MilliJy 1513 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 19581 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.353 MilliJy iter= 1786 IMAGR2: Field 1 Clean flux density= 67.844 MilliJy 1786 comps IMAGR2: Total Cleaned flux density = 898.296 MilliJy 2081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 945.58 MicroJy IMAGR2: 19373 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.214 MilliJy iter= 2459 IMAGR2: Field 1 Clean flux density= 78.780 MilliJy 2459 comps IMAGR2: Total Cleaned flux density = 909.232 MilliJy 2754 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.101E-03 < Second best 1.165E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 867.44 MicroJy IMAGR2: 19818 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.092 MilliJy iter= 3259 IMAGR2: Field 1 Clean flux density= 81.238 MilliJy 3259 comps IMAGR2: Total Cleaned flux density = 911.690 MilliJy 3554 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.910E-04 < Second best 1.048E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 791.50 MicroJy IMAGR2: 19843 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 978.226 MicroJy iter= 4186 IMAGR2: Field 1 Clean flux density= 93.338 MilliJy 4186 comps IMAGR2: Total Cleaned flux density = 923.789 MilliJy 4481 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 23883 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 791.11 MicroJy IMAGR2: 54 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 795.914 MicroJy iter= 330 IMAGR2: Field 2 Clean flux density= 831.728 MilliJy 330 comps IMAGR2: Total Cleaned flux density = 925.065 MilliJy 4516 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 23883 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 717.44 MicroJy IMAGR2: 19845 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 873.797 MicroJy iter= 5263 IMAGR2: Field 1 Clean flux density= 90.788 MilliJy 5263 comps IMAGR2: Total Cleaned flux density = 922.516 MilliJy 5593 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 23883 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 651.09 MicroJy IMAGR2: 19689 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -784.206 MicroJy iter= 6500 IMAGR2: Field 1 Clean flux density= 101.969 MilliJy 6500 comps IMAGR2: Total Cleaned flux density = 933.697 MilliJy 6830 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 23883 Pts IMAGR2: Field 2 min = -969.2 MicroJy,max = 856.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.140E-04 < Second best 7.525E-04 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.79 MicroJy IMAGR2: 19896 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -704.841 MicroJy iter= 7951 IMAGR2: Field 1 Clean flux density= 94.225 MilliJy 7951 comps IMAGR2: Total Cleaned flux density = 925.953 MilliJy 8281 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 23883 Pts IMAGR2: Field 2 min = -906.8 MicroJy,max = 753.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.247E-04 < Second best 6.764E-04 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 528.47 MicroJy IMAGR2: 19905 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 628.734 MicroJy iter= 9577 IMAGR2: Field 1 Clean flux density= 103.808 MilliJy 9577 comps IMAGR2: Total Cleaned flux density = 935.535 MilliJy 9907 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 23883 Pts IMAGR2: Field 2 min = -730.8 MicroJy,max = 660.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 528.26 MicroJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -525.722 MicroJy iter= 344 IMAGR2: Field 2 Clean flux density= 831.822 MilliJy 344 comps IMAGR2: Total Cleaned flux density = 935.628 MilliJy 9921 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 475.21 MicroJy IMAGR2: 19902 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -558.553 MicroJy iter= 11347 IMAGR2: Field 1 Clean flux density= 104.944 MilliJy 11347 comps IMAGR2: Total Cleaned flux density = 936.764 MilliJy 11691 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 23883 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 427.17 MicroJy IMAGR2: 19788 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 497.716 MicroJy iter= 13300 IMAGR2: Field 1 Clean flux density= 107.582 MilliJy 13300 comps IMAGR2: Total Cleaned flux density = 939.401 MilliJy 13644 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 23883 Pts IMAGR2: Field 2 min = -624.5 MicroJy,max = 503.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 426.69 MicroJy IMAGR2: 13 Residual map points loaded IMAGR2: Field 2 min Clean flux = 437.591 MicroJy iter= 349 IMAGR2: Field 2 Clean flux density= 831.856 MilliJy 349 comps IMAGR2: Total Cleaned flux density = 939.436 MilliJy 13649 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.06 MicroJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 446.874 MicroJy iter= 15410 IMAGR2: Field 1 Clean flux density= 109.304 MilliJy 15410 comps IMAGR2: Total Cleaned flux density = 941.158 MilliJy 15759 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 23883 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 353.60 MicroJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min Clean flux = 438.866 MicroJy iter= 16068 IMAGR2: Field 1 Clean flux density= 111.948 MilliJy 16068 comps IMAGR2: Total Cleaned flux density = 943.802 MilliJy 16417 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 438.866 less than limit 438.873 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 16068 to 8928 components IMAGR2: Field 2 compressed from 349 to 94 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -489.3 MicroJy,max = 451.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 32.192 MilliJy ( 91 CCs) from field 1 to field 2 IMAGR2: Restore 831.857 MilliJy ( 94 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 943.804 MilliJy IMAGR2: Field 2 final Clean flux 864.049 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 86 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 88.4 Real= 275 numbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1549 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07855 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07315 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 87 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 88 disk= 1 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04501 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1608+656 X BAND Seq 1 Disk: 1 in slot 14 SETFC2: SETCEL: recommends IMSIZE 1416 CELLSIZE 0.22607 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22607 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:09:14.01 65:32:29.3 0.067 1.000 0.000 SETFC2: 3 16:09:08.38 65:35:14.5 0.044 0.437 0.047 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 99.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 3 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 numbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1549 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07855 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07315 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 87 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 88 disk= 1 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04501 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 2.4842E-02 5.1159E-11 0 IMAGR2: Field 2 246 246 3.3537E-01 1.3000E+00 0 IMAGR2: Field 3 246 246 -3.4630E+01 1.6650E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR2: Create 1608+656 .IMAGR . 1 (UV) on disk 1 cno 88 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 63077 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.409E+04 IMAGR2: UVWAIT: Adding temperance S 1.082E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.884E+08 and out 3.111E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 5.409E+04 over 125946 vis IMAGR2: Create 1608+656 .IBM001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1608+656 .IBM002. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1608+656 .IBM003. 1 (MA) on disk 1 cno 91 IMAGR2: Create 1608+656 .ICL001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1608+656 .ICL002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1608+656 .ICL003. 1 (MA) on disk 1 cno 94 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.30256E+09 IMAGR2: Field 1 Beam min = -131.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 971.486 x 614.614 Milliarcsec, PA= -56.4 IMAGR2: Field 2 Sum of gridding weights = 3.30260E+09 IMAGR2: Field 2 Beam min = -131.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 971.491 x 614.615 Milliarcsec, PA= -56.4 IMAGR2: Field 3 Sum of gridding weights = 3.30260E+09 IMAGR2: Field 3 Beam min = -131.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 972.018 x 614.559 Milliarcsec, PA= -56.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -4.0 MilliJy,max = 26.9 MilliJy IMAGR2: Field 2 min = -3.8 MilliJy,max = 26.5 MilliJy IMAGR2: Field 3 min = -845.0 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 1875 cell beam + residuals > 1.40 MilliJy IMAGR2: 15576 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.976 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 17.160 MilliJy 9 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 17.160 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.33 MilliJy IMAGR2: 1232 Residual map points loaded IMAGR2: Field 2 min allowed flux = 5.850 MilliJy iter= 21 IMAGR2: Field 2 Clean flux density= 18.316 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 35.476 MilliJy 30 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 63077 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 653.85 MicroJy IMAGR2: 5619 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.821 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 27.818 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 46.134 MilliJy 56 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 502.26 MicroJy IMAGR2: 1236 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.431 MilliJy iter= 46 IMAGR2: Field 2 Clean flux density= 23.445 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 51.262 MilliJy 81 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 63077 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 527 cell beam + residuals > 349.32 MicroJy IMAGR2: 7541 Residual map points loaded IMAGR2: Field 1 min allowed flux = 726.585 MicroJy iter= 93 IMAGR2: Field 1 Clean flux density= 30.219 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 53.663 MilliJy 139 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -759.1 MicroJy,max = 763.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.313E-04 < Second best 1.169E-03 IMAGR2: Field 3 min = -348.7 MicroJy,max = 624.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.961E-04 < Second best 7.313E-04 IMAGR2: BGC Clean: using 123 cell beam + residuals > 385.47 MicroJy IMAGR2: 927 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 556.404 MicroJy iter= 122 IMAGR2: Field 2 Clean flux density= 24.945 MilliJy 122 comps IMAGR2: Total Cleaned flux density = 55.164 MilliJy 215 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 63077 Pts IMAGR2: Field 1 min = -636.5 MicroJy,max = 633.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 260.89 MicroJy IMAGR2: 16241 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 451.291 MicroJy iter= 315 IMAGR2: Field 1 Clean flux density= 33.490 MilliJy 315 comps IMAGR2: Total Cleaned flux density = 58.435 MilliJy 437 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -327.5 MicroJy,max = 435.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.163E-04 < Second best 5.333E-04 IMAGR2: Field 2 min = -471.3 MicroJy,max = 528.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.098E-04 < Second best 4.310E-04 IMAGR2: Field 1 min = -421.1 MicroJy,max = 471.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 230.03 MicroJy IMAGR2: 17787 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -351.188 MicroJy iter= 606 IMAGR2: Field 1 Clean flux density= 33.950 MilliJy 606 comps IMAGR2: Total Cleaned flux density = 58.895 MilliJy 728 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -300.4 MicroJy,max = 356.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.415E-04 < Second best 4.098E-04 IMAGR2: Field 2 min = -422.4 MicroJy,max = 471.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 227.82 MicroJy IMAGR2: 1044 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -272.699 MicroJy iter= 275 IMAGR2: Field 2 Clean flux density= 25.213 MilliJy 275 comps IMAGR2: Total Cleaned flux density = 59.163 MilliJy 881 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 63077 Pts IMAGR2: Field 3 min = -301.8 MicroJy,max = 358.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 227.84 MicroJy IMAGR2: 68 Residual map points loaded IMAGR2: Field 3 min Clean flux = 269.576 MicroJy iter= 13 IMAGR2: Field 3 Clean flux density= 220.440 MicroJy 13 comps IMAGR2: Total Cleaned flux density = 59.383 MilliJy 894 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -367.2 MicroJy,max = 434.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 202.45 MicroJy IMAGR2: 18117 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -277.722 MicroJy iter= 994 IMAGR2: Field 1 Clean flux density= 35.071 MilliJy 994 comps IMAGR2: Total Cleaned flux density = 60.504 MilliJy 1282 comps IMAGR2: ALGSTB: All 1007 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 996- 0 Cells, with 63077 Pts IMAGR2: Field 1 min = -346.5 MicroJy,max = 408.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 188.12 MicroJy IMAGR2: 17444 Residual map points loaded IMAGR2: Field 1 min Clean flux = -268.893 MicroJy iter= 999 IMAGR2: Field 1 Clean flux density= 35.099 MilliJy 999 comps IMAGR2: Total Cleaned flux density = 60.533 MilliJy 1287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -339.2 MicroJy,max = 354.0 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 999 to 706 components IMAGR2: Field 2 compressed from 275 to 173 components IMAGR2: Field 3 compressed from 13 to 9 components IMAGR2: Field 1 min = -347.1 MicroJy,max = 408.4 MicroJy IMAGR2: Field 2 min = -339.2 MicroJy,max = 354.0 MicroJy IMAGR2: Field 3 min = -279.0 MicroJy,max = 299.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 30.857 MilliJy ( 224 CCs) from field 1 to field 2 IMAGR2: Restore 726.715 MicroJy ( 9 CCs) from field 1 to field 3 IMAGR2: Restore 25.213 MilliJy ( 173 CCs) from field 2 to field 1 IMAGR2: Restore 220.440 MicroJy ( 9 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 60.533 MilliJy IMAGR2: Field 2 final Clean flux 56.070 MilliJy IMAGR2: Field 3 final Clean flux 947.155 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 88 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 37.4 Real= 116 numbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1549 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07855 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07315 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 87 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 88 disk= 1 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04501 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.21964 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21964 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:23:14.17 79:38:50.0 0.297 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 97.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 4 C 1 2036 2036 18 23 14.11 79 38 49.0 00001 -1 1019 1024 1025 C 2 246 246 18 23 14.17 79 38 50.0 00002 -1 100 128 129 es of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 3.2348E-03 -2.0000E-03 0 IMAGR2: Field 2 246 246 1.6498E-01 9.9800E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1823+796 .IMAGR . 1 (UV) on disk 1 cno 91 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.519E+04 IMAGR2: UVWAIT: Adding temperance S 5.038E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.157E+07 and out 2.801E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR2: UVWAIT: Average summed weight 2.519E+04 over 13962 vis IMAGR2: Create 1823+796 .IBM001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1823+796 .IBM002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1823+796 .ICL001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1823+796 .ICL002. 1 (MA) on disk 1 cno 95 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.97405E+08 IMAGR2: Field 1 Beam min = -90.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.081 x 0.650 arcsec, PA= -15.6 IMAGR2: Field 2 Sum of gridding weights = 2.97410E+08 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Beam min = -93.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.081 x 0.650 arcsec, PA= -15.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -47.7 MilliJy,max = 520.8 MilliJy IMAGR2: Field 2 min = -51.0 MilliJy,max = 499.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 71.17 MilliJy IMAGR2: 4898 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 249.119 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 296.638 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 296.638 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -22.3 MilliJy,max = 215.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.050E-01 < Second best 2.369E-01 IMAGR2: Field 1 min = -20.8 MilliJy,max = 224.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 34.04 MilliJy IMAGR2: 3041 Residual map points loaded IMAGR2: Field 1 min allowed flux = 107.237 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 424.332 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 424.332 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.0 MilliJy,max = 93.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.875E-02 < Second best 1.020E-01 IMAGR2: Field 1 min = -9.3 MilliJy,max = 96.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.65 MilliJy IMAGR2: 3172 Residual map points loaded IMAGR2: Field 1 min allowed flux = 46.162 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 479.299 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 479.299 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 40.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.871E-02 < Second best 4.390E-02 IMAGR2: Field 1 min = -4.3 MilliJy,max = 41.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.31 MilliJy IMAGR2: 3806 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.871 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 502.961 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 502.961 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 18.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.717E-02 < Second best 1.890E-02 IMAGR2: Field 1 min = -3.9 MilliJy,max = 17.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.72 MilliJy IMAGR2: 10170 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.366 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 514.151 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 514.151 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.512E-03 < Second best 7.960E-03 IMAGR2: Field 1 min = -3.8 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 1513 cell beam + residuals > 1.89 MilliJy IMAGR2: 15391 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.717 MilliJy iter= 59 IMAGR2: Field 1 Clean flux density= 522.694 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 522.694 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.373E-03 < Second best 3.542E-03 IMAGR2: Field 1 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 19963 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.011 MilliJy iter= 130 IMAGR2: Field 1 Clean flux density= 531.915 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 531.915 MilliJy 130 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.292E-03 < Second best 2.876E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 19966 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.524 MilliJy iter= 248 IMAGR2: Field 1 Clean flux density= 517.847 MilliJy 248 comps IMAGR2: Total Cleaned flux density = 517.847 MilliJy 248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 19949 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.120 MilliJy iter= 429 IMAGR2: Field 1 Clean flux density= 549.434 MilliJy 429 comps IMAGR2: Total Cleaned flux density = 549.434 MilliJy 429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.446E-03 < Second best 2.027E-03 IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 19944 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.756 MilliJy iter= 698 IMAGR2: Field 1 Clean flux density= 507.625 MilliJy 698 comps IMAGR2: Total Cleaned flux density = 507.625 MilliJy 698 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 970.12 MicroJy IMAGR2: 19871 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.393 MilliJy iter= 1051 IMAGR2: Field 1 Clean flux density= 550.961 MilliJy 1051 comps IMAGR2: Total Cleaned flux density = 550.961 MilliJy 1051 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 969.98 MicroJy IMAGR2: 73 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.000 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= -3.087 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 547.874 MilliJy 1077 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.59 MicroJy IMAGR2: 19797 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.093 MilliJy iter= 1511 IMAGR2: Field 1 Clean flux density= 520.220 MilliJy 1511 comps IMAGR2: Total Cleaned flux density = 517.133 MilliJy 1537 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 666.31 MicroJy IMAGR2: 17059 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -834.530 MicroJy iter= 1927 IMAGR2: Field 1 Clean flux density= 540.421 MilliJy 1927 comps IMAGR2: Total Cleaned flux density = 537.334 MilliJy 1953 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -842.8 MicroJy,max = 734.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.469E-04 < Second best 7.994E-04 IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 557.35 MicroJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min Clean flux = 808.709 MicroJy iter= 1965 IMAGR2: Field 1 Clean flux density= 539.056 MilliJy 1965 comps IMAGR2: Total Cleaned flux density = 535.969 MilliJy 1991 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 808.709 less than limit 809.496 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1965 to 1391 components IMAGR2: Field 2 compressed from 26 to 14 components IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: Field 2 min = -839.8 MicroJy,max = 713.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 521.245 MilliJy ( 15 CCs) from field 1 to field 2 IMAGR2: Restore -3.087 MilliJy ( 14 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 535.969 MilliJy IMAGR2: Field 2 final Clean flux 518.158 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 91 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 31.0 Real= 96 es of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1945+709 X BAND Seq 1 Disk: 1 in slot 16 SETFC2: SETCEL: recommends IMSIZE 1451 CELLSIZE 0.22053 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22053 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 19:45:53.64 70:55:48.3 0.953 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 87.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 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 es of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.4702E-03 -2.3000E-02 0 IMAGR2: Field 2 246 246 5.8957E-01 -4.2300E-01 0 IMAGR2: ZTXOP2: using translated file name = LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1945+709 .IMAGR . 1 (UV) on disk 1 cno 93 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5967 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.365E+04 IMAGR2: UVWAIT: Adding temperance S 4.730E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.882E+07 and out 2.399E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.148 due to weighting IMAGR2: UVWAIT: Average summed weight 2.365E+04 over 11700 vis IMAGR2: Create 1945+709 .IBM001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1945+709 .IBM002. 1 (MA) on disk 1 cno 95 IMAGR2: Create 1945+709 .ICL001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1945+709 .ICL002. 1 (MA) on disk 1 cno 97 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.54657E+08 IMAGR2: Field 1 Beam min = -97.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 932.193 x 662.920 Milliarcsec, PA= 8.3 IMAGR2: Field 2 Sum of gridding weights = 2.54660E+08 IMAGR2: Field 2 Beam min = -97.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 932.191 x 662.924 Milliarcsec, PA= 8.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -41.9 MilliJy,max = 431.7 MilliJy IMAGR2: Field 2 min = -42.0 MilliJy,max = 417.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 60.06 MilliJy IMAGR2: 5014 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 206.473 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 245.857 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 245.857 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -17.9 MilliJy,max = 181.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.731E-01 < Second best 1.964E-01 IMAGR2: Field 1 min = -17.9 MilliJy,max = 185.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 28.73 MilliJy IMAGR2: 3092 Residual map points loaded IMAGR2: Field 1 min allowed flux = 88.880 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 351.691 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 351.691 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.9 MilliJy,max = 80.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.644E-02 < Second best 8.452E-02 IMAGR2: Field 1 min = -8.4 MilliJy,max = 81.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 12.37 MilliJy IMAGR2: 3762 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.103 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 402.518 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 402.518 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.9 MilliJy,max = 33.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.213E-02 < Second best 3.529E-02 IMAGR2: Field 1 min = -4.6 MilliJy,max = 33.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.16 MilliJy IMAGR2: 4000 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.263 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 423.565 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 423.565 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 14.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.361E-02 < Second best 1.452E-02 IMAGR2: Field 1 min = -3.3 MilliJy,max = 14.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.12 MilliJy IMAGR2: 10022 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.377 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 432.296 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 432.296 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.99 MilliJy IMAGR2: 139 Residual map points loaded IMAGR2: Field 2 min allowed flux = 3.067 MilliJy iter= 14 IMAGR2: Field 2 Clean flux density= 2.145 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 434.442 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 1737 cell beam + residuals > 1.46 MilliJy IMAGR2: 8420 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.296 MilliJy iter= 86 IMAGR2: Field 1 Clean flux density= 434.533 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 436.678 MilliJy 100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 483 cell beam + residuals > 1.32 MilliJy IMAGR2: 103 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.537 MilliJy iter= 34 IMAGR2: Field 2 Clean flux density= 1.094 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 435.626 MilliJy 120 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 19781 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.957 MilliJy iter= 201 IMAGR2: Field 1 Clean flux density= 441.777 MilliJy 201 comps IMAGR2: Total Cleaned flux density = 442.871 MilliJy 235 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 19582 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.598 MilliJy iter= 368 IMAGR2: Field 1 Clean flux density= 435.581 MilliJy 368 comps IMAGR2: Total Cleaned flux density = 436.674 MilliJy 402 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 483 cell beam + residuals > 976.27 MicroJy IMAGR2: 10982 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.308 MilliJy iter= 527 IMAGR2: Field 1 Clean flux density= 446.431 MilliJy 527 comps IMAGR2: Total Cleaned flux density = 447.525 MilliJy 561 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.123E-03 < Second best 1.253E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 810.13 MicroJy IMAGR2: 19899 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.156 MilliJy iter= 817 IMAGR2: Field 1 Clean flux density= 432.799 MilliJy 817 comps IMAGR2: Total Cleaned flux density = 433.892 MilliJy 851 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 809.94 MicroJy IMAGR2: 44 Residual map points loaded IMAGR2: Field 2 min Clean flux = 864.540 MicroJy iter= 50 IMAGR2: Field 2 Clean flux density= 2.294 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 435.093 MilliJy 867 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 689.07 MicroJy IMAGR2: 19973 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 952.966 MicroJy iter= 1205 IMAGR2: Field 1 Clean flux density= 452.538 MilliJy 1205 comps IMAGR2: Total Cleaned flux density = 454.832 MilliJy 1255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 589.15 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min Clean flux = 877.662 MicroJy iter= 1327 IMAGR2: Field 1 Clean flux density= 442.343 MilliJy 1327 comps IMAGR2: Total Cleaned flux density = 444.638 MilliJy 1377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 877.662 less than limit 878.022 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1327 to 899 components IMAGR2: Field 2 compressed from 50 to 17 components IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 896.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 430.399 MilliJy ( 8 CCs) from field 1 to field 2 IMAGR2: Restore 2.294 MilliJy ( 17 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 444.638 MilliJy IMAGR2: Field 2 final Clean flux 432.693 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 93 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 25.6 Real= 80 es of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1815+614 X BAND Seq 1 Disk: 1 in slot 17 SETFC2: SETCEL: recommends IMSIZE 1452 CELLSIZE 0.22043 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22043 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:15:36.85 61:27:11.6 0.849 1.000 0.000 SETFC2: 3 18:15:33.31 61:29:23.6 0.083 0.609 0.037 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 85.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 4 C 1 2036 2036 18 15 36.79 61 27 11.6 00001 -1 1019 1024 1025 C 2 246 246 18 15 36.85 61 27 11.6 00002 -1 100 128 129 C 3 246 246 18 15 33.31 61 29 23.6 00003 -1 100 128 129 es of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.4336E-02 -4.1000E-02 0 IMAGR2: Field 2 246 246 4.1575E-01 -4.1000E-02 0 IMAGR2: Field 3 246 246 -2.4959E+01 1.3196E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR2: Create 1815+614 .IMAGR . 1 (UV) on disk 1 cno 95 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6669 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.628E+04 IMAGR2: UVWAIT: Adding temperance S 5.255E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.219E+07 and out 2.815E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR2: UVWAIT: Average summed weight 2.628E+04 over 13260 vis IMAGR2: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 97 IMAGR2: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 98 IMAGR2: Create 1815+614 .ICL001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 1815+614 .ICL002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 1815+614 .ICL003. 1 (MA) on disk 1 cno 101 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.98859E+08 IMAGR2: Field 1 Beam min = -90.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 872.328 x 659.697 Milliarcsec, PA= -23.4 IMAGR2: Field 2 Sum of gridding weights = 2.98863E+08 IMAGR2: Field 2 Beam min = -95.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 872.329 x 659.697 Milliarcsec, PA= -23.4 IMAGR2: Field 3 Sum of gridding weights = 2.98863E+08 IMAGR2: Field 3 Beam min = -94.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 872.650 x 659.689 Milliarcsec, PA= -23.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -27.0 MilliJy,max = 280.1 MilliJy IMAGR2: Field 2 min = -35.8 MilliJy,max = 280.2 MilliJy IMAGR2: Field 3 min = -22.7 MilliJy,max = 49.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 44.16 MilliJy IMAGR2: 364 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 150.607 MilliJy iter= 7 IMAGR2: Field 2 Clean flux density= 146.331 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 146.331 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.3 MilliJy,max = 136.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.298E-01 < Second best 1.433E-01 IMAGR2: Field 2 min = -16.6 MilliJy,max = 136.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 23.74 MilliJy IMAGR2: 309 Residual map points loaded IMAGR2: Field 2 min allowed flux = 63.127 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 232.614 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 232.614 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 57.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.454E-02 < Second best 6.007E-02 IMAGR2: Field 2 min = -8.4 MilliJy,max = 57.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 9.95 MilliJy IMAGR2: 408 Residual map points loaded IMAGR2: Field 2 min allowed flux = 26.755 MilliJy iter= 25 IMAGR2: Field 2 Clean flux density= 268.942 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 268.942 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.4 MilliJy,max = 35.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.348E-02 < Second best 4.431E-02 IMAGR2: Field 3 min = -6.0 MilliJy,max = 35.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 9.09 MilliJy IMAGR2: 105 Residual map points loaded IMAGR2: Field 3 min allowed flux = 17.148 MilliJy iter= 9 IMAGR2: Field 3 Clean flux density= 22.736 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 291.677 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.9 MilliJy,max = 24.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.291E-02 < Second best 2.547E-02 IMAGR2: Field 2 min = -10.0 MilliJy,max = 23.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.60 MilliJy IMAGR2: 492 Residual map points loaded IMAGR2: Field 2 min allowed flux = -11.779 MilliJy iter= 35 IMAGR2: Field 2 Clean flux density= 283.393 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 306.129 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.5 MilliJy,max = 16.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.541E-02 < Second best 1.632E-02 IMAGR2: Field 3 min = -5.0 MilliJy,max = 15.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.84 MilliJy IMAGR2: 233 Residual map points loaded IMAGR2: Field 3 min allowed flux = 7.919 MilliJy iter= 18 IMAGR2: Field 3 Clean flux density= 32.957 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 316.350 MilliJy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.3 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.77 MilliJy IMAGR2: 15474 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.799 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 21.391 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 337.741 MilliJy 96 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.341E-03 < Second best 7.546E-03 IMAGR2: Field 3 min = -4.3 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.72 MilliJy IMAGR2: 26 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.980 MilliJy iter= 28 IMAGR2: Field 3 Clean flux density= 36.454 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 341.239 MilliJy 106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 605 cell beam + residuals > 2.80 MilliJy IMAGR2: 18416 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.739 MilliJy iter= 146 IMAGR2: Field 1 Clean flux density= 57.693 MilliJy 146 comps IMAGR2: Total Cleaned flux density = 377.540 MilliJy 209 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.7 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 2.92 MilliJy IMAGR2: 136 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.245 MilliJy iter= 59 IMAGR2: Field 2 Clean flux density= 279.391 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 373.539 MilliJy 233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 1527 cell beam + residuals > 1.95 MilliJy IMAGR2: 14558 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.697 MilliJy iter= 249 IMAGR2: Field 1 Clean flux density= 57.104 MilliJy 249 comps IMAGR2: Total Cleaned flux density = 372.950 MilliJy 336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.457E-03 < Second best 3.106E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 1.90 MilliJy IMAGR2: 247 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.104 MilliJy iter= 100 IMAGR2: Field 2 Clean flux density= 279.238 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 372.796 MilliJy 377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 18576 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.148 MilliJy iter= 493 IMAGR2: Field 1 Clean flux density= 73.352 MilliJy 493 comps IMAGR2: Total Cleaned flux density = 389.044 MilliJy 621 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.531E-03 < Second best 2.056E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.823E-03 < Second best 2.019E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.652E-03 < Second best 1.823E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 974.09 MicroJy IMAGR2: 19227 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.388 MilliJy iter= 805 IMAGR2: Field 1 Clean flux density= 59.004 MilliJy 805 comps IMAGR2: Total Cleaned flux density = 374.697 MilliJy 933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.104E-03 < Second best 1.531E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.041E-03 < Second best 1.328E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 722.18 MicroJy IMAGR2: 19460 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 991.487 MicroJy iter= 1205 IMAGR2: Field 1 Clean flux density= 75.758 MilliJy 1205 comps IMAGR2: Total Cleaned flux density = 391.451 MilliJy 1333 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -833.1 MicroJy,max = 840.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.065E-04 < Second best 1.041E-03 IMAGR2: Field 3 min = -978.9 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.421E-04 < Second best 9.496E-04 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 547.49 MicroJy IMAGR2: 19450 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min Clean flux = 829.866 MicroJy iter= 1287 IMAGR2: Field 1 Clean flux density= 71.665 MilliJy 1287 comps IMAGR2: Total Cleaned flux density = 387.357 MilliJy 1415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -877.9 MicroJy,max = 974.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.247E-04 < Second best 8.065E-04 IMAGR2: Field 2 min = -842.7 MicroJy,max = 756.9 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1287 to 993 components IMAGR2: Field 2 compressed from 100 to 53 components IMAGR2: Field 3 compressed from 28 to 7 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -842.7 MicroJy,max = 756.9 MicroJy IMAGR2: Field 3 min = -877.9 MicroJy,max = 974.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 7.967 MilliJy ( 73 CCs) from field 1 to field 2 IMAGR2: Restore 1.825 MilliJy ( 39 CCs) from field 1 to field 3 IMAGR2: Restore 279.238 MilliJy ( 53 CCs) from field 2 to field 1 IMAGR2: Restore 36.454 MilliJy ( 7 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 387.357 MilliJy IMAGR2: Field 2 final Clean flux 287.205 MilliJy IMAGR2: Field 3 final Clean flux 38.279 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 95 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 28.3 Real= 87 es of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2355+498 X BAND Seq 1 Disk: 1 in slot 18 SETFC2: SETCEL: recommends IMSIZE 1379 CELLSIZE 0.23211 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23211 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.05 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 70.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 6 C 1 1012 1012 23 55 09.46 49 50 08.3 00001 -1 507 512 513 C 2 1012 1012 23 55 09.46 49 46 50.7 00002 -1 507 512 513 C 3 1012 1012 23 54 51.78 49 48 29.5 00003 -1 507 512 513 C 4 1012 1012 23 55 27.14 49 48 29.5 00004 -1 507 512 513 C 5 1012 1012 23 54 51.76 49 51 47.1 00005 -1 507 512 513 C 6 1012 1012 23 55 27.16 49 51 47.1 00006 -1 507 512 513 C 7 1012 1012 23 55 09.46 49 53 25.9 00007 -1 507 512 513 es of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.8382E-02 -4.0000E-02 0 IMAGR2: Field 2 1012 1012 1.8382E-02 -1.9764E+02 0 IMAGR2: Field 3 1012 1012 -1.7103E+02 -9.8840E+01 0 IMAGR2: Field 4 1012 1012 1.7107E+02 -9.8840E+01 0 IMAGR2: Field 5 1012 1012 -1.7122E+02 9.8760E+01 0 IMAGR2: Field 6 1012 1012 1.7126E+02 9.8760E+01 0 IMAGR2: Field 7 1012 1012 1.8382E-02 1.9756E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2355+498 .IMAGR . 1 (UV) on disk 1 cno 98 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 14040 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.306E+04 IMAGR2: UVWAIT: Adding temperance S 6.613E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.784E+07 and out 4.690E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR2: UVWAIT: Average summed weight 3.306E+04 over 27560 vis IMAGR2: Create 2355+498 .IBM001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 2355+498 .IBM002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 2355+498 .IBM003. 1 (MA) on disk 1 cno 101 IMAGR2: Create 2355+498 .IBM004. 1 (MA) on disk 1 cno 102 IMAGR2: Create 2355+498 .IBM005. 1 (MA) on disk 1 cno 103 IMAGR2: Create 2355+498 .IBM006. 1 (MA) on disk 1 cno 104 IMAGR2: Create 2355+498 .IBM007. 1 (MA) on disk 1 cno 105 IMAGR2: Create 2355+498 .ICL001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 2355+498 .ICL002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 2355+498 .ICL003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2355+498 .ICL004. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2355+498 .ICL005. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2355+498 .ICL006. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2355+498 .ICL007. 1 (MA) on disk 1 cno 112 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.97957E+08 IMAGR2: Field 1 Beam min = -159.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.085 x 0.699 arcsec, PA= 88.0 IMAGR2: Field 2 Sum of gridding weights = 4.97957E+08 IMAGR2: Field 2 Beam min = -159.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.085 x 0.699 arcsec, PA= 88.0 IMAGR2: Field 3 Sum of gridding weights = 4.97955E+08 IMAGR2: Field 3 Beam min = -86.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.084 x 0.699 arcsec, PA= 87.9 IMAGR2: Field 4 Sum of gridding weights = 4.97956E+08 IMAGR2: Field 4 Beam min = -159.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.086 x 0.699 arcsec, PA= 88.1 IMAGR2: Field 5 Sum of gridding weights = 4.97956E+08 IMAGR2: Field 5 Beam min = -129.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.084 x 0.698 arcsec, PA= 87.9 IMAGR2: Field 6 Sum of gridding weights = 4.97955E+08 IMAGR2: Field 6 Beam min = -124.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.086 x 0.698 arcsec, PA= 88.0 IMAGR2: Field 7 Sum of gridding weights = 4.97957E+08 IMAGR2: Field 7 Beam min = -159.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.085 x 0.698 arcsec, PA= 87.9 IMAGR2: CLBHIS: minimum component 0.466 of current peak IMAGR2: Field 1 min = -63.5 MilliJy,max = 830.9 MilliJy IMAGR2: Field 2 min = -75.9 MilliJy,max = 127.5 MilliJy IMAGR2: Field 3 min = -70.0 MilliJy,max = 157.1 MilliJy IMAGR2: Field 4 min = -72.7 MilliJy,max = 158.0 MilliJy IMAGR2: Field 5 min = -69.8 MilliJy,max = 163.1 MilliJy IMAGR2: Field 6 min = -72.3 MilliJy,max = 153.7 MilliJy IMAGR2: Field 7 min = -75.6 MilliJy,max = 133.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 88.53 MilliJy IMAGR2: 1565 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 357.687 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 509.009 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 509.009 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.2 MilliJy,max = 321.9 MilliJy IMAGR2: BGC Clean: using 1763 cell beam + residuals > 52.91 MilliJy IMAGR2: 162 Residual map points loaded IMAGR2: Field 1 min allowed flux = 138.319 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 725.320 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 725.320 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.7 MilliJy,max = 27.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.225E-02 < Second best 1.398E-01 IMAGR2: Field 4 min = -13.3 MilliJy,max = 29.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.278E-02 < Second best 1.315E-01 IMAGR2: Field 1 min = -16.0 MilliJy,max = 125.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.193E-01 < Second best 1.276E-01 IMAGR2: Field 7 min = -12.3 MilliJy,max = 23.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.219E-02 < Second best 1.218E-01 IMAGR2: Field 2 min = -13.1 MilliJy,max = 21.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.094E-02 < Second best 1.193E-01 IMAGR2: BGC Clean: using 103 cell beam + residuals > 35.98 MilliJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 1 min allowed flux = 57.273 MilliJy iter= 29 IMAGR2: Field 1 Clean flux density= 813.163 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 813.163 MilliJy 29 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.3 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.034E-02 < Second best 9.734E-02 IMAGR2: Field 3 min = -6.5 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.739E-03 < Second best 5.447E-02 IMAGR2: Field 1 min = -16.0 MilliJy,max = 53.0 MilliJy IMAGR2: BGC Clean: using 1763 cell beam + residuals > 8.47 MilliJy IMAGR2: 629 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.985 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 849.937 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 849.937 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.5 MilliJy,max = 22.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.124E-02 < Second best 2.278E-02 IMAGR2: Field 4 min = -7.9 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.707E-03 < Second best 2.225E-02 IMAGR2: Field 5 min = -7.1 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.674E-03 < Second best 2.219E-02 IMAGR2: Field 7 min = -8.9 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.649E-03 < Second best 2.124E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.52 MilliJy IMAGR2: 214 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.437 MilliJy iter= 66 IMAGR2: Field 1 Clean flux density= 846.891 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 846.891 MilliJy 66 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.6 MilliJy,max = 8.4 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 7.222E-03 < Second best 1.034E-02 IMAGR2: Field 6 min = -8.0 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.604E-03 < Second best 9.937E-03 IMAGR2: Field 1 min = -10.1 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.68 MilliJy IMAGR2: 1339 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.824 MilliJy iter= 118 IMAGR2: Field 1 Clean flux density= 844.675 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 844.675 MilliJy 118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.9 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.071E-03 < Second best 7.649E-03 IMAGR2: Field 7 min = -6.5 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.656E-03 < Second best 7.604E-03 IMAGR2: Field 6 min = -7.5 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.36 MilliJy IMAGR2: 2200 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.806 MilliJy iter= 61 IMAGR2: Field 6 Clean flux density= 16.055 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 860.730 MilliJy 179 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.1 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.30 MilliJy IMAGR2: 2167 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.661 MilliJy iter= 87 IMAGR2: Field 2 Clean flux density= 17.362 MilliJy 87 comps IMAGR2: Total Cleaned flux density = 878.092 MilliJy 266 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.5 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.261E-03 < Second best 6.071E-03 IMAGR2: Field 3 min = -5.4 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.09 MilliJy IMAGR2: 1156 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.901 MilliJy iter= 75 IMAGR2: Field 3 Clean flux density= 4.884 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 882.976 MilliJy 341 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.1 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.911E-03 < Second best 5.656E-03 IMAGR2: Field 7 min = -5.9 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.01 MilliJy IMAGR2: 2180 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.992 MilliJy iter= 126 IMAGR2: Field 7 Clean flux density= 10.030 MilliJy 126 comps IMAGR2: Total Cleaned flux density = 893.005 MilliJy 467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.4 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.91 MilliJy IMAGR2: 524 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.423 MilliJy iter= 197 IMAGR2: Field 1 Clean flux density= 834.783 MilliJy 197 comps IMAGR2: Total Cleaned flux density = 883.114 MilliJy 546 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.1 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.88 MilliJy IMAGR2: 1123 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.499 MilliJy iter= 121 IMAGR2: Field 4 Clean flux density= 14.886 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 898.000 MilliJy 667 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.8 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.88 MilliJy IMAGR2: 682 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.313 MilliJy iter= 101 IMAGR2: Field 5 Clean flux density= 4.827 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 902.827 MilliJy 768 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.893E-03 < Second best 4.453E-03 IMAGR2: Field 2 min = -4.2 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 1429 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.091 MilliJy iter= 243 IMAGR2: Field 2 Clean flux density= 27.678 MilliJy 243 comps IMAGR2: Total Cleaned flux density = 913.144 MilliJy 924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR2: 1141 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.986 MilliJy iter= 207 IMAGR2: Field 6 Clean flux density= 20.312 MilliJy 207 comps IMAGR2: Total Cleaned flux density = 917.401 MilliJy 1070 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.470E-03 < Second best 3.729E-03 IMAGR2: Field 3 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.166E-03 < Second best 3.470E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 881 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.656 MilliJy iter= 264 IMAGR2: Field 7 Clean flux density= 19.061 MilliJy 264 comps IMAGR2: Total Cleaned flux density = 926.432 MilliJy 1208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.5 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.860E-03 < Second best 3.266E-03 IMAGR2: Field 1 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 221 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.367 MilliJy iter= 272 IMAGR2: Field 1 Clean flux density= 833.703 MilliJy 272 comps IMAGR2: Total Cleaned flux density = 925.352 MilliJy 1283 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.864E-03 < Second best 3.166E-03 IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 2010 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.500 MilliJy iter= 313 IMAGR2: Field 3 Clean flux density= 9.182 MilliJy 313 comps IMAGR2: Total Cleaned flux density = 929.650 MilliJy 1521 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.500E-03 < Second best 2.864E-03 IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.682E-03 < Second best 2.860E-03 IMAGR2: Field 4 min = -3.5 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 1830 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.311 MilliJy iter= 365 IMAGR2: Field 4 Clean flux density= 12.730 MilliJy 365 comps IMAGR2: Total Cleaned flux density = 927.493 MilliJy 1765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.539E-03 < Second best 2.682E-03 IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 1506 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.141 MilliJy iter= 351 IMAGR2: Field 5 Clean flux density= 6.959 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 929.625 MilliJy 2015 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.217E-03 < Second best 2.539E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 1722 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.056 MilliJy iter= 482 IMAGR2: Field 6 Clean flux density= 20.900 MilliJy 482 comps IMAGR2: Total Cleaned flux density = 930.213 MilliJy 2290 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 862 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.953 MilliJy iter= 445 IMAGR2: Field 2 Clean flux density= 31.278 MilliJy 445 comps IMAGR2: Total Cleaned flux density = 933.813 MilliJy 2492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 427 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.783 MilliJy iter= 437 IMAGR2: Field 3 Clean flux density= 10.418 MilliJy 437 comps IMAGR2: Total Cleaned flux density = 935.048 MilliJy 2616 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 102 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.717 MilliJy iter= 327 IMAGR2: Field 1 Clean flux density= 833.892 MilliJy 327 comps IMAGR2: Total Cleaned flux density = 935.237 MilliJy 2671 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.046E-03 < Second best 2.214E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.921E-03 < Second best 2.052E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.853E-03 < Second best 2.046E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 1877 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.676 MilliJy iter= 618 IMAGR2: Field 7 Clean flux density= 13.061 MilliJy 618 comps IMAGR2: Total Cleaned flux density = 929.238 MilliJy 3025 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 1030 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.508 MilliJy iter= 714 IMAGR2: Field 6 Clean flux density= 25.006 MilliJy 714 comps IMAGR2: Total Cleaned flux density = 933.344 MilliJy 3257 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 793 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.480 MilliJy iter= 583 IMAGR2: Field 4 Clean flux density= 8.580 MilliJy 583 comps IMAGR2: Total Cleaned flux density = 929.193 MilliJy 3475 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.4 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 1607 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.448 MilliJy iter= 760 IMAGR2: Field 2 Clean flux density= 40.374 MilliJy 760 comps IMAGR2: Total Cleaned flux density = 938.289 MilliJy 3790 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 1704 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.430 MilliJy iter= 702 IMAGR2: Field 5 Clean flux density= 8.519 MilliJy 702 comps IMAGR2: Total Cleaned flux density = 939.849 MilliJy 4141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 645 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.320 MilliJy iter= 641 IMAGR2: Field 3 Clean flux density= 12.727 MilliJy 641 comps IMAGR2: Total Cleaned flux density = 942.159 MilliJy 4345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.477E-03 < Second best 1.606E-03 IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 554 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.234 MilliJy iter= 812 IMAGR2: Field 7 Clean flux density= 14.961 MilliJy 812 comps IMAGR2: Total Cleaned flux density = 944.058 MilliJy 4539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 41 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.185 MilliJy iter= 354 IMAGR2: Field 1 Clean flux density= 834.500 MilliJy 354 comps IMAGR2: Total Cleaned flux density = 944.666 MilliJy 4566 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 821 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.200 MilliJy iter= 944 IMAGR2: Field 6 Clean flux density= 26.599 MilliJy 944 comps IMAGR2: Total Cleaned flux density = 946.260 MilliJy 4796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 692 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.155 MilliJy iter= 789 IMAGR2: Field 4 Clean flux density= 11.406 MilliJy 789 comps IMAGR2: Total Cleaned flux density = 949.085 MilliJy 5002 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.280E-03 < Second best 1.370E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 989.94 MicroJy IMAGR2: 1498 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.056 MilliJy iter= 1032 IMAGR2: Field 5 Clean flux density= 9.046 MilliJy 1032 comps IMAGR2: Total Cleaned flux density = 949.613 MilliJy 5332 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 988.53 MicroJy IMAGR2: 1222 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.053 MilliJy iter= 1098 IMAGR2: Field 2 Clean flux density= 42.503 MilliJy 1098 comps IMAGR2: Total Cleaned flux density = 951.742 MilliJy 5670 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 953.09 MicroJy IMAGR2: 1231 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.007 MilliJy iter= 952 IMAGR2: Field 3 Clean flux density= 15.512 MilliJy 952 comps IMAGR2: Total Cleaned flux density = 954.527 MilliJy 5981 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 927.83 MicroJy IMAGR2: 1040 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 977.815 MicroJy iter= 1122 IMAGR2: Field 7 Clean flux density= 10.745 MilliJy 1122 comps IMAGR2: Total Cleaned flux density = 950.311 MilliJy 6291 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 896.10 MicroJy IMAGR2: 1511 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -952.699 MicroJy iter= 1330 IMAGR2: Field 6 Clean flux density= 27.836 MilliJy 1330 comps IMAGR2: Total Cleaned flux density = 951.549 MilliJy 6677 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 14040 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 889.52 MicroJy IMAGR2: 65 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 896.826 MicroJy iter= 396 IMAGR2: Field 1 Clean flux density= 834.650 MilliJy 396 comps IMAGR2: Total Cleaned flux density = 951.699 MilliJy 6719 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 859.72 MicroJy IMAGR2: 829 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 894.162 MicroJy iter= 1044 IMAGR2: Field 4 Clean flux density= 15.816 MilliJy 1044 comps IMAGR2: Total Cleaned flux density = 956.109 MilliJy 6974 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 830.63 MicroJy IMAGR2: 897 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -863.232 MicroJy iter= 1291 IMAGR2: Field 5 Clean flux density= 7.978 MilliJy 1291 comps IMAGR2: Total Cleaned flux density = 955.041 MilliJy 7233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.48 MicroJy IMAGR2: 644 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 824.041 MicroJy iter= 1319 IMAGR2: Field 2 Clean flux density= 45.889 MilliJy 1319 comps IMAGR2: Total Cleaned flux density = 958.428 MilliJy 7454 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 771.51 MicroJy IMAGR2: 1134 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 805.118 MicroJy iter= 1267 IMAGR2: Field 3 Clean flux density= 16.197 MilliJy 1267 comps IMAGR2: Total Cleaned flux density = 959.113 MilliJy 7769 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 743.94 MicroJy IMAGR2: 1108 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 776.542 MicroJy iter= 1451 IMAGR2: Field 7 Clean flux density= 8.762 MilliJy 1451 comps IMAGR2: Total Cleaned flux density = 957.129 MilliJy 8098 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 712.45 MicroJy IMAGR2: 1587 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -750.103 MicroJy iter= 1749 IMAGR2: Field 6 Clean flux density= 28.307 MilliJy 1749 comps IMAGR2: Total Cleaned flux density = 957.600 MilliJy 8517 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 14040 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 708.73 MicroJy IMAGR2: 120 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -716.277 MicroJy iter= 473 IMAGR2: Field 1 Clean flux density= 834.570 MilliJy 473 comps IMAGR2: Total Cleaned flux density = 957.520 MilliJy 8594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 688.82 MicroJy IMAGR2: 1111 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -716.524 MicroJy iter= 1373 IMAGR2: Field 4 Clean flux density= 17.381 MilliJy 1373 comps IMAGR2: Total Cleaned flux density = 959.085 MilliJy 8923 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 669.09 MicroJy IMAGR2: 1693 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 701.911 MicroJy iter= 1713 IMAGR2: Field 5 Clean flux density= 7.921 MilliJy 1713 comps IMAGR2: Total Cleaned flux density = 959.027 MilliJy 9345 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 14040 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 651.69 MicroJy IMAGR2: 957 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 674.933 MicroJy iter= 1636 IMAGR2: Field 2 Clean flux density= 50.453 MilliJy 1636 comps IMAGR2: Total Cleaned flux density = 963.592 MilliJy 9662 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 631.04 MicroJy IMAGR2: 1120 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 653.180 MicroJy iter= 1592 IMAGR2: Field 3 Clean flux density= 17.713 MilliJy 1592 comps IMAGR2: Total Cleaned flux density = 965.107 MilliJy 9987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 613.01 MicroJy IMAGR2: 1261 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -637.118 MicroJy iter= 1822 IMAGR2: Field 7 Clean flux density= 6.902 MilliJy 1822 comps IMAGR2: Total Cleaned flux density = 963.248 MilliJy 10358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 592.59 MicroJy IMAGR2: 1353 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -615.883 MicroJy iter= 2132 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 Clean flux density= 28.382 MilliJy 2132 comps IMAGR2: Total Cleaned flux density = 963.322 MilliJy 10741 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 14040 Pts IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 578.67 MicroJy IMAGR2: 1187 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 599.859 MicroJy iter= 1745 IMAGR2: Field 4 Clean flux density= 19.493 MilliJy 1745 comps IMAGR2: Total Cleaned flux density = 965.434 MilliJy 11113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 574.61 MicroJy IMAGR2: 115 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 580.387 MicroJy iter= 536 IMAGR2: Field 1 Clean flux density= 832.965 MilliJy 536 comps IMAGR2: Total Cleaned flux density = 963.828 MilliJy 11176 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.99 MicroJy IMAGR2: 1273 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -573.973 MicroJy iter= 2087 IMAGR2: Field 5 Clean flux density= 8.386 MilliJy 2087 comps IMAGR2: Total Cleaned flux density = 964.293 MilliJy 11550 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 538.79 MicroJy IMAGR2: 1085 Residual map points loaded IMAGR2: Field 2 min Clean flux = -572.388 MicroJy iter= 1857 IMAGR2: Field 2 Clean flux density= 52.669 MilliJy 1857 comps IMAGR2: Total Cleaned flux density = 966.509 MilliJy 11771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 990.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 521.47 MicroJy IMAGR2: 1806 Residual map points loaded IMAGR2: Field 3 min Clean flux = -572.207 MicroJy iter= 1814 IMAGR2: Field 3 Clean flux density= 18.317 MilliJy 1814 comps IMAGR2: Total Cleaned flux density = 967.114 MilliJy 11993 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 496.18 MicroJy IMAGR2: 1801 Residual map points loaded IMAGR2: Field 7 min Clean flux = -572.331 MicroJy iter= 1907 IMAGR2: Field 7 Clean flux density= 6.739 MilliJy 1907 comps IMAGR2: Total Cleaned flux density = 966.951 MilliJy 12078 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -998.0 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 471.73 MicroJy IMAGR2: 3605 Residual map points loaded IMAGR2: Field 6 min Clean flux = -571.926 MicroJy iter= 2231 IMAGR2: Field 6 Clean flux density= 28.072 MilliJy 2231 comps IMAGR2: Total Cleaned flux density = 966.642 MilliJy 12177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -972.3 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 436.57 MicroJy IMAGR2: 5435 Residual map points loaded IMAGR2: Field 4 min Clean flux = -571.872 MicroJy iter= 1784 IMAGR2: Field 4 Clean flux density= 19.685 MilliJy 1784 comps IMAGR2: Total Cleaned flux density = 966.834 MilliJy 12216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -971.1 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 406.88 MicroJy IMAGR2: 1907 Residual map points loaded IMAGR2: Field 1 min Clean flux = 569.675 MicroJy iter= 543 IMAGR2: Field 1 Clean flux density= 833.259 MilliJy 543 comps IMAGR2: Total Cleaned flux density = 967.128 MilliJy 12223 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 931.9 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 543 to 246 components IMAGR2: Field 2 compressed from 1857 to 1151 components IMAGR2: Field 3 compressed from 1814 to 1115 components IMAGR2: Field 4 compressed from 1784 to 1056 components IMAGR2: Field 5 compressed from 2087 to 1264 components IMAGR2: Field 6 compressed from 2231 to 1302 components IMAGR2: Field 7 compressed from 1907 to 1113 components IMAGR2: Field 1 min = -971.7 MicroJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 971.1 MicroJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 966.3 MicroJy IMAGR2: Field 4 min = -966.5 MicroJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 931.9 MicroJy IMAGR2: Field 6 min = -965.6 MicroJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -955.4 MicroJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -1.163 MilliJy ( 25 CCs) from field 1 to field 2 IMAGR2: Restore -5.162 MilliJy ( 54 CCs) from field 1 to field 3 IMAGR2: Restore-495.098 MicroJy ( 42 CCs) from field 1 to field 4 IMAGR2: Restore -2.996 MilliJy ( 36 CCs) from field 1 to field 5 IMAGR2: Restore -1.755 MilliJy ( 54 CCs) from field 1 to field 6 IMAGR2: Restore -2.396 MilliJy ( 15 CCs) from field 1 to field 7 IMAGR2: Restore 328.526 MicroJy ( 28 CCs) from field 2 to field 1 IMAGR2: Restore 11.552 MilliJy ( 144 CCs) from field 2 to field 3 IMAGR2: Restore-847.224 MicroJy ( 58 CCs) from field 2 to field 4 IMAGR2: Restore 3.329 MilliJy ( 35 CCs) from field 3 to field 1 IMAGR2: Restore-856.995 MicroJy ( 35 CCs) from field 3 to field 2 IMAGR2: Restore 280.388 MicroJy ( 33 CCs) from field 3 to field 5 IMAGR2: Restore-774.795 MicroJy ( 35 CCs) from field 4 to field 1 IMAGR2: Restore 1.870 MilliJy ( 71 CCs) from field 4 to field 2 IMAGR2: Restore 5.078 MilliJy ( 56 CCs) from field 4 to field 6 IMAGR2: Restore-293.575 MicroJy ( 36 CCs) from field 5 to field 1 IMAGR2: Restore-765.361 MicroJy ( 97 CCs) from field 5 to field 3 IMAGR2: Restore 778.993 MicroJy ( 73 CCs) from field 5 to field 7 IMAGR2: Restore 4.224 MilliJy ( 63 CCs) from field 6 to field 1 IMAGR2: Restore 439.821 MicroJy ( 61 CCs) from field 6 to field 4 IMAGR2: Restore 9.124 MilliJy ( 68 CCs) from field 6 to field 7 IMAGR2: Restore-236.195 MicroJy ( 17 CCs) from field 7 to field 1 IMAGR2: Restore 574.063 MicroJy ( 45 CCs) from field 7 to field 5 IMAGR2: Restore 315.416 MicroJy ( 155 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 839.836 MilliJy IMAGR2: Field 2 final Clean flux 52.519 MilliJy IMAGR2: Field 3 final Clean flux 23.942 MilliJy IMAGR2: Field 4 final Clean flux 18.783 MilliJy IMAGR2: Field 5 final Clean flux 6.245 MilliJy IMAGR2: Field 6 final Clean flux 31.710 MilliJy IMAGR2: Field 7 final Clean flux 14.246 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 98 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 125.9 Real= 390 es of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 99 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 100 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 101 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 102 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06038 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2320+052 X BAND Seq 1 Disk: 1 in slot 19 SETFC2: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.23434 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23434 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 30.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 5 C 1 1012 1012 23 20 44.86 05 13 50.0 00001 -1 507 512 513 C 2 1012 1012 23 20 44.86 05 10 30.5 00002 -1 507 512 513 C 3 1012 1012 23 20 33.29 05 12 10.2 00003 -1 507 512 513 C 4 1012 1012 23 20 56.42 05 12 10.2 00004 -1 507 512 513 C 5 1012 1012 23 20 33.29 05 15 29.7 00005 -1 507 512 513 C 6 1012 1012 23 20 56.42 05 15 29.7 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 09.5 00007 -1 507 512 513 f type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06038 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.0788E-02 4.7000E-02 0 IMAGR2: Field 2 1012 1012 5.0788E-02 -1.9945E+02 0 IMAGR2: Field 3 1012 1012 -1.7278E+02 -9.9753E+01 0 IMAGR2: Field 4 1012 1012 1.7273E+02 -9.9753E+01 0 IMAGR2: Field 5 1012 1012 -1.7278E+02 9.9747E+01 0 IMAGR2: Field 6 1012 1012 1.7273E+02 9.9747E+01 0 IMAGR2: Field 7 1012 1012 5.0788E-02 1.9955E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2320+052 .IMAGR . 1 (UV) on disk 1 cno 105 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 35048 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.120E+04 IMAGR2: UVWAIT: Adding temperance S 1.024E+04 IMAGR2: UVWAIT: begin applying uniform or other weights LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: UVWAIT: Sum of weights in 8.382E+07 and out 1.151E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR2: UVWAIT: Average summed weight 5.120E+04 over 68770 vis IMAGR2: Create 2320+052 .IBM001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 2320+052 .IBM002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 2320+052 .IBM003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2320+052 .IBM004. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2320+052 .IBM005. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2320+052 .IBM006. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2320+052 .IBM007. 1 (MA) on disk 1 cno 112 IMAGR2: Create 2320+052 .ICL001. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2320+052 .ICL002. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2320+052 .ICL003. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2320+052 .ICL004. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2320+052 .ICL005. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2320+052 .ICL006. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2320+052 .ICL007. 1 (MA) on disk 1 cno 119 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.22220E+09 IMAGR2: Field 1 Beam min = -134.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.237 x 0.755 arcsec, PA= -51.7 IMAGR2: Field 2 Sum of gridding weights = 1.22220E+09 IMAGR2: Field 2 Beam min = -134.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.239 x 0.755 arcsec, PA= -51.6 IMAGR2: Field 3 Sum of gridding weights = 1.22220E+09 IMAGR2: Field 3 Beam min = -86.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.237 x 0.755 arcsec, PA= -51.6 IMAGR2: Field 4 Sum of gridding weights = 1.22220E+09 IMAGR2: Field 4 Beam min = -141.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.239 x 0.755 arcsec, PA= -51.7 IMAGR2: Field 5 Sum of gridding weights = 1.22220E+09 IMAGR2: Field 5 Beam min = -86.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.236 x 0.755 arcsec, PA= -51.7 IMAGR2: Field 6 Sum of gridding weights = 1.22220E+09 IMAGR2: Field 6 Beam min = -141.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.238 x 0.755 arcsec, PA= -51.7 IMAGR2: Field 7 Sum of gridding weights = 1.22220E+09 IMAGR2: Field 7 Beam min = -134.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.236 x 0.755 arcsec, PA= -51.7 IMAGR2: CLBHIS: minimum component 0.369 of current peak IMAGR2: Field 1 min = -80.9 MilliJy,max = 945.9 MilliJy IMAGR2: Field 2 min = -50.6 MilliJy,max = 128.5 MilliJy IMAGR2: Field 3 min = -78.4 MilliJy,max = 90.0 MilliJy IMAGR2: Field 4 min = -72.0 MilliJy,max = 93.8 MilliJy IMAGR2: Field 5 min = -76.7 MilliJy,max = 92.0 MilliJy IMAGR2: Field 6 min = -71.8 MilliJy,max = 84.1 MilliJy IMAGR2: Field 7 min = -54.7 MilliJy,max = 117.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 66.60 MilliJy IMAGR2: 3171 Residual map points loaded IMAGR2: Field 1 min allowed flux = 320.521 MilliJy iter= 12 IMAGR2: Field 1 Clean flux density= 689.322 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 689.322 MilliJy 12 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.2 MilliJy,max = 290.7 MilliJy IMAGR2: BGC Clean: using 671 cell beam + residuals > 41.08 MilliJy IMAGR2: 173 Residual map points loaded IMAGR2: Field 1 min allowed flux = 103.884 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 909.544 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 909.544 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.4 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.176E-02 < Second best 1.117E-01 IMAGR2: Field 7 min = -7.9 MilliJy,max = 13.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.313E-02 < Second best 9.876E-02 IMAGR2: Field 1 min = -16.3 MilliJy,max = 95.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 32.30 MilliJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 40.919 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 974.201 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 974.201 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.6 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.951E-03 < Second best 8.787E-02 IMAGR2: Field 5 min = -5.6 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.922E-03 < Second best 8.198E-02 IMAGR2: Field 3 min = -6.0 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.874E-03 < Second best 8.031E-02 IMAGR2: Field 6 min = -4.6 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.312E-03 < Second best 3.890E-02 IMAGR2: Field 1 min = -17.0 MilliJy,max = 37.2 MilliJy IMAGR2: BGC Clean: using 1337 cell beam + residuals > 4.88 MilliJy IMAGR2: 1008 Residual map points loaded IMAGR2: Field 1 min allowed flux = -13.702 MilliJy iter= 53 IMAGR2: Field 1 Clean flux density= 991.411 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 991.411 MilliJy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.4 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.734E-03 < Second best 1.303E-02 IMAGR2: Field 1 min = -13.4 MilliJy,max = 13.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.90 MilliJy IMAGR2: 650 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.988 MilliJy iter= 109 IMAGR2: Field 1 Clean flux density= 982.179 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 982.179 MilliJy 109 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.105E-03 < Second best 6.922E-03 IMAGR2: Field 5 min = -5.0 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.762E-03 < Second best 6.655E-03 IMAGR2: Field 1 min = -6.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR2: 1109 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.372 MilliJy iter= 185 IMAGR2: Field 1 Clean flux density= 986.114 MilliJy 185 comps IMAGR2: Total Cleaned flux density = 986.114 MilliJy 185 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.4 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.882E-03 < Second best 5.312E-03 IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.298E-03 < Second best 4.951E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.101E-03 < Second best 4.882E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.47 MilliJy IMAGR2: 5195 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.660 MilliJy iter= 110 IMAGR2: Field 3 Clean flux density= 19.367 MilliJy 110 comps IMAGR2: Total Cleaned flux density = 1.005 Jy 295 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.8 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.44 MilliJy IMAGR2: 1971 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.207 MilliJy iter= 103 IMAGR2: Field 5 Clean flux density= 11.464 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 1.017 Jy 398 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.998E-03 < Second best 4.298E-03 IMAGR2: Field 6 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 4236 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.278 MilliJy iter= 171 IMAGR2: Field 6 Clean flux density= 26.459 MilliJy 171 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 569 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 1029 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.893 MilliJy iter= 323 IMAGR2: Field 1 Clean flux density= 994.599 MilliJy 323 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 707 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.258E-03 < Second best 4.101E-03 IMAGR2: Field 4 min = -3.6 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 1417 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.774 MilliJy iter= 151 IMAGR2: Field 4 Clean flux density= 19.223 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 858 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.22 MilliJy IMAGR2: 4413 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.843 MilliJy iter= 376 IMAGR2: Field 3 Clean flux density= 18.181 MilliJy 376 comps IMAGR2: Total Cleaned flux density = 1.070 Jy 1124 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.22 MilliJy IMAGR2: 181 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.365 MilliJy iter= 65 IMAGR2: Field 2 Clean flux density= 7.712 MilliJy 65 comps IMAGR2: Total Cleaned flux density = 1.078 Jy 1189 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR2: 3121 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.571 MilliJy iter= 433 IMAGR2: Field 6 Clean flux density= 30.063 MilliJy 433 comps IMAGR2: Total Cleaned flux density = 1.081 Jy 1451 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.841E-03 < Second best 2.998E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.621E-03 < Second best 2.841E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.07 MilliJy IMAGR2: 1657 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.386 MilliJy iter= 341 IMAGR2: Field 5 Clean flux density= 9.302 MilliJy 341 comps IMAGR2: Total Cleaned flux density = 1.079 Jy 1689 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR2: 544 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.201 MilliJy iter= 460 IMAGR2: Field 1 Clean flux density= 996.152 MilliJy 460 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.081 Jy 1826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 2868 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.246 MilliJy iter= 680 IMAGR2: Field 3 Clean flux density= 23.813 MilliJy 680 comps IMAGR2: Total Cleaned flux density = 1.086 Jy 2130 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 2003 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.159 MilliJy iter= 471 IMAGR2: Field 4 Clean flux density= 34.308 MilliJy 471 comps IMAGR2: Total Cleaned flux density = 1.101 Jy 2450 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 176 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.954 MilliJy iter= 82 IMAGR2: Field 7 Clean flux density= 3.817 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 2532 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 2768 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.043 MilliJy iter= 792 IMAGR2: Field 6 Clean flux density= 37.684 MilliJy 792 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 2891 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 1600 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.932 MilliJy iter= 645 IMAGR2: Field 5 Clean flux density= 3.334 MilliJy 645 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 3195 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 287 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.803 MilliJy iter= 190 IMAGR2: Field 2 Clean flux density= 6.403 MilliJy 190 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 3320 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 2301 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.850 MilliJy iter= 1040 IMAGR2: Field 3 Clean flux density= 28.508 MilliJy 1040 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 3680 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 596 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.744 MilliJy iter= 671 IMAGR2: Field 1 Clean flux density= 991.244 MilliJy 671 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 3891 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 1576 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.730 MilliJy iter= 813 IMAGR2: Field 4 Clean flux density= 34.228 MilliJy 813 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 4233 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 2711 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.683 MilliJy iter= 1234 IMAGR2: Field 6 Clean flux density= 48.142 MilliJy 1234 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 4675 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.746E-03 < Second best 1.853E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1882 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.600 MilliJy iter= 1046 IMAGR2: Field 5 Clean flux density= 1.395 MilliJy 1046 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 5076 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 2564 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.558 MilliJy iter= 1514 IMAGR2: Field 3 Clean flux density= 24.529 MilliJy 1514 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 5550 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 371 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.474 MilliJy iter= 254 IMAGR2: Field 7 Clean flux density= 2.806 MilliJy 254 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 5722 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 212 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.441 MilliJy iter= 308 IMAGR2: Field 2 Clean flux density= 4.560 MilliJy 308 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 5840 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 401 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.435 MilliJy iter= 838 IMAGR2: Field 1 Clean flux density= 991.982 MilliJy 838 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 6007 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 1410 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.438 MilliJy iter= 1184 IMAGR2: Field 4 Clean flux density= 32.958 MilliJy 1184 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 6378 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 2445 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.400 MilliJy iter= 1728 IMAGR2: Field 6 Clean flux density= 50.445 MilliJy 1728 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 6872 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 1630 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.343 MilliJy iter= 1475 IMAGR2: Field 5 Clean flux density= -8.681 MilliJy 1475 comps IMAGR2: Total Cleaned flux density = 1.099 Jy 7301 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -2.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 2733 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.312 MilliJy iter= 2071 IMAGR2: Field 3 Clean flux density= 17.693 MilliJy 2071 comps IMAGR2: Total Cleaned flux density = 1.092 Jy 7858 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 484 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.244 MilliJy iter= 465 IMAGR2: Field 7 Clean flux density= 4.302 MilliJy 465 comps IMAGR2: Total Cleaned flux density = 1.093 Jy 8069 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 325 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.227 MilliJy iter= 465 IMAGR2: Field 2 Clean flux density= 282.399 MicroJy 465 comps IMAGR2: Total Cleaned flux density = 1.089 Jy 8226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 1395 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.235 MilliJy iter= 1590 IMAGR2: Field 4 Clean flux density= 37.689 MilliJy 1590 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 8632 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 709 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.203 MilliJy iter= 1128 IMAGR2: Field 1 Clean flux density= 988.283 MilliJy 1128 comps IMAGR2: Total Cleaned flux density = 1.090 Jy 8922 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 2625 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.201 MilliJy iter= 2314 IMAGR2: Field 6 Clean flux density= 53.110 MilliJy 2314 comps IMAGR2: Total Cleaned flux density = 1.093 Jy 9508 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1506 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.150 MilliJy iter= 1924 IMAGR2: Field 5 Clean flux density= -10.528 MilliJy 1924 comps IMAGR2: Total Cleaned flux density = 1.091 Jy 9957 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 2560 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.126 MilliJy iter= 2666 IMAGR2: Field 3 Clean flux density= 16.741 MilliJy 2666 comps IMAGR2: Total Cleaned flux density = 1.090 Jy 10552 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 424 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.075 MilliJy iter= 669 IMAGR2: Field 7 Clean flux density= 5.811 MilliJy 669 comps IMAGR2: Total Cleaned flux density = 1.091 Jy 10756 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 1564 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.080 MilliJy iter= 2065 IMAGR2: Field 4 Clean flux density= 37.698 MilliJy 2065 comps IMAGR2: Total Cleaned flux density = 1.091 Jy 11231 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 408 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.043 MilliJy iter= 671 IMAGR2: Field 2 Clean flux density= -4.114 MilliJy 671 comps IMAGR2: Total Cleaned flux density = 1.087 Jy 11437 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 526 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.033 MilliJy iter= 1364 IMAGR2: Field 1 Clean flux density= 986.535 MilliJy 1364 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 11673 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 977.15 MicroJy IMAGR2: 2504 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.031 MilliJy iter= 2944 IMAGR2: Field 6 Clean flux density= 57.938 MilliJy 2944 comps IMAGR2: Total Cleaned flux density = 1.090 Jy 12303 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 955.98 MicroJy IMAGR2: 1673 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -998.196 MicroJy iter= 2447 IMAGR2: Field 5 Clean flux density= -18.034 MilliJy 2447 comps IMAGR2: Total Cleaned flux density = 1.083 Jy 12826 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 927.58 MicroJy IMAGR2: 2547 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -976.559 MicroJy iter= 3328 IMAGR2: Field 3 Clean flux density= 11.029 MilliJy 3328 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 13488 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 910.45 MicroJy IMAGR2: 1703 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 948.647 MicroJy iter= 2610 IMAGR2: Field 4 Clean flux density= 41.696 MilliJy 2610 comps IMAGR2: Total Cleaned flux density = 1.081 Jy 14033 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 901.03 MicroJy IMAGR2: 503 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 919.404 MicroJy iter= 926 IMAGR2: Field 7 Clean flux density= 5.930 MilliJy 926 comps IMAGR2: Total Cleaned flux density = 1.081 Jy 14290 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 894.00 MicroJy IMAGR2: 434 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 908.656 MicroJy iter= 889 IMAGR2: Field 2 Clean flux density= -4.519 MilliJy 889 comps IMAGR2: Total Cleaned flux density = 1.081 Jy 14508 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 885.20 MicroJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -903.633 MicroJy iter= 1620 IMAGR2: Field 1 Clean flux density= 983.448 MilliJy 1620 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 14764 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 861.20 MicroJy IMAGR2: 2700 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -904.147 MicroJy iter= 3651 IMAGR2: Field 6 Clean flux density= 62.742 MilliJy 3651 comps IMAGR2: Total Cleaned flux density = 1.082 Jy 15471 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 843.22 MicroJy IMAGR2: 1733 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -876.299 MicroJy iter= 3018 IMAGR2: Field 5 Clean flux density= -20.756 MilliJy 3018 comps IMAGR2: Total Cleaned flux density = 1.080 Jy 16042 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 821.54 MicroJy IMAGR2: 2578 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -859.525 MicroJy iter= 4044 IMAGR2: Field 3 Clean flux density= 7.650 MilliJy 4044 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 16758 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 806.22 MicroJy IMAGR2: 1983 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -839.044 MicroJy iter= 3257 IMAGR2: Field 4 Clean flux density= 45.327 MilliJy 3257 comps IMAGR2: Total Cleaned flux density = 1.080 Jy 17405 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 799.03 MicroJy IMAGR2: 557 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -813.579 MicroJy iter= 1206 IMAGR2: Field 7 Clean flux density= 6.479 MilliJy 1206 comps IMAGR2: Total Cleaned flux density = 1.080 Jy 17685 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 793.22 MicroJy IMAGR2: 469 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 805.552 MicroJy iter= 1135 IMAGR2: Field 2 Clean flux density= -8.985 MilliJy 1135 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 17931 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 773.19 MicroJy IMAGR2: 1959 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -801.187 MicroJy iter= 4255 IMAGR2: Field 6 Clean flux density= 65.130 MilliJy 4255 comps IMAGR2: Total Cleaned flux density = 1.078 Jy 18535 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 765.86 MicroJy IMAGR2: 1144 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 795.282 MicroJy iter= 2049 IMAGR2: Field 1 Clean flux density= 975.680 MilliJy 2049 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 18964 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 750.61 MicroJy IMAGR2: 1593 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -775.469 MicroJy iter= 3601 IMAGR2: Field 5 Clean flux density= -20.698 MilliJy 3601 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 19547 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 731.35 MicroJy IMAGR2: 2294 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 759.826 MicroJy iter= 4760 IMAGR2: Field 3 Clean flux density= 5.403 MilliJy 4760 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.068 Jy 20263 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 719.02 MicroJy IMAGR2: 2721 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -750.560 MicroJy iter= 4101 IMAGR2: Field 4 Clean flux density= 52.796 MilliJy 4101 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 21107 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 712.85 MicroJy IMAGR2: 679 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 725.110 MicroJy iter= 1532 IMAGR2: Field 7 Clean flux density= 8.329 MilliJy 1532 comps IMAGR2: Total Cleaned flux density = 1.078 Jy 21433 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 707.01 MicroJy IMAGR2: 413 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 715.233 MicroJy iter= 1360 IMAGR2: Field 2 Clean flux density= -10.228 MilliJy 1360 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 21658 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 693.92 MicroJy IMAGR2: 2509 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -720.766 MicroJy iter= 5026 IMAGR2: Field 6 Clean flux density= 67.119 MilliJy 5026 comps IMAGR2: Total Cleaned flux density = 1.078 Jy 22429 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 686.55 MicroJy IMAGR2: 1191 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 710.367 MicroJy iter= 2476 IMAGR2: Field 1 Clean flux density= 970.504 MilliJy 2476 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 22856 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 676.65 MicroJy IMAGR2: 1917 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 698.448 MicroJy iter= 4279 IMAGR2: Field 5 Clean flux density= -23.200 MilliJy 4279 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 23534 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 664.07 MicroJy IMAGR2: 2396 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -687.191 MicroJy iter= 5515 IMAGR2: Field 3 Clean flux density= 2.519 MilliJy 5515 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 24289 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.87 MicroJy IMAGR2: 2284 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 672.116 MicroJy iter= 4870 IMAGR2: Field 4 Clean flux density= 58.891 MilliJy 4870 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 25058 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 644.81 MicroJy IMAGR2: 532 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -652.958 MicroJy iter= 1807 IMAGR2: Field 7 Clean flux density= 10.016 MilliJy 1807 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 25333 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 631.92 MicroJy IMAGR2: 2178 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 651.953 MicroJy iter= 5774 IMAGR2: Field 6 Clean flux density= 70.324 MilliJy 5774 comps IMAGR2: Total Cleaned flux density = 1.079 Jy 26081 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -978.5 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 628.00 MicroJy IMAGR2: 920 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -640.016 MicroJy iter= 1807 IMAGR2: Field 2 Clean flux density= -11.021 MilliJy 1807 comps IMAGR2: Total Cleaned flux density = 1.078 Jy 26528 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 937.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 620.35 MicroJy IMAGR2: 708 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -637.028 MicroJy iter= 2749 IMAGR2: Field 1 Clean flux density= 967.984 MilliJy 2749 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 26801 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 609.77 MicroJy IMAGR2: 1814 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -627.273 MicroJy iter= 4972 IMAGR2: Field 5 Clean flux density= -25.784 MilliJy 4972 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 27494 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 597.24 MicroJy IMAGR2: 2575 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -617.365 MicroJy iter= 6358 IMAGR2: Field 3 Clean flux density= 1.187 MilliJy 6358 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 28337 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 587.56 MicroJy IMAGR2: 2672 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -607.709 MicroJy iter= 5755 IMAGR2: Field 4 Clean flux density= 63.612 MilliJy 5755 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 29222 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -971.1 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 583.73 MicroJy IMAGR2: 815 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 592.573 MicroJy iter= 2190 IMAGR2: Field 7 Clean flux density= 9.975 MilliJy 2190 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 29605 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 574.12 MicroJy IMAGR2: 2626 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 592.345 MicroJy iter= 6631 IMAGR2: Field 6 Clean flux density= 69.394 MilliJy 6631 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 30462 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -937.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 568.83 MicroJy IMAGR2: 871 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -578.112 MicroJy iter= 2242 IMAGR2: Field 2 Clean flux density= -12.951 MilliJy 2242 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 30897 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 869.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.33 MicroJy IMAGR2: 1017 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 582.452 MicroJy iter= 3126 IMAGR2: Field 1 Clean flux density= 964.174 MilliJy 3126 comps IMAGR2: Total Cleaned flux density = 1.070 Jy 31274 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 558.08 MicroJy IMAGR2: 1998 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -573.245 MicroJy iter= 5730 IMAGR2: Field 5 Clean flux density= -24.563 MilliJy 5730 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 32032 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 548.38 MicroJy IMAGR2: 2438 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -564.138 MicroJy iter= 7166 IMAGR2: Field 3 Clean flux density= -226.870 MicroJy 7166 comps IMAGR2: Total Cleaned flux density = 1.069 Jy 32840 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 539.80 MicroJy IMAGR2: 2612 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 556.396 MicroJy iter= 6665 IMAGR2: Field 4 Clean flux density= 67.067 MilliJy 6665 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 33750 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -857.8 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 535.77 MicroJy IMAGR2: 797 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 542.908 MicroJy iter= 2564 IMAGR2: Field 7 Clean flux density= 10.625 MilliJy 2564 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 34124 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 527.13 MicroJy IMAGR2: 2611 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 542.094 MicroJy iter= 7509 IMAGR2: Field 6 Clean flux density= 69.631 MilliJy 7509 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 35002 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 817.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 525.27 MicroJy IMAGR2: 1659 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -543.677 MicroJy iter= 3691 IMAGR2: Field 1 Clean flux density= 962.152 MilliJy 3691 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 35567 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -922.8 MicroJy,max = 908.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 519.68 MicroJy IMAGR2: 341 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 523.966 MicroJy iter= 2434 IMAGR2: Field 2 Clean flux density= -10.256 MilliJy 2434 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 35759 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 512.70 MicroJy IMAGR2: 2094 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -525.744 MicroJy iter= 6544 IMAGR2: Field 5 Clean flux density= -26.744 MilliJy 6544 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 36573 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 505.41 MicroJy IMAGR2: 2731 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 519.799 MicroJy iter= 8081 IMAGR2: Field 3 Clean flux density= -1.630 MilliJy 8081 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 37488 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 498.36 MicroJy IMAGR2: 2809 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -513.402 MicroJy iter= 7661 IMAGR2: Field 4 Clean flux density= 69.274 MilliJy 7661 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 38484 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -840.4 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 494.91 MicroJy IMAGR2: 799 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -500.974 MicroJy iter= 2948 IMAGR2: Field 7 Clean flux density= 10.495 MilliJy 2948 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 38868 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 487.55 MicroJy IMAGR2: 2594 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 500.631 MicroJy iter= 8424 IMAGR2: Field 6 Clean flux density= 72.447 MilliJy 8424 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 39783 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 785.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 482.71 MicroJy IMAGR2: 1706 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 499.918 MicroJy iter= 4268 IMAGR2: Field 1 Clean flux density= 961.002 MilliJy 4268 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 40360 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 476.84 MicroJy IMAGR2: 1976 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -488.174 MicroJy iter= 7334 IMAGR2: Field 5 Clean flux density= -27.940 MilliJy 7334 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 41150 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -883.1 MicroJy,max = 852.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 475.43 MicroJy IMAGR2: 565 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -480.278 MicroJy iter= 2740 IMAGR2: Field 2 Clean flux density= -9.160 MilliJy 2740 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 41456 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 468.40 MicroJy IMAGR2: 2682 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -480.458 MicroJy iter= 9011 IMAGR2: Field 3 Clean flux density= -2.792 MilliJy 9011 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 42386 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 461.42 MicroJy IMAGR2: 2811 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -473.864 MicroJy iter= 8689 IMAGR2: Field 4 Clean flux density= 70.661 MilliJy 8689 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 43414 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -770.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 458.42 MicroJy IMAGR2: 778 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 463.401 MicroJy iter= 3312 IMAGR2: Field 7 Clean flux density= 10.952 MilliJy 3312 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 43778 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 452.18 MicroJy IMAGR2: 2762 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -463.242 MicroJy iter= 9366 IMAGR2: Field 6 Clean flux density= 71.795 MilliJy 9366 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 44720 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -960.5 MicroJy,max = 731.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.13 MicroJy IMAGR2: 1714 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 463.929 MicroJy iter= 4832 IMAGR2: Field 1 Clean flux density= 957.096 MilliJy 4832 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 45284 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 443.61 MicroJy IMAGR2: 2209 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -453.696 MicroJy iter= 8210 IMAGR2: Field 5 Clean flux density= -27.901 MilliJy 8210 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 46160 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 438.69 MicroJy IMAGR2: 2898 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -449.969 MicroJy iter= 10031 IMAGR2: Field 3 Clean flux density= -2.253 MilliJy 10031 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 47180 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -776.6 MicroJy,max = 747.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 436.34 MicroJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -440.429 MicroJy iter= 3072 IMAGR2: Field 2 Clean flux density= -8.150 MilliJy 3072 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 47512 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.54 MicroJy IMAGR2: 2711 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 441.240 MicroJy iter= 9694 IMAGR2: Field 4 Clean flux density= 72.477 MilliJy 9694 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 48517 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 426.08 MicroJy IMAGR2: 2904 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 436.572 MicroJy iter= 10437 IMAGR2: Field 6 Clean flux density= 73.666 MilliJy 10437 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 49588 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -737.4 MicroJy,max = 918.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 423.03 MicroJy IMAGR2: 637 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -427.092 MicroJy iter= 3664 IMAGR2: Field 7 Clean flux density= 8.855 MilliJy 3664 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 49940 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -803.5 MicroJy,max = 597.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 418.28 MicroJy IMAGR2: 1006 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 428.953 MicroJy iter= 5210 IMAGR2: Field 1 Clean flux density= 954.977 MilliJy 5210 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 50318 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 413.67 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 2335 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 422.614 MicroJy iter= 9137 IMAGR2: Field 5 Clean flux density= -28.167 MilliJy 9137 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 51245 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 408.03 MicroJy IMAGR2: 3143 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -418.391 MicroJy iter= 11154 IMAGR2: Field 3 Clean flux density= -2.399 MilliJy 11154 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 52368 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 403.91 MicroJy IMAGR2: 3019 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 413.675 MicroJy iter= 10804 IMAGR2: Field 4 Clean flux density= 75.963 MilliJy 10804 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 53478 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -732.6 MicroJy,max = 727.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 402.10 MicroJy IMAGR2: 859 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -406.591 MicroJy iter= 3533 IMAGR2: Field 2 Clean flux density= -9.781 MilliJy 3533 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 53939 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 397.78 MicroJy IMAGR2: 3653 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -408.473 MicroJy iter= 11707 IMAGR2: Field 6 Clean flux density= 77.314 MilliJy 11707 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 55209 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -907.7 MicroJy,max = 611.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 397.35 MicroJy IMAGR2: 1783 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -411.842 MicroJy iter= 5810 IMAGR2: Field 1 Clean flux density= 951.823 MilliJy 5810 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 55809 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -677.9 MicroJy,max = 855.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 395.24 MicroJy IMAGR2: 447 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -398.275 MicroJy iter= 3903 IMAGR2: Field 7 Clean flux density= 10.483 MilliJy 3903 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 56048 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 392.03 MicroJy IMAGR2: 2468 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -400.199 MicroJy iter= 10101 IMAGR2: Field 5 Clean flux density= -29.272 MilliJy 10101 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 57012 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.38 MicroJy IMAGR2: 2820 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -395.857 MicroJy iter= 12177 IMAGR2: Field 3 Clean flux density= -4.081 MilliJy 12177 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 58035 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 383.39 MicroJy IMAGR2: 2901 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 391.994 MicroJy iter= 11912 IMAGR2: Field 4 Clean flux density= 78.517 MilliJy 11912 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 59143 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -691.6 MicroJy,max = 577.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 380.39 MicroJy IMAGR2: 1066 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 389.179 MicroJy iter= 6218 IMAGR2: Field 1 Clean flux density= 949.939 MilliJy 6218 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 59551 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 374.73 MicroJy IMAGR2: 3129 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -383.510 MicroJy iter= 12866 IMAGR2: Field 6 Clean flux density= 79.262 MilliJy 12866 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 60710 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -723.3 MicroJy,max = 721.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 372.37 MicroJy IMAGR2: 980 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 376.469 MicroJy iter= 4030 IMAGR2: Field 2 Clean flux density= -7.683 MilliJy 4030 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 61207 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 368.32 MicroJy IMAGR2: 2368 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 375.201 MicroJy iter= 11057 IMAGR2: Field 5 Clean flux density= -29.692 MilliJy 11057 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 62163 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -640.7 MicroJy,max = 775.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 367.68 MicroJy IMAGR2: 826 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 371.145 MicroJy iter= 4333 IMAGR2: Field 7 Clean flux density= 9.559 MilliJy 4333 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 62593 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 363.59 MicroJy IMAGR2: 3064 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -371.240 MicroJy iter= 13275 IMAGR2: Field 3 Clean flux density= -4.489 MilliJy 13275 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 63691 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 359.16 MicroJy IMAGR2: 2983 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -367.006 MicroJy iter= 13046 IMAGR2: Field 4 Clean flux density= 78.131 MilliJy 13046 comps IMAGR2: Total Cleaned flux density = 1.075 Jy 64825 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -809.0 MicroJy,max = 541.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 357.83 MicroJy IMAGR2: 1517 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -369.682 MicroJy iter= 6736 IMAGR2: Field 1 Clean flux density= 947.213 MilliJy 6736 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 65343 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 354.13 MicroJy IMAGR2: 3338 Residual map points loaded IMAGR2: Field 6 min Clean flux = -362.267 MicroJy iter= 14071 IMAGR2: Field 6 Clean flux density= 81.144 MilliJy 14071 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 66548 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 2 min = -679.7 MicroJy,max = 650.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 346.43 MicroJy IMAGR2: 1160 Residual map points loaded IMAGR2: Field 2 min Clean flux = -362.248 MicroJy iter= 4381 IMAGR2: Field 2 Clean flux density= -6.190 MilliJy 4381 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 66899 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.24 MicroJy IMAGR2: 3685 Residual map points loaded IMAGR2: Field 5 min Clean flux = 362.275 MicroJy iter= 11914 IMAGR2: Field 5 Clean flux density= -31.742 MilliJy 11914 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 67756 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 328.20 MicroJy IMAGR2: 4986 Residual map points loaded IMAGR2: Field 3 min Clean flux = -362.254 MicroJy iter= 13930 IMAGR2: Field 3 Clean flux density= -5.376 MilliJy 13930 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 68411 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 7 min = -615.5 MicroJy,max = 702.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 314.77 MicroJy IMAGR2: 3326 Residual map points loaded IMAGR2: Field 7 min Clean flux = -362.091 MicroJy iter= 4606 IMAGR2: Field 7 Clean flux density= 9.784 MilliJy 4606 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 68684 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 1 min = -514.6 MicroJy,max = 517.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 299.87 MicroJy IMAGR2: 4557 Residual map points loaded IMAGR2: Field 1 min Clean flux = -362.244 MicroJy iter= 6921 IMAGR2: Field 1 Clean flux density= 947.374 MilliJy 6921 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.073 Jy 68869 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Field 4 min = -1.1 MilliJy,max = 970.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 266.17 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 4 min Clean flux = 362.263 MicroJy iter= 13502 IMAGR2: Field 4 Clean flux density= 79.348 MilliJy 13502 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 69325 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 35048 Pts IMAGR2: Peak residual in window 362.275 less than limit 362.286 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 6921 to 2254 components IMAGR2: Field 2 compressed from 4381 to 1877 components IMAGR2: Field 3 compressed from 13930 to 4881 components IMAGR2: Field 4 compressed from 13502 to 4631 components IMAGR2: Field 5 compressed from 11914 to 4110 components IMAGR2: Field 6 compressed from 14071 to 5028 components IMAGR2: Field 7 compressed from 4606 to 1870 components IMAGR2: Field 1 min = -476.2 MicroJy,max = 514.2 MicroJy IMAGR2: Field 2 min = -667.5 MicroJy,max = 632.3 MicroJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 966.9 MicroJy IMAGR2: Field 5 min = -937.0 MicroJy,max = 1.4 MilliJy IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -608.7 MicroJy,max = 712.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.699 MilliJy ( 96 CCs) from field 1 to field 2 IMAGR2: Restore -14.009 MilliJy ( 462 CCs) from field 1 to field 3 IMAGR2: Restore -5.161 MilliJy ( 303 CCs) from field 1 to field 4 IMAGR2: Restore -4.859 MilliJy ( 439 CCs) from field 1 to field 5 IMAGR2: Restore -1.815 MilliJy ( 296 CCs) from field 1 to field 6 IMAGR2: Restore-558.833 MicroJy ( 83 CCs) from field 1 to field 7 IMAGR2: Restore 2.987 MilliJy ( 106 CCs) from field 2 to field 1 IMAGR2: Restore 11.385 MilliJy ( 455 CCs) from field 2 to field 3 IMAGR2: Restore -1.323 MilliJy ( 149 CCs) from field 2 to field 4 IMAGR2: Restore 1.605 MilliJy ( 240 CCs) from field 3 to field 1 IMAGR2: Restore 1.836 MilliJy ( 230 CCs) from field 3 to field 2 IMAGR2: Restore -6.421 MilliJy ( 267 CCs) from field 3 to field 5 IMAGR2: Restore 346.295 MicroJy ( 391 CCs) from field 4 to field 1 IMAGR2: Restore -5.271 MilliJy ( 245 CCs) from field 4 to field 2 IMAGR2: Restore-138.867 MicroJy ( 516 CCs) from field 4 to field 6 IMAGR2: Restore 1.135 MilliJy ( 201 CCs) from field 5 to field 1 IMAGR2: Restore 6.848 MilliJy ( 441 CCs) from field 5 to field 3 IMAGR2: Restore -1.150 MilliJy ( 158 CCs) from field 5 to field 7 IMAGR2: Restore 16.228 MilliJy ( 280 CCs) from field 6 to field 1 IMAGR2: Restore 15.898 MilliJy ( 270 CCs) from field 6 to field 4 IMAGR2: Restore 6.396 MilliJy ( 260 CCs) from field 6 to field 7 IMAGR2: Restore 561.272 MicroJy ( 99 CCs) from field 7 to field 1 IMAGR2: Restore 436.310 MicroJy ( 235 CCs) from field 7 to field 5 IMAGR2: Restore -2.385 MilliJy ( 433 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 970.237 MilliJy IMAGR2: Field 2 final Clean flux -7.926 MilliJy IMAGR2: Field 3 final Clean flux -1.152 MilliJy IMAGR2: Field 4 final Clean flux 88.762 MilliJy IMAGR2: Field 5 final Clean flux -42.586 MilliJy IMAGR2: Field 6 final Clean flux 76.805 MilliJy IMAGR2: Field 7 final Clean flux 14.471 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 105 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 191.6 Real= 594 f type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06038 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04555 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2319+051 X BAND Seq 1 Disk: 1 in slot 20 SETFC2: SETCEL: recommends IMSIZE 1364 CELLSIZE 0.23471 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23471 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 31.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 6 C 1 1012 1012 23 21 40.80 05 27 36.5 00001 -1 507 512 513 C 2 1012 1012 23 21 40.80 05 24 16.7 00002 -1 507 512 513 C 3 1012 1012 23 21 29.22 05 25 56.6 00003 -1 507 512 513 C 4 1012 1012 23 21 52.39 05 25 56.6 00004 -1 507 512 513 C 5 1012 1012 23 21 29.22 05 29 16.4 00005 -1 507 512 513 C 6 1012 1012 23 21 52.39 05 29 16.4 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 30 56.3 00007 -1 507 512 513 f type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06038 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04555 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -5.9728E-02 -3.0000E-02 0 IMAGR2: Field 2 1012 1012 -5.9728E-02 -1.9983E+02 0 IMAGR2: Field 3 1012 1012 -1.7297E+02 -9.9930E+01 0 IMAGR2: Field 4 1012 1012 1.7300E+02 -9.9930E+01 0 IMAGR2: Field 5 1012 1012 -1.7297E+02 9.9870E+01 0 IMAGR2: Field 6 1012 1012 1.7300E+02 9.9870E+01 0 IMAGR2: Field 7 1012 1012 -5.9728E-02 1.9977E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2319+051 .IMAGR . 1 (UV) on disk 1 cno 112 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 61582 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.058E+05 IMAGR2: UVWAIT: Adding temperance S 2.117E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.536E+08 and out 2.153E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.171 due to weighting IMAGR2: UVWAIT: Average summed weight 1.058E+05 over 122994 vis IMAGR2: Create 2319+051 .IBM001. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2319+051 .IBM002. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2319+051 .IBM003. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2319+051 .IBM004. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2319+051 .IBM005. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2319+051 .IBM006. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2319+051 .IBM007. 1 (MA) on disk 1 cno 119 IMAGR2: Create 2319+051 .ICL001. 1 (MA) on disk 1 cno 120 IMAGR2: Create 2319+051 .ICL002. 1 (MA) on disk 1 cno 121 IMAGR2: Create 2319+051 .ICL003. 1 (MA) on disk 1 cno 122 IMAGR2: Create 2319+051 .ICL004. 1 (MA) on disk 1 cno 123 IMAGR2: Create 2319+051 .ICL005. 1 (MA) on disk 1 cno 124 IMAGR2: Create 2319+051 .ICL006. 1 (MA) on disk 1 cno 125 IMAGR2: Create 2319+051 .ICL007. 1 (MA) on disk 1 cno 126 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.28606E+09 IMAGR2: Field 1 Beam min = -107.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.185 x 0.754 arcsec, PA= -55.8 IMAGR2: Field 2 Sum of gridding weights = 2.28606E+09 IMAGR2: Field 2 Beam min = -107.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.186 x 0.754 arcsec, PA= -55.7 IMAGR2: Field 3 Sum of gridding weights = 2.28606E+09 IMAGR2: Field 3 Beam min = -97.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.184 x 0.754 arcsec, PA= -55.7 IMAGR2: Field 4 Sum of gridding weights = 2.28606E+09 IMAGR2: Field 4 Beam min = -105.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.187 x 0.754 arcsec, PA= -55.7 IMAGR2: Field 5 Sum of gridding weights = 2.28606E+09 IMAGR2: Field 5 Beam min = -97.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.183 x 0.754 arcsec, PA= -55.8 IMAGR2: Field 6 Sum of gridding weights = 2.28606E+09 IMAGR2: Field 6 Beam min = -105.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.186 x 0.754 arcsec, PA= -55.8 IMAGR2: Field 7 Sum of gridding weights = 2.28606E+09 IMAGR2: Field 7 Beam min = -107.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.184 x 0.754 arcsec, PA= -55.8 IMAGR2: CLBHIS: minimum component 0.412 of current peak IMAGR2: Field 1 min = -2.3 MilliJy,max = 21.5 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 3.2 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 2.3 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 2.5 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 2.5 MilliJy IMAGR2: Field 6 min = -1.3 MilliJy,max = 2.3 MilliJy IMAGR2: Field 7 min = -1.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.75 MilliJy IMAGR2: 2890 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.324 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 13.994 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 13.994 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 1663 cell beam + residuals > 1.09 MilliJy IMAGR2: 671 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.915 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 21.415 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 21.415 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -553.9 MicroJy,max = 839.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.023E-04 < Second best 3.084E-03 IMAGR2: Field 2 min = -536.8 MicroJy,max = 875.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.358E-04 < Second best 2.772E-03 IMAGR2: Field 1 min = -742.2 MicroJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 664.76 MicroJy IMAGR2: 509 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.171 MilliJy iter= 51 IMAGR2: Field 1 Clean flux density= 25.755 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 25.755 MilliJy 51 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -424.3 MicroJy,max = 572.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.851E-04 < Second best 2.382E-03 IMAGR2: Field 5 min = -484.2 MicroJy,max = 567.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.759E-04 < Second best 1.892E-03 IMAGR2: Field 3 min = -437.2 MicroJy,max = 563.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.524E-04 < Second best 1.727E-03 IMAGR2: Field 6 min = -423.6 MicroJy,max = 509.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.852E-04 < Second best 1.115E-03 IMAGR2: Field 1 min = -784.4 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 338.30 MicroJy IMAGR2: 5691 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 628.161 MicroJy iter= 111 IMAGR2: Field 1 Clean flux density= 29.315 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 29.315 MilliJy 111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -502.2 MicroJy,max = 549.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.928E-04 < Second best 8.023E-04 IMAGR2: Field 7 min = -653.2 MicroJy,max = 518.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.967E-04 < Second best 5.994E-04 IMAGR2: Field 1 min = -604.2 MicroJy,max = 576.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 277.77 MicroJy IMAGR2: 9598 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 468.672 MicroJy iter= 218 IMAGR2: Field 1 Clean flux density= 31.727 MilliJy 218 comps IMAGR2: Total Cleaned flux density = 31.727 MilliJy 218 comps IMAGR2: ALGSTB: All 495 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 484- 0 Cells, with 61582 Pts IMAGR2: Field 7 min = -452.4 MicroJy,max = 478.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.584E-04 < Second best 4.928E-04 IMAGR2: Field 2 min = -474.8 MicroJy,max = 503.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.426E-04 < Second best 4.851E-04 IMAGR2: Field 4 min = -391.2 MicroJy,max = 481.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.890E-04 < Second best 4.759E-04 IMAGR2: Field 5 min = -431.6 MicroJy,max = 448.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.976E-04 < Second best 4.584E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 266.73 MicroJy IMAGR2: 3084 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -364.555 MicroJy iter= 94 IMAGR2: Field 7 Clean flux density= 2.342 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 34.069 MilliJy 312 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -426.8 MicroJy,max = 392.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.479E-04 < Second best 4.484E-04 IMAGR2: Field 1 min = -426.3 MicroJy,max = 478.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 251.10 MicroJy IMAGR2: 7344 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 360.266 MicroJy iter= 382 IMAGR2: Field 1 Clean flux density= 33.600 MilliJy 382 comps IMAGR2: Total Cleaned flux density = 35.942 MilliJy 476 comps IMAGR2: ALGSTB: All 495 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 484- 0 Cells, with 61582 Pts IMAGR2: Field 2 min = -423.3 MicroJy,max = 437.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 246.24 MicroJy IMAGR2: 2132 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -308.241 MicroJy iter= 129 IMAGR2: Field 2 Clean flux density= 224.833 MicroJy 129 comps IMAGR2: Total Cleaned flux density = 36.167 MilliJy 605 comps IMAGR2: ALGSTB: All 495 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 484- 0 Cells, with 61582 Pts IMAGR2: Field 5 min = -377.0 MicroJy,max = 387.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.408E-04 < Second best 3.890E-04 IMAGR2: Field 4 min = -350.1 MicroJy,max = 455.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.353E-04 < Second best 3.852E-04 IMAGR2: Field 6 min = -359.6 MicroJy,max = 334.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.186E-04 < Second best 3.490E-04 IMAGR2: Field 7 min = -371.0 MicroJy,max = 365.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.180E-04 < Second best 3.479E-04 IMAGR2: Field 3 min = -356.0 MicroJy,max = 358.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.096E-04 < Second best 3.452E-04 IMAGR2: Field 1 min = -355.2 MicroJy,max = 362.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 220.73 MicroJy IMAGR2: 6392 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 289.570 MicroJy iter= 596 IMAGR2: Field 1 Clean flux density= 34.197 MilliJy 596 comps IMAGR2: Total Cleaned flux density = 36.763 MilliJy 819 comps IMAGR2: ALGSTB: All 495 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 484- 0 Cells, with 61582 Pts IMAGR2: Field 5 min = -356.7 MicroJy,max = 374.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 219.99 MicroJy IMAGR2: 961 Residual map points loaded IMAGR2: Field 5 min Clean flux = 273.198 MicroJy iter= 32 IMAGR2: Field 5 Clean flux density= 117.148 MicroJy 32 comps IMAGR2: Total Cleaned flux density = 36.880 MilliJy 851 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -341.0 MicroJy,max = 452.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 217.98 MicroJy IMAGR2: 1018 Residual map points loaded IMAGR2: Field 4 min Clean flux = 272.600 MicroJy iter= 30 IMAGR2: Field 4 Clean flux density= 109.435 MicroJy 30 comps IMAGR2: Total Cleaned flux density = 36.990 MilliJy 881 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -334.9 MicroJy,max = 320.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.916E-04 < Second best 3.180E-04 IMAGR2: Field 7 min = -329.2 MicroJy,max = 321.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 212.88 MicroJy IMAGR2: 2222 Residual map points loaded IMAGR2: Field 7 min Clean flux = 273.040 MicroJy iter= 146 IMAGR2: Field 7 Clean flux density= 2.158 MilliJy 146 comps IMAGR2: Total Cleaned flux density = 36.806 MilliJy 933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -348.0 MicroJy,max = 328.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 208.58 MicroJy IMAGR2: 1204 Residual map points loaded IMAGR2: Field 3 min Clean flux = 271.129 MicroJy iter= 22 IMAGR2: Field 3 Clean flux density= -122.738 MicroJy 22 comps IMAGR2: Total Cleaned flux density = 36.684 MilliJy 955 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -384.9 MicroJy,max = 362.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.683E-04 < Second best 2.916E-04 IMAGR2: Field 6 min = -333.4 MicroJy,max = 316.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 196.27 MicroJy IMAGR2: 2369 Residual map points loaded IMAGR2: Field 6 min Clean flux = 272.985 MicroJy iter= 17 IMAGR2: Field 6 Clean flux density= 254.596 MicroJy 17 comps IMAGR2: Total Cleaned flux density = 36.938 MilliJy 972 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -341.9 MicroJy,max = 332.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 178.30 MicroJy IMAGR2: 11962 Residual map points loaded IMAGR2: Field 1 min Clean flux = -272.498 MicroJy iter= 604 IMAGR2: Field 1 Clean flux density= 34.085 MilliJy 604 comps IMAGR2: Total Cleaned flux density = 36.827 MilliJy 980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -381.3 MicroJy,max = 359.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 154.55 MicroJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 2 min Clean flux = -273.183 MicroJy iter= 135 IMAGR2: Field 2 Clean flux density= 169.979 MicroJy 135 comps IMAGR2: Total Cleaned flux density = 36.772 MilliJy 986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 273.198 less than limit 273.310 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 604 to 387 components IMAGR2: Field 2 compressed from 135 to 111 components IMAGR2: Field 3 compressed from 22 to 20 components IMAGR2: Field 4 compressed from 30 to 25 components IMAGR2: Field 5 compressed from 32 to 31 components IMAGR2: Field 6 compressed from 17 to 17 components IMAGR2: Field 7 compressed from 146 to 117 components IMAGR2: Field 1 min = -341.0 MicroJy,max = 330.7 MicroJy IMAGR2: Field 2 min = -381.3 MicroJy,max = 360.1 MicroJy IMAGR2: Field 3 min = -343.6 MicroJy,max = 323.0 MicroJy IMAGR2: Field 4 min = -315.3 MicroJy,max = 436.6 MicroJy IMAGR2: Field 5 min = -349.5 MicroJy,max = 362.9 MicroJy IMAGR2: Field 6 min = -330.9 MicroJy,max = 317.1 MicroJy IMAGR2: Field 7 min = -316.4 MicroJy,max = 313.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 596.367 MicroJy ( 12 CCs) from field 1 to field 2 IMAGR2: Restore -10.308 MicroJy ( 22 CCs) from field 1 to field 3 IMAGR2: Restore 737.313 MicroJy ( 44 CCs) from field 1 to field 4 IMAGR2: Restore-126.523 MicroJy ( 32 CCs) from field 1 to field 5 IMAGR2: Restore 100.981 MicroJy ( 36 CCs) from field 1 to field 6 IMAGR2: Restore-214.517 MicroJy ( 13 CCs) from field 1 to field 7 IMAGR2: Restore 392.860 MicroJy ( 13 CCs) from field 2 to field 1 IMAGR2: Restore 57.229 MicroJy ( 9 CCs) from field 2 to field 3 IMAGR2: Restore -73.215 MicroJy ( 8 CCs) from field 2 to field 4 IMAGR2: Restore 58.204 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Restore 27.381 MicroJy ( 5 CCs) from field 3 to field 2 IMAGR2: Restore 54.449 MicroJy ( 2 CCs) from field 3 to field 5 IMAGR2: Restore 55.592 MicroJy ( 4 CCs) from field 4 to field 1 IMAGR2: Restore 84.373 MicroJy ( 5 CCs) from field 4 to field 2 IMAGR2: Restore 57.280 MicroJy ( 2 CCs) from field 4 to field 6 IMAGR2: Restore 86.782 MicroJy ( 10 CCs) from field 5 to field 1 IMAGR2: Restore 55.129 MicroJy ( 2 CCs) from field 5 to field 3 IMAGR2: Restore 6.799 MicroJy ( 13 CCs) from field 5 to field 7 IMAGR2: Restore 1.374 MicroJy ( 2 CCs) from field 6 to field 1 IMAGR2: Restore 28.965 MicroJy ( 1 CCs) from field 6 to field 7 IMAGR2: Restore 517.617 MicroJy ( 18 CCs) from field 7 to field 1 IMAGR2: Restore 272.409 MicroJy ( 13 CCs) from field 7 to field 5 IMAGR2: Restore -31.939 MicroJy ( 13 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 35.198 MilliJy IMAGR2: Field 2 final Clean flux 878.100 MicroJy IMAGR2: Field 3 final Clean flux -20.688 MicroJy IMAGR2: Field 4 final Clean flux 773.534 MicroJy IMAGR2: Field 5 final Clean flux 317.482 MicroJy IMAGR2: Field 6 final Clean flux 380.917 MicroJy IMAGR2: Field 7 final Clean flux 1.980 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 112 disk= 1 IMAGR2: Appears to have ended successfully LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: auto 31DEC06 TST: Cpu= 46.3 Real= 143 f type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06038 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04555 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB12_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 113 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 114 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 115 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 116 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 117 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 118 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 119 disk= 1 AIPS 2: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: Disk 1 in-CNO 122 renumbered as CNO 114 AIPS 2: Disk 1 in-CNO 123 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 116 AIPS 2: Disk 1 in-CNO 125 renumbered as CNO 117 AIPS 2: Disk 1 in-CNO 126 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: ' ' AIPS 2: Found in Version=ABIN AIPS 2: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 2: Disk 1 No files needed renumbering AIPS 2: 'EMPTY CATALOG ?' 118 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18408: 12636 messages, oldest written 17-SEP-2006 17:39:30 AIPS 2: Deleted 0 messages AIPS 2: Saved POPS environment in area named 'LASTEXIT' AIPS 2: Session command-line history saved. AIPS 2: auto 31DEC06 TST: Cpu= 2.1 Real= 4819 /home/auto/run/AB922_2000FEB12_1.run.1 finished on Mon Sep 18 21:57:12 MDT 2006