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_2000JAN25_1' >>AIPS 2: 'AB922_2000JAN25_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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 1.92 min. of data in 23 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 5.154E-01 +- 2.170E-02 source= 1331+305 FLAGR2: Overall average rms= 1.975E-03 +- 1.465E-04 source= 1331+305 FLAGR2: Overall average amp= 4.355E-02 +- 2.059E-03 source= 1244+408 FLAGR2: Overall average rms= 1.915E-03 +- 2.468E-04 source= 1244+408 FLAGR2: Overall average amp= 7.698E-02 +- 2.728E-03 source= 1035+564 FLAGR2: Overall average rms= 2.188E-03 +- 2.569E-04 source= 1035+564 FLAGR2: Overall average amp= 4.363E-02 +- 1.535E-03 source= 1148+594 FLAGR2: Overall average rms= 1.912E-03 +- 2.307E-04 source= 1148+594 FLAGR2: Overall average amp= 1.100E-01 +- 4.420E-03 source= 1400+621 FLAGR2: Overall average rms= 1.783E-03 +- 1.950E-04 source= 1400+621 FLAGR2: Overall average amp= 9.337E-02 +- 4.441E-03 source= 1549+506 FLAGR2: Overall average rms= 1.711E-03 +- 1.425E-04 source= 1549+506 FLAGR2: Overall average amp= 3.784E-03 +- 4.642E-04 source= 1600+434 FLAGR2: Overall average rms= 1.358E-03 +- 1.292E-04 source= 1600+434 FLAGR2: Overall average amp= 9.297E-03 +- 1.778E-03 source= 1559+437 FLAGR2: Overall average rms= 1.635E-03 +- 2.167E-04 source= 1559+437 FLAGR2: Overall average amp= 3.196E-02 +- 1.445E-03 source= 1545+478 FLAGR2: Overall average rms= 1.706E-03 +- 2.291E-04 source= 1545+478 FLAGR2: Overall average amp= 7.906E-02 +- 3.381E-03 source= 1634+627 FLAGR2: Overall average rms= 1.712E-03 +- 1.556E-04 source= 1634+627 FLAGR2: Overall average amp= 8.014E-02 +- 4.508E-03 source= 1642+689 FLAGR2: Overall average rms= 1.767E-03 +- 2.051E-04 source= 1642+689 FLAGR2: Overall average amp= 4.196E-03 +- 7.066E-04 source= 1608+656 FLAGR2: Overall average rms= 1.419E-03 +- 1.066E-04 source= 1608+656 FLAGR2: Overall average amp= 5.217E-02 +- 2.312E-03 source= 1823+796 FLAGR2: Overall average rms= 1.731E-03 +- 1.956E-04 source= 1823+796 FLAGR2: Overall average amp= 4.283E-02 +- 2.067E-03 source= 1945+709 FLAGR2: Overall average rms= 1.729E-03 +- 1.926E-04 source= 1945+709 FLAGR2: Overall average amp= 2.871E-02 +- 2.400E-03 source= 1815+614 FLAGR2: Overall average rms= 1.698E-03 +- 1.853E-04 source= 1815+614 FLAGR2: Overall average amp= 8.713E-02 +- 4.851E-03 source= 2355+498 FLAGR2: Overall average rms= 1.842E-03 +- 2.306E-04 source= 2355+498 FLAGR2: Overall average amp= 1.007E-01 +- 5.105E-03 source= 2320+052 FLAGR2: Overall average rms= 1.879E-03 +- 1.883E-04 source= 2320+052 FLAGR2: Overall average amp= 3.738E-03 +- 3.115E-04 source= 2319+051 FLAGR2: Overall average rms= 1.424E-03 +- 1.043E-04 source= 2319+051 FLAGR2: Found 5 bad times, 130 total flags FLAGR2: Wrote 3 antenna & IF independent flags FLAGR2: Wrote 2 antenna independent, IF dependent flags FLAGR2: Wrote 125 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.8 Real= 50 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000125 . 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 2695 good solutions CALIB2: Failed on 1 solutions CALIB2: Average closure rms = 0.0089 +- 0.0053 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.16000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.44000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.26000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.09000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.03000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.02000 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.0 Real= 6 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_X.MODEL CALRD2: Create 3C286_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000125 . 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.0030 +- 0.0010 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.06250 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.21875 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.18750 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.09375 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.09375 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.2 Real= 25 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 674 merged records from 674 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.5 Real= 3 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 4050 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 674 merged records from 674 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.4 Real= 8 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000125 . 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.851E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.864E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.782E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.817E+00 CALIB2: Found 2046 good solutions CALIB2: Failed on 2 solutions CALIB2: Average closure rms = 0.0012 +- 0.0006 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.55128 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.30769 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.06410 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.01282 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.01282 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.7 Real= 13 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000125 . 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.196E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.199E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.211E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.235E+00 CALIB2: Found 216 good solutions CALIB2: Average closure rms = 0.0004 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.37500 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.37500 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.2 Real= 24 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1244+408 : 0 C 1 0.43929 +/- 0.00088 GETJY2: 2 0.43665 +/- 0.00089 GETJY2: 1035+564 : 0 A 1 0.76692 +/- 0.00250 GETJY2: 2 0.76191 +/- 0.00253 GETJY2: 1148+594 : 0 B 1 0.43653 +/- 0.00142 GETJY2: 2 0.43597 +/- 0.00126 GETJY2: 1400+621 : 0 C 1 1.10698 +/- 0.00216 GETJY2: 2 1.10152 +/- 0.00202 GETJY2: 1549+506 : 0 A 1 0.93648 +/- 0.00221 GETJY2: 2 0.93663 +/- 0.00209 GETJY2: 1545+478 : 0 B 1 0.31988 +/- 0.00074 GETJY2: 2 0.31807 +/- 0.00080 GETJY2: 1634+627 : 0 C 1 0.79261 +/- 0.00331 GETJY2: 2 0.78678 +/- 0.00305 GETJY2: 1642+689 : 0 A 1 0.79777 +/- 0.00867 GETJY2: 2 0.79647 +/- 0.00858 GETJY2: 1823+796 : 0 A 1 0.51806 +/- 0.00249 GETJY2: 2 0.51445 +/- 0.00276 GETJY2: 1945+709 : 0 B 1 0.42529 +/- 0.00209 GETJY2: 2 0.42309 +/- 0.00217 GETJY2: 2355+498 : 0 A 1 0.86614 +/- 0.00482 GETJY2: 2 0.86019 +/- 0.00488 GETJY2: 2320+052 : 0 A 1 1.00583 +/- 0.00340 GETJY2: 2 1.00368 +/- 0.00346 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 512 merged records from 512 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.5 Real= 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 4050 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 512 merged records from 512 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.4 Real= 8 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 20000125 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.2 Real= 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1331+305 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2335 0 2335 SPLIT2: Fully 0 0 47223 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 254 0 254 SPLIT2: Fully 0 0 6377 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 52 0 52 SPLIT2: Fully 0 0 7268 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 52 0 52 SPLIT2: Fully 0 0 7319 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 258 0 258 SPLIT2: Fully 0 0 7464 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 727 0 727 SPLIT2: Fully 0 0 13535 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 78 0 78 SPLIT2: Fully 0 0 19578 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 5967 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 172 0 172 SPLIT2: Fully 0 0 5265 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 260 0 260 SPLIT2: Fully 0 0 13780 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 694 0 694 SPLIT2: Fully 0 0 12787 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 466 0 466 SPLIT2: Fully 0 0 31826 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 155 0 155 SPLIT2: Fully 0 0 7892 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 208 0 208 SPLIT2: Fully 0 0 6461 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 104 0 104 SPLIT2: Fully 0 0 6916 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 258 0 258 SPLIT2: Fully 0 0 7464 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 384 0 384 SPLIT2: Fully 0 0 11693 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 570 0 570 SPLIT2: Fully 0 0 30617 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 1.5 Real= 5 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07181 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 111.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 6 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07181 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 49558 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.176E+05 IMAGR2: UVWAIT: Adding temperance S 2.353E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.267E+08 and out 1.993E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.184 due to weighting IMAGR2: UVWAIT: Average summed weight 1.176E+05 over 98761 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.11540E+09 IMAGR2: Field 1 Beam min = -112.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.234 x 0.678 arcsec, PA= 76.8 IMAGR2: Field 2 Sum of gridding weights = 2.11540E+09 IMAGR2: Field 2 Beam min = -112.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.234 x 0.678 arcsec, PA= 76.7 IMAGR2: Field 3 Sum of gridding weights = 2.11540E+09 IMAGR2: Field 3 Beam min = -111.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.236 x 0.678 arcsec, PA= 76.7 IMAGR2: Field 4 Sum of gridding weights = 2.11540E+09 IMAGR2: Field 4 Beam min = -112.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.232 x 0.678 arcsec, PA= 76.8 IMAGR2: Field 5 Sum of gridding weights = 2.11540E+09 IMAGR2: Field 5 Beam min = -111.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.235 x 0.678 arcsec, PA= 76.7 IMAGR2: Field 6 Sum of gridding weights = 2.11540E+09 IMAGR2: Field 6 Beam min = -112.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.232 x 0.678 arcsec, PA= 76.8 IMAGR2: Field 7 Sum of gridding weights = 2.11540E+09 IMAGR2: Field 7 Beam min = -112.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.233 x 0.678 arcsec, PA= 76.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -605.3 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -367.0 MilliJy,max = 783.3 MilliJy IMAGR2: Field 3 min = -257.6 MilliJy,max = 764.2 MilliJy IMAGR2: Field 4 min = -266.0 MilliJy,max = 444.5 MilliJy IMAGR2: Field 5 min = -276.7 MilliJy,max = 438.9 MilliJy IMAGR2: Field 6 min = -265.0 MilliJy,max = 767.2 MilliJy IMAGR2: Field 7 min = -335.3 MilliJy,max = 774.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 332.57 MilliJy IMAGR2: 9611 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.443 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 = -306.4 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 241.69 MilliJy IMAGR2: 2180 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.055 Jy iter= 17 IMAGR2: Field 1 Clean flux density= 4.308 Jy 17 comps IMAGR2: Total Cleaned flux density = 4.308 Jy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -165.2 MilliJy,max = 964.3 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 237.54 MilliJy IMAGR2: 81 Residual map points loaded IMAGR2: Field 1 min allowed flux = 472.852 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 4.933 Jy 26 comps IMAGR2: Total Cleaned flux density = 4.933 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -48.1 MilliJy,max = 65.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.557E-02 < Second best 7.381E-01 IMAGR2: Field 7 min = -49.8 MilliJy,max = 61.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.568E-02 < Second best 7.306E-01 IMAGR2: Field 6 min = -24.3 MilliJy,max = 60.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.745E-02 < Second best 7.278E-01 IMAGR2: Field 3 min = -28.9 MilliJy,max = 62.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.836E-02 < Second best 4.495E-01 IMAGR2: Field 1 min = -100.1 MilliJy,max = 432.5 MilliJy IMAGR2: BGC Clean: using 197 cell beam + residuals > 134.83 MilliJy IMAGR2: 47 Residual map points loaded IMAGR2: Field 1 min allowed flux = 210.466 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.212 Jy 35 comps IMAGR2: Total Cleaned flux density = 5.212 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -31.9 MilliJy,max = 32.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.694E-02 < Second best 2.940E-01 IMAGR2: Field 5 min = -33.7 MilliJy,max = 34.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.812E-02 < Second best 2.001E-01 IMAGR2: Field 1 min = -118.8 MilliJy,max = 195.2 MilliJy IMAGR2: BGC Clean: using 869 cell beam + residuals > 24.94 MilliJy IMAGR2: 3782 Residual map points loaded IMAGR2: Field 1 min allowed flux = -97.001 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 5.287 Jy 49 comps IMAGR2: Total Cleaned flux density = 5.287 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -90.1 MilliJy,max = 97.1 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 24.05 MilliJy IMAGR2: 1322 Residual map points loaded IMAGR2: Field 1 min allowed flux = 47.961 MilliJy iter= 79 IMAGR2: Field 1 Clean flux density= 5.272 Jy 79 comps IMAGR2: Total Cleaned flux density = 5.272 Jy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.0 MilliJy,max = 14.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.396E-02 < Second best 5.745E-02 IMAGR2: Field 6 min = -13.9 MilliJy,max = 15.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.498E-02 < Second best 5.568E-02 IMAGR2: Field 7 min = -21.2 MilliJy,max = 24.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.326E-02 < Second best 5.557E-02 IMAGR2: Field 2 min = -22.3 MilliJy,max = 24.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.301E-02 < Second best 4.563E-02 IMAGR2: Field 1 min = -48.0 MilliJy,max = 46.0 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 11.89 MilliJy IMAGR2: 5796 Residual map points loaded IMAGR2: Field 1 min allowed flux = -23.858 MilliJy iter= 155 IMAGR2: Field 1 Clean flux density= 5.281 Jy 155 comps IMAGR2: Total Cleaned flux density = 5.281 Jy 155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -15.5 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.278E-02 < Second best 2.694E-02 IMAGR2: Field 4 min = -14.2 MilliJy,max = 14.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.364E-02 < Second best 2.326E-02 IMAGR2: Field 7 min = -17.4 MilliJy,max = 20.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.944E-02 < Second best 2.301E-02 IMAGR2: Field 2 min = -17.6 MilliJy,max = 19.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.878E-02 < Second best 2.273E-02 IMAGR2: Field 1 min = -23.5 MilliJy,max = 24.0 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 8.93 MilliJy IMAGR2: 4327 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -13.981 MilliJy iter= 266 IMAGR2: Field 1 Clean flux density= 5.306 Jy 266 comps IMAGR2: Total Cleaned flux density = 5.306 Jy 266 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -17.2 MilliJy,max = 17.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.644E-02 < Second best 1.878E-02 IMAGR2: Field 2 min = -14.4 MilliJy,max = 16.9 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 9.00 MilliJy IMAGR2: 997 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 11.264 MilliJy iter= 72 IMAGR2: Field 2 Clean flux density= 32.714 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 5.339 Jy 338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -17.3 MilliJy,max = 16.7 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 9.00 MilliJy IMAGR2: 907 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -10.963 MilliJy iter= 77 IMAGR2: Field 7 Clean flux density= -11.981 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 5.327 Jy 415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.4 MilliJy,max = 13.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.294E-02 < Second best 1.396E-02 IMAGR2: Field 3 min = -13.2 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.259E-02 < Second best 1.364E-02 IMAGR2: Field 4 min = -12.7 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.237E-02 < Second best 1.334E-02 IMAGR2: Field 1 min = -13.2 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.49 MilliJy IMAGR2: 2702 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.891 MilliJy iter= 416 IMAGR2: Field 1 Clean flux density= 5.319 Jy 416 comps IMAGR2: Total Cleaned flux density = 5.339 Jy 565 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -11.9 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.47 MilliJy IMAGR2: 1730 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 9.138 MilliJy iter= 132 IMAGR2: Field 6 Clean flux density= 18.496 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 5.358 Jy 697 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -12.2 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.186E-02 < Second best 1.259E-02 IMAGR2: Field 3 min = -11.9 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.136E-02 < Second best 1.237E-02 IMAGR2: Field 4 min = -11.9 MilliJy,max = 12.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.29 MilliJy IMAGR2: 1996 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 8.893 MilliJy iter= 162 IMAGR2: Field 4 Clean flux density= 30.334 MilliJy 162 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 859 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -12.1 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.29 MilliJy IMAGR2: 2510 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 8.918 MilliJy iter= 203 IMAGR2: Field 5 Clean flux density= -11.472 MilliJy 203 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 1062 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -10.8 MilliJy,max = 11.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.24 MilliJy IMAGR2: 1041 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -8.279 MilliJy iter= 152 IMAGR2: Field 3 Clean flux density= 27.600 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 1214 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -11.8 MilliJy,max = 12.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.484E-03 < Second best 1.047E-02 IMAGR2: Field 7 min = -11.2 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.84 MilliJy IMAGR2: 1188 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -7.801 MilliJy iter= 247 IMAGR2: Field 7 Clean flux density= -7.722 MilliJy 247 comps IMAGR2: Total Cleaned flux density = 5.409 Jy 1384 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -11.3 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.82 MilliJy IMAGR2: 810 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 7.579 MilliJy iter= 231 IMAGR2: Field 2 Clean flux density= 32.587 MilliJy 231 comps IMAGR2: Total Cleaned flux density = 5.408 Jy 1543 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -9.8 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.62 MilliJy IMAGR2: 845 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.227 MilliJy iter= 561 IMAGR2: Field 1 Clean flux density= 5.314 Jy 561 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 1688 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -10.8 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.47 MilliJy IMAGR2: 1207 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 7.163 MilliJy iter= 318 IMAGR2: Field 6 Clean flux density= 16.603 MilliJy 318 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 1874 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -10.3 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.23 MilliJy IMAGR2: 1565 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 6.921 MilliJy iter= 417 IMAGR2: Field 5 Clean flux density= 16.519 MilliJy 417 comps IMAGR2: Total Cleaned flux density = 5.430 Jy 2088 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -9.8 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.00 MilliJy IMAGR2: 1960 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -6.754 MilliJy iter= 434 IMAGR2: Field 4 Clean flux density= -157.861 MicroJy 434 comps IMAGR2: Total Cleaned flux density = 5.400 Jy 2360 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -9.4 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.85 MilliJy IMAGR2: 1446 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -6.427 MilliJy iter= 388 IMAGR2: Field 3 Clean flux density= 19.459 MilliJy 388 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 2596 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -9.8 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.666E-03 < Second best 7.255E-03 IMAGR2: Field 2 min = -9.9 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.60 MilliJy IMAGR2: 683 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.944 MilliJy iter= 390 IMAGR2: Field 2 Clean flux density= 39.955 MilliJy 390 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 2755 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -8.4 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.50 MilliJy IMAGR2: 964 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.891 MilliJy iter= 757 IMAGR2: Field 1 Clean flux density= 5.305 Jy 757 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 2951 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -9.7 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.36 MilliJy IMAGR2: 1316 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.785 MilliJy iter= 554 IMAGR2: Field 6 Clean flux density= 20.496 MilliJy 554 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 3187 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -9.2 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.289E-03 < Second best 6.639E-03 IMAGR2: Field 5 min = -9.1 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.17 MilliJy IMAGR2: 2072 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.651 MilliJy iter= 722 IMAGR2: Field 5 Clean flux density= 27.095 MilliJy 722 comps IMAGR2: Total Cleaned flux density = 5.405 Jy 3492 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -8.6 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.98 MilliJy IMAGR2: 2068 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.436 MilliJy iter= 760 IMAGR2: Field 4 Clean flux density= -4.298 MilliJy 760 comps IMAGR2: Total Cleaned flux density = 5.400 Jy 3818 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -8.6 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.97 MilliJy IMAGR2: 539 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.216 MilliJy iter= 434 IMAGR2: Field 7 Clean flux density= 9.925 MilliJy 434 comps IMAGR2: Total Cleaned flux density = 5.418 Jy 4005 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -8.7 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.82 MilliJy IMAGR2: 1407 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.163 MilliJy iter= 673 IMAGR2: Field 3 Clean flux density= 29.237 MilliJy 673 comps IMAGR2: Total Cleaned flux density = 5.428 Jy 4290 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -8.7 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.362E-03 < Second best 5.646E-03 IMAGR2: Field 1 min = -6.9 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.65 MilliJy IMAGR2: 787 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.871 MilliJy iter= 953 IMAGR2: Field 1 Clean flux density= 5.303 Jy 953 comps IMAGR2: Total Cleaned flux density = 5.426 Jy 4486 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -8.6 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.54 MilliJy IMAGR2: 1288 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.823 MilliJy iter= 834 IMAGR2: Field 6 Clean flux density= 34.743 MilliJy 834 comps IMAGR2: Total Cleaned flux density = 5.440 Jy 4766 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -8.1 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.38 MilliJy IMAGR2: 1922 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.686 MilliJy iter= 1061 IMAGR2: Field 5 Clean flux density= 25.547 MilliJy 1061 comps IMAGR2: Total Cleaned flux density = 5.438 Jy 5105 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -8.0 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.36 MilliJy IMAGR2: 435 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.507 MilliJy iter= 552 IMAGR2: Field 2 Clean flux density= 42.031 MilliJy 552 comps IMAGR2: Total Cleaned flux density = 5.440 Jy 5267 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -7.7 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.21 MilliJy IMAGR2: 1690 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.473 MilliJy iter= 1092 IMAGR2: Field 4 Clean flux density= -673.965 MicroJy 1092 comps IMAGR2: Total Cleaned flux density = 5.444 Jy 5599 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -7.6 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.659E-03 < Second best 4.954E-03 IMAGR2: Field 3 min = -7.3 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.03 MilliJy IMAGR2: 1599 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.274 MilliJy iter= 1008 IMAGR2: Field 3 Clean flux density= 29.820 MilliJy 1008 comps IMAGR2: Total Cleaned flux density = 5.445 Jy 5934 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -5.7 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.97 MilliJy IMAGR2: 879 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.135 MilliJy iter= 1196 IMAGR2: Field 1 Clean flux density= 5.304 Jy 1196 comps IMAGR2: Total Cleaned flux density = 5.446 Jy 6177 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -7.2 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.96 MilliJy IMAGR2: 342 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -4.054 MilliJy iter= 574 IMAGR2: Field 7 Clean flux density= 17.360 MilliJy 574 comps IMAGR2: Total Cleaned flux density = 5.453 Jy 6317 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -7.9 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.85 MilliJy IMAGR2: 1086 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.026 MilliJy iter= 1110 IMAGR2: Field 6 Clean flux density= 36.530 MilliJy 1110 comps IMAGR2: Total Cleaned flux density = 5.455 Jy 6593 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -7.0 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.72 MilliJy IMAGR2: 1668 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.919 MilliJy iter= 1412 IMAGR2: Field 5 Clean flux density= 40.077 MilliJy 1412 comps IMAGR2: Total Cleaned flux density = 5.469 Jy 6944 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -6.8 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.072E-03 < Second best 4.296E-03 IMAGR2: Field 4 min = -7.1 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.56 MilliJy IMAGR2: 2271 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.787 MilliJy iter= 1540 IMAGR2: Field 4 Clean flux density= -5.483 MilliJy 1540 comps IMAGR2: Total Cleaned flux density = 5.464 Jy 7392 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -6.8 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.47 MilliJy IMAGR2: 1328 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.626 MilliJy iter= 1326 IMAGR2: Field 3 Clean flux density= 39.701 MilliJy 1326 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 7710 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -6.4 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.46 MilliJy IMAGR2: 574 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.566 MilliJy iter= 773 IMAGR2: Field 2 Clean flux density= 39.721 MilliJy 773 comps IMAGR2: Total Cleaned flux density = 5.472 Jy 7931 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 400 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.462 MilliJy iter= 1342 IMAGR2: Field 1 Clean flux density= 5.302 Jy 1342 comps IMAGR2: Total Cleaned flux density = 5.470 Jy 8077 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -6.2 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.36 MilliJy IMAGR2: 430 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.438 MilliJy iter= 757 IMAGR2: Field 7 Clean flux density= 20.405 MilliJy 757 comps IMAGR2: Total Cleaned flux density = 5.473 Jy 8260 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -7.4 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.28 MilliJy IMAGR2: 1433 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.425 MilliJy iter= 1462 IMAGR2: Field 6 Clean flux density= 36.966 MilliJy 1462 comps IMAGR2: Total Cleaned flux density = 5.473 Jy 8612 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -6.3 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.18 MilliJy IMAGR2: 1885 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.337 MilliJy iter= 1838 IMAGR2: Field 5 Clean flux density= 39.464 MilliJy 1838 comps IMAGR2: Total Cleaned flux density = 5.473 Jy 9038 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -6.3 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR2: 1782 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.215 MilliJy iter= 1956 IMAGR2: Field 4 Clean flux density= -2.250 MilliJy 1956 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 9454 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -6.3 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.00 MilliJy IMAGR2: 1061 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.104 MilliJy iter= 1638 IMAGR2: Field 3 Clean flux density= 33.830 MilliJy 1638 comps IMAGR2: Total Cleaned flux density = 5.470 Jy 9766 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -5.6 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR2: 499 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.027 MilliJy iter= 974 IMAGR2: Field 2 Clean flux density= 43.818 MilliJy 974 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 9967 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.93 MilliJy IMAGR2: 547 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.986 MilliJy iter= 1539 IMAGR2: Field 1 Clean flux density= 5.305 Jy 1539 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 10164 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -5.7 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR2: 437 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.949 MilliJy iter= 950 IMAGR2: Field 7 Clean flux density= 26.131 MilliJy 950 comps IMAGR2: Total Cleaned flux density = 5.483 Jy 10357 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -6.5 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.82 MilliJy IMAGR2: 1140 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.914 MilliJy iter= 1800 IMAGR2: Field 6 Clean flux density= 37.531 MilliJy 1800 comps IMAGR2: Total Cleaned flux density = 5.483 Jy 10695 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.73 MilliJy IMAGR2: 1824 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.845 MilliJy iter= 2293 IMAGR2: Field 5 Clean flux density= 52.373 MilliJy 2293 comps IMAGR2: Total Cleaned flux density = 5.496 Jy 11150 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -5.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR2: 1769 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.753 MilliJy iter= 2408 IMAGR2: Field 4 Clean flux density= 754.547 MicroJy 2408 comps IMAGR2: Total Cleaned flux density = 5.499 Jy 11602 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -5.8 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 1284 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.679 MilliJy iter= 2008 IMAGR2: Field 3 Clean flux density= 41.796 MilliJy 2008 comps IMAGR2: Total Cleaned flux density = 5.507 Jy 11972 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -4.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.56 MilliJy IMAGR2: 540 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.608 MilliJy iter= 1193 IMAGR2: Field 2 Clean flux density= 47.720 MilliJy 1193 comps IMAGR2: Total Cleaned flux density = 5.511 Jy 12191 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 536 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.569 MilliJy iter= 1744 IMAGR2: Field 1 Clean flux density= 5.308 Jy 1744 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 12396 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR2: 467 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.536 MilliJy iter= 1160 IMAGR2: Field 7 Clean flux density= 21.459 MilliJy 1160 comps IMAGR2: Total Cleaned flux density = 5.509 Jy 12606 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -6.1 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.44 MilliJy IMAGR2: 1379 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.518 MilliJy iter= 2186 IMAGR2: Field 6 Clean flux density= 28.792 MilliJy 2186 comps IMAGR2: Total Cleaned flux density = 5.501 Jy 12992 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -5.0 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 1928 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.463 MilliJy iter= 2789 IMAGR2: Field 5 Clean flux density= 54.183 MilliJy 2789 comps IMAGR2: Total Cleaned flux density = 5.502 Jy 13488 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -5.5 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 1672 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.386 MilliJy iter= 2882 IMAGR2: Field 4 Clean flux density= 13.725 MilliJy 2882 comps IMAGR2: Total Cleaned flux density = 5.515 Jy 13962 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 1186 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.318 MilliJy iter= 2379 IMAGR2: Field 3 Clean flux density= 53.540 MilliJy 2379 comps IMAGR2: Total Cleaned flux density = 5.527 Jy 14333 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 552 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.267 MilliJy iter= 1439 IMAGR2: Field 2 Clean flux density= 52.424 MilliJy 1439 comps IMAGR2: Total Cleaned flux density = 5.532 Jy 14579 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 495 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.232 MilliJy iter= 1948 IMAGR2: Field 1 Clean flux density= 5.312 Jy 1948 comps IMAGR2: Total Cleaned flux density = 5.537 Jy 14783 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -4.7 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR2: 564 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.210 MilliJy iter= 1406 IMAGR2: Field 7 Clean flux density= 31.328 MilliJy 1406 comps IMAGR2: Total Cleaned flux density = 5.546 Jy 15029 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 1380 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.186 MilliJy iter= 2594 IMAGR2: Field 6 Clean flux density= 27.652 MilliJy 2594 comps IMAGR2: Total Cleaned flux density = 5.545 Jy 15437 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -4.7 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR2: 1640 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.129 MilliJy iter= 3267 IMAGR2: Field 5 Clean flux density= 53.492 MilliJy 3267 comps IMAGR2: Total Cleaned flux density = 5.545 Jy 15915 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -5.2 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 1894 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.075 MilliJy iter= 3402 IMAGR2: Field 4 Clean flux density= 16.351 MilliJy 3402 comps IMAGR2: Total Cleaned flux density = 5.547 Jy 16435 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -5.2 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 1411 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.025 MilliJy iter= 2817 IMAGR2: Field 3 Clean flux density= 55.248 MilliJy 2817 comps IMAGR2: Total Cleaned flux density = 5.549 Jy 16873 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 541 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.975 MilliJy iter= 1692 IMAGR2: Field 2 Clean flux density= 47.691 MilliJy 1692 comps IMAGR2: Total Cleaned flux density = 5.544 Jy 17126 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 517 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.948 MilliJy iter= 2159 IMAGR2: Field 1 Clean flux density= 5.314 Jy 2159 comps IMAGR2: Total Cleaned flux density = 5.546 Jy 17337 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -4.3 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 616 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.929 MilliJy iter= 1680 IMAGR2: Field 7 Clean flux density= 34.589 MilliJy 1680 comps IMAGR2: Total Cleaned flux density = 5.549 Jy 17611 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 1432 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.908 MilliJy iter= 3039 IMAGR2: Field 6 Clean flux density= 19.725 MilliJy 3039 comps IMAGR2: Total Cleaned flux density = 5.541 Jy 18056 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -4.6 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 1775 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.869 MilliJy iter= 3813 IMAGR2: Field 5 Clean flux density= 53.499 MilliJy 3813 comps IMAGR2: Total Cleaned flux density = 5.541 Jy 18602 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -5.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 1865 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.820 MilliJy iter= 3950 IMAGR2: Field 4 Clean flux density= 16.809 MilliJy 3950 comps IMAGR2: Total Cleaned flux density = 5.542 Jy 19150 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -4.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 1296 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.773 MilliJy iter= 3255 IMAGR2: Field 3 Clean flux density= 58.182 MilliJy 3255 comps IMAGR2: Total Cleaned flux density = 5.545 Jy 19588 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 586 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.736 MilliJy iter= 1965 IMAGR2: Field 2 Clean flux density= 48.157 MilliJy 1965 comps IMAGR2: Total Cleaned flux density = 5.545 Jy 19861 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 537 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.713 MilliJy iter= 2387 IMAGR2: Field 1 Clean flux density= 5.317 Jy 2387 comps IMAGR2: Total Cleaned flux density = 5.548 Jy 20089 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -4.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 577 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.692 MilliJy iter= 1934 IMAGR2: Field 7 Clean flux density= 38.827 MilliJy 1934 comps IMAGR2: Total Cleaned flux density = 5.552 Jy 20343 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 1434 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.677 MilliJy iter= 3509 IMAGR2: Field 6 Clean flux density= 22.502 MilliJy 3509 comps IMAGR2: Total Cleaned flux density = 5.555 Jy 20813 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -4.3 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 1854 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.641 MilliJy iter= 4378 IMAGR2: Field 5 Clean flux density= 55.599 MilliJy 4378 comps IMAGR2: Total Cleaned flux density = 5.557 Jy 21378 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -4.9 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 1882 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.599 MilliJy iter= 4511 IMAGR2: Field 4 Clean flux density= 16.194 MilliJy 4511 comps IMAGR2: Total Cleaned flux density = 5.556 Jy 21939 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -4.4 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 1489 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.565 MilliJy iter= 3760 IMAGR2: Field 3 Clean flux density= 55.344 MilliJy 3760 comps IMAGR2: Total Cleaned flux density = 5.554 Jy 22444 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 577 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.529 MilliJy iter= 2240 IMAGR2: Field 2 Clean flux density= 47.685 MilliJy 2240 comps IMAGR2: Total Cleaned flux density = 5.553 Jy 22719 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 500 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.511 MilliJy iter= 2607 IMAGR2: Field 1 Clean flux density= 5.315 Jy 2607 comps IMAGR2: Total Cleaned flux density = 5.551 Jy 22939 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -3.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 736 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.499 MilliJy iter= 2249 IMAGR2: Field 7 Clean flux density= 41.769 MilliJy 2249 comps IMAGR2: Total Cleaned flux density = 5.554 Jy 23254 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -4.8 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 1626 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.486 MilliJy iter= 4046 IMAGR2: Field 6 Clean flux density= 20.864 MilliJy 4046 comps IMAGR2: Total Cleaned flux density = 5.552 Jy 23791 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -4.1 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 1913 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.450 MilliJy iter= 4957 IMAGR2: Field 5 Clean flux density= 56.267 MilliJy 4957 comps IMAGR2: Total Cleaned flux density = 5.553 Jy 24370 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -4.7 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 2163 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.424 MilliJy iter= 5148 IMAGR2: Field 4 Clean flux density= 14.768 MilliJy 5148 comps IMAGR2: Total Cleaned flux density = 5.552 Jy 25007 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -4.3 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 1541 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.392 MilliJy iter= 4279 IMAGR2: Field 3 Clean flux density= 57.628 MilliJy 4279 comps IMAGR2: Total Cleaned flux density = 5.554 Jy 25526 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 710 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.366 MilliJy iter= 2557 IMAGR2: Field 2 Clean flux density= 45.921 MilliJy 2557 comps IMAGR2: Total Cleaned flux density = 5.552 Jy 25843 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 470 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.348 MilliJy iter= 2832 IMAGR2: Field 1 Clean flux density= 5.318 Jy 2832 comps IMAGR2: Total Cleaned flux density = 5.555 Jy 26068 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -3.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 708 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.334 MilliJy iter= 2553 IMAGR2: Field 7 Clean flux density= 47.078 MilliJy 2553 comps IMAGR2: Total Cleaned flux density = 5.560 Jy 26372 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1576 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.322 MilliJy iter= 4567 IMAGR2: Field 6 Clean flux density= 18.988 MilliJy 4567 comps IMAGR2: Total Cleaned flux density = 5.558 Jy 26893 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 1913 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.296 MilliJy iter= 5569 IMAGR2: Field 5 Clean flux density= 53.543 MilliJy 5569 comps IMAGR2: Total Cleaned flux density = 5.556 Jy 27505 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -4.6 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1954 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.265 MilliJy iter= 5776 IMAGR2: Field 4 Clean flux density= 11.193 MilliJy 5776 comps IMAGR2: Total Cleaned flux density = 5.552 Jy 28133 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 1717 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.241 MilliJy iter= 4852 IMAGR2: Field 3 Clean flux density= 55.868 MilliJy 4852 comps IMAGR2: Total Cleaned flux density = 5.550 Jy 28706 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 785 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.217 MilliJy iter= 2907 IMAGR2: Field 2 Clean flux density= 50.974 MilliJy 2907 comps IMAGR2: Total Cleaned flux density = 5.555 Jy 29056 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 568 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.203 MilliJy iter= 3090 IMAGR2: Field 1 Clean flux density= 5.321 Jy 3090 comps IMAGR2: Total Cleaned flux density = 5.558 Jy 29314 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -3.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 867 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.194 MilliJy iter= 2930 IMAGR2: Field 7 Clean flux density= 47.883 MilliJy 2930 comps IMAGR2: Total Cleaned flux density = 5.559 Jy 29691 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 1872 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.185 MilliJy iter= 5181 IMAGR2: Field 6 Clean flux density= 16.117 MilliJy 5181 comps IMAGR2: Total Cleaned flux density = 5.556 Jy 30305 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 2187 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.164 MilliJy iter= 6235 IMAGR2: Field 5 Clean flux density= 61.704 MilliJy 6235 comps IMAGR2: Total Cleaned flux density = 5.564 Jy 30971 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -4.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 2185 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.142 MilliJy iter= 6479 IMAGR2: Field 4 Clean flux density= 7.639 MilliJy 6479 comps IMAGR2: Total Cleaned flux density = 5.561 Jy 31674 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1750 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.120 MilliJy iter= 5470 IMAGR2: Field 3 Clean flux density= 52.596 MilliJy 5470 comps IMAGR2: Total Cleaned flux density = 5.558 Jy 32292 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 637 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.097 MilliJy iter= 3223 IMAGR2: Field 2 Clean flux density= 49.859 MilliJy 3223 comps IMAGR2: Total Cleaned flux density = 5.557 Jy 32608 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 504 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.086 MilliJy iter= 3307 IMAGR2: Field 1 Clean flux density= 5.323 Jy 3307 comps IMAGR2: Total Cleaned flux density = 5.559 Jy 32825 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -3.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 810 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.077 MilliJy iter= 3299 IMAGR2: Field 7 Clean flux density= 46.043 MilliJy 3299 comps IMAGR2: Total Cleaned flux density = 5.557 Jy 33194 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1771 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.067 MilliJy iter= 5783 IMAGR2: Field 6 Clean flux density= 21.337 MilliJy 5783 comps IMAGR2: Total Cleaned flux density = 5.562 Jy 33796 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 2135 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.048 MilliJy iter= 6907 IMAGR2: Field 5 Clean flux density= 60.860 MilliJy 6907 comps IMAGR2: Total Cleaned flux density = 5.561 Jy 34468 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -4.5 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 2335 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.026 MilliJy iter= 7207 IMAGR2: Field 4 Clean flux density= 8.641 MilliJy 7207 comps IMAGR2: Total Cleaned flux density = 5.562 Jy 35196 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 986.46 MicroJy IMAGR2: 1994 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.009 MilliJy iter= 6126 IMAGR2: Field 3 Clean flux density= 55.683 MilliJy 6126 comps IMAGR2: Total Cleaned flux density = 5.565 Jy 35852 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 977.54 MicroJy IMAGR2: 842 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -989.904 MicroJy iter= 3603 IMAGR2: Field 2 Clean flux density= 50.804 MilliJy 3603 comps IMAGR2: Total Cleaned flux density = 5.566 Jy 36232 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 969.61 MicroJy IMAGR2: 529 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -980.388 MicroJy iter= 3554 IMAGR2: Field 1 Clean flux density= 5.322 Jy 3554 comps IMAGR2: Total Cleaned flux density = 5.565 Jy 36479 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 959.75 MicroJy IMAGR2: 881 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -971.551 MicroJy iter= 3685 IMAGR2: Field 7 Clean flux density= 48.347 MilliJy 3685 comps IMAGR2: Total Cleaned flux density = 5.567 Jy 36865 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 946.30 MicroJy IMAGR2: 2067 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -967.142 MicroJy iter= 6450 IMAGR2: Field 6 Clean flux density= 22.103 MilliJy 6450 comps IMAGR2: Total Cleaned flux density = 5.568 Jy 37532 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 929.94 MicroJy IMAGR2: 2439 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -952.867 MicroJy iter= 7667 IMAGR2: Field 5 Clean flux density= 60.775 MilliJy 7667 comps IMAGR2: Total Cleaned flux density = 5.568 Jy 38292 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -4.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 913.23 MicroJy IMAGR2: 2393 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -934.479 MicroJy iter= 7947 IMAGR2: Field 4 Clean flux density= 12.798 MilliJy 7947 comps IMAGR2: Total Cleaned flux density = 5.572 Jy 39032 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 899.96 MicroJy IMAGR2: 2047 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 919.938 MicroJy iter= 6830 IMAGR2: Field 3 Clean flux density= 52.869 MilliJy 6830 comps IMAGR2: Total Cleaned flux density = 5.569 Jy 39736 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 891.83 MicroJy IMAGR2: 868 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 902.349 MicroJy iter= 4003 IMAGR2: Field 2 Clean flux density= 52.457 MilliJy 4003 comps IMAGR2: Total Cleaned flux density = 5.571 Jy 40136 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 885.65 MicroJy IMAGR2: 598 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 899.827 MicroJy iter= 3788 IMAGR2: Field 1 Clean flux density= 5.322 Jy 3788 comps IMAGR2: Total Cleaned flux density = 5.571 Jy 40370 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.82 MicroJy IMAGR2: 1007 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -888.852 MicroJy iter= 4116 IMAGR2: Field 7 Clean flux density= 49.042 MilliJy 4116 comps IMAGR2: Total Cleaned flux density = 5.572 Jy 40801 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 865.58 MicroJy IMAGR2: 2018 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -883.685 MicroJy iter= 7153 IMAGR2: Field 6 Clean flux density= 21.953 MilliJy 7153 comps IMAGR2: Total Cleaned flux density = 5.572 Jy 41504 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 849.57 MicroJy IMAGR2: 2340 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -868.094 MicroJy iter= 8428 IMAGR2: Field 5 Clean flux density= 62.516 MilliJy 8428 comps IMAGR2: Total Cleaned flux density = 5.574 Jy 42265 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -4.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 835.59 MicroJy IMAGR2: 2615 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -859.068 MicroJy iter= 8720 IMAGR2: Field 4 Clean flux density= 11.111 MilliJy 8720 comps IMAGR2: Total Cleaned flux density = 5.572 Jy 43038 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 823.75 MicroJy IMAGR2: 2120 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -840.752 MicroJy iter= 7545 IMAGR2: Field 3 Clean flux density= 57.222 MilliJy 7545 comps IMAGR2: Total Cleaned flux density = 5.576 Jy 43753 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 816.68 MicroJy IMAGR2: 886 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -825.695 MicroJy iter= 4387 IMAGR2: Field 2 Clean flux density= 51.735 MilliJy 4387 comps IMAGR2: Total Cleaned flux density = 5.575 Jy 44137 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 811.15 MicroJy IMAGR2: 572 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 819.220 MicroJy iter= 4047 IMAGR2: Field 1 Clean flux density= 5.324 Jy 4047 comps IMAGR2: Total Cleaned flux density = 5.578 Jy 44396 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -2.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 803.04 MicroJy IMAGR2: 975 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -812.344 MicroJy iter= 4531 IMAGR2: Field 7 Clean flux density= 47.127 MilliJy 4531 comps IMAGR2: Total Cleaned flux density = 5.576 Jy 44811 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 792.55 MicroJy IMAGR2: 2168 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 808.062 MicroJy iter= 7862 IMAGR2: Field 6 Clean flux density= 23.029 MilliJy 7862 comps IMAGR2: Total Cleaned flux density = 5.577 Jy 45520 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 780.37 MicroJy IMAGR2: 2475 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 797.424 MicroJy iter= 9224 IMAGR2: Field 5 Clean flux density= 58.841 MilliJy 9224 comps IMAGR2: Total Cleaned flux density = 5.573 Jy 46316 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -4.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 767.85 MicroJy IMAGR2: 2872 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 785.214 MicroJy iter= 9593 IMAGR2: Field 4 Clean flux density= 13.087 MilliJy 9593 comps IMAGR2: Total Cleaned flux density = 5.575 Jy 47189 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 758.11 MicroJy IMAGR2: 2292 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -777.182 MicroJy iter= 8259 IMAGR2: Field 3 Clean flux density= 57.249 MilliJy 8259 comps IMAGR2: Total Cleaned flux density = 5.575 Jy 47903 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 752.65 MicroJy IMAGR2: 1024 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 761.349 MicroJy iter= 4822 IMAGR2: Field 2 Clean flux density= 51.892 MilliJy 4822 comps IMAGR2: Total Cleaned flux density = 5.576 Jy 48338 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 748.22 MicroJy IMAGR2: 621 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -760.362 MicroJy iter= 4277 IMAGR2: Field 1 Clean flux density= 5.326 Jy 4277 comps IMAGR2: Total Cleaned flux density = 5.577 Jy 48568 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -2.3 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 742.10 MicroJy IMAGR2: 1085 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 751.293 MicroJy iter= 5011 IMAGR2: Field 7 Clean flux density= 46.576 MilliJy 5011 comps IMAGR2: Total Cleaned flux density = 5.576 Jy 49048 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 733.17 MicroJy IMAGR2: 2222 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -750.313 MicroJy iter= 8537 IMAGR2: Field 6 Clean flux density= 23.076 MilliJy 8537 comps IMAGR2: Total Cleaned flux density = 5.576 Jy 49723 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 723.38 MicroJy IMAGR2: 2641 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 738.504 MicroJy iter= 10077 IMAGR2: Field 5 Clean flux density= 59.272 MilliJy 10077 comps IMAGR2: Total Cleaned flux density = 5.577 Jy 50576 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 711.93 MicroJy IMAGR2: 2782 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 731.831 MicroJy iter= 10392 IMAGR2: Field 4 Clean flux density= 13.662 MilliJy 10392 comps IMAGR2: Total Cleaned flux density = 5.577 Jy 51375 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 704.23 MicroJy IMAGR2: 2491 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 717.701 MicroJy iter= 9071 IMAGR2: Field 3 Clean flux density= 57.737 MilliJy 9071 comps IMAGR2: Total Cleaned flux density = 5.578 Jy 52187 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 698.33 MicroJy IMAGR2: 853 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 705.103 MicroJy iter= 5220 IMAGR2: Field 2 Clean flux density= 54.806 MilliJy 5220 comps IMAGR2: Total Cleaned flux density = 5.581 Jy 52585 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 694.55 MicroJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -705.125 MicroJy iter= 4508 IMAGR2: Field 1 Clean flux density= 5.325 Jy 4508 comps IMAGR2: Total Cleaned flux density = 5.580 Jy 52816 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -2.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 688.57 MicroJy IMAGR2: 1053 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 696.031 MicroJy iter= 5467 IMAGR2: Field 7 Clean flux density= 48.610 MilliJy 5467 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 53272 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 682.45 MicroJy IMAGR2: 2715 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -696.048 MicroJy iter= 9407 IMAGR2: Field 6 Clean flux density= 26.786 MilliJy 9407 comps IMAGR2: Total Cleaned flux density = 5.586 Jy 54142 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.03 MicroJy IMAGR2: 2669 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 686.684 MicroJy iter= 10924 IMAGR2: Field 5 Clean flux density= 53.699 MilliJy 10924 comps IMAGR2: Total Cleaned flux density = 5.580 Jy 54989 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 665.04 MicroJy IMAGR2: 3054 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 679.805 MicroJy iter= 11371 IMAGR2: Field 4 Clean flux density= 14.837 MilliJy 11371 comps IMAGR2: Total Cleaned flux density = 5.581 Jy 55968 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 658.21 MicroJy IMAGR2: 2658 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 674.292 MicroJy iter= 9872 IMAGR2: Field 3 Clean flux density= 60.844 MilliJy 9872 comps IMAGR2: Total Cleaned flux density = 5.585 Jy 56769 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 654.48 MicroJy IMAGR2: 968 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 661.048 MicroJy iter= 5657 IMAGR2: Field 2 Clean flux density= 55.446 MilliJy 5657 comps IMAGR2: Total Cleaned flux density = 5.585 Jy 57206 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -999.7 MicroJy,max = 982.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 651.54 MicroJy IMAGR2: 649 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 660.903 MicroJy iter= 4763 IMAGR2: Field 1 Clean flux density= 5.327 Jy 4763 comps IMAGR2: Total Cleaned flux density = 5.587 Jy 57461 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 646.88 MicroJy IMAGR2: 996 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -653.048 MicroJy iter= 5896 IMAGR2: Field 7 Clean flux density= 50.045 MilliJy 5896 comps IMAGR2: Total Cleaned flux density = 5.588 Jy 57890 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 638.36 MicroJy IMAGR2: 2318 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 649.528 MicroJy iter= 10145 IMAGR2: Field 6 Clean flux density= 27.813 MilliJy 10145 comps IMAGR2: Total Cleaned flux density = 5.589 Jy 58628 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 630.80 MicroJy IMAGR2: 2674 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 642.357 MicroJy iter= 11782 IMAGR2: Field 5 Clean flux density= 53.077 MilliJy 11782 comps IMAGR2: Total Cleaned flux density = 5.589 Jy 59486 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 621.56 MicroJy IMAGR2: 2896 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -639.504 MicroJy iter= 12213 IMAGR2: Field 4 Clean flux density= 15.394 MilliJy 12213 comps IMAGR2: Total Cleaned flux density = 5.589 Jy 60328 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 614.29 MicroJy IMAGR2: 2725 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -625.870 MicroJy iter= 10746 IMAGR2: Field 3 Clean flux density= 59.896 MilliJy 10746 comps IMAGR2: Total Cleaned flux density = 5.588 Jy 61202 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 610.26 MicroJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 616.476 MicroJy iter= 6138 IMAGR2: Field 2 Clean flux density= 54.152 MilliJy 6138 comps IMAGR2: Total Cleaned flux density = 5.587 Jy 61683 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 969.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 607.29 MicroJy IMAGR2: 775 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -617.542 MicroJy iter= 5043 IMAGR2: Field 1 Clean flux density= 5.327 Jy 5043 comps IMAGR2: Total Cleaned flux density = 5.587 Jy 61963 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 603.85 MicroJy IMAGR2: 1279 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -610.418 MicroJy iter= 6416 IMAGR2: Field 7 Clean flux density= 49.892 MilliJy 6416 comps IMAGR2: Total Cleaned flux density = 5.587 Jy 62483 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.89 MicroJy IMAGR2: 2916 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -610.923 MicroJy iter= 11064 IMAGR2: Field 6 Clean flux density= 27.202 MilliJy 11064 comps IMAGR2: Total Cleaned flux density = 5.587 Jy 63402 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 593.94 MicroJy IMAGR2: 3066 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -609.250 MicroJy iter= 12662 IMAGR2: Field 5 Clean flux density= 48.398 MilliJy 12662 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 64282 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 587.94 MicroJy IMAGR2: 3037 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 599.692 MicroJy iter= 13217 IMAGR2: Field 4 Clean flux density= 17.052 MilliJy 13217 comps IMAGR2: Total Cleaned flux density = 5.584 Jy 65286 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 582.45 MicroJy IMAGR2: 2594 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 595.474 MicroJy iter= 11533 IMAGR2: Field 3 Clean flux density= 57.749 MilliJy 11533 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 66073 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 578.96 MicroJy IMAGR2: 988 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 583.994 MicroJy iter= 6583 IMAGR2: Field 2 Clean flux density= 54.323 MilliJy 6583 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 66518 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -941.7 MicroJy,max = 849.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 576.54 MicroJy IMAGR2: 692 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -585.863 MicroJy iter= 5286 IMAGR2: Field 1 Clean flux density= 5.328 Jy 5286 comps IMAGR2: Total Cleaned flux density = 5.583 Jy 66761 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 570.21 MicroJy IMAGR2: 2263 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 583.135 MicroJy iter= 11769 IMAGR2: Field 6 Clean flux density= 27.102 MilliJy 11769 comps IMAGR2: Total Cleaned flux density = 5.583 Jy 67466 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.91 MicroJy IMAGR2: 1274 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 571.630 MicroJy iter= 6953 IMAGR2: Field 7 Clean flux density= 49.773 MilliJy 6953 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 68003 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 559.50 MicroJy IMAGR2: 3072 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -569.669 MicroJy iter= 13625 IMAGR2: Field 5 Clean flux density= 48.013 MilliJy 13625 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 68966 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.16 MicroJy IMAGR2: 3226 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 568.408 MicroJy iter= 14155 IMAGR2: Field 4 Clean flux density= 16.048 MilliJy 14155 comps IMAGR2: Total Cleaned flux density = 5.581 Jy 69904 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 548.56 MicroJy IMAGR2: 3042 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 558.744 MicroJy iter= 12507 IMAGR2: Field 3 Clean flux density= 58.099 MilliJy 12507 comps IMAGR2: Total Cleaned flux density = 5.581 Jy 70878 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -872.5 MicroJy,max = 881.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 547.12 MicroJy IMAGR2: 953 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -552.474 MicroJy iter= 5660 IMAGR2: Field 1 Clean flux density= 5.329 Jy 5660 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 71252 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 543.62 MicroJy IMAGR2: 852 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -547.855 MicroJy iter= 6938 IMAGR2: Field 2 Clean flux density= 51.958 MilliJy 6938 comps IMAGR2: Total Cleaned flux density = 5.580 Jy 71607 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 541.83 MicroJy IMAGR2: 3239 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 551.898 MicroJy iter= 12808 IMAGR2: Field 6 Clean flux density= 29.155 MilliJy 12808 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 72646 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 538.15 MicroJy IMAGR2: 1068 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 542.792 MicroJy iter= 7422 IMAGR2: Field 7 Clean flux density= 49.581 MilliJy 7422 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 73115 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 532.75 MicroJy IMAGR2: 2956 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -546.430 MicroJy iter= 14483 IMAGR2: Field 5 Clean flux density= 45.273 MilliJy 14483 comps IMAGR2: Total Cleaned flux density = 5.579 Jy 73973 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 527.66 MicroJy IMAGR2: 3185 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -540.709 MicroJy iter= 15128 IMAGR2: Field 4 Clean flux density= 20.132 MilliJy 15128 comps IMAGR2: Total Cleaned flux density = 5.583 Jy 74946 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.78 MicroJy IMAGR2: 2856 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -534.426 MicroJy iter= 13356 IMAGR2: Field 3 Clean flux density= 56.742 MilliJy 13356 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 75795 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 515.79 MicroJy IMAGR2: 2165 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 525.703 MicroJy iter= 13497 IMAGR2: Field 6 Clean flux density= 28.331 MilliJy 13497 comps IMAGR2: Total Cleaned flux density = 5.581 Jy 76484 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -880.5 MicroJy,max = 871.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 512.79 MicroJy IMAGR2: 994 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 522.457 MicroJy iter= 6008 IMAGR2: Field 1 Clean flux density= 5.328 Jy 6008 comps IMAGR2: Total Cleaned flux density = 5.580 Jy 76832 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 511.79 MicroJy IMAGR2: 1564 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -517.760 MicroJy iter= 7568 IMAGR2: Field 2 Clean flux density= 55.644 MilliJy 7568 comps IMAGR2: Total Cleaned flux density = 5.584 Jy 77462 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 507.68 MicroJy IMAGR2: 3175 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 516.519 MicroJy iter= 15483 IMAGR2: Field 5 Clean flux density= 44.317 MilliJy 15483 comps IMAGR2: Total Cleaned flux density = 5.583 Jy 78462 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 504.57 MicroJy IMAGR2: 1229 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -509.331 MicroJy iter= 7934 IMAGR2: Field 7 Clean flux density= 50.051 MilliJy 7934 comps IMAGR2: Total Cleaned flux density = 5.584 Jy 78974 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 500.43 MicroJy IMAGR2: 3729 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 513.580 MicroJy iter= 16215 IMAGR2: Field 4 Clean flux density= 21.230 MilliJy 16215 comps IMAGR2: Total Cleaned flux density = 5.585 Jy 80061 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 496.61 MicroJy IMAGR2: 3105 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -505.033 MicroJy iter= 14340 IMAGR2: Field 3 Clean flux density= 60.415 MilliJy 14340 comps IMAGR2: Total Cleaned flux density = 5.588 Jy 81045 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 495.81 MicroJy IMAGR2: 2896 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 506.750 MicroJy iter= 14362 IMAGR2: Field 6 Clean flux density= 28.384 MilliJy 14362 comps IMAGR2: Total Cleaned flux density = 5.588 Jy 81910 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -854.0 MicroJy,max = 848.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 493.99 MicroJy IMAGR2: 845 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -502.860 MicroJy iter= 6289 IMAGR2: Field 1 Clean flux density= 5.329 Jy 6289 comps IMAGR2: Total Cleaned flux density = 5.589 Jy 82191 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 490.49 MicroJy IMAGR2: 941 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 494.398 MicroJy iter= 7966 IMAGR2: Field 2 Clean flux density= 55.150 MilliJy 7966 comps IMAGR2: Total Cleaned flux density = 5.588 Jy 82589 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 486.58 MicroJy IMAGR2: 3139 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -498.794 MicroJy iter= 16425 IMAGR2: Field 5 Clean flux density= 42.737 MilliJy 16425 comps IMAGR2: Total Cleaned flux density = 5.587 Jy 83531 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.75 MicroJy IMAGR2: 2855 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -491.905 MicroJy iter= 17096 IMAGR2: Field 4 Clean flux density= 23.673 MilliJy 17096 comps IMAGR2: Total Cleaned flux density = 5.589 Jy 84412 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 478.92 MicroJy IMAGR2: 1646 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -484.224 MicroJy iter= 8586 IMAGR2: Field 7 Clean flux density= 48.118 MilliJy 8586 comps IMAGR2: Total Cleaned flux density = 5.587 Jy 85064 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 474.07 MicroJy IMAGR2: 2290 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 483.410 MicroJy iter= 15079 IMAGR2: Field 6 Clean flux density= 29.723 MilliJy 15079 comps IMAGR2: Total Cleaned flux density = 5.589 Jy 85781 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 469.17 MicroJy IMAGR2: 3145 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 480.042 MicroJy iter= 15302 IMAGR2: Field 3 Clean flux density= 58.876 MilliJy 15302 comps IMAGR2: Total Cleaned flux density = 5.587 Jy 86743 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -820.3 MicroJy,max = 830.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 467.22 MicroJy IMAGR2: 874 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 474.416 MicroJy iter= 6595 IMAGR2: Field 1 Clean flux density= 5.328 Jy 6595 comps IMAGR2: Total Cleaned flux density = 5.587 Jy 87049 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 463.44 MicroJy IMAGR2: 3423 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 473.487 MicroJy iter= 17458 IMAGR2: Field 5 Clean flux density= 38.403 MilliJy 17458 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 88082 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 461.89 MicroJy IMAGR2: 1460 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 466.607 MicroJy iter= 8565 IMAGR2: Field 2 Clean flux density= 53.866 MilliJy 8565 comps IMAGR2: Total Cleaned flux density = 5.581 Jy 88681 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 459.61 MicroJy IMAGR2: 3503 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -470.568 MicroJy iter= 18145 IMAGR2: Field 4 Clean flux density= 22.842 MilliJy 18145 comps IMAGR2: Total Cleaned flux density = 5.580 Jy 89730 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.67 MicroJy IMAGR2: 1448 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 460.794 MicroJy iter= 9166 IMAGR2: Field 7 Clean flux density= 50.543 MilliJy 9166 comps IMAGR2: Total Cleaned flux density = 5.583 Jy 90310 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 455.30 MicroJy IMAGR2: 2876 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 464.900 MicroJy iter= 15922 IMAGR2: Field 6 Clean flux density= 31.333 MilliJy 15922 comps IMAGR2: Total Cleaned flux density = 5.584 Jy 91153 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 453.24 MicroJy IMAGR2: 3450 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -460.528 MicroJy iter= 16347 IMAGR2: Field 3 Clean flux density= 60.838 MilliJy 16347 comps IMAGR2: Total Cleaned flux density = 5.586 Jy 92198 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -838.8 MicroJy,max = 791.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 452.20 MicroJy IMAGR2: 928 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -459.271 MicroJy iter= 6902 IMAGR2: Field 1 Clean flux density= 5.330 Jy 6902 comps IMAGR2: Total Cleaned flux density = 5.588 Jy 92505 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.58 MicroJy IMAGR2: 2962 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -459.984 MicroJy iter= 18342 IMAGR2: Field 5 Clean flux density= 37.671 MilliJy 18342 comps IMAGR2: Total Cleaned flux density = 5.587 Jy 93389 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 445.37 MicroJy IMAGR2: 3144 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 455.727 MicroJy iter= 19096 IMAGR2: Field 4 Clean flux density= 25.429 MilliJy 19096 comps IMAGR2: Total Cleaned flux density = 5.590 Jy 94340 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 442.86 MicroJy IMAGR2: 1201 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -446.439 MicroJy iter= 9042 IMAGR2: Field 2 Clean flux density= 55.119 MilliJy 9042 comps IMAGR2: Total Cleaned flux density = 5.591 Jy 94817 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 440.24 MicroJy IMAGR2: 2676 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 448.811 MicroJy iter= 16770 IMAGR2: Field 6 Clean flux density= 29.693 MilliJy 16770 comps IMAGR2: Total Cleaned flux density = 5.590 Jy 95665 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 437.62 MicroJy IMAGR2: 1210 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -440.974 MicroJy iter= 9641 IMAGR2: Field 7 Clean flux density= 50.667 MilliJy 9641 comps IMAGR2: Total Cleaned flux density = 5.590 Jy 96140 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 432.59 MicroJy IMAGR2: 2855 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -442.064 MicroJy iter= 17207 IMAGR2: Field 3 Clean flux density= 59.882 MilliJy 17207 comps IMAGR2: Total Cleaned flux density = 5.589 Jy 97000 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.25 MicroJy IMAGR2: 3432 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -437.104 MicroJy iter= 19466 IMAGR2: Field 5 Clean flux density= 34.758 MilliJy 19466 comps IMAGR2: Total Cleaned flux density = 5.586 Jy 98124 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -783.3 MicroJy,max = 815.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 428.31 MicroJy IMAGR2: 872 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 431.835 MicroJy iter= 7235 IMAGR2: Field 1 Clean flux density= 5.330 Jy 7235 comps IMAGR2: Total Cleaned flux density = 5.586 Jy 98457 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 425.15 MicroJy IMAGR2: 3526 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -434.111 MicroJy iter= 20168 IMAGR2: Field 4 Clean flux density= 24.137 MilliJy 20168 comps IMAGR2: Total Cleaned flux density = 5.585 Jy 99529 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 422.45 MicroJy IMAGR2: 2693 Residual map points loaded IMAGR2: Field 6 min Clean flux = -430.801 MicroJy iter= 17571 IMAGR2: Field 6 Clean flux density= 29.973 MilliJy 17571 comps IMAGR2: Total Cleaned flux density = 5.585 Jy 100330 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 416.21 MicroJy IMAGR2: 2345 Residual map points loaded IMAGR2: Field 2 min Clean flux = -430.724 MicroJy iter= 9707 IMAGR2: Field 2 Clean flux density= 52.967 MilliJy 9707 comps IMAGR2: Total Cleaned flux density = 5.583 Jy 100995 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 409.48 MicroJy IMAGR2: 4014 Residual map points loaded IMAGR2: Field 3 min Clean flux = 430.847 MicroJy iter= 18021 IMAGR2: Field 3 Clean flux density= 58.995 MilliJy 18021 comps IMAGR2: Total Cleaned flux density = 5.582 Jy 101809 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.74 MicroJy IMAGR2: 3357 Residual map points loaded IMAGR2: Field 7 min Clean flux = -430.849 MicroJy iter= 10169 IMAGR2: Field 7 Clean flux density= 51.505 MilliJy 10169 comps IMAGR2: Total Cleaned flux density = 5.583 Jy 102337 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 383.89 MicroJy IMAGR2: 6573 Residual map points loaded IMAGR2: Field 5 min Clean flux = 430.858 MicroJy iter= 20225 IMAGR2: Field 5 Clean flux density= 33.281 MilliJy 20225 comps IMAGR2: Total Cleaned flux density = 5.581 Jy 103096 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 357.57 MicroJy IMAGR2: 12399 Residual map points loaded IMAGR2: Field 4 min Clean flux = -430.820 MicroJy iter= 20923 IMAGR2: Field 4 Clean flux density= 26.276 MilliJy 20923 comps IMAGR2: Total Cleaned flux density = 5.583 Jy 103851 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Field 1 min = -757.3 MicroJy,max = 701.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 300.08 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min Clean flux = -430.654 MicroJy iter= 7423 IMAGR2: Field 1 Clean flux density= 5.330 Jy 7423 comps IMAGR2: Total Cleaned flux density = 5.583 Jy 104039 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49558 Pts IMAGR2: Peak residual in window 430.858 less than limit 430.865 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 7423 to 2910 components IMAGR2: Field 2 compressed from 9707 to 3718 components IMAGR2: Field 3 compressed from 18021 to 5820 components IMAGR2: Field 4 compressed from 20923 to 6962 components IMAGR2: Field 5 compressed from 20225 to 6765 components IMAGR2: Field 6 compressed from 17571 to 5765 components IMAGR2: Field 7 compressed from 10169 to 3856 components IMAGR2: Field 1 min = -757.3 MicroJy,max = 673.5 MicroJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -5.916 MilliJy ( 133 CCs) from field 1 to field 2 IMAGR2: Restore -37.501 MilliJy ( 447 CCs) from field 1 to field 3 IMAGR2: Restore 68.440 MilliJy ( 562 CCs) from field 1 to field 4 IMAGR2: Restore -79.663 MilliJy ( 592 CCs) from field 1 to field 5 IMAGR2: Restore 28.008 MilliJy ( 548 CCs) from field 1 to field 6 IMAGR2: Restore -4.050 MilliJy ( 201 CCs) from field 1 to field 7 IMAGR2: Restore 9.073 MilliJy ( 179 CCs) from field 2 to field 1 IMAGR2: Restore 15.263 MilliJy ( 342 CCs) from field 2 to field 3 IMAGR2: Restore 21.460 MilliJy ( 432 CCs) from field 2 to field 4 IMAGR2: Restore 14.935 MilliJy ( 446 CCs) from field 3 to field 1 IMAGR2: Restore 7.697 MilliJy ( 327 CCs) from field 3 to field 2 IMAGR2: Restore 15.943 MilliJy ( 383 CCs) from field 3 to field 5 IMAGR2: Restore -1.852 MilliJy ( 522 CCs) from field 4 to field 1 IMAGR2: Restore -19.847 MilliJy ( 481 CCs) from field 4 to field 2 IMAGR2: Restore 24.866 MilliJy ( 531 CCs) from field 4 to field 6 IMAGR2: Restore 4.617 MilliJy ( 423 CCs) from field 5 to field 1 IMAGR2: Restore -21.911 MilliJy ( 573 CCs) from field 5 to field 3 IMAGR2: Restore 31.535 MilliJy ( 411 CCs) from field 5 to field 7 IMAGR2: Restore -6.867 MilliJy ( 298 CCs) from field 6 to field 1 IMAGR2: Restore -6.758 MilliJy ( 412 CCs) from field 6 to field 4 IMAGR2: Restore -10.555 MilliJy ( 250 CCs) from field 6 to field 7 IMAGR2: Restore -1.533 MilliJy ( 118 CCs) from field 7 to field 1 IMAGR2: Restore 8.887 MilliJy ( 478 CCs) from field 7 to field 5 IMAGR2: Restore -4.024 MilliJy ( 400 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.348 Jy IMAGR2: Field 2 final Clean flux 34.901 MilliJy IMAGR2: Field 3 final Clean flux 14.846 MilliJy IMAGR2: Field 4 final Clean flux 109.417 MilliJy IMAGR2: Field 5 final Clean flux -21.553 MilliJy IMAGR2: Field 6 final Clean flux 78.823 MilliJy IMAGR2: Field 7 final Clean flux 68.435 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= 294.0 Real= 2099 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 20000125.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000125.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07181 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1963 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 121.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= 0.9 Real= 6 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.1963 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 6631 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.060E+04 IMAGR2: UVWAIT: Adding temperance S 6.119E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.602E+07 and out 2.004E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.141 due to weighting IMAGR2: UVWAIT: Average summed weight 3.060E+04 over 13009 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.12791E+08 IMAGR2: Field 1 Beam min = -195.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.637 x 0.680 arcsec, PA= 71.5 IMAGR2: Field 2 Sum of gridding weights = 2.12791E+08 IMAGR2: Field 2 Beam min = -195.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.638 x 0.681 arcsec, PA= 71.5 IMAGR2: Field 3 Sum of gridding weights = 2.12790E+08 IMAGR2: Field 3 Beam min = -130.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.640 x 0.680 arcsec, PA= 71.5 IMAGR2: Field 4 Sum of gridding weights = 2.12790E+08 IMAGR2: Field 4 Beam min = -118.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.635 x 0.680 arcsec, PA= 71.6 IMAGR2: Field 5 Sum of gridding weights = 2.12790E+08 IMAGR2: Field 5 Beam min = -130.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.639 x 0.680 arcsec, PA= 71.5 IMAGR2: Field 6 Sum of gridding weights = 2.12790E+08 IMAGR2: Field 6 Beam min = -131.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.633 x 0.680 arcsec, PA= 71.6 IMAGR2: Field 7 Sum of gridding weights = 2.12791E+08 IMAGR2: Field 7 Beam min = -195.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.636 x 0.680 arcsec, PA= 71.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -45.5 MilliJy,max = 433.5 MilliJy IMAGR2: Field 2 min = -36.5 MilliJy,max = 168.7 MilliJy IMAGR2: Field 3 min = -45.3 MilliJy,max = 183.9 MilliJy IMAGR2: Field 4 min = -47.0 MilliJy,max = 131.6 MilliJy IMAGR2: Field 5 min = -44.1 MilliJy,max = 129.5 MilliJy IMAGR2: Field 6 min = -44.5 MilliJy,max = 188.6 MilliJy IMAGR2: Field 7 min = -35.2 MilliJy,max = 168.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 75.17 MilliJy IMAGR2: 1598 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 257.421 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 203.284 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 203.284 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 = -25.1 MilliJy,max = 232.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 44.63 MilliJy IMAGR2: 1026 Residual map points loaded IMAGR2: Field 1 min allowed flux = 114.668 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 337.341 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 337.341 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.9 MilliJy,max = 47.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.475E-02 < Second best 1.751E-01 IMAGR2: Field 3 min = -11.5 MilliJy,max = 43.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.129E-02 < Second best 1.254E-01 IMAGR2: Field 4 min = -11.9 MilliJy,max = 32.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.112E-02 < Second best 1.234E-01 IMAGR2: Field 5 min = -10.6 MilliJy,max = 30.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.914E-02 < Second best 1.091E-01 IMAGR2: Field 1 min = -11.9 MilliJy,max = 103.3 MilliJy IMAGR2: BGC Clean: using 825 cell beam + residuals > 35.16 MilliJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 1 min allowed flux = 51.433 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 397.043 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 397.043 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.9 MilliJy,max = 17.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.278E-02 < Second best 9.324E-02 IMAGR2: Field 7 min = -5.6 MilliJy,max = 19.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.227E-02 < Second best 4.893E-02 IMAGR2: Field 1 min = -7.1 MilliJy,max = 46.9 MilliJy IMAGR2: BGC Clean: using 1917 cell beam + residuals > 9.81 MilliJy IMAGR2: 1026 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.707 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 427.103 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 427.103 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.8 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.750E-03 < Second best 4.129E-02 IMAGR2: Field 3 min = -5.0 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.245E-03 < Second best 3.112E-02 IMAGR2: Field 4 min = -5.1 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.632E-03 < Second best 2.914E-02 IMAGR2: Field 5 min = -4.1 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.387E-03 < Second best 2.160E-02 IMAGR2: Field 1 min = -6.0 MilliJy,max = 20.5 MilliJy IMAGR2: BGC Clean: using 1885 cell beam + residuals > 4.71 MilliJy IMAGR2: 1516 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.835 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 440.286 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 440.286 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.363E-03 < Second best 1.227E-02 IMAGR2: Field 7 min = -4.7 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.626E-03 < Second best 9.750E-03 IMAGR2: Field 6 min = -5.4 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.470E-03 < Second best 9.362E-03 IMAGR2: Field 1 min = -5.6 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 3.30 MilliJy IMAGR2: 1557 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.659 MilliJy iter= 62 IMAGR2: Field 1 Clean flux density= 447.921 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 447.921 MilliJy 62 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.6 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.363E-03 < Second best 8.245E-03 IMAGR2: Field 3 min = -5.5 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.538E-03 < Second best 6.470E-03 IMAGR2: Field 6 min = -4.9 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.810E-03 < Second best 6.387E-03 IMAGR2: Field 5 min = -5.3 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 825 cell beam + residuals > 2.77 MilliJy IMAGR2: 2853 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.048 MilliJy iter= 36 IMAGR2: Field 5 Clean flux density= 405.070 MicroJy 36 comps IMAGR2: Total Cleaned flux density = 448.327 MilliJy 98 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.6 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.484E-03 < Second best 5.538E-03 IMAGR2: Field 3 min = -5.0 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.825E-03 < Second best 5.363E-03 IMAGR2: Field 4 min = -5.5 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 825 cell beam + residuals > 2.77 MilliJy IMAGR2: 2723 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.838 MilliJy iter= 45 IMAGR2: Field 4 Clean flux density= 655.721 MicroJy 45 comps IMAGR2: Total Cleaned flux density = 448.982 MilliJy 143 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.037E-03 < Second best 4.825E-03 IMAGR2: Field 3 min = -4.8 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.543E-03 < Second best 4.810E-03 IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.166E-03 < Second best 4.543E-03 IMAGR2: BGC Clean: using 1449 cell beam + residuals > 2.64 MilliJy IMAGR2: 1755 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.268 MilliJy iter= 38 IMAGR2: Field 3 Clean flux density= -885.373 MicroJy 38 comps IMAGR2: Total Cleaned flux density = 448.097 MilliJy 181 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.050E-03 < Second best 4.442E-03 IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR2: 1394 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.285 MilliJy iter= 133 IMAGR2: Field 1 Clean flux density= 456.117 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 456.292 MilliJy 252 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.9 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.729E-03 < Second best 4.050E-03 IMAGR2: Field 7 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.691E-03 < Second best 4.037E-03 IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.42 MilliJy IMAGR2: 160 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.644 MilliJy iter= 23 IMAGR2: Field 2 Clean flux density= 42.159 MicroJy 23 comps IMAGR2: Total Cleaned flux density = 456.334 MilliJy 275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.0 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.29 MilliJy IMAGR2: 1777 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.769 MilliJy iter= 96 IMAGR2: Field 5 Clean flux density= -524.731 MicroJy 96 comps IMAGR2: Total Cleaned flux density = 455.405 MilliJy 335 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.29 MilliJy IMAGR2: 1280 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.664 MilliJy iter= 57 IMAGR2: Field 6 Clean flux density= -4.047 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 451.358 MilliJy 392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.216E-03 < Second best 3.668E-03 IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.008E-03 < Second best 3.216E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR2: 240 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.314 MilliJy iter= 42 IMAGR2: Field 7 Clean flux density= -486.495 MicroJy 42 comps IMAGR2: Total Cleaned flux density = 450.871 MilliJy 434 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.809E-03 < Second best 3.124E-03 IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 2721 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.395 MilliJy iter= 168 IMAGR2: Field 3 Clean flux density= 1.635 MilliJy 168 comps IMAGR2: Total Cleaned flux density = 453.392 MilliJy 564 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 1811 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.296 MilliJy iter= 178 IMAGR2: Field 4 Clean flux density= -6.719 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 446.018 MilliJy 697 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.337E-03 < Second best 2.649E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 543 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.946 MilliJy iter= 173 IMAGR2: Field 5 Clean flux density= -2.046 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 444.496 MilliJy 774 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.257E-03 < Second best 2.527E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.138E-03 < Second best 2.337E-03 IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.114E-03 < Second best 2.293E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.003E-03 < Second best 2.257E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 2328 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.795 MilliJy iter= 226 IMAGR2: Field 6 Clean flux density= -5.424 MilliJy 226 comps IMAGR2: Total Cleaned flux density = 443.119 MilliJy 943 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.802E-03 < Second best 2.196E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.832E-03 < Second best 2.138E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.955E-03 < Second best 2.114E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1317 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.506 MilliJy iter= 283 IMAGR2: Field 1 Clean flux density= 459.693 MilliJy 283 comps IMAGR2: Total Cleaned flux density = 446.695 MilliJy 1093 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 1227 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.463 MilliJy iter= 319 IMAGR2: Field 3 Clean flux density= 744.373 MicroJy 319 comps IMAGR2: Total Cleaned flux density = 445.804 MilliJy 1244 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.762E-03 < Second best 1.862E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.516E-03 < Second best 1.832E-03 IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 864 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.326 MilliJy iter= 306 IMAGR2: Field 4 Clean flux density= -674.007 MicroJy 306 comps IMAGR2: Total Cleaned flux density = 451.849 MilliJy 1372 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.655E-03 < Second best 1.762E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.409E-03 < Second best 1.719E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1191 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.192 MilliJy iter= 381 IMAGR2: Field 6 Clean flux density= -8.986 MilliJy 381 comps IMAGR2: Total Cleaned flux density = 448.287 MilliJy 1527 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.06 MilliJy IMAGR2: 399 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.178 MilliJy iter= 112 IMAGR2: Field 7 Clean flux density= -559.193 MicroJy 112 comps IMAGR2: Total Cleaned flux density = 448.214 MilliJy 1597 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 1446 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.187 MilliJy iter= 370 IMAGR2: Field 5 Clean flux density= -2.963 MilliJy 370 comps IMAGR2: Total Cleaned flux density = 447.297 MilliJy 1794 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.219E-03 < Second best 1.409E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 997.49 MicroJy IMAGR2: 518 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.177 MilliJy iter= 57 IMAGR2: Field 2 Clean flux density= 2.059 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 449.314 MilliJy 1828 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 917.21 MicroJy IMAGR2: 945 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.176 MilliJy iter= 337 IMAGR2: Field 3 Clean flux density= 2.228 MilliJy 337 comps IMAGR2: Total Cleaned flux density = 450.798 MilliJy 1846 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.63 MicroJy IMAGR2: 1901 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.178 MilliJy iter= 312 IMAGR2: Field 4 Clean flux density= -427.572 MicroJy 312 comps IMAGR2: Total Cleaned flux density = 451.044 MilliJy 1852 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 > 832.63 MicroJy IMAGR2: 885 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.173 MilliJy iter= 287 IMAGR2: Field 1 Clean flux density= 459.445 MilliJy 287 comps IMAGR2: Total Cleaned flux density = 450.796 MilliJy 1856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 722.60 MicroJy IMAGR2: 5999 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.151 MilliJy iter= 382 IMAGR2: Field 6 Clean flux density= -8.871 MilliJy 382 comps IMAGR2: Total Cleaned flux density = 450.911 MilliJy 1857 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 287 to 181 components IMAGR2: Field 2 compressed from 57 to 46 components IMAGR2: Field 3 compressed from 337 to 249 components IMAGR2: Field 4 compressed from 312 to 231 components IMAGR2: Field 5 compressed from 370 to 270 components IMAGR2: Field 6 compressed from 382 to 272 components IMAGR2: Field 7 compressed from 112 to 89 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-153.578 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 3.492 MilliJy ( 40 CCs) from field 1 to field 3 IMAGR2: Restore 4.697 MilliJy ( 35 CCs) from field 1 to field 4 IMAGR2: Restore 733.981 MicroJy ( 30 CCs) from field 1 to field 5 IMAGR2: Restore 7.122 MilliJy ( 43 CCs) from field 1 to field 6 IMAGR2: Restore-285.862 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore 1.050 MilliJy ( 10 CCs) from field 2 to field 3 IMAGR2: Restore 845.282 MicroJy ( 11 CCs) from field 2 to field 4 IMAGR2: Restore-713.466 MicroJy ( 24 CCs) from field 3 to field 1 IMAGR2: Restore-526.905 MicroJy ( 10 CCs) from field 3 to field 2 IMAGR2: Restore 2.283 MilliJy ( 21 CCs) from field 3 to field 5 IMAGR2: Restore-644.703 MicroJy ( 18 CCs) from field 4 to field 1 IMAGR2: Restore -2.254 MilliJy ( 10 CCs) from field 4 to field 2 IMAGR2: Restore-822.442 MicroJy ( 35 CCs) from field 4 to field 6 IMAGR2: Restore -4.186 MilliJy ( 22 CCs) from field 5 to field 1 IMAGR2: Restore-978.176 MicroJy ( 28 CCs) from field 5 to field 3 IMAGR2: Restore -1.150 MilliJy ( 10 CCs) from field 5 to field 7 IMAGR2: Restore -4.248 MilliJy ( 21 CCs) from field 6 to field 1 IMAGR2: Restore -1.225 MilliJy ( 11 CCs) from field 6 to field 4 IMAGR2: Restore -2.504 MilliJy ( 22 CCs) from field 6 to field 7 IMAGR2: Restore 356.288 MicroJy ( 21 CCs) from field 7 to field 5 IMAGR2: Restore-523.949 MicroJy ( 12 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 449.653 MilliJy IMAGR2: Field 2 final Clean flux -875.969 MicroJy IMAGR2: Field 3 final Clean flux 5.792 MilliJy IMAGR2: Field 4 final Clean flux 3.889 MilliJy IMAGR2: Field 5 final Clean flux 410.302 MicroJy IMAGR2: Field 6 final Clean flux -3.095 MilliJy IMAGR2: Field 7 final Clean flux -4.499 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= 47.8 Real= 346 -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.1963 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1868 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1318 CELLSIZE 0.24280 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24280 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 135.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 5 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 20.1 00002 -1 507 512 513 C 3 1012 1012 10 34 45.45 56 27 03.3 00003 -1 507 512 513 C 4 1012 1012 10 35 28.63 56 27 03.3 00004 -1 507 512 513 C 5 1012 1012 10 34 45.41 56 30 30.0 00005 -1 507 512 513 C 6 1012 1012 10 35 28.67 56 30 30.0 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 13.5 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1963 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1868 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR2: Field 2 1012 1012 8.2835E-04 -2.0669E+02 0 IMAGR2: Field 3 1012 1012 -1.7884E+02 -1.0349E+02 0 IMAGR2: Field 4 1012 1012 1.7884E+02 -1.0349E+02 0 IMAGR2: Field 5 1012 1012 -1.7917E+02 1.0321E+02 0 IMAGR2: Field 6 1012 1012 1.7917E+02 1.0321E+02 0 IMAGR2: Field 7 1012 1012 8.2835E-04 2.0671E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1035+564 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7320 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.615E+04 IMAGR2: UVWAIT: Adding temperance S 5.229E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.434E+07 and out 1.837E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.161 due to weighting IMAGR2: UVWAIT: Average summed weight 2.615E+04 over 14640 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.95063E+08 IMAGR2: Field 1 Beam min = -243.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.877 x 0.651 arcsec, PA= 51.9 IMAGR2: Field 2 Sum of gridding weights = 1.95063E+08 IMAGR2: Field 2 Beam min = -243.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.884 x 0.652 arcsec, PA= 51.9 IMAGR2: Field 3 Sum of gridding weights = 1.95063E+08 IMAGR2: Field 3 Beam min = -169.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.888 x 0.651 arcsec, PA= 51.9 IMAGR2: Field 4 Sum of gridding weights = 1.95062E+08 IMAGR2: Field 4 Beam min = -193.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.873 x 0.651 arcsec, PA= 52.0 IMAGR2: Field 5 Sum of gridding weights = 1.95062E+08 IMAGR2: Field 5 Beam min = -148.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.881 x 0.651 arcsec, PA= 51.9 IMAGR2: Field 6 Sum of gridding weights = 1.95063E+08 IMAGR2: Field 6 Beam min = -193.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.867 x 0.651 arcsec, PA= 52.0 IMAGR2: Field 7 Sum of gridding weights = 1.95063E+08 IMAGR2: Field 7 Beam min = -243.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.871 x 0.651 arcsec, PA= 52.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -72.3 MilliJy,max = 762.7 MilliJy IMAGR2: Field 2 min = -75.7 MilliJy,max = 306.6 MilliJy IMAGR2: Field 3 min = -106.3 MilliJy,max = 219.0 MilliJy IMAGR2: Field 4 min = -107.0 MilliJy,max = 168.5 MilliJy IMAGR2: Field 5 min = -103.1 MilliJy,max = 167.4 MilliJy IMAGR2: Field 6 min = -106.6 MilliJy,max = 222.4 MilliJy IMAGR2: Field 7 min = -74.5 MilliJy,max = 319.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 115.43 MilliJy IMAGR2: 2694 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 405.318 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 397.891 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 397.891 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 = -35.9 MilliJy,max = 364.8 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 75.74 MilliJy IMAGR2: 659 Residual map points loaded IMAGR2: Field 1 min allowed flux = 174.482 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 605.656 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 605.656 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -17.1 MilliJy,max = 70.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.740E-02 < Second best 2.919E-01 IMAGR2: Field 2 min = -16.5 MilliJy,max = 58.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.591E-02 < Second best 2.087E-01 IMAGR2: Field 3 min = -21.3 MilliJy,max = 50.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.776E-02 < Second best 2.051E-01 IMAGR2: Field 6 min = -22.3 MilliJy,max = 52.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.587E-02 < Second best 1.660E-01 IMAGR2: Field 1 min = -16.9 MilliJy,max = 157.0 MilliJy IMAGR2: BGC Clean: using 995 cell beam + residuals > 56.43 MilliJy IMAGR2: 73 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 75.112 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 695.095 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 695.095 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.8 MilliJy,max = 20.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.670E-02 < Second best 1.336E-01 IMAGR2: Field 4 min = -10.1 MilliJy,max = 19.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.873E-02 < Second best 7.145E-02 IMAGR2: Field 1 min = -10.5 MilliJy,max = 67.6 MilliJy IMAGR2: BGC Clean: using 1765 cell beam + residuals > 15.56 MilliJy IMAGR2: 735 Residual map points loaded IMAGR2: Field 1 min allowed flux = 32.334 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 733.597 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 733.597 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.7 MilliJy,max = 23.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.257E-02 < Second best 5.591E-02 IMAGR2: Field 2 min = -9.5 MilliJy,max = 18.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.714E-02 < Second best 4.776E-02 IMAGR2: Field 3 min = -10.5 MilliJy,max = 17.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.657E-02 < Second best 4.587E-02 IMAGR2: Field 6 min = -13.3 MilliJy,max = 17.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.581E-02 < Second best 3.077E-02 IMAGR2: Field 1 min = -9.7 MilliJy,max = 29.1 MilliJy IMAGR2: BGC Clean: using 1761 cell beam + residuals > 7.67 MilliJy IMAGR2: 1939 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.281 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 753.577 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 753.577 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.1 MilliJy,max = 17.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.653E-02 < Second best 1.873E-02 IMAGR2: Field 4 min = -8.6 MilliJy,max = 13.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.288E-02 < Second best 1.714E-02 IMAGR2: Field 2 min = -10.8 MilliJy,max = 13.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.255E-02 < Second best 1.670E-02 IMAGR2: Field 5 min = -10.6 MilliJy,max = 11.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.039E-02 < Second best 1.657E-02 IMAGR2: Field 3 min = -10.9 MilliJy,max = 16.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.550E-02 < Second best 1.653E-02 IMAGR2: BGC Clean: using 1763 cell beam + residuals > 6.59 MilliJy IMAGR2: 1973 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 9.291 MilliJy iter= 21 IMAGR2: Field 7 Clean flux density= 17.332 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 770.909 MilliJy 62 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.6 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.303E-02 < Second best 1.550E-02 IMAGR2: Field 3 min = -10.9 MilliJy,max = 16.1 MilliJy IMAGR2: BGC Clean: using 1763 cell beam + residuals > 6.59 MilliJy IMAGR2: 4128 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -9.384 MilliJy iter= 32 IMAGR2: Field 3 Clean flux density= 26.299 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 797.207 MilliJy 94 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.3 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.079E-02 < Second best 1.303E-02 IMAGR2: Field 6 min = -14.3 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 6.17 MilliJy IMAGR2: 5487 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -8.617 MilliJy iter= 44 IMAGR2: Field 6 Clean flux density= -4.362 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 792.845 MilliJy 138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.6 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.020E-02 < Second best 1.255E-02 IMAGR2: Field 2 min = -11.2 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.170E-03 < Second best 1.079E-02 IMAGR2: Field 1 min = -9.4 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.380E-03 < Second best 1.039E-02 IMAGR2: Field 5 min = -9.7 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.231E-03 < Second best 1.020E-02 IMAGR2: BGC Clean: using 993 cell beam + residuals > 6.17 MilliJy IMAGR2: 307 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 7.102 MilliJy iter= 23 IMAGR2: Field 4 Clean flux density= 15.814 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 808.659 MilliJy 161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.6 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 6.17 MilliJy IMAGR2: 563 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.170 MilliJy iter= 71 IMAGR2: Field 1 Clean flux density= 760.245 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 815.327 MilliJy 191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.4 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 6.17 MilliJy IMAGR2: 226 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 6.766 MilliJy iter= 22 IMAGR2: Field 5 Clean flux density= -360.474 MicroJy 22 comps IMAGR2: Total Cleaned flux density = 814.966 MilliJy 213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.5 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 6.17 MilliJy IMAGR2: 326 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.860 MilliJy iter= 27 IMAGR2: Field 2 Clean flux density= 4.825 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 819.791 MilliJy 240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.6 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.369E-03 < Second best 8.864E-03 IMAGR2: Field 7 min = -9.3 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 991 cell beam + residuals > 5.36 MilliJy IMAGR2: 1330 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 6.296 MilliJy iter= 67 IMAGR2: Field 7 Clean flux density= 28.579 MilliJy 67 comps IMAGR2: Total Cleaned flux density = 831.039 MilliJy 286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.6 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 991 cell beam + residuals > 5.36 MilliJy IMAGR2: 2831 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.404 MilliJy iter= 91 IMAGR2: Field 3 Clean flux density= 31.534 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 836.274 MilliJy 345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.2 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.95 MilliJy IMAGR2: 4880 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.631 MilliJy iter= 179 IMAGR2: Field 6 Clean flux density= -29.801 MilliJy 179 comps IMAGR2: Total Cleaned flux density = 810.836 MilliJy 480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.9 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.88 MilliJy IMAGR2: 547 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.556 MilliJy iter= 136 IMAGR2: Field 1 Clean flux density= 787.933 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 838.523 MilliJy 545 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.8 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.633E-03 < Second best 6.559E-03 IMAGR2: Field 2 min = -8.8 MilliJy,max = 8.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.73 MilliJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -5.272 MilliJy iter= 90 IMAGR2: Field 2 Clean flux density= -2.703 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 830.996 MilliJy 608 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.8 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.762E-03 < Second best 6.350E-03 IMAGR2: Field 6 min = -6.9 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.814E-03 < Second best 6.130E-03 IMAGR2: Field 3 min = -7.2 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.08 MilliJy IMAGR2: 3689 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.065 MilliJy iter= 251 IMAGR2: Field 3 Clean flux density= 21.575 MilliJy 251 comps IMAGR2: Total Cleaned flux density = 821.038 MilliJy 768 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.3 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.83 MilliJy IMAGR2: 1850 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -4.519 MilliJy iter= 204 IMAGR2: Field 7 Clean flux density= 49.864 MilliJy 204 comps IMAGR2: Total Cleaned flux density = 842.322 MilliJy 905 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.1 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.77 MilliJy IMAGR2: 2135 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.361 MilliJy iter= 322 IMAGR2: Field 6 Clean flux density= -4.137 MilliJy 322 comps IMAGR2: Total Cleaned flux density = 867.987 MilliJy 1048 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.881E-03 < Second best 5.633E-03 IMAGR2: Field 4 min = -7.2 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.405E-03 < Second best 5.310E-03 IMAGR2: Field 1 min = -6.8 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.62 MilliJy IMAGR2: 441 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.882 MilliJy iter= 202 IMAGR2: Field 1 Clean flux density= 774.381 MilliJy 202 comps IMAGR2: Total Cleaned flux density = 854.435 MilliJy 1114 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.49 MilliJy IMAGR2: 637 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.781 MilliJy iter= 183 IMAGR2: Field 2 Clean flux density= -12.438 MilliJy 183 comps IMAGR2: Total Cleaned flux density = 844.700 MilliJy 1207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.0 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.48 MilliJy IMAGR2: 255 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.673 MilliJy iter= 86 IMAGR2: Field 5 Clean flux density= 1.188 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 846.248 MilliJy 1271 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.7 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.125E-03 < Second best 4.405E-03 IMAGR2: Field 4 min = -6.8 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.18 MilliJy IMAGR2: 465 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.414 MilliJy iter= 114 IMAGR2: Field 4 Clean flux density= 22.873 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 853.307 MilliJy 1362 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.01 MilliJy IMAGR2: 459 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.205 MilliJy iter= 282 IMAGR2: Field 7 Clean flux density= 48.128 MilliJy 282 comps IMAGR2: Total Cleaned flux density = 851.571 MilliJy 1440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.4 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 757 cell beam + residuals > 2.78 MilliJy IMAGR2: 1855 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.989 MilliJy iter= 421 IMAGR2: Field 6 Clean flux density= -1.129 MilliJy 421 comps IMAGR2: Total Cleaned flux density = 854.578 MilliJy 1539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.7 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 757 cell beam + residuals > 2.78 MilliJy IMAGR2: 4359 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.064 MilliJy iter= 403 IMAGR2: Field 3 Clean flux density= 22.609 MilliJy 403 comps IMAGR2: Total Cleaned flux density = 855.612 MilliJy 1691 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.329E-03 < Second best 3.619E-03 IMAGR2: Field 2 min = -5.0 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.238E-03 < Second best 3.516E-03 IMAGR2: Field 5 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.55 MilliJy IMAGR2: 634 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.742 MilliJy iter= 210 IMAGR2: Field 5 Clean flux density= -101.683 MicroJy 210 comps IMAGR2: Total Cleaned flux density = 854.322 MilliJy 1815 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.041E-03 < Second best 3.268E-03 IMAGR2: Field 4 min = -5.9 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.039E-03 < Second best 3.238E-03 IMAGR2: Field 2 min = -4.9 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR2: 833 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.664 MilliJy iter= 310 IMAGR2: Field 2 Clean flux density= -4.969 MilliJy 310 comps IMAGR2: Total Cleaned flux density = 861.792 MilliJy 1942 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.2 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.44 MilliJy IMAGR2: 696 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.578 MilliJy iter= 385 IMAGR2: Field 7 Clean flux density= 51.790 MilliJy 385 comps IMAGR2: Total Cleaned flux density = 865.454 MilliJy 2045 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.44 MilliJy IMAGR2: 167 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.491 MilliJy iter= 245 IMAGR2: Field 1 Clean flux density= 770.873 MilliJy 245 comps IMAGR2: Total Cleaned flux density = 861.945 MilliJy 2088 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.6 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR2: 274 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.512 MilliJy iter= 182 IMAGR2: Field 4 Clean flux density= 19.565 MilliJy 182 comps IMAGR2: Total Cleaned flux density = 858.638 MilliJy 2156 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.2 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 3121 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.517 MilliJy iter= 650 IMAGR2: Field 3 Clean flux density= 24.413 MilliJy 650 comps IMAGR2: Total Cleaned flux density = 860.441 MilliJy 2403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR2: 4996 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.481 MilliJy iter= 752 IMAGR2: Field 6 Clean flux density= -1.693 MilliJy 752 comps IMAGR2: Total Cleaned flux density = 859.878 MilliJy 2734 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.9 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.13 MilliJy IMAGR2: 356 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.198 MilliJy iter= 301 IMAGR2: Field 5 Clean flux density= -4.017 MilliJy 301 comps IMAGR2: Total Cleaned flux density = 855.962 MilliJy 2825 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.0 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 893 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.207 MilliJy iter= 450 IMAGR2: Field 2 Clean flux density= -13.679 MilliJy 450 comps IMAGR2: Total Cleaned flux density = 847.252 MilliJy 2965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.3 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 519 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.117 MilliJy iter= 482 IMAGR2: Field 7 Clean flux density= 62.164 MilliJy 482 comps IMAGR2: Total Cleaned flux density = 857.626 MilliJy 3062 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 618 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.019 MilliJy iter= 752 IMAGR2: Field 3 Clean flux density= 20.993 MilliJy 752 comps IMAGR2: Total Cleaned flux density = 854.206 MilliJy 3164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 395 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.975 MilliJy iter= 287 IMAGR2: Field 4 Clean flux density= 18.543 MilliJy 287 comps IMAGR2: Total Cleaned flux density = 853.185 MilliJy 3269 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 258 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.935 MilliJy iter= 298 IMAGR2: Field 1 Clean flux density= 773.643 MilliJy 298 comps IMAGR2: Total Cleaned flux density = 855.955 MilliJy 3322 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 1134 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.790 MilliJy iter= 906 IMAGR2: Field 6 Clean flux density= 298.443 MicroJy 906 comps IMAGR2: Total Cleaned flux density = 857.946 MilliJy 3476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 892 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.745 MilliJy iter= 592 IMAGR2: Field 2 Clean flux density= -18.009 MilliJy 592 comps IMAGR2: Total Cleaned flux density = 853.616 MilliJy 3618 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 717 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.687 MilliJy iter= 462 IMAGR2: Field 5 Clean flux density= -1.034 MilliJy 462 comps IMAGR2: Total Cleaned flux density = 856.600 MilliJy 3779 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 1010 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.639 MilliJy iter= 651 IMAGR2: Field 7 Clean flux density= 67.330 MilliJy 651 comps IMAGR2: Total Cleaned flux density = 861.765 MilliJy 3948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 3271 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.644 MilliJy iter= 1070 IMAGR2: Field 3 Clean flux density= 21.032 MilliJy 1070 comps IMAGR2: Total Cleaned flux density = 861.803 MilliJy 4266 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1019 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.554 MilliJy iter= 482 IMAGR2: Field 4 Clean flux density= 20.013 MilliJy 482 comps IMAGR2: Total Cleaned flux density = 863.273 MilliJy 4461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 663 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.524 MilliJy iter= 423 IMAGR2: Field 1 Clean flux density= 774.076 MilliJy 423 comps IMAGR2: Total Cleaned flux density = 863.705 MilliJy 4586 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 2690 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= -2.447 MilliJy iter= 907 IMAGR2: Field 6 Clean flux density= 53.789 MicroJy 907 comps IMAGR2: Total Cleaned flux density = 863.461 MilliJy 4587 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 2648 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.526 MilliJy iter= 1179 IMAGR2: Field 6 Clean flux density= 5.177 MilliJy 1179 comps IMAGR2: Total Cleaned flux density = 868.583 MilliJy 4859 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 748 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.448 MilliJy iter= 736 IMAGR2: Field 2 Clean flux density= -21.531 MilliJy 736 comps IMAGR2: Total Cleaned flux density = 865.062 MilliJy 5003 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 395 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.407 MilliJy iter= 573 IMAGR2: Field 5 Clean flux density= 282.343 MicroJy 573 comps IMAGR2: Total Cleaned flux density = 866.378 MilliJy 5114 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 1123 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.353 MilliJy iter= 1225 IMAGR2: Field 3 Clean flux density= 19.037 MilliJy 1225 comps IMAGR2: Total Cleaned flux density = 864.384 MilliJy 5269 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 1241 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.338 MilliJy iter= 850 IMAGR2: Field 7 Clean flux density= 73.556 MilliJy 850 comps IMAGR2: Total Cleaned flux density = 870.610 MilliJy 5468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 419 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.270 MilliJy iter= 590 IMAGR2: Field 4 Clean flux density= 18.708 MilliJy 590 comps IMAGR2: Total Cleaned flux density = 869.305 MilliJy 5576 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1199 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.225 MilliJy iter= 1353 IMAGR2: Field 6 Clean flux density= 5.474 MilliJy 1353 comps IMAGR2: Total Cleaned flux density = 869.602 MilliJy 5750 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 1010 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.210 MilliJy iter= 589 IMAGR2: Field 1 Clean flux density= 769.006 MilliJy 589 comps IMAGR2: Total Cleaned flux density = 864.533 MilliJy 5916 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.13 MilliJy IMAGR2: 1202 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.178 MilliJy iter= 951 IMAGR2: Field 2 Clean flux density= -18.645 MilliJy 951 comps IMAGR2: Total Cleaned flux density = 867.418 MilliJy 6131 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 859 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.148 MilliJy iter= 762 IMAGR2: Field 5 Clean flux density= -4.793 MilliJy 762 comps IMAGR2: Total Cleaned flux density = 862.343 MilliJy 6320 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 2844 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.140 MilliJy iter= 1541 IMAGR2: Field 3 Clean flux density= 17.009 MilliJy 1541 comps IMAGR2: Total Cleaned flux density = 860.314 MilliJy 6636 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.06 MilliJy IMAGR2: 3109 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.137 MilliJy iter= 1235 IMAGR2: Field 7 Clean flux density= 79.878 MilliJy 1235 comps IMAGR2: Total Cleaned flux density = 866.637 MilliJy 7021 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 943 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.120 MilliJy iter= 709 IMAGR2: Field 4 Clean flux density= 19.669 MilliJy 709 comps IMAGR2: Total Cleaned flux density = 867.597 MilliJy 7140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 3244 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.121 MilliJy iter= 1626 IMAGR2: Field 6 Clean flux density= 5.771 MilliJy 1626 comps IMAGR2: Total Cleaned flux density = 867.894 MilliJy 7413 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 3648 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.202 MilliJy iter= 774 IMAGR2: Field 1 Clean flux density= 756.406 MilliJy 774 comps IMAGR2: Total Cleaned flux density = 855.294 MilliJy 7598 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 983.89 MicroJy IMAGR2: 142 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.119 MilliJy iter= 780 IMAGR2: Field 1 Clean flux density= 757.098 MilliJy 780 comps IMAGR2: Total Cleaned flux density = 855.986 MilliJy 7604 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 964.03 MicroJy IMAGR2: 1997 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.121 MilliJy iter= 1052 IMAGR2: Field 2 Clean flux density= -13.921 MilliJy 1052 comps IMAGR2: Total Cleaned flux density = 860.710 MilliJy 7705 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 927.51 MicroJy IMAGR2: 1367 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.120 MilliJy iter= 787 IMAGR2: Field 5 Clean flux density= -4.928 MilliJy 787 comps IMAGR2: Total Cleaned flux density = 860.575 MilliJy 7730 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 > 878.08 MicroJy IMAGR2: 7019 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.121 MilliJy iter= 1605 IMAGR2: Field 3 Clean flux density= 17.159 MilliJy 1605 comps IMAGR2: Total Cleaned flux density = 860.726 MilliJy 7794 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 991 cell beam + residuals > 657.77 MicroJy IMAGR2: 17785 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.116 MilliJy iter= 1258 IMAGR2: Field 7 Clean flux density= 82.585 MilliJy 1258 comps IMAGR2: Total Cleaned flux density = 863.433 MilliJy 7817 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.121 less than limit 1.121 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 780 to 453 components IMAGR2: Field 2 compressed from 1052 to 662 components IMAGR2: Field 3 compressed from 1605 to 1075 components IMAGR2: Field 4 compressed from 709 to 463 components IMAGR2: Field 5 compressed from 787 to 521 components IMAGR2: Field 6 compressed from 1626 to 1086 components IMAGR2: Field 7 compressed from 1258 to 778 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -3.063 MilliJy ( 48 CCs) from field 1 to field 2 IMAGR2: Restore 16.623 MilliJy ( 109 CCs) from field 1 to field 3 IMAGR2: Restore -2.463 MilliJy ( 36 CCs) from field 1 to field 4 IMAGR2: Restore 5.843 MilliJy ( 48 CCs) from field 1 to field 5 IMAGR2: Restore -1.847 MilliJy ( 63 CCs) from field 1 to field 6 IMAGR2: Restore 1.392 MilliJy ( 25 CCs) from field 1 to field 7 IMAGR2: Restore -6.714 MilliJy ( 22 CCs) from field 2 to field 1 IMAGR2: Restore -15.992 MilliJy ( 147 CCs) from field 2 to field 3 IMAGR2: Restore 5.474 MilliJy ( 29 CCs) from field 2 to field 4 IMAGR2: Restore 10.999 MilliJy ( 40 CCs) from field 3 to field 1 IMAGR2: Restore 4.262 MilliJy ( 47 CCs) from field 3 to field 2 IMAGR2: Restore 696.459 MicroJy ( 27 CCs) from field 3 to field 5 IMAGR2: Restore 1.806 MilliJy ( 22 CCs) from field 4 to field 1 IMAGR2: Restore 812.838 MicroJy ( 20 CCs) from field 4 to field 2 IMAGR2: Restore 118.224 MicroJy ( 52 CCs) from field 4 to field 6 IMAGR2: Restore 3.949 MilliJy ( 30 CCs) from field 5 to field 1 IMAGR2: Restore-577.222 MicroJy ( 50 CCs) from field 5 to field 3 IMAGR2: Restore 963.352 MicroJy ( 40 CCs) from field 5 to field 7 IMAGR2: Restore -10.582 MilliJy ( 43 CCs) from field 6 to field 1 IMAGR2: Restore -1.429 MilliJy ( 25 CCs) from field 6 to field 4 IMAGR2: Restore -3.166 MilliJy ( 35 CCs) from field 6 to field 7 IMAGR2: Restore 23.748 MilliJy ( 42 CCs) from field 7 to field 1 IMAGR2: Restore 1.222 MilliJy ( 27 CCs) from field 7 to field 5 IMAGR2: Restore 28.656 MilliJy ( 192 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 780.304 MilliJy IMAGR2: Field 2 final Clean flux -11.909 MilliJy IMAGR2: Field 3 final Clean flux 17.213 MilliJy IMAGR2: Field 4 final Clean flux 21.251 MilliJy IMAGR2: Field 5 final Clean flux 2.834 MilliJy IMAGR2: Field 6 final Clean flux 32.699 MilliJy IMAGR2: Field 7 final Clean flux 81.774 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= 93.7 Real= 666 -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.1963 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1868 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1308 CELLSIZE 0.24470 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24470 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.058 deg LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 126.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= 0.9 Real= 5 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.0 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.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.0836E+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 7371 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.274E+04 IMAGR2: UVWAIT: Adding temperance S 6.548E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.799E+07 and out 2.276E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR2: UVWAIT: Average summed weight 3.274E+04 over 14690 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.41657E+08 IMAGR2: Field 1 Beam min = -149.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.776 x 0.645 arcsec, PA= 68.1 IMAGR2: Field 2 Sum of gridding weights = 2.41656E+08 IMAGR2: Field 2 Beam min = -149.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.778 x 0.645 arcsec, PA= 68.1 IMAGR2: Field 3 Sum of gridding weights = 2.41657E+08 IMAGR2: Field 3 Beam min = -100.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.780 x 0.645 arcsec, PA= 68.0 IMAGR2: Field 4 Sum of gridding weights = 2.41656E+08 IMAGR2: Field 4 Beam min = -100.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.774 x 0.645 arcsec, PA= 68.2 IMAGR2: Field 5 Sum of gridding weights = 2.41656E+08 IMAGR2: Field 5 Beam min = -100.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.779 x 0.645 arcsec, PA= 68.0 IMAGR2: Field 6 Sum of gridding weights = 2.41656E+08 IMAGR2: Field 6 Beam min = -100.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.773 x 0.645 arcsec, PA= 68.2 IMAGR2: Field 7 Sum of gridding weights = 2.41657E+08 IMAGR2: Field 7 Beam min = -149.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.775 x 0.645 arcsec, PA= 68.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -44.1 MilliJy,max = 431.6 MilliJy IMAGR2: Field 2 min = -39.1 MilliJy,max = 170.5 MilliJy IMAGR2: Field 3 min = -37.5 MilliJy,max = 139.8 MilliJy IMAGR2: Field 4 min = -36.5 MilliJy,max = 154.6 MilliJy IMAGR2: Field 5 min = -39.1 MilliJy,max = 142.1 MilliJy IMAGR2: Field 6 min = -37.6 MilliJy,max = 150.0 MilliJy IMAGR2: Field 7 min = -40.3 MilliJy,max = 173.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 60.66 MilliJy IMAGR2: 3397 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 206.423 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 245.799 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 245.799 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 = -21.1 MilliJy,max = 185.8 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 40.91 MilliJy IMAGR2: 544 Residual map points loaded IMAGR2: Field 1 min allowed flux = 86.355 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 362.299 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 362.299 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.1 MilliJy,max = 31.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.545E-02 < Second best 1.330E-01 IMAGR2: Field 6 min = -9.8 MilliJy,max = 35.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.505E-02 < Second best 1.289E-01 IMAGR2: Field 3 min = -8.2 MilliJy,max = 24.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.098E-02 < Second best 1.280E-01 IMAGR2: Field 2 min = -9.3 MilliJy,max = 29.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.100E-02 < Second best 9.446E-02 IMAGR2: Field 4 min = -9.7 MilliJy,max = 33.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.928E-02 < Second best 8.835E-02 IMAGR2: Field 5 min = -8.7 MilliJy,max = 23.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.603E-02 < Second best 8.214E-02 IMAGR2: Field 1 min = -11.4 MilliJy,max = 78.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 12.14 MilliJy IMAGR2: 3212 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.329 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 412.570 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 412.570 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 34.4 MilliJy IMAGR2: BGC Clean: using 1827 cell beam + residuals > 8.35 MilliJy IMAGR2: 722 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.265 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 434.433 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 434.433 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.4 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.040E-03 < Second best 2.505E-02 IMAGR2: Field 6 min = -6.6 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.356E-03 < Second best 2.100E-02 IMAGR2: Field 2 min = -6.6 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.490E-03 < Second best 2.098E-02 IMAGR2: Field 3 min = -4.1 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.046E-03 < Second best 1.928E-02 IMAGR2: Field 4 min = -6.9 MilliJy,max = 11.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.067E-03 < Second best 1.603E-02 IMAGR2: Field 5 min = -4.3 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.417E-03 < Second best 1.548E-02 IMAGR2: Field 1 min = -8.3 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 1827 cell beam + residuals > 3.64 MilliJy IMAGR2: 4386 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.358 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 444.953 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 444.953 MilliJy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.581E-03 < Second best 7.490E-03 IMAGR2: Field 2 min = -6.6 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.316E-03 < Second best 7.356E-03 IMAGR2: Field 6 min = -6.5 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.810E-03 < Second best 7.009E-03 IMAGR2: Field 1 min = -7.2 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 3.05 MilliJy IMAGR2: 4369 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.911 MilliJy iter= 90 IMAGR2: Field 1 Clean flux density= 453.329 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 453.329 MilliJy 90 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.5 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.698E-03 < Second best 6.316E-03 IMAGR2: Field 2 min = -5.8 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.559E-03 < Second best 6.040E-03 IMAGR2: Field 7 min = -4.5 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.168E-03 < Second best 5.810E-03 IMAGR2: Field 6 min = -5.3 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.080E-03 < Second best 5.698E-03 IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.84 MilliJy IMAGR2: 3564 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.997 MilliJy iter= 45 IMAGR2: Field 4 Clean flux density= -1.811 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 451.518 MilliJy 135 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.099E-03 < Second best 5.417E-03 IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.798E-03 < Second best 5.080E-03 IMAGR2: Field 6 min = -4.8 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.545E-03 < Second best 5.046E-03 IMAGR2: Field 3 min = -5.6 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.84 MilliJy IMAGR2: 1399 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.524 MilliJy iter= 37 IMAGR2: Field 3 Clean flux density= -1.863 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 449.655 MilliJy 172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.84 MilliJy IMAGR2: 1153 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.486 MilliJy iter= 44 IMAGR2: Field 5 Clean flux density= -4.802 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 444.854 MilliJy 216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.983E-03 < Second best 4.545E-03 IMAGR2: Field 6 min = -4.6 MilliJy,max = 5.0 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 551 cell beam + residuals > 2.60 MilliJy IMAGR2: 2355 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.295 MilliJy iter= 63 IMAGR2: Field 6 Clean flux density= 3.183 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 448.036 MilliJy 279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.609E-03 < Second best 4.099E-03 IMAGR2: Field 2 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 2.60 MilliJy IMAGR2: 330 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.951 MilliJy iter= 38 IMAGR2: Field 2 Clean flux density= -1.980 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 446.057 MilliJy 317 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 2.60 MilliJy IMAGR2: 684 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.903 MilliJy iter= 131 IMAGR2: Field 1 Clean flux density= 458.256 MilliJy 131 comps IMAGR2: Total Cleaned flux density = 450.983 MilliJy 358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.6 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.36 MilliJy IMAGR2: 1593 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.872 MilliJy iter= 129 IMAGR2: Field 4 Clean flux density= 10.629 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 463.424 MilliJy 442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.208E-03 < Second best 3.369E-03 IMAGR2: Field 3 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.156E-03 < Second best 3.334E-03 IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR2: 1926 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.688 MilliJy iter= 154 IMAGR2: Field 5 Clean flux density= -14.430 MilliJy 154 comps IMAGR2: Total Cleaned flux density = 453.796 MilliJy 552 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR2: 413 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.437 MilliJy iter= 68 IMAGR2: Field 7 Clean flux density= 8.660 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 462.456 MilliJy 620 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.833E-03 < Second best 3.152E-03 IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR2: 1290 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.341 MilliJy iter= 168 IMAGR2: Field 6 Clean flux density= 9.305 MilliJy 168 comps IMAGR2: Total Cleaned flux density = 468.578 MilliJy 725 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR2: 1247 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.340 MilliJy iter= 159 IMAGR2: Field 3 Clean flux density= -2.495 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 467.946 MilliJy 847 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.507E-03 < Second best 2.776E-03 IMAGR2: Field 1 min = -3.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 415 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.080 MilliJy iter= 205 IMAGR2: Field 1 Clean flux density= 463.492 MilliJy 205 comps IMAGR2: Total Cleaned flux density = 473.183 MilliJy 921 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.268E-03 < Second best 2.574E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.153E-03 < Second best 2.507E-03 IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 547 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.859 MilliJy iter= 139 IMAGR2: Field 2 Clean flux density= -930.191 MicroJy 139 comps IMAGR2: Total Cleaned flux density = 474.232 MilliJy 1022 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.105E-03 < Second best 2.268E-03 IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 1227 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.829 MilliJy iter= 263 IMAGR2: Field 4 Clean flux density= 6.059 MilliJy 263 comps IMAGR2: Total Cleaned flux density = 469.662 MilliJy 1156 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.043E-03 < Second best 2.241E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.984E-03 < Second best 2.153E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 2330 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.668 MilliJy iter= 366 IMAGR2: Field 5 Clean flux density= -741.573 MicroJy 366 comps IMAGR2: Total Cleaned flux density = 483.350 MilliJy 1368 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.867E-03 < Second best 2.043E-03 IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 1391 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.559 MilliJy iter= 329 IMAGR2: Field 6 Clean flux density= 6.983 MilliJy 329 comps IMAGR2: Total Cleaned flux density = 481.028 MilliJy 1529 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.658E-03 < Second best 1.984E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.778E-03 < Second best 1.867E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 415 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.419 MilliJy iter= 177 IMAGR2: Field 7 Clean flux density= 11.712 MilliJy 177 comps IMAGR2: Total Cleaned flux density = 484.080 MilliJy 1638 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 628 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.384 MilliJy iter= 266 IMAGR2: Field 2 Clean flux density= -6.556 MilliJy 266 comps IMAGR2: Total Cleaned flux density = 478.454 MilliJy 1765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 973 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.389 MilliJy iter= 318 IMAGR2: Field 3 Clean flux density= 1.324 MilliJy 318 comps IMAGR2: Total Cleaned flux density = 482.273 MilliJy 1924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.450E-03 < Second best 1.658E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.472E-03 < Second best 1.598E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.309E-03 < Second best 1.494E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 2569 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.193 MilliJy iter= 595 IMAGR2: Field 6 Clean flux density= 17.621 MilliJy 595 comps IMAGR2: Total Cleaned flux density = 492.911 MilliJy 2190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 486 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.122 MilliJy iter= 329 IMAGR2: Field 1 Clean flux density= 457.439 MilliJy 329 comps IMAGR2: Total Cleaned flux density = 486.857 MilliJy 2314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 707 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.116 MilliJy iter= 397 IMAGR2: Field 4 Clean flux density= 9.831 MilliJy 397 comps IMAGR2: Total Cleaned flux density = 490.629 MilliJy 2448 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.232E-03 < Second best 1.331E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.260E-03 < Second best 1.325E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.190E-03 < Second best 1.309E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 886.29 MicroJy IMAGR2: 1765 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.117 MilliJy iter= 422 IMAGR2: Field 5 Clean flux density= -3.886 MilliJy 422 comps IMAGR2: Total Cleaned flux density = 487.485 MilliJy 2504 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 > 871.74 MicroJy IMAGR2: 3058 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.117 MilliJy iter= 368 IMAGR2: Field 3 Clean flux density= 1.115 MilliJy 368 comps IMAGR2: Total Cleaned flux density = 487.276 MilliJy 2554 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 > 848.96 MicroJy IMAGR2: 1426 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.117 MilliJy iter= 188 IMAGR2: Field 7 Clean flux density= 12.526 MilliJy 188 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 488.090 MilliJy 2565 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 838.31 MicroJy IMAGR2: 1386 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.101 MilliJy iter= 275 IMAGR2: Field 2 Clean flux density= -6.439 MilliJy 275 comps IMAGR2: Total Cleaned flux density = 488.207 MilliJy 2574 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 715.24 MicroJy IMAGR2: 5677 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.105 MilliJy iter= 600 IMAGR2: Field 6 Clean flux density= 17.286 MilliJy 600 comps IMAGR2: Total Cleaned flux density = 487.872 MilliJy 2579 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 535.60 MicroJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.044 MilliJy iter= 331 IMAGR2: Field 1 Clean flux density= 457.429 MilliJy 331 comps IMAGR2: Total Cleaned flux density = 487.862 MilliJy 2581 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.117 less than limit 1.117 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 331 to 192 components IMAGR2: Field 2 compressed from 275 to 195 components IMAGR2: Field 3 compressed from 368 to 289 components IMAGR2: Field 4 compressed from 397 to 280 components IMAGR2: Field 5 compressed from 422 to 313 components IMAGR2: Field 6 compressed from 600 to 441 components IMAGR2: Field 7 compressed from 188 to 150 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 367.284 MicroJy ( 8 CCs) from field 1 to field 2 IMAGR2: Restore -5.830 MilliJy ( 64 CCs) from field 1 to field 3 IMAGR2: Restore 7.682 MilliJy ( 37 CCs) from field 1 to field 4 IMAGR2: Restore -3.293 MilliJy ( 43 CCs) from field 1 to field 5 IMAGR2: Restore 13.145 MilliJy ( 48 CCs) from field 1 to field 6 IMAGR2: Restore-116.537 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore -3.073 MilliJy ( 14 CCs) from field 2 to field 1 IMAGR2: Restore -3.103 MilliJy ( 34 CCs) from field 2 to field 3 IMAGR2: Restore -3.090 MilliJy ( 27 CCs) from field 2 to field 4 IMAGR2: Restore 931.904 MicroJy ( 31 CCs) from field 3 to field 1 IMAGR2: Restore 338.797 MicroJy ( 5 CCs) from field 3 to field 2 IMAGR2: Restore -1.361 MilliJy ( 19 CCs) from field 3 to field 5 IMAGR2: Restore 2.626 MilliJy ( 16 CCs) from field 4 to field 1 IMAGR2: Restore 2.071 MilliJy ( 18 CCs) from field 4 to field 2 IMAGR2: Restore 275.096 MicroJy ( 26 CCs) from field 4 to field 6 IMAGR2: Restore -3.411 MilliJy ( 29 CCs) from field 5 to field 1 IMAGR2: Restore -7.343 MilliJy ( 49 CCs) from field 5 to field 3 IMAGR2: Restore -1.897 MilliJy ( 28 CCs) from field 5 to field 7 IMAGR2: Restore 2.223 MilliJy ( 47 CCs) from field 6 to field 1 IMAGR2: Restore 1.172 MilliJy ( 55 CCs) from field 6 to field 4 IMAGR2: Restore-866.383 MicroJy ( 31 CCs) from field 6 to field 7 IMAGR2: Restore-148.166 MicroJy ( 3 CCs) from field 7 to field 1 IMAGR2: Restore 550.137 MicroJy ( 8 CCs) from field 7 to field 5 IMAGR2: Restore -1.235 MilliJy ( 21 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 456.578 MilliJy IMAGR2: Field 2 final Clean flux -3.661 MilliJy IMAGR2: Field 3 final Clean flux -15.161 MilliJy IMAGR2: Field 4 final Clean flux 15.595 MilliJy IMAGR2: Field 5 final Clean flux -7.991 MilliJy IMAGR2: Field 6 final Clean flux 29.470 MilliJy IMAGR2: Field 7 final Clean flux 9.646 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 42 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 55.7 Real= 395 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.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1352 CELLSIZE 0.23680 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23680 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 110.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 7 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 07 16.9 00002 -1 507 512 513 C 3 1012 1012 14 00 03.74 62 08 57.6 00003 -1 507 512 513 C 4 1012 1012 14 00 53.57 62 08 57.6 00004 -1 507 512 513 C 5 1012 1012 14 00 03.69 62 12 19.2 00005 -1 507 512 513 C 6 1012 1012 14 00 53.61 62 12 19.2 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 14 00.1 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR2: Field 2 1012 1012 -1.8203E-02 -2.0163E+02 0 IMAGR2: Field 3 1012 1012 -1.7441E+02 -1.0093E+02 0 IMAGR2: Field 4 1012 1012 1.7445E+02 -1.0093E+02 0 IMAGR2: Field 5 1012 1012 -1.7476E+02 1.0067E+02 0 IMAGR2: Field 6 1012 1012 1.7473E+02 1.0067E+02 0 IMAGR2: Field 7 1012 1012 -1.8203E-02 2.0157E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 49 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7722 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.601E+04 IMAGR2: UVWAIT: Adding temperance S 7.201E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.182E+07 and out 2.762E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.153 due to weighting IMAGR2: UVWAIT: Average summed weight 3.601E+04 over 15236 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.93272E+08 IMAGR2: Field 1 Beam min = -183.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.141 x 0.660 arcsec, PA= -79.5 IMAGR2: Field 2 Sum of gridding weights = 2.93273E+08 IMAGR2: Field 2 Beam min = -183.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.141 x 0.660 arcsec, PA= -79.5 IMAGR2: Field 3 Sum of gridding weights = 2.93271E+08 IMAGR2: Field 3 Beam min = -129.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.142 x 0.660 arcsec, PA= -79.6 IMAGR2: Field 4 Sum of gridding weights = 2.93271E+08 IMAGR2: Field 4 Beam min = -118.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.140 x 0.660 arcsec, PA= -79.4 IMAGR2: Field 5 Sum of gridding weights = 2.93270E+08 IMAGR2: Field 5 Beam min = -121.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.142 x 0.660 arcsec, PA= -79.6 IMAGR2: Field 6 Sum of gridding weights = 2.93271E+08 IMAGR2: Field 6 Beam min = -155.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.140 x 0.660 arcsec, PA= -79.4 IMAGR2: Field 7 Sum of gridding weights = 2.93272E+08 IMAGR2: Field 7 Beam min = -183.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.141 x 0.660 arcsec, PA= -79.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -117.3 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -103.9 MilliJy,max = 327.8 MilliJy IMAGR2: Field 3 min = -103.3 MilliJy,max = 439.5 MilliJy IMAGR2: Field 4 min = -112.2 MilliJy,max = 351.6 MilliJy IMAGR2: Field 5 min = -105.6 MilliJy,max = 349.7 MilliJy IMAGR2: Field 6 min = -108.2 MilliJy,max = 457.2 MilliJy IMAGR2: Field 7 min = -104.2 MilliJy,max = 327.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 141.98 MilliJy IMAGR2: 4243 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min algorithm flux= 524.401 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 624.431 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 624.431 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 = -52.2 MilliJy,max = 472.0 MilliJy IMAGR2: BGC Clean: using 1965 cell beam + residuals > 99.31 MilliJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 1 min allowed flux = 233.488 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 894.044 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 894.044 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -21.9 MilliJy,max = 88.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.579E-02 < Second best 3.186E-01 IMAGR2: Field 6 min = -27.1 MilliJy,max = 90.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.566E-02 < Second best 2.539E-01 IMAGR2: Field 4 min = -24.6 MilliJy,max = 72.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.331E-02 < Second best 2.524E-01 IMAGR2: Field 5 min = -20.7 MilliJy,max = 67.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.322E-02 < Second best 2.221E-01 IMAGR2: Field 1 min = -27.5 MilliJy,max = 212.0 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 78.83 MilliJy IMAGR2: 63 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 106.565 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 1.032 Jy 25 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.4 MilliJy,max = 28.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.555E-02 < Second best 1.984E-01 IMAGR2: Field 7 min = -13.1 MilliJy,max = 25.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.429E-02 < Second best 1.014E-01 IMAGR2: Field 1 min = -18.3 MilliJy,max = 96.0 MilliJy IMAGR2: BGC Clean: using 1973 cell beam + residuals > 18.46 MilliJy IMAGR2: 1455 Residual map points loaded IMAGR2: Field 1 min allowed flux = 43.798 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 1.100 Jy 35 comps IMAGR2: Total Cleaned flux density = 1.100 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.5 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.217E-02 < Second best 6.566E-02 IMAGR2: Field 6 min = -15.3 MilliJy,max = 20.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.342E-02 < Second best 5.331E-02 IMAGR2: Field 4 min = -14.6 MilliJy,max = 18.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.555E-02 < Second best 5.322E-02 IMAGR2: Field 5 min = -10.7 MilliJy,max = 13.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.331E-02 < Second best 4.167E-02 IMAGR2: Field 1 min = -20.6 MilliJy,max = 40.6 MilliJy IMAGR2: BGC Clean: using 1603 cell beam + residuals > 9.42 MilliJy IMAGR2: 1899 Residual map points loaded IMAGR2: Field 1 min allowed flux = -20.271 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 1.120 Jy 47 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.2 MilliJy,max = 11.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.111E-02 < Second best 2.429E-02 IMAGR2: Field 7 min = -10.6 MilliJy,max = 11.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.076E-02 < Second best 1.930E-02 IMAGR2: Field 1 min = -19.0 MilliJy,max = 19.3 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 6.84 MilliJy IMAGR2: 2990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.961 MilliJy iter= 86 IMAGR2: Field 1 Clean flux density= 1.115 Jy 86 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 86 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -12.6 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.200E-02 < Second best 1.342E-02 IMAGR2: Field 6 min = -10.7 MilliJy,max = 10.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.034E-02 < Second best 1.331E-02 IMAGR2: Field 5 min = -11.8 MilliJy,max = 12.7 MilliJy IMAGR2: BGC Clean: using 691 cell beam + residuals > 6.21 MilliJy IMAGR2: 2005 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -8.617 MilliJy iter= 40 IMAGR2: Field 5 Clean flux density= -780.247 MicroJy 40 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.5 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.086E-03 < Second best 1.200E-02 IMAGR2: Field 4 min = -12.4 MilliJy,max = 12.0 MilliJy IMAGR2: BGC Clean: using 691 cell beam + residuals > 6.21 MilliJy IMAGR2: 2310 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -8.401 MilliJy iter= 51 IMAGR2: Field 4 Clean flux density= 6.829 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.5 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.182E-03 < Second best 1.076E-02 IMAGR2: Field 7 min = -8.0 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.016E-03 < Second best 1.045E-02 IMAGR2: Field 1 min = -10.5 MilliJy,max = 10.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.31 MilliJy IMAGR2: 1582 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.362 MilliJy iter= 166 IMAGR2: Field 1 Clean flux density= 1.124 Jy 166 comps IMAGR2: Total Cleaned flux density = 1.130 Jy 257 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.7 MilliJy,max = 9.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.18 MilliJy IMAGR2: 877 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.585 MilliJy iter= 76 IMAGR2: Field 6 Clean flux density= 16.139 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 1.146 Jy 333 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.5 MilliJy,max = 8.9 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 5.30 MilliJy IMAGR2: 795 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.234 MilliJy iter= 59 IMAGR2: Field 3 Clean flux density= -6.091 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 1.140 Jy 392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.6 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.389E-03 < Second best 8.182E-03 IMAGR2: Field 2 min = -7.0 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.528E-03 < Second best 8.025E-03 IMAGR2: Field 4 min = -7.0 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.671E-03 < Second best 8.016E-03 IMAGR2: Field 7 min = -6.9 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.575E-03 < Second best 7.389E-03 IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.50 MilliJy IMAGR2: 1756 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.401 MilliJy iter= 121 IMAGR2: Field 5 Clean flux density= -3.773 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 473 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.9 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.294E-03 < Second best 6.671E-03 IMAGR2: Field 4 min = -6.9 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 4.30 MilliJy IMAGR2: 1628 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.112 MilliJy iter= 145 IMAGR2: Field 4 Clean flux density= 4.551 MilliJy 145 comps IMAGR2: Total Cleaned flux density = 1.135 Jy 567 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.6 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.544E-03 < Second best 6.528E-03 IMAGR2: Field 2 min = -5.6 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.350E-03 < Second best 6.294E-03 IMAGR2: Field 1 min = -6.6 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.97 MilliJy IMAGR2: 220 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.237 MilliJy iter= 200 IMAGR2: Field 1 Clean flux density= 1.113 Jy 200 comps IMAGR2: Total Cleaned flux density = 1.123 Jy 601 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.3 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.105E-03 < Second best 5.954E-03 IMAGR2: Field 3 min = -5.0 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.51 MilliJy IMAGR2: 1058 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.149 MilliJy iter= 174 IMAGR2: Field 3 Clean flux density= 12.770 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 1.142 Jy 716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.978E-03 < Second best 5.350E-03 IMAGR2: Field 2 min = -5.1 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.49 MilliJy IMAGR2: 599 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.858 MilliJy iter= 77 IMAGR2: Field 2 Clean flux density= 7.380 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 1.150 Jy 793 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.8 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.402E-03 < Second best 5.105E-03 IMAGR2: Field 6 min = -5.6 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.18 MilliJy IMAGR2: 976 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.669 MilliJy iter= 195 IMAGR2: Field 6 Clean flux density= 3.847 MilliJy 195 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 912 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.8 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.621E-03 < Second best 4.890E-03 IMAGR2: Field 4 min = -5.4 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.151E-03 < Second best 4.621E-03 IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.00 MilliJy IMAGR2: 739 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.309 MilliJy iter= 89 IMAGR2: Field 7 Clean flux density= 6.515 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 1.144 Jy 1001 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.00 MilliJy IMAGR2: 629 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.240 MilliJy iter= 201 IMAGR2: Field 5 Clean flux density= 744.278 MicroJy 201 comps IMAGR2: Total Cleaned flux density = 1.148 Jy 1081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.5 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.00 MilliJy IMAGR2: 653 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 min algorithm flux= -3.230 MilliJy iter= 228 IMAGR2: Field 4 Clean flux density= 7.722 MilliJy 228 comps IMAGR2: Total Cleaned flux density = 1.152 Jy 1164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.707E-03 < Second best 3.967E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.119E-03 < Second best 3.707E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR2: 249 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.756 MilliJy iter= 274 IMAGR2: Field 1 Clean flux density= 1.105 Jy 274 comps IMAGR2: Total Cleaned flux density = 1.144 Jy 1238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.325E-03 < Second best 3.507E-03 IMAGR2: Field 6 min = -4.3 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.084E-03 < Second best 3.325E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR2: 958 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.623 MilliJy iter= 229 IMAGR2: Field 2 Clean flux density= 14.633 MilliJy 229 comps IMAGR2: Total Cleaned flux density = 1.151 Jy 1390 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.805E-03 < Second best 3.119E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.24 MilliJy IMAGR2: 864 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.470 MilliJy iter= 322 IMAGR2: Field 3 Clean flux density= -5.183 MilliJy 322 comps IMAGR2: Total Cleaned flux density = 1.133 Jy 1538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 1281 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.393 MilliJy iter= 390 IMAGR2: Field 5 Clean flux density= 7.487 MilliJy 390 comps IMAGR2: Total Cleaned flux density = 1.140 Jy 1727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.5 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 3441 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.379 MilliJy iter= 566 IMAGR2: Field 4 Clean flux density= 30.246 MilliJy 566 comps IMAGR2: Total Cleaned flux density = 1.162 Jy 2065 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 411 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.093 MilliJy iter= 312 IMAGR2: Field 6 Clean flux density= -2.918 MilliJy 312 comps IMAGR2: Total Cleaned flux density = 1.155 Jy 2182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 613 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.076 MilliJy iter= 246 IMAGR2: Field 7 Clean flux density= 8.933 MilliJy 246 comps IMAGR2: Total Cleaned flux density = 1.158 Jy 2339 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 73 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.922 MilliJy iter= 314 IMAGR2: Field 1 Clean flux density= 1.104 Jy 314 comps IMAGR2: Total Cleaned flux density = 1.157 Jy 2379 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 246 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.863 MilliJy iter= 309 IMAGR2: Field 2 Clean flux density= 10.315 MilliJy 309 comps IMAGR2: Total Cleaned flux density = 1.153 Jy 2459 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 238 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.785 MilliJy iter= 392 IMAGR2: Field 3 Clean flux density= -2.682 MilliJy 392 comps IMAGR2: Total Cleaned flux density = 1.156 Jy 2529 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.146E-03 < Second best 2.277E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.934E-03 < Second best 2.146E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 1709 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.625 MilliJy iter= 664 IMAGR2: Field 5 Clean flux density= -5.998 MilliJy 664 comps IMAGR2: Total Cleaned flux density = 1.142 Jy 2803 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 1540 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.565 MilliJy iter= 573 IMAGR2: Field 6 Clean flux density= 9.339 MilliJy 573 comps IMAGR2: Total Cleaned flux density = 1.154 Jy 3064 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.807E-03 < Second best 1.934E-03 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 674 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.412 MilliJy iter= 750 IMAGR2: Field 4 Clean flux density= 26.443 MilliJy 750 comps IMAGR2: Total Cleaned flux density = 1.151 Jy 3248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 387 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.372 MilliJy iter= 448 IMAGR2: Field 1 Clean flux density= 1.101 Jy 448 comps IMAGR2: Total Cleaned flux density = 1.148 Jy 3382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 620 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.375 MilliJy iter= 428 IMAGR2: Field 7 Clean flux density= 16.538 MilliJy 428 comps IMAGR2: Total Cleaned flux density = 1.155 Jy 3564 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1227 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.353 MilliJy iter= 562 IMAGR2: Field 2 Clean flux density= 16.448 MilliJy 562 comps IMAGR2: Total Cleaned flux density = 1.161 Jy 3817 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 633 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.264 MilliJy iter= 565 IMAGR2: Field 3 Clean flux density= -7.260 MilliJy 565 comps IMAGR2: Total Cleaned flux density = 1.157 Jy 3990 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.377E-03 < Second best 1.497E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1642 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.171 MilliJy iter= 861 IMAGR2: Field 6 Clean flux density= 7.246 MilliJy 861 comps IMAGR2: Total Cleaned flux density = 1.155 Jy 4278 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 503 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.121 MilliJy iter= 830 IMAGR2: Field 5 Clean flux density= 2.540 MilliJy 830 comps IMAGR2: Total Cleaned flux density = 1.163 Jy 4444 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 713 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.095 MilliJy iter= 959 IMAGR2: Field 4 Clean flux density= 32.027 MilliJy 959 comps IMAGR2: Total Cleaned flux density = 1.169 Jy 4653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 393 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.090 MilliJy iter= 502 IMAGR2: Field 7 Clean flux density= 15.170 MilliJy 502 comps IMAGR2: Total Cleaned flux density = 1.167 Jy 4727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 977.39 MicroJy IMAGR2: 168 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.091 MilliJy iter= 473 IMAGR2: Field 1 Clean flux density= 1.102 Jy 473 comps IMAGR2: Total Cleaned flux density = 1.168 Jy 4752 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 925.97 MicroJy IMAGR2: 903 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.088 MilliJy iter= 602 IMAGR2: Field 2 Clean flux density= 17.631 MilliJy 602 comps IMAGR2: Total Cleaned flux density = 1.169 Jy 4792 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 925.97 MicroJy IMAGR2: 1118 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.091 MilliJy iter= 613 IMAGR2: Field 3 Clean flux density= -5.341 MilliJy 613 comps IMAGR2: Total Cleaned flux density = 1.171 Jy 4840 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 777.96 MicroJy IMAGR2: 838 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.050 MilliJy iter= 863 IMAGR2: Field 6 Clean flux density= 7.032 MilliJy 863 comps IMAGR2: Total Cleaned flux density = 1.171 Jy 4842 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 720.56 MicroJy IMAGR2: 6640 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.090 MilliJy iter= 844 IMAGR2: Field 5 Clean flux density= 1.857 MilliJy 844 comps IMAGR2: Total Cleaned flux density = 1.170 Jy 4856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.8 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 473 to 262 components IMAGR2: Field 2 compressed from 602 to 419 components IMAGR2: Field 3 compressed from 613 to 434 components IMAGR2: Field 4 compressed from 959 to 695 components IMAGR2: Field 5 compressed from 844 to 603 components IMAGR2: Field 6 compressed from 863 to 624 components IMAGR2: Field 7 compressed from 502 to 350 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -3.833 MilliJy ( 15 CCs) from field 1 to field 2 IMAGR2: Restore -6.543 MilliJy ( 30 CCs) from field 1 to field 3 IMAGR2: Restore -5.975 MilliJy ( 39 CCs) from field 1 to field 4 IMAGR2: Restore -12.465 MilliJy ( 38 CCs) from field 1 to field 5 IMAGR2: Restore -4.599 MilliJy ( 29 CCs) from field 1 to field 6 IMAGR2: Restore-904.666 MicroJy ( 15 CCs) from field 1 to field 7 IMAGR2: Restore 362.656 MicroJy ( 5 CCs) from field 2 to field 1 IMAGR2: Restore 2.388 MilliJy ( 48 CCs) from field 2 to field 3 IMAGR2: Restore 3.061 MilliJy ( 56 CCs) from field 2 to field 4 IMAGR2: Restore-451.878 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Restore-454.112 MicroJy ( 4 CCs) from field 3 to field 2 IMAGR2: Restore -5.406 MilliJy ( 42 CCs) from field 3 to field 5 IMAGR2: Restore -3.230 MilliJy ( 46 CCs) from field 4 to field 1 IMAGR2: Restore -3.230 MilliJy ( 37 CCs) from field 4 to field 2 IMAGR2: Restore 3.419 MilliJy ( 43 CCs) from field 4 to field 6 IMAGR2: Restore -4.003 MilliJy ( 33 CCs) from field 5 to field 1 IMAGR2: Restore -2.711 MilliJy ( 31 CCs) from field 5 to field 3 IMAGR2: Restore 158.903 MicroJy ( 36 CCs) from field 5 to field 7 IMAGR2: Restore -6.205 MilliJy ( 29 CCs) from field 6 to field 1 IMAGR2: Restore 7.651 MilliJy ( 51 CCs) from field 6 to field 4 IMAGR2: Restore -12.620 MilliJy ( 65 CCs) from field 6 to field 7 IMAGR2: Restore-824.570 MicroJy ( 4 CCs) from field 7 to field 1 IMAGR2: Restore 5.298 MilliJy ( 51 CCs) from field 7 to field 5 IMAGR2: Restore 1.479 MilliJy ( 21 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.088 Jy IMAGR2: Field 2 final Clean flux 10.114 MilliJy IMAGR2: Field 3 final Clean flux -12.207 MilliJy IMAGR2: Field 4 final Clean flux 36.764 MilliJy IMAGR2: Field 5 final Clean flux -10.716 MilliJy IMAGR2: Field 6 final Clean flux 7.331 MilliJy IMAGR2: Field 7 final Clean flux 1.804 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= 69.8 Real= 502 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.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1339 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 92.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= 6 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.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1339 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 14261 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.906E+04 IMAGR2: UVWAIT: Adding temperance S 7.812E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.262E+07 and out 5.562E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 3.906E+04 over 28419 vis IMAGR2: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1549+506 .IBM003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 63 IMAGR2: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1549+506 .ICL007. 1 (MA) on disk 1 cno 70 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.90519E+08 IMAGR2: Field 1 Beam min = -160.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 887.350 x 674.512 Milliarcsec, PA= -64.9 IMAGR2: Field 2 Sum of gridding weights = 5.90519E+08 IMAGR2: Field 2 Beam min = -160.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 887.077 x 674.641 Milliarcsec, PA= -65.0 IMAGR2: Field 3 Sum of gridding weights = 5.90520E+08 IMAGR2: Field 3 Beam min = -159.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 887.730 x 674.627 Milliarcsec, PA= -65.1 IMAGR2: Field 4 Sum of gridding weights = 5.90517E+08 IMAGR2: Field 4 Beam min = -102.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 886.699 x 674.525 Milliarcsec, PA= -64.9 IMAGR2: Field 5 Sum of gridding weights = 5.90519E+08 IMAGR2: Field 5 Beam min = -159.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 888.005 x 674.496 Milliarcsec, PA= -65.0 IMAGR2: Field 6 Sum of gridding weights = 5.90518E+08 IMAGR2: Field 6 Beam min = -102.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 886.972 x 674.396 Milliarcsec, PA= -64.8 IMAGR2: Field 7 Sum of gridding weights = 5.90519E+08 IMAGR2: Field 7 Beam min = -160.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 887.625 x 674.383 Milliarcsec, PA= -64.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -79.1 MilliJy,max = 934.9 MilliJy IMAGR2: Field 2 min = -61.9 MilliJy,max = 140.5 MilliJy IMAGR2: Field 3 min = -86.5 MilliJy,max = 186.5 MilliJy IMAGR2: Field 4 min = -81.0 MilliJy,max = 151.1 MilliJy IMAGR2: Field 5 min = -87.6 MilliJy,max = 148.1 MilliJy IMAGR2: Field 6 min = -82.5 MilliJy,max = 189.7 MilliJy IMAGR2: Field 7 min = -61.9 MilliJy,max = 146.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 89.51 MilliJy IMAGR2: 2621 Residual map points loaded IMAGR2: Field 1 min allowed flux = 447.155 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 532.451 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 532.451 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -35.0 MilliJy,max = 402.4 MilliJy IMAGR2: BGC Clean: using 1979 cell beam + residuals > 55.56 MilliJy IMAGR2: 537 Residual map points loaded IMAGR2: Field 1 min allowed flux = 192.489 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 761.658 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 761.658 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.4 MilliJy,max = 173.2 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 57.47 MilliJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 79.825 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 869.254 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 869.254 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.2 MilliJy,max = 16.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.392E-02 < Second best 1.478E-01 IMAGR2: Field 3 min = -8.5 MilliJy,max = 16.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.151E-02 < Second best 1.401E-01 IMAGR2: Field 7 min = -7.4 MilliJy,max = 13.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.309E-02 < Second best 1.341E-01 IMAGR2: Field 2 min = -7.1 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.168E-02 < Second best 1.134E-01 IMAGR2: Field 5 min = -9.0 MilliJy,max = 14.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.162E-02 < Second best 1.111E-01 IMAGR2: Field 4 min = -7.4 MilliJy,max = 13.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.046E-02 < Second best 7.591E-02 IMAGR2: Field 1 min = -10.0 MilliJy,max = 73.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.64 MilliJy IMAGR2: 3226 Residual map points loaded IMAGR2: Field 1 min allowed flux = 33.781 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 920.642 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 920.642 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 31.2 MilliJy IMAGR2: BGC Clean: using 1429 cell beam + residuals > 5.74 MilliJy IMAGR2: 295 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.487 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 940.926 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 940.926 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.4 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.62 MilliJy IMAGR2: 33 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.104 MilliJy iter= 59 IMAGR2: Field 1 Clean flux density= 945.364 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 945.364 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.9 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.958E-03 < Second best 1.309E-02 IMAGR2: Field 7 min = -6.8 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.464E-03 < Second best 1.168E-02 IMAGR2: Field 2 min = -6.0 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.516E-03 < Second best 1.162E-02 IMAGR2: Field 5 min = -6.0 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.889E-03 < Second best 1.151E-02 IMAGR2: Field 3 min = -6.6 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.266E-03 < Second best 1.046E-02 IMAGR2: Field 4 min = -5.8 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 151 cell beam + residuals > 3.53 MilliJy IMAGR2: 2930 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.253 MilliJy iter= 37 IMAGR2: Field 4 Clean flux density= 7.877 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 953.241 MilliJy 96 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.5 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.136E-03 < Second best 6.766E-03 IMAGR2: Field 1 min = -6.6 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.34 MilliJy IMAGR2: 267 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.324 MilliJy iter= 92 IMAGR2: Field 1 Clean flux density= 941.789 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 949.666 MilliJy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.5 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.33 MilliJy IMAGR2: 1450 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.520 MilliJy iter= 54 IMAGR2: Field 2 Clean flux density= 11.992 MilliJy 54 comps IMAGR2: Total Cleaned flux density = 961.658 MilliJy 183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.8 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 2022 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -4.505 MilliJy iter= 76 IMAGR2: Field 7 Clean flux density= -1.431 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 960.227 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.9 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR2: 2010 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.396 MilliJy iter= 99 IMAGR2: Field 3 Clean flux density= 1.190 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 961.417 MilliJy 358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.5 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.26 MilliJy IMAGR2: 2412 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.287 MilliJy iter= 126 IMAGR2: Field 6 Clean flux density= 7.521 MilliJy 126 comps IMAGR2: Total Cleaned flux density = 968.937 MilliJy 484 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.3 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.17 MilliJy IMAGR2: 2371 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.062 MilliJy iter= 150 IMAGR2: Field 5 Clean flux density= 9.900 MilliJy 150 comps IMAGR2: Total Cleaned flux density = 978.837 MilliJy 634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.0 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.06 MilliJy IMAGR2: 2301 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.810 MilliJy iter= 205 IMAGR2: Field 4 Clean flux density= 7.101 MilliJy 205 comps IMAGR2: Total Cleaned flux density = 978.062 MilliJy 802 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.010E-03 < Second best 4.306E-03 IMAGR2: Field 7 min = -4.5 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.768E-03 < Second best 4.204E-03 IMAGR2: Field 3 min = -5.0 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.880E-03 < Second best 4.127E-03 IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR2: 57 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.955 MilliJy iter= 120 IMAGR2: Field 1 Clean flux density= 940.217 MilliJy 120 comps IMAGR2: Total Cleaned flux density = 976.490 MilliJy 830 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.4 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.691E-03 < Second best 4.010E-03 IMAGR2: Field 2 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.72 MilliJy IMAGR2: 1134 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.177 MilliJy iter= 198 IMAGR2: Field 2 Clean flux density= 15.923 MilliJy 198 comps IMAGR2: Total Cleaned flux density = 980.421 MilliJy 974 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.9 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.666E-03 < Second best 3.880E-03 IMAGR2: Field 3 min = -4.8 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR2: 2188 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.140 MilliJy iter= 310 IMAGR2: Field 3 Clean flux density= 12.329 MilliJy 310 comps IMAGR2: Total Cleaned flux density = 991.560 MilliJy 1185 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 1144 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.976 MilliJy iter= 261 IMAGR2: Field 7 Clean flux density= 12.451 MilliJy 261 comps IMAGR2: Total Cleaned flux density = 1.005 Jy 1370 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.2 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.451E-03 < Second best 3.666E-03 IMAGR2: Field 5 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.412E-03 < Second best 3.650E-03 IMAGR2: Field 4 min = -4.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 3066 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.825 MilliJy iter= 494 IMAGR2: Field 4 Clean flux density= 5.164 MilliJy 494 comps IMAGR2: Total Cleaned flux density = 1.004 Jy 1659 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.6 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.156E-03 < Second best 3.412E-03 IMAGR2: Field 5 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR2: 2587 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.759 MilliJy iter= 458 IMAGR2: Field 5 Clean flux density= 14.719 MilliJy 458 comps IMAGR2: Total Cleaned flux density = 1.008 Jy 1967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 1254 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.610 MilliJy iter= 365 IMAGR2: Field 6 Clean flux density= 2.127 MilliJy 365 comps IMAGR2: Total Cleaned flux density = 1.003 Jy 2206 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.634E-03 < Second best 3.008E-03 IMAGR2: Field 3 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR2: 737 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.355 MilliJy iter= 488 IMAGR2: Field 3 Clean flux density= 17.727 MilliJy 488 comps IMAGR2: Total Cleaned flux density = 1.008 Jy 2384 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.365E-03 < Second best 2.823E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 28 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.107 MilliJy iter= 143 IMAGR2: Field 1 Clean flux density= 940.343 MilliJy 143 comps IMAGR2: Total Cleaned flux density = 1.008 Jy 2407 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 1024 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.135 MilliJy iter= 699 IMAGR2: Field 4 Clean flux density= 13.871 MilliJy 699 comps IMAGR2: Total Cleaned flux density = 1.017 Jy 2612 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.418E-03 < Second best 2.634E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 829 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.977 MilliJy iter= 409 IMAGR2: Field 2 Clean flux density= 16.009 MilliJy 409 comps IMAGR2: Total Cleaned flux density = 1.017 Jy 2823 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 2384 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.959 MilliJy iter= 739 IMAGR2: Field 6 Clean flux density= -1.598 MilliJy 739 comps IMAGR2: Total Cleaned flux density = 1.014 Jy 3197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 2723 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.958 MilliJy iter= 890 IMAGR2: Field 5 Clean flux density= 16.818 MilliJy 890 comps IMAGR2: Total Cleaned flux density = 1.016 Jy 3629 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 14261 Pts IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.080E-03 < Second best 2.257E-03 IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 1168 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.762 MilliJy iter= 777 IMAGR2: Field 3 Clean flux density= 35.611 MilliJy 777 comps IMAGR2: Total Cleaned flux density = 1.034 Jy 3918 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 410 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.704 MilliJy iter= 430 IMAGR2: Field 7 Clean flux density= 14.913 MilliJy 430 comps IMAGR2: Total Cleaned flux density = 1.036 Jy 4087 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 869 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.662 MilliJy iter= 938 IMAGR2: Field 4 Clean flux density= 8.854 MilliJy 938 comps IMAGR2: Total Cleaned flux density = 1.031 Jy 4326 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 12 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.562 MilliJy iter= 152 IMAGR2: Field 1 Clean flux density= 939.489 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 4335 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 177 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.556 MilliJy iter= 497 IMAGR2: Field 2 Clean flux density= 17.215 MilliJy 497 comps IMAGR2: Total Cleaned flux density = 1.031 Jy 4423 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.731E-03 < Second best 1.878E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 1182 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.427 MilliJy iter= 1188 IMAGR2: Field 5 Clean flux density= 18.788 MilliJy 1188 comps IMAGR2: Total Cleaned flux density = 1.033 Jy 4721 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 2071 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.455 MilliJy iter= 1168 IMAGR2: Field 6 Clean flux density= -1.190 MilliJy 1168 comps IMAGR2: Total Cleaned flux density = 1.034 Jy 5150 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 14261 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 1759 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.384 MilliJy iter= 1180 IMAGR2: Field 3 Clean flux density= 34.195 MilliJy 1180 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 5553 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 14261 Pts IMAGR2: Field 7 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 535 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.300 MilliJy iter= 636 IMAGR2: Field 7 Clean flux density= 18.865 MilliJy 636 comps IMAGR2: Total Cleaned flux density = 1.036 Jy 5759 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1652 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.280 MilliJy iter= 1323 IMAGR2: Field 4 Clean flux density= 12.333 MilliJy 1323 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 6144 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 14261 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.377E-03 < Second best 1.492E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 389 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.204 MilliJy iter= 660 IMAGR2: Field 2 Clean flux density= 15.233 MilliJy 660 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 6307 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 663 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.162 MilliJy iter= 1399 IMAGR2: Field 6 Clean flux density= -7.433 MilliJy 1399 comps IMAGR2: Total Cleaned flux density = 1.031 Jy 6538 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.12 MilliJy IMAGR2: 33 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.122 MilliJy iter= 175 IMAGR2: Field 1 Clean flux density= 940.045 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 6561 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1358 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.138 MilliJy iter= 1554 IMAGR2: Field 5 Clean flux density= 18.563 MilliJy 1554 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 6927 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 1074 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.065 MilliJy iter= 1490 IMAGR2: Field 3 Clean flux density= 39.114 MilliJy 1490 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 7237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 992.78 MicroJy IMAGR2: 753 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.032 MilliJy iter= 909 IMAGR2: Field 7 Clean flux density= 21.250 MilliJy 909 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 7510 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 > 947.57 MicroJy IMAGR2: 2090 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.011 MilliJy iter= 1815 IMAGR2: Field 4 Clean flux density= 14.830 MilliJy 1815 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 8002 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 14261 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 929.02 MicroJy IMAGR2: 559 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 957.950 MicroJy iter= 896 IMAGR2: Field 2 Clean flux density= 12.366 MilliJy 896 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 8238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 903.62 MicroJy IMAGR2: 1419 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -948.283 MicroJy iter= 1792 IMAGR2: Field 6 Clean flux density= -10.396 MilliJy 1792 comps IMAGR2: Total Cleaned flux density = 1.036 Jy 8631 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 14261 Pts LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 871.46 MicroJy IMAGR2: 1650 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -919.225 MicroJy iter= 2011 IMAGR2: Field 5 Clean flux density= 18.440 MilliJy 2011 comps IMAGR2: Total Cleaned flux density = 1.036 Jy 9088 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 14261 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 866.73 MicroJy IMAGR2: 100 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 873.900 MicroJy iter= 240 IMAGR2: Field 1 Clean flux density= 940.332 MilliJy 240 comps IMAGR2: Total Cleaned flux density = 1.036 Jy 9153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 840.50 MicroJy IMAGR2: 1273 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -874.885 MicroJy iter= 1841 IMAGR2: Field 3 Clean flux density= 44.838 MilliJy 1841 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 9504 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 103 cell beam + residuals > 820.62 MicroJy IMAGR2: 520 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 840.932 MicroJy iter= 1125 IMAGR2: Field 7 Clean flux density= 21.140 MilliJy 1125 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 9720 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 > 786.02 MicroJy IMAGR2: 1449 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 821.954 MicroJy iter= 2237 IMAGR2: Field 4 Clean flux density= 15.174 MilliJy 2237 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 10142 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 14261 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 770.67 MicroJy IMAGR2: 494 Residual map points loaded IMAGR2: Field 2 min Clean flux = -803.150 MicroJy iter= 1046 IMAGR2: Field 2 Clean flux density= 9.129 MilliJy 1046 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 10292 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 741.98 MicroJy IMAGR2: 1862 Residual map points loaded IMAGR2: Field 6 min Clean flux = -803.050 MicroJy iter= 2110 IMAGR2: Field 6 Clean flux density= -13.139 MilliJy 2110 comps IMAGR2: Total Cleaned flux density = 1.036 Jy 10610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 699.67 MicroJy IMAGR2: 2103 Residual map points loaded IMAGR2: Field 5 min Clean flux = -802.034 MicroJy iter= 2159 IMAGR2: Field 5 Clean flux density= 17.500 MilliJy 2159 comps IMAGR2: Total Cleaned flux density = 1.035 Jy 10758 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 663.26 MicroJy IMAGR2: 4341 Residual map points loaded IMAGR2: Field 3 min Clean flux = 803.119 MicroJy iter= 1977 IMAGR2: Field 3 Clean flux density= 48.003 MilliJy 1977 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 10894 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 > 632.39 MicroJy IMAGR2: 719 Residual map points loaded IMAGR2: Field 1 min Clean flux = 802.043 MicroJy iter= 250 IMAGR2: Field 1 Clean flux density= 940.325 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 10904 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.13 MicroJy IMAGR2: 4367 Residual map points loaded IMAGR2: Field 7 min Clean flux = 803.101 MicroJy iter= 1145 IMAGR2: Field 7 Clean flux density= 21.463 MilliJy 1145 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 10924 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 > 477.65 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 4 min Clean flux = 801.849 MicroJy iter= 2242 IMAGR2: Field 4 Clean flux density= 15.255 MilliJy 2242 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 10929 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 803.150 less than limit 803.171 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 250 to 115 components IMAGR2: Field 2 compressed from 1046 to 659 components IMAGR2: Field 3 compressed from 1977 to 1214 components IMAGR2: Field 4 compressed from 2242 to 1395 components IMAGR2: Field 5 compressed from 2159 to 1348 components IMAGR2: Field 6 compressed from 2110 to 1275 components IMAGR2: Field 7 compressed from 1145 to 719 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-284.096 MicroJy ( 13 CCs) from field 1 to field 2 IMAGR2: Restore 466.574 MicroJy ( 22 CCs) from field 1 to field 3 IMAGR2: Restore 102.836 MicroJy ( 19 CCs) from field 1 to field 4 IMAGR2: Restore -1.340 MilliJy ( 21 CCs) from field 1 to field 5 IMAGR2: Restore-387.582 MicroJy ( 11 CCs) from field 1 to field 6 IMAGR2: Restore -1.341 MilliJy ( 3 CCs) from field 1 to field 7 IMAGR2: Restore 375.404 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR2: Restore-986.077 MicroJy ( 48 CCs) from field 2 to field 3 IMAGR2: Restore 4.993 MilliJy ( 62 CCs) from field 2 to field 4 IMAGR2: Restore-892.132 MicroJy ( 42 CCs) from field 3 to field 1 IMAGR2: Restore 5.687 MilliJy ( 78 CCs) from field 3 to field 2 IMAGR2: Restore 1.530 MilliJy ( 77 CCs) from field 3 to field 5 IMAGR2: Restore-168.734 MicroJy ( 48 CCs) from field 4 to field 1 IMAGR2: Restore 6.668 MilliJy ( 82 CCs) from field 4 to field 2 IMAGR2: Restore 1.389 MilliJy ( 106 CCs) from field 4 to field 6 IMAGR2: Restore -1.218 MilliJy ( 30 CCs) from field 5 to field 1 IMAGR2: Restore 1.933 MilliJy ( 97 CCs) from field 5 to field 3 IMAGR2: Restore -3.903 MilliJy ( 75 CCs) from field 5 to field 7 IMAGR2: Restore 340.227 MicroJy ( 32 CCs) from field 6 to field 1 IMAGR2: Restore 540.543 MicroJy ( 59 CCs) from field 6 to field 4 IMAGR2: Restore 186.436 MicroJy ( 64 CCs) from field 6 to field 7 IMAGR2: Restore 1.210 MilliJy ( 9 CCs) from field 7 to field 1 IMAGR2: Restore -1.888 MilliJy ( 73 CCs) from field 7 to field 5 IMAGR2: Restore 1.821 MilliJy ( 74 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 939.972 MilliJy IMAGR2: Field 2 final Clean flux 21.200 MilliJy IMAGR2: Field 3 final Clean flux 49.417 MilliJy IMAGR2: Field 4 final Clean flux 20.892 MilliJy IMAGR2: Field 5 final Clean flux 15.803 MilliJy IMAGR2: Field 6 final Clean flux -10.317 MilliJy IMAGR2: Field 7 final Clean flux 16.405 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= 105.9 Real= 755 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.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1339 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.23322 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23322 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 87.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 7 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 13 29.2 00002 -1 507 512 513 C 3 1012 1012 16 01 24.71 43 15 08.4 00003 -1 507 512 513 C 4 1012 1012 16 01 56.18 43 15 08.4 00004 -1 507 512 513 C 5 1012 1012 16 01 24.69 43 18 27.0 00005 -1 507 512 513 C 6 1012 1012 16 01 56.20 43 18 27.0 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 20 06.3 00007 -1 507 512 513 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 19656 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 8.005E+04 IMAGR2: UVWAIT: Adding temperance S 1.601E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.067E+07 and out 8.550E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.170 due to weighting IMAGR2: UVWAIT: Average summed weight 8.005E+04 over 39312 vis IMAGR2: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 70 IMAGR2: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 77 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 9.07664E+08 IMAGR2: Field 1 Beam min = -161.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 837.191 x 654.504 Milliarcsec, PA= -62.1 IMAGR2: Field 2 Sum of gridding weights = 9.07663E+08 IMAGR2: Field 2 Beam min = -161.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 836.959 x 654.677 Milliarcsec, PA= -62.2 IMAGR2: Field 3 Sum of gridding weights = 9.07664E+08 IMAGR2: Field 3 Beam min = -151.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 837.455 x 654.679 Milliarcsec, PA= -62.3 IMAGR2: Field 4 Sum of gridding weights = 9.07663E+08 IMAGR2: Field 4 Beam min = -133.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 836.694 x 654.501 Milliarcsec, PA= -62.1 IMAGR2: Field 5 Sum of gridding weights = 9.07663E+08 IMAGR2: Field 5 Beam min = -151.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 837.689 x 654.505 Milliarcsec, PA= -62.2 IMAGR2: Field 6 Sum of gridding weights = 9.07663E+08 IMAGR2: Field 6 Beam min = -150.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 836.927 x 654.328 Milliarcsec, PA= -62.0 IMAGR2: Field 7 Sum of gridding weights = 9.07663E+08 IMAGR2: Field 7 Beam min = -161.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 837.425 x 654.331 Milliarcsec, PA= -62.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -4.0 MilliJy,max = 20.5 MilliJy IMAGR2: Field 2 min = -2.1 MilliJy,max = 5.1 MilliJy IMAGR2: Field 3 min = -2.3 MilliJy,max = 8.5 MilliJy IMAGR2: Field 4 min = -2.1 MilliJy,max = 6.3 MilliJy IMAGR2: Field 5 min = -2.2 MilliJy,max = 7.1 MilliJy IMAGR2: Field 6 min = -2.2 MilliJy,max = 8.0 MilliJy IMAGR2: Field 7 min = -2.2 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.45 MilliJy IMAGR2: 6843 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.357 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 18.931 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 18.931 MilliJy 13 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 1063 cell beam + residuals > 1.85 MilliJy IMAGR2: 1878 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.731 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 29.427 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 29.427 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -801.2 MicroJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.506E-03 < Second best 4.937E-03 IMAGR2: Field 3 min = -835.5 MicroJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.535E-03 < Second best 4.845E-03 IMAGR2: Field 2 min = -961.9 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.141E-03 < Second best 4.502E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.46 MilliJy IMAGR2: 365 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.265 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 34.708 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 34.708 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -725.2 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.563E-04 < Second best 4.376E-03 IMAGR2: Field 6 min = -752.7 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.303E-04 < Second best 3.846E-03 IMAGR2: Field 5 min = -719.8 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.408E-04 < Second best 2.156E-03 IMAGR2: Field 1 min = -1.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 696.92 MicroJy IMAGR2: 3014 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.122 MilliJy iter= 71 IMAGR2: Field 1 Clean flux density= 38.772 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 38.772 MilliJy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -770.2 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.740E-04 < Second best 1.506E-03 IMAGR2: Field 7 min = -791.0 MicroJy,max = 837.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.012E-04 < Second best 1.141E-03 IMAGR2: Field 2 min = -726.5 MicroJy,max = 923.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.558E-04 < Second best 1.070E-03 IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 474.96 MicroJy IMAGR2: 9379 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 880.882 MicroJy iter= 166 IMAGR2: Field 1 Clean flux density= 46.742 MilliJy 166 comps IMAGR2: Total Cleaned flux density = 46.742 MilliJy 166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -650.3 MicroJy,max = 699.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.697E-04 < Second best 9.408E-04 IMAGR2: Field 5 min = -663.3 MicroJy,max = 602.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.759E-04 < Second best 9.303E-04 IMAGR2: Field 6 min = -663.9 MicroJy,max = 709.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.123E-04 < Second best 8.740E-04 IMAGR2: Field 3 min = -675.4 MicroJy,max = 744.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.738E-04 < Second best 8.421E-04 IMAGR2: Field 1 min = -821.9 MicroJy,max = 758.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 403.29 MicroJy IMAGR2: 6984 Residual map points loaded IMAGR2: Field 1 min Clean flux = 682.815 MicroJy iter= 198 IMAGR2: Field 1 Clean flux density= 45.716 MilliJy 198 comps IMAGR2: Total Cleaned flux density = 45.716 MilliJy 198 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -694.7 MicroJy,max = 658.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.308E-04 < Second best 7.558E-04 IMAGR2: Field 2 min = -622.1 MicroJy,max = 722.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.269E-04 < Second best 6.738E-04 IMAGR2: Field 3 min = -643.2 MicroJy,max = 679.8 MicroJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 275.27 MicroJy IMAGR2: WARNING: > MAXPIXELS LOADED TO AP!! IMAGR2: 23159 Residual map points loaded IMAGR2: Field 3 min Clean flux = 679.818 MicroJy iter= 1 IMAGR2: Field 3 Clean flux density= 67.982 MicroJy 1 comps IMAGR2: Total Cleaned flux density = 45.784 MilliJy 199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -601.9 MicroJy,max = 685.0 MicroJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 273.68 MicroJy IMAGR2: 16391 Residual map points loaded IMAGR2: Field 4 min Clean flux = 616.497 MicroJy iter= 2 IMAGR2: Field 4 Clean flux density= 130.149 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 45.914 MilliJy 201 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 682.815 less than limit 684.149 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 198 to 97 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 1 to 1 components IMAGR2: Field 4 compressed from 2 to 1 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -705.2 MicroJy,max = 660.4 MicroJy IMAGR2: Field 2 min = -628.9 MicroJy,max = 677.9 MicroJy IMAGR2: Field 3 min = -643.2 MicroJy,max = 660.1 MicroJy IMAGR2: Field 4 min = -601.9 MicroJy,max = 576.9 MicroJy IMAGR2: Field 5 min = -640.3 MicroJy,max = 580.1 MicroJy IMAGR2: Field 6 min = -617.5 MicroJy,max = 626.2 MicroJy IMAGR2: Field 7 min = -692.2 MicroJy,max = 659.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 902.688 MicroJy ( 4 CCs) from field 1 to field 3 IMAGR2: Restore 93.169 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR2: Restore 95.036 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR2: Restore 67.982 MicroJy ( 1 CCs) from field 3 to field 2 IMAGR2: Restore 130.149 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR2: Restore 130.149 MicroJy ( 1 CCs) from field 4 to field 2 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 45.846 MilliJy IMAGR2: Field 2 final Clean flux 198.131 MicroJy IMAGR2: Field 3 final Clean flux 970.670 MicroJy IMAGR2: Field 4 final Clean flux 223.318 MicroJy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 95.036 MicroJy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 63 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 23.6 Real= 167 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.207 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.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 88.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= 8 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 45 58.3 00002 -1 507 512 513 C 3 1012 1012 15 59 15.31 43 47 37.5 00003 -1 507 512 513 C 4 1012 1012 15 59 47.07 43 47 37.5 00004 -1 507 512 513 C 5 1012 1012 15 59 15.29 43 50 56.1 00005 -1 507 512 513 C 6 1012 1012 15 59 47.09 43 50 56.1 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 52 35.4 00007 -1 507 512 513 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.207 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 5967 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.104E+04 IMAGR2: UVWAIT: Adding temperance S 6.208E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.837E+07 and out 2.226E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.128 due to weighting IMAGR2: UVWAIT: Average summed weight 3.104E+04 over 11934 vis IMAGR2: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 77 IMAGR2: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 83 IMAGR2: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 84 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.36312E+08 IMAGR2: Field 1 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 862.573 x 703.030 Milliarcsec, PA= -65.5 IMAGR2: Field 2 Sum of gridding weights = 2.36312E+08 IMAGR2: Field 2 Beam min = -119.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 862.355 x 703.198 Milliarcsec, PA= -65.6 IMAGR2: Field 3 Sum of gridding weights = 2.36311E+08 IMAGR2: Field 3 Beam min = -107.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 862.876 x 703.189 Milliarcsec, PA= -65.7 IMAGR2: Field 4 Sum of gridding weights = 2.36311E+08 IMAGR2: Field 4 Beam min = -97.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 862.054 x 703.040 Milliarcsec, PA= -65.5 IMAGR2: Field 5 Sum of gridding weights = 2.36311E+08 IMAGR2: Field 5 Beam min = -106.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 852.969 x 704.401 Milliarcsec, PA= -68.0 IMAGR2: Field 6 Sum of gridding weights = 2.36311E+08 IMAGR2: Field 6 Beam min = -123.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 862.272 x 702.871 Milliarcsec, PA= -65.4 IMAGR2: Field 7 Sum of gridding weights = 2.36311E+08 IMAGR2: Field 7 Beam min = -114.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 862.795 x 702.861 Milliarcsec, PA= -65.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -9.3 MilliJy,max = 74.5 MilliJy IMAGR2: Field 2 min = -7.8 MilliJy,max = 27.1 MilliJy IMAGR2: Field 3 min = -8.3 MilliJy,max = 42.9 MilliJy IMAGR2: Field 4 min = -8.7 MilliJy,max = 28.3 MilliJy IMAGR2: Field 5 min = -6.6 MilliJy,max = 25.6 MilliJy IMAGR2: Field 6 min = -8.3 MilliJy,max = 40.3 MilliJy IMAGR2: Field 7 min = -8.3 MilliJy,max = 24.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 12.56 MilliJy IMAGR2: 2574 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 43.354 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 40.055 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 40.055 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.2 MilliJy,max = 39.7 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 9.23 MilliJy IMAGR2: 1093 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.754 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 75.867 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 75.867 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.0 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.224E-02 < Second best 3.151E-02 IMAGR2: Field 6 min = -4.6 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.071E-02 < Second best 2.587E-02 IMAGR2: Field 2 min = -3.7 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.150E-03 < Second best 2.348E-02 IMAGR2: Field 7 min = -3.3 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.355E-03 < Second best 2.057E-02 IMAGR2: Field 4 min = -3.7 MilliJy,max = 9.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.410E-03 < Second best 1.880E-02 IMAGR2: Field 1 min = -4.7 MilliJy,max = 19.1 MilliJy IMAGR2: BGC Clean: using 1651 cell beam + residuals > 5.41 MilliJy IMAGR2: 1109 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.344 MilliJy iter= 37 IMAGR2: Field 1 Clean flux density= 99.127 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 99.127 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.0 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.158E-03 < Second best 1.224E-02 IMAGR2: Field 3 min = -4.4 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.789E-03 < Second best 1.071E-02 IMAGR2: Field 6 min = -4.1 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.979E-03 < Second best 8.897E-03 IMAGR2: Field 1 min = -4.5 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 1507 cell beam + residuals > 3.07 MilliJy IMAGR2: 2343 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.594 MilliJy iter= 61 IMAGR2: Field 1 Clean flux density= 113.885 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 113.885 MilliJy 61 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.869E-03 < Second best 7.410E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.258E-03 < Second best 7.355E-03 IMAGR2: Field 7 min = -2.9 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.858E-03 < Second best 6.789E-03 IMAGR2: Field 3 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.388E-03 < Second best 5.979E-03 IMAGR2: Field 6 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.056E-03 < Second best 5.158E-03 IMAGR2: Field 5 min = -3.3 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.820E-03 < Second best 4.388E-03 IMAGR2: BGC Clean: using 1977 cell beam + residuals > 2.16 MilliJy IMAGR2: 729 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.872 MilliJy iter= 24 IMAGR2: Field 3 Clean flux density= 8.315 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 122.199 MilliJy 85 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 599 cell beam + residuals > 1.91 MilliJy IMAGR2: 4683 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.860 MilliJy iter= 117 IMAGR2: Field 1 Clean flux density= 121.012 MilliJy 117 comps IMAGR2: Total Cleaned flux density = 129.327 MilliJy 141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.971E-03 < Second best 4.056E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.876E-03 < Second best 3.869E-03 IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.495E-03 < Second best 3.858E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.801E-03 < Second best 3.820E-03 IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.161E-03 < Second best 2.971E-03 IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.74 MilliJy IMAGR2: 302 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 min algorithm flux= 2.032 MilliJy iter= 25 IMAGR2: Field 4 Clean flux density= 5.235 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 134.561 MilliJy 166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.74 MilliJy IMAGR2: 323 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.988 MilliJy iter= 26 IMAGR2: Field 6 Clean flux density= 4.520 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 139.081 MilliJy 192 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.871E-03 < Second best 2.740E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.169E-03 < Second best 2.732E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 5363 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.929 MilliJy iter= 237 IMAGR2: Field 1 Clean flux density= 124.017 MilliJy 237 comps IMAGR2: Total Cleaned flux density = 142.086 MilliJy 312 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.673E-03 < Second best 2.169E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.565E-03 < Second best 2.161E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.654E-03 < Second best 1.940E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.431E-03 < Second best 1.900E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.575E-03 < Second best 1.871E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.569E-03 < Second best 1.845E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.504E-03 < Second best 1.673E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 914.76 MicroJy IMAGR2: 3319 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.246 MilliJy iter= 130 IMAGR2: Field 2 Clean flux density= 15.357 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 157.443 MilliJy 442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.438E-03 < Second best 1.575E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.336E-03 < Second best 1.569E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.333E-03 < Second best 1.565E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.281E-03 < Second best 1.504E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.355E-03 < Second best 1.438E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 841.49 MicroJy IMAGR2: 1622 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.217 MilliJy iter= 9 IMAGR2: Field 5 Clean flux density= 407.649 MicroJy 9 comps IMAGR2: Total Cleaned flux density = 157.850 MilliJy 451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.180E-03 < Second best 1.355E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 801.34 MicroJy IMAGR2: 3916 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.241 MilliJy iter= 247 IMAGR2: Field 1 Clean flux density= 123.236 MilliJy 247 comps IMAGR2: Total Cleaned flux density = 157.070 MilliJy 461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 776.48 MicroJy IMAGR2: 2578 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.237 MilliJy iter= 30 IMAGR2: Field 6 Clean flux density= 4.784 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 157.334 MilliJy 465 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 459 cell beam + residuals > 776.48 MicroJy IMAGR2: 2728 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.239 MilliJy iter= 3 IMAGR2: Field 7 Clean flux density= -125.639 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 157.209 MilliJy 468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 727.08 MicroJy IMAGR2: 3357 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.227 MilliJy iter= 26 IMAGR2: Field 3 Clean flux density= 8.563 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 157.457 MilliJy 470 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 247 to 147 components IMAGR2: Field 2 compressed from 130 to 99 components IMAGR2: Field 3 compressed from 26 to 17 components IMAGR2: Field 4 compressed from 25 to 19 components IMAGR2: Field 5 compressed from 9 to 7 components IMAGR2: Field 6 compressed from 30 to 22 components IMAGR2: Field 7 compressed from 3 to 3 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 169.091 MicroJy ( 11 CCs) from field 1 to field 3 IMAGR2: Restore 3.707 MilliJy ( 12 CCs) from field 1 to field 4 IMAGR2: Restore-605.704 MicroJy ( 11 CCs) from field 1 to field 5 IMAGR2: Restore 4.627 MilliJy ( 16 CCs) from field 1 to field 6 IMAGR2: Restore-125.972 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore 795.669 MicroJy ( 10 CCs) from field 2 to field 1 IMAGR2: Restore 565.000 MicroJy ( 7 CCs) from field 2 to field 3 IMAGR2: Restore 1.470 MilliJy ( 14 CCs) from field 2 to field 4 IMAGR2: Restore 4.574 MilliJy ( 8 CCs) from field 3 to field 1 IMAGR2: Restore 3.034 MilliJy ( 5 CCs) from field 3 to field 2 IMAGR2: Restore 1.372 MilliJy ( 3 CCs) from field 3 to field 5 IMAGR2: Restore 2.461 MilliJy ( 10 CCs) from field 4 to field 1 IMAGR2: Restore 2.043 MilliJy ( 6 CCs) from field 4 to field 2 IMAGR2: Restore 2.130 MilliJy ( 6 CCs) from field 4 to field 6 IMAGR2: Restore -4.004 MicroJy ( 2 CCs) from field 5 to field 1 IMAGR2: Restore 130.223 MicroJy ( 1 CCs) from field 5 to field 3 IMAGR2: Restore-129.271 MicroJy ( 1 CCs) from field 5 to field 7 IMAGR2: Restore 410.348 MicroJy ( 5 CCs) from field 6 to field 1 IMAGR2: Restore-229.857 MicroJy ( 2 CCs) from field 6 to field 4 IMAGR2: Restore 1.245 MilliJy ( 8 CCs) from field 6 to field 7 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 131.474 MilliJy IMAGR2: Field 2 final Clean flux 20.434 MilliJy IMAGR2: Field 3 final Clean flux 9.427 MilliJy IMAGR2: Field 4 final Clean flux 10.182 MilliJy IMAGR2: Field 5 final Clean flux 1.174 MilliJy IMAGR2: Field 6 final Clean flux 11.541 MilliJy IMAGR2: Field 7 final Clean flux 863.720 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 70 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 32.8 Real= 240 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.207 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.2168 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 92.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 7 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 k 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.2168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 5437 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.776E+04 IMAGR2: UVWAIT: Adding temperance S 5.552E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.611E+07 and out 1.911E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.127 due to weighting IMAGR2: UVWAIT: Average summed weight 2.776E+04 over 10702 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.02871E+08 IMAGR2: Field 1 Beam min = -133.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 925.925 x 710.925 Milliarcsec, PA= -70.5 IMAGR2: Field 2 Sum of gridding weights = 2.02871E+08 IMAGR2: Field 2 Beam min = -133.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 925.695 x 711.072 Milliarcsec, PA= -70.5 IMAGR2: Field 3 Sum of gridding weights = 2.02871E+08 IMAGR2: Field 3 Beam min = -147.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 926.377 x 711.047 Milliarcsec, PA= -70.6 IMAGR2: Field 4 Sum of gridding weights = 2.02871E+08 IMAGR2: Field 4 Beam min = -114.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 925.232 x 710.960 Milliarcsec, PA= -70.4 IMAGR2: Field 5 Sum of gridding weights = 2.02870E+08 IMAGR2: Field 5 Beam min = -147.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 926.611 x 710.899 Milliarcsec, PA= -70.5 IMAGR2: Field 6 Sum of gridding weights = 2.02871E+08 IMAGR2: Field 6 Beam min = -136.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 925.464 x 710.812 Milliarcsec, PA= -70.4 IMAGR2: Field 7 Sum of gridding weights = 2.02871E+08 IMAGR2: Field 7 Beam min = -130.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 926.157 x 710.778 Milliarcsec, PA= -70.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -28.4 MilliJy,max = 317.2 MilliJy IMAGR2: Field 2 min = -26.6 MilliJy,max = 96.2 MilliJy IMAGR2: Field 3 min = -34.8 MilliJy,max = 134.1 MilliJy IMAGR2: Field 4 min = -31.0 MilliJy,max = 107.8 MilliJy IMAGR2: Field 5 min = -34.7 MilliJy,max = 107.6 MilliJy IMAGR2: Field 6 min = -30.9 MilliJy,max = 134.4 MilliJy IMAGR2: Field 7 min = -27.8 MilliJy,max = 100.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 58.67 MilliJy IMAGR2: 1017 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 187.296 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 148.621 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 148.621 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.5 MilliJy,max = 168.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 34.65 MilliJy IMAGR2: 651 Residual map points loaded IMAGR2: Field 1 min allowed flux = 80.626 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 244.626 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 244.626 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.4 MilliJy,max = 32.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.794E-02 < Second best 1.087E-01 IMAGR2: Field 6 min = -6.9 MilliJy,max = 33.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.605E-02 < Second best 9.585E-02 IMAGR2: Field 7 min = -7.0 MilliJy,max = 25.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.457E-02 < Second best 9.171E-02 IMAGR2: Field 2 min = -6.7 MilliJy,max = 23.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.220E-02 < Second best 8.073E-02 IMAGR2: Field 5 min = -8.9 MilliJy,max = 26.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.962E-02 < Second best 7.669E-02 IMAGR2: Field 1 min = -8.4 MilliJy,max = 73.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.015E-02 < Second best 7.630E-02 IMAGR2: Field 4 min = -6.8 MilliJy,max = 25.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.925E-02 < Second best 7.015E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.64 MilliJy IMAGR2: 1383 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.282 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 291.751 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 291.751 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.1 MilliJy,max = 32.0 MilliJy IMAGR2: BGC Clean: using 1955 cell beam + residuals > 8.26 MilliJy IMAGR2: 281 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.226 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 312.263 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 312.263 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.2 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.904E-03 < Second best 2.605E-02 IMAGR2: Field 6 min = -3.4 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.758E-03 < Second best 2.457E-02 IMAGR2: Field 7 min = -3.8 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.525E-03 < Second best 2.220E-02 IMAGR2: Field 2 min = -4.0 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.495E-03 < Second best 1.962E-02 IMAGR2: Field 5 min = -3.9 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.550E-03 < Second best 1.925E-02 IMAGR2: Field 4 min = -3.2 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.562E-03 < Second best 1.449E-02 IMAGR2: Field 1 min = -5.5 MilliJy,max = 14.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.82 MilliJy IMAGR2: 2638 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.824 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 321.259 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 321.259 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.2 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.696E-03 < Second best 6.496E-03 IMAGR2: Field 1 min = -7.0 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 2.85 MilliJy IMAGR2: 401 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.894 MilliJy iter= 59 IMAGR2: Field 1 Clean flux density= 321.000 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 321.000 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.071E-03 < Second best 5.550E-03 IMAGR2: Field 5 min = -3.7 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.200E-03 < Second best 5.495E-03 IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.419E-03 < Second best 4.758E-03 IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.187E-03 < Second best 4.696E-03 IMAGR2: Field 7 min = -3.6 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.286E-03 < Second best 4.562E-03 IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.600E-03 < Second best 4.286E-03 IMAGR2: BGC Clean: using 1499 cell beam + residuals > 2.14 MilliJy IMAGR2: 2833 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.103 MilliJy iter= 34 IMAGR2: Field 7 Clean flux density= 7.317 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 328.317 MilliJy 93 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.622E-03 < Second best 4.071E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 1499 cell beam + residuals > 2.14 MilliJy IMAGR2: 1504 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.774 MilliJy iter= 32 IMAGR2: Field 3 Clean flux density= 1.982 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 330.299 MilliJy 125 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.152E-03 < Second best 3.622E-03 IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR2: 3872 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.834 MilliJy iter= 73 IMAGR2: Field 5 Clean flux density= 13.040 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 343.340 MilliJy 198 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR2: 3170 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.713 MilliJy iter= 96 IMAGR2: Field 4 Clean flux density= 1.850 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 345.190 MilliJy 294 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.799E-03 < Second best 3.187E-03 IMAGR2: Field 6 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.757E-03 < Second best 3.152E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.823E-03 < Second best 2.965E-03 IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.82 MilliJy IMAGR2: 1101 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.170 MilliJy iter= 95 IMAGR2: Field 7 Clean flux density= 566.423 MicroJy 95 comps IMAGR2: Total Cleaned flux density = 338.439 MilliJy 355 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.242E-03 < Second best 2.799E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.82 MilliJy IMAGR2: 780 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min algorithm flux= -2.109 MilliJy iter= 58 IMAGR2: Field 2 Clean flux density= 3.224 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 341.663 MilliJy 413 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.82 MilliJy IMAGR2: 85 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.933 MilliJy iter= 22 IMAGR2: Field 6 Clean flux density= 24.509 MicroJy 22 comps IMAGR2: Total Cleaned flux density = 341.688 MilliJy 435 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.417E-03 < Second best 2.652E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.249E-03 < Second best 2.595E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.141E-03 < Second best 2.417E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 3945 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.895 MilliJy iter= 229 IMAGR2: Field 5 Clean flux density= 6.296 MilliJy 229 comps IMAGR2: Total Cleaned flux density = 334.943 MilliJy 591 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.917E-03 < Second best 2.242E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 161 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.537 MilliJy iter= 105 IMAGR2: Field 1 Clean flux density= 321.852 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 335.796 MilliJy 637 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.41 MilliJy IMAGR2: 1497 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.699 MilliJy iter= 235 IMAGR2: Field 4 Clean flux density= 9.229 MilliJy 235 comps IMAGR2: Total Cleaned flux density = 343.174 MilliJy 776 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 449 cell beam + residuals > 1.35 MilliJy IMAGR2: 855 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.502 MilliJy iter= 180 IMAGR2: Field 7 Clean flux density= 2.603 MilliJy 180 comps IMAGR2: Total Cleaned flux density = 345.211 MilliJy 861 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.772E-03 < Second best 1.917E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.32 MilliJy IMAGR2: 114 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.364 MilliJy iter= 60 IMAGR2: Field 3 Clean flux density= 349.240 MicroJy 60 comps IMAGR2: Total Cleaned flux density = 343.578 MilliJy 889 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.552E-03 < Second best 1.815E-03 IMAGR2: Field 5 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.380E-03 < Second best 1.772E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 2402 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.372 MilliJy iter= 282 IMAGR2: Field 2 Clean flux density= -20.000 MicroJy 282 comps IMAGR2: Total Cleaned flux density = 340.334 MilliJy 1113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.381E-03 < Second best 1.552E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.05 MilliJy IMAGR2: 416 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.301 MilliJy iter= 39 IMAGR2: Field 6 Clean flux density= -162.670 MicroJy 39 comps IMAGR2: Total Cleaned flux density = 340.147 MilliJy 1130 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 987.85 MicroJy IMAGR2: 353 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.285 MilliJy iter= 114 IMAGR2: Field 1 Clean flux density= 321.960 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 340.254 MilliJy 1139 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 942.45 MicroJy IMAGR2: 4669 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.300 MilliJy iter= 315 IMAGR2: Field 7 Clean flux density= 3.845 MilliJy 315 comps IMAGR2: Total Cleaned flux density = 341.497 MilliJy 1274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.44 MicroJy IMAGR2: 2152 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.295 MilliJy iter= 250 IMAGR2: Field 4 Clean flux density= 10.176 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 342.444 MilliJy 1289 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 896.55 MicroJy IMAGR2: 1954 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.294 MilliJy iter= 238 IMAGR2: Field 5 Clean flux density= 6.723 MilliJy 238 comps IMAGR2: Total Cleaned flux density = 342.871 MilliJy 1298 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.141E-03 < Second best 1.304E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 114 to 49 components IMAGR2: Field 2 compressed from 282 to 189 components IMAGR2: Field 3 compressed from 60 to 41 components IMAGR2: Field 4 compressed from 250 to 185 components IMAGR2: Field 5 compressed from 238 to 189 components IMAGR2: Field 6 compressed from 39 to 24 components IMAGR2: Field 7 compressed from 315 to 222 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-339.949 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR2: Restore 389.355 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR2: Restore -1.186 MilliJy ( 14 CCs) from field 1 to field 4 IMAGR2: Restore 931.943 MicroJy ( 5 CCs) from field 1 to field 5 IMAGR2: Restore -14.604 MicroJy ( 2 CCs) from field 1 to field 6 IMAGR2: Restore 857.536 Nano Jy ( 2 CCs) from field 1 to field 7 IMAGR2: Restore-142.564 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 460.481 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR2: Restore-399.345 MicroJy ( 22 CCs) from field 2 to field 4 IMAGR2: Restore 732.612 MicroJy ( 2 CCs) from field 3 to field 2 IMAGR2: Restore 460.596 MicroJy ( 7 CCs) from field 3 to field 5 IMAGR2: Restore-104.481 MicroJy ( 2 CCs) from field 4 to field 1 IMAGR2: Restore-721.625 MicroJy ( 4 CCs) from field 4 to field 2 IMAGR2: Restore -1.699 MilliJy ( 4 CCs) from field 4 to field 6 IMAGR2: Restore 71.443 MicroJy ( 17 CCs) from field 5 to field 1 IMAGR2: Restore 1.187 MilliJy ( 13 CCs) from field 5 to field 3 IMAGR2: Restore 2.042 MilliJy ( 18 CCs) from field 5 to field 7 IMAGR2: Restore 140.985 MicroJy ( 3 CCs) from field 6 to field 4 IMAGR2: Restore -74.171 MicroJy ( 4 CCs) from field 7 to field 1 IMAGR2: Restore -1.002 MilliJy ( 33 CCs) from field 7 to field 5 IMAGR2: Restore 157.244 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 321.710 MilliJy IMAGR2: Field 2 final Clean flux -348.962 MicroJy IMAGR2: Field 3 final Clean flux 2.386 MilliJy IMAGR2: Field 4 final Clean flux 8.732 MilliJy IMAGR2: Field 5 final Clean flux 7.114 MilliJy IMAGR2: Field 6 final Clean flux -1.719 MilliJy IMAGR2: Field 7 final Clean flux 5.889 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 77 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 41.4 Real= 299 k 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.2168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1349 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 93.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 7 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 k 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.2168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 14040 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.493E+04 IMAGR2: UVWAIT: Adding temperance S 4.987E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.176E+07 and out 5.467E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.156 due to weighting IMAGR2: UVWAIT: Average summed weight 2.493E+04 over 27872 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 = 5.80430E+08 IMAGR2: Field 1 Beam min = -75.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 929.137 x 648.029 Milliarcsec, PA= -47.7 IMAGR2: Field 2 Sum of gridding weights = 5.80439E+08 IMAGR2: Field 2 Beam min = -75.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 929.137 x 648.030 Milliarcsec, PA= -47.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -60.5 MilliJy,max = 790.9 MilliJy IMAGR2: Field 2 min = -63.8 MilliJy,max = 781.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 51.39 MilliJy IMAGR2: 17202 Residual map points loaded IMAGR2: Field 1 min allowed flux = 378.291 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 450.450 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 450.450 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 = -27.7 MilliJy,max = 334.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.177E-01 < Second best 3.596E-01 IMAGR2: Field 1 min = -26.3 MilliJy,max = 340.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 24.58 MilliJy IMAGR2: 11730 Residual map points loaded IMAGR2: Field 1 min allowed flux = 162.842 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 644.354 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 644.354 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.4 MilliJy,max = 149.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.424E-01 < Second best 1.548E-01 IMAGR2: Field 1 min = -12.4 MilliJy,max = 146.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.58 MilliJy IMAGR2: 16516 Residual map points loaded IMAGR2: Field 1 min allowed flux = 68.615 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 737.674 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 737.674 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.8 MilliJy,max = 64.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.087E-02 < Second best 6.524E-02 IMAGR2: Field 1 min = -6.6 MilliJy,max = 63.1 MilliJy IMAGR2: BGC Clean: using 2013 cell beam + residuals > 6.02 MilliJy IMAGR2: 9019 Residual map points loaded IMAGR2: Field 1 min allowed flux = 29.633 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 777.575 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 777.575 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.0 MilliJy,max = 28.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.661E-02 < Second best 2.818E-02 IMAGR2: Field 1 min = -7.3 MilliJy,max = 26.7 MilliJy IMAGR2: BGC Clean: using 1723 cell beam + residuals > 3.97 MilliJy IMAGR2: 12997 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.000 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 794.802 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 794.802 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.4 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.75 MilliJy IMAGR2: 121 Residual map points loaded IMAGR2: Field 2 min allowed flux = 6.277 MilliJy iter= 12 IMAGR2: Field 2 Clean flux density= 5.827 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 800.630 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.8 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 429 cell beam + residuals > 3.42 MilliJy IMAGR2: 18261 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.890 MilliJy iter= 101 IMAGR2: Field 1 Clean flux density= 816.786 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 822.613 MilliJy 113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.0 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.37 MilliJy IMAGR2: 81 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.063 MilliJy iter= 38 IMAGR2: Field 2 Clean flux density= 2.779 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 819.565 MilliJy 139 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.23 MilliJy IMAGR2: 19880 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.213 MilliJy iter= 216 IMAGR2: Field 1 Clean flux density= 841.135 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 843.914 MilliJy 254 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR2: 19843 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.642 MilliJy iter= 382 IMAGR2: Field 1 Clean flux density= 835.270 MilliJy 382 comps IMAGR2: Total Cleaned flux density = 838.049 MilliJy 420 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR2: 19787 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.161 MilliJy iter= 608 IMAGR2: Field 1 Clean flux density= 856.197 MilliJy 608 comps IMAGR2: Total Cleaned flux density = 858.977 MilliJy 646 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.0 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.68 MilliJy IMAGR2: 19666 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.714 MilliJy iter= 904 IMAGR2: Field 1 Clean flux density= 851.421 MilliJy 904 comps IMAGR2: Total Cleaned flux density = 854.200 MilliJy 942 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.236E-03 < Second best 3.560E-03 IMAGR2: Field 1 min = -6.5 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR2: 19913 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.306 MilliJy iter= 1279 IMAGR2: Field 1 Clean flux density= 881.435 MilliJy 1279 comps IMAGR2: Total Cleaned flux density = 884.214 MilliJy 1317 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR2: 36 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.503 MilliJy iter= 60 IMAGR2: Field 2 Clean flux density= 1.183 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 882.618 MilliJy 1339 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.0 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 19882 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.924 MilliJy iter= 1746 IMAGR2: Field 1 Clean flux density= 862.131 MilliJy 1746 comps IMAGR2: Total Cleaned flux density = 863.314 MilliJy 1806 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR2: 19800 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.603 MilliJy iter= 2325 IMAGR2: Field 1 Clean flux density= 903.982 MilliJy 2325 comps IMAGR2: Total Cleaned flux density = 905.165 MilliJy 2385 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.1 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 19607 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.315 MilliJy iter= 3050 IMAGR2: Field 1 Clean flux density= 890.242 MilliJy 3050 comps IMAGR2: Total Cleaned flux density = 891.425 MilliJy 3110 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.813 MilliJy iter= 81 IMAGR2: Field 2 Clean flux density= 4.191 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 894.432 MilliJy 3131 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 19882 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.047 MilliJy iter= 3957 IMAGR2: Field 1 Clean flux density= 891.945 MilliJy 3957 comps IMAGR2: Total Cleaned flux density = 896.135 MilliJy 4038 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 19696 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.800 MilliJy iter= 5052 IMAGR2: Field 1 Clean flux density= 922.570 MilliJy 5052 comps IMAGR2: Total Cleaned flux density = 926.760 MilliJy 5133 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.596E-03 < Second best 1.724E-03 IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 19856 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.571 MilliJy iter= 6328 IMAGR2: Field 1 Clean flux density= 906.608 MilliJy 6328 comps IMAGR2: Total Cleaned flux density = 910.798 MilliJy 6409 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.269 MilliJy iter= 99 IMAGR2: Field 2 Clean flux density= 4.735 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 911.342 MilliJy 6427 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.10 MilliJy IMAGR2: 19888 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.337 MilliJy iter= 7770 IMAGR2: Field 1 Clean flux density= 920.926 MilliJy 7770 comps IMAGR2: Total Cleaned flux density = 925.661 MilliJy 7869 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 970.34 MicroJy IMAGR2: 19730 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.164 MilliJy iter= 9375 IMAGR2: Field 1 Clean flux density= 915.703 MilliJy 9375 comps IMAGR2: Total Cleaned flux density = 920.438 MilliJy 9474 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 14040 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 968.93 MicroJy IMAGR2: 43 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -960.060 MicroJy iter= 126 IMAGR2: Field 2 Clean flux density= 3.988 MilliJy 126 comps IMAGR2: Total Cleaned flux density = 919.692 MilliJy 9501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.73 MicroJy IMAGR2: 19891 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.041 MilliJy iter= 11148 IMAGR2: Field 1 Clean flux density= 941.170 MilliJy 11148 comps IMAGR2: Total Cleaned flux density = 945.158 MilliJy 11274 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 14040 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.31 MicroJy IMAGR2: 19776 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 934.173 MicroJy iter= 13077 IMAGR2: Field 1 Clean flux density= 936.068 MilliJy 13077 comps IMAGR2: Total Cleaned flux density = 940.057 MilliJy 13203 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 14040 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 795.37 MicroJy IMAGR2: 25 Residual map points loaded IMAGR2: Field 2 min Clean flux = -807.800 MicroJy iter= 141 IMAGR2: Field 2 Clean flux density= 3.728 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 939.796 MilliJy 13218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 725.29 MicroJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 843.714 MicroJy iter= 15229 IMAGR2: Field 1 Clean flux density= 924.140 MilliJy 15229 comps IMAGR2: Total Cleaned flux density = 927.868 MilliJy 15370 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 14040 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 674.92 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min Clean flux = 809.479 MicroJy iter= 16828 IMAGR2: Field 1 Clean flux density= 945.398 MilliJy 16828 comps IMAGR2: Total Cleaned flux density = 949.125 MilliJy 16969 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 14040 Pts IMAGR2: Peak residual in window 809.479 less than limit 809.496 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 16828 to 10134 components IMAGR2: Field 2 compressed from 141 to 68 components IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 892.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 798.591 MilliJy ( 90 CCs) from field 1 to field 2 IMAGR2: Restore 3.728 MilliJy ( 68 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 949.125 MilliJy IMAGR2: Field 2 final Clean flux 802.318 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 84 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 96.0 Real= 674 k 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.2168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1377 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.22234 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22234 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 96.8 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= 7 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 k 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.2168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1377 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 13481 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.421E+04 IMAGR2: UVWAIT: Adding temperance S 4.842E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.946E+07 and out 5.176E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.154 due to weighting IMAGR2: UVWAIT: Average summed weight 2.421E+04 over 26548 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 = 5.49498E+08 IMAGR2: Field 1 Beam min = -78.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 981.417 x 637.821 Milliarcsec, PA= -43.2 IMAGR2: Field 2 Sum of gridding weights = 5.49506E+08 IMAGR2: Field 2 Beam min = -78.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 981.420 x 637.826 Milliarcsec, PA= -43.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -63.8 MilliJy,max = 788.4 MilliJy IMAGR2: Field 2 min = -62.7 MilliJy,max = 790.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 59.17 MilliJy IMAGR2: 1185 Residual map points loaded IMAGR2: Field 2 min allowed flux = 378.026 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 450.135 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 450.135 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 = -28.4 MilliJy,max = 343.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.269E-01 < Second best 3.596E-01 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min = -30.7 MilliJy,max = 340.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 28.30 MilliJy IMAGR2: 1005 Residual map points loaded IMAGR2: Field 2 min allowed flux = 156.123 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 661.883 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 661.883 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.2 MilliJy,max = 146.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.391E-01 < Second best 1.485E-01 IMAGR2: Field 2 min = -16.4 MilliJy,max = 142.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 11.69 MilliJy IMAGR2: 1144 Residual map points loaded IMAGR2: Field 2 min allowed flux = 69.033 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= 753.231 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 753.231 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.8 MilliJy,max = 64.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.136E-02 < Second best 6.567E-02 IMAGR2: Field 2 min = -12.1 MilliJy,max = 62.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.61 MilliJy IMAGR2: 1264 Residual map points loaded IMAGR2: Field 2 min allowed flux = 30.488 MilliJy iter= 35 IMAGR2: Field 2 Clean flux density= 793.771 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 793.771 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.3 MilliJy,max = 29.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.83 MilliJy IMAGR2: 5283 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.125 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 15.599 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 809.370 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.7 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.99 MilliJy IMAGR2: 236 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 7.835 MilliJy iter= 76 IMAGR2: Field 2 Clean flux density= 803.305 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 818.903 MilliJy 89 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 13481 Pts IMAGR2: Field 1 min = -8.0 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 129 cell beam + residuals > 3.82 MilliJy IMAGR2: 6929 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.016 MilliJy iter= 81 IMAGR2: Field 1 Clean flux density= 36.388 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 839.692 MilliJy 157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 176 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.174 MilliJy iter= 122 IMAGR2: Field 2 Clean flux density= 806.941 MilliJy 122 comps IMAGR2: Total Cleaned flux density = 843.329 MilliJy 203 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 13481 Pts IMAGR2: Field 1 min = -7.2 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR2: 19732 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.958 MilliJy iter= 247 IMAGR2: Field 1 Clean flux density= 63.223 MilliJy 247 comps IMAGR2: Total Cleaned flux density = 870.163 MilliJy 369 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.7 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 19637 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.267 MilliJy iter= 480 IMAGR2: Field 1 Clean flux density= 74.019 MilliJy 480 comps IMAGR2: Total Cleaned flux density = 880.960 MilliJy 602 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR2: 19501 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.719 MilliJy iter= 790 IMAGR2: Field 1 Clean flux density= 96.520 MilliJy 790 comps IMAGR2: Total Cleaned flux density = 903.461 MilliJy 912 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.8 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.60 MilliJy IMAGR2: 61 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.691 MilliJy iter= 153 IMAGR2: Field 2 Clean flux density= 808.221 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 904.741 MilliJy 943 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 19857 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.207 MilliJy iter= 1203 IMAGR2: Field 1 Clean flux density= 92.555 MilliJy 1203 comps IMAGR2: Total Cleaned flux density = 900.776 MilliJy 1356 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 19756 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.772 MilliJy iter= 1708 IMAGR2: Field 1 Clean flux density= 128.665 MilliJy 1708 comps IMAGR2: Total Cleaned flux density = 936.885 MilliJy 1861 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 19584 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.406 MilliJy iter= 2321 IMAGR2: Field 1 Clean flux density= 104.443 MilliJy 2321 comps IMAGR2: Total Cleaned flux density = 912.663 MilliJy 2474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 24 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.835 MilliJy iter= 169 IMAGR2: Field 2 Clean flux density= 809.837 MilliJy 169 comps IMAGR2: Total Cleaned flux density = 914.280 MilliJy 2490 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 19921 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.076 MilliJy iter= 3070 IMAGR2: Field 1 Clean flux density= 148.940 MilliJy 3070 comps IMAGR2: Total Cleaned flux density = 958.778 MilliJy 3239 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 19828 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.797 MilliJy iter= 3947 IMAGR2: Field 1 Clean flux density= 104.630 MilliJy 3947 comps IMAGR2: Total Cleaned flux density = 914.468 MilliJy 4116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.634E-03 < Second best 1.722E-03 IMAGR2: Field 1 min = -3.5 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 19949 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.585 MilliJy iter= 5031 IMAGR2: Field 1 Clean flux density= 171.820 MilliJy 5031 comps IMAGR2: Total Cleaned flux density = 981.658 MilliJy 5200 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 33 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.220 MilliJy iter= 185 IMAGR2: Field 2 Clean flux density= 808.024 MilliJy 185 comps IMAGR2: Total Cleaned flux density = 979.845 MilliJy 5216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 19918 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.381 MilliJy iter= 6269 IMAGR2: Field 1 Clean flux density= 120.603 MilliJy 6269 comps IMAGR2: Total Cleaned flux density = 928.628 MilliJy 6454 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.80 MicroJy IMAGR2: 19801 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.196 MilliJy iter= 7698 IMAGR2: Field 1 Clean flux density= 172.118 MilliJy 7698 comps IMAGR2: Total Cleaned flux density = 980.142 MilliJy 7883 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.05 MicroJy IMAGR2: 72 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -993.006 MicroJy iter= 211 IMAGR2: Field 2 Clean flux density= 805.799 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 977.917 MilliJy 7909 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 872.24 MicroJy IMAGR2: 19849 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.049 MilliJy iter= 9309 IMAGR2: Field 1 Clean flux density= 153.818 MilliJy 9309 comps IMAGR2: Total Cleaned flux density = 959.617 MilliJy 9520 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 13481 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 780.25 MicroJy IMAGR2: 19745 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -929.298 MicroJy iter= 11109 IMAGR2: Field 1 Clean flux density= 154.521 MilliJy 11109 comps IMAGR2: Total Cleaned flux density = 960.319 MilliJy 11320 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 13481 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 873.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 779.38 MicroJy IMAGR2: 70 Residual map points loaded IMAGR2: Field 2 min Clean flux = 812.033 MicroJy iter= 230 IMAGR2: Field 2 Clean flux density= 804.359 MilliJy 230 comps IMAGR2: Total Cleaned flux density = 958.879 MilliJy 11339 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 699.67 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min Clean flux = 826.027 MicroJy iter= 12931 IMAGR2: Field 1 Clean flux density= 176.747 MilliJy 12931 comps IMAGR2: Total Cleaned flux density = 981.105 MilliJy 13161 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 13481 Pts IMAGR2: Peak residual in window 826.027 less than limit 826.108 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 12931 to 7741 components IMAGR2: Field 2 compressed from 230 to 58 components IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 910.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 21.713 MilliJy ( 44 CCs) from field 1 to field 2 IMAGR2: Restore 804.359 MilliJy ( 58 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 981.105 MilliJy IMAGR2: Field 2 final Clean flux 826.072 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= 85.0 Real= 523 k 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.2168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1377 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.08896 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 97.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 6 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 k 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.2168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1377 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.08896 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 32292 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.481E+04 IMAGR2: UVWAIT: Adding temperance S 1.096E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.719E+07 and out 1.605E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR2: UVWAIT: Average summed weight 5.481E+04 over 64584 vis IMAGR2: Create 1608+656 .IBM001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1608+656 .IBM002. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1608+656 .IBM003. 1 (MA) on disk 1 cno 91 IMAGR2: Create 1608+656 .ICL001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1608+656 .ICL002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1608+656 .ICL003. 1 (MA) on disk 1 cno 94 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.70436E+09 IMAGR2: Field 1 Beam min = -132.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 949.370 x 613.997 Milliarcsec, PA= -51.3 IMAGR2: Field 2 Sum of gridding weights = 1.70438E+09 IMAGR2: Field 2 Beam min = -132.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 949.378 x 613.997 Milliarcsec, PA= -51.3 IMAGR2: Field 3 Sum of gridding weights = 1.70438E+09 IMAGR2: Field 3 Beam min = -132.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 949.911 x 613.948 Milliarcsec, PA= -51.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -5.2 MilliJy,max = 25.4 MilliJy IMAGR2: Field 2 min = -4.7 MilliJy,max = 25.0 MilliJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 1961 cell beam + residuals > 1.93 MilliJy IMAGR2: 15852 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.174 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 15.793 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 15.793 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 = -4.0 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.91 MilliJy IMAGR2: 1148 Residual map points loaded IMAGR2: Field 2 min allowed flux = 5.392 MilliJy iter= 21 IMAGR2: Field 2 Clean flux density= 17.005 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 32.798 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 891.33 MicroJy IMAGR2: 9838 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.714 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 25.243 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 42.249 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 834.13 MicroJy IMAGR2: 1353 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.462 MilliJy iter= 72 IMAGR2: Field 2 Clean flux density= 22.951 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 48.194 MilliJy 106 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 32292 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.597E-03 < Second best 2.085E-03 IMAGR2: Field 3 min = -477.7 MicroJy,max = 952.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.101E-04 < Second best 1.597E-03 IMAGR2: BGC Clean: using 527 cell beam + residuals > 636.98 MicroJy IMAGR2: 5011 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 964.567 MicroJy iter= 103 IMAGR2: Field 1 Clean flux density= 30.186 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 53.136 MilliJy 175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 403 cell beam + residuals > 486.66 MicroJy IMAGR2: 1505 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -670.520 MicroJy iter= 149 IMAGR2: Field 2 Clean flux density= 24.458 MilliJy 149 comps IMAGR2: Total Cleaned flux density = 54.644 MilliJy 252 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 32292 Pts IMAGR2: Field 1 min = -882.7 MicroJy,max = 898.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.589E-04 < Second best 9.101E-04 IMAGR2: Field 3 min = -460.6 MicroJy,max = 917.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 391.58 MicroJy IMAGR2: 75 Residual map points loaded IMAGR2: Field 3 min Clean flux = 513.523 MicroJy iter= 7 IMAGR2: Field 3 Clean flux density= 482.695 MicroJy 7 comps IMAGR2: Total Cleaned flux density = 55.126 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -883.8 MicroJy,max = 826.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 390.25 MicroJy IMAGR2: 17022 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -639.997 MicroJy iter= 325 IMAGR2: Field 1 Clean flux density= 35.197 MilliJy 325 comps IMAGR2: Total Cleaned flux density = 60.138 MilliJy 481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -561.4 MicroJy,max = 696.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.606E-04 < Second best 6.116E-04 IMAGR2: Field 1 min = -567.1 MicroJy,max = 582.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 319.10 MicroJy IMAGR2: 18969 Residual map points loaded IMAGR2: Field 1 min Clean flux = -531.652 MicroJy iter= 344 IMAGR2: Field 1 Clean flux density= 35.702 MilliJy 344 comps IMAGR2: Total Cleaned flux density = 60.643 MilliJy 500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -557.1 MicroJy,max = 687.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 344 to 238 components IMAGR2: Field 2 compressed from 149 to 62 components IMAGR2: Field 3 compressed from 7 to 3 components IMAGR2: Field 1 min = -555.2 MicroJy,max = 555.0 MicroJy IMAGR2: Field 2 min = -557.1 MicroJy,max = 687.8 MicroJy IMAGR2: Field 3 min = -423.3 MicroJy,max = 684.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 30.356 MilliJy ( 99 CCs) from field 1 to field 2 IMAGR2: Restore 24.458 MilliJy ( 62 CCs) from field 2 to field 1 IMAGR2: Restore 482.695 MicroJy ( 3 CCs) from field 3 to field 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 60.643 MilliJy IMAGR2: Field 2 final Clean flux 54.814 MilliJy IMAGR2: Field 3 final Clean flux 482.695 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= 20.2 Real= 123 k 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.2168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1377 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.08896 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1782 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.21965 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21965 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:23:14.17 79:38:50.0 0.297 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 100.1 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= 8 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 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.1782 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 8047 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.551E+04 IMAGR2: UVWAIT: Adding temperance S 5.101E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.270E+07 and out 3.002E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR2: UVWAIT: Average summed weight 2.551E+04 over 16043 vis IMAGR2: Create 1823+796 .IBM001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1823+796 .IBM002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1823+796 .ICL001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1823+796 .ICL002. 1 (MA) on disk 1 cno 95 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.18750E+08 IMAGR2: Field 1 Beam min = -85.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.069 x 0.649 arcsec, PA= -15.3 IMAGR2: Field 2 Sum of gridding weights = 3.18755E+08 IMAGR2: Field 2 Beam min = -93.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.069 x 0.649 arcsec, PA= -15.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -45.3 MilliJy,max = 520.3 MilliJy IMAGR2: Field 2 min = -50.2 MilliJy,max = 497.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 68.43 MilliJy IMAGR2: 5350 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 248.874 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 296.348 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 296.348 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -21.7 MilliJy,max = 214.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.036E-01 < Second best 2.367E-01 IMAGR2: Field 1 min = -20.1 MilliJy,max = 224.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 32.73 MilliJy IMAGR2: 3539 Residual map points loaded IMAGR2: Field 1 min allowed flux = 107.132 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 423.915 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 423.915 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.3 MilliJy,max = 93.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.860E-02 < Second best 1.019E-01 IMAGR2: Field 1 min = -10.6 MilliJy,max = 96.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.09 MilliJy IMAGR2: 4463 Residual map points loaded IMAGR2: Field 1 min allowed flux = 46.117 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 478.829 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 478.829 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 41.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.923E-02 < Second best 4.386E-02 IMAGR2: Field 1 min = -10.1 MilliJy,max = 41.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.06 MilliJy IMAGR2: 14416 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.852 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 502.468 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 502.468 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.3 MilliJy,max = 18.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.798E-02 < Second best 1.889E-02 IMAGR2: Field 1 min = -10.7 MilliJy,max = 17.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.703E-02 < Second best 1.798E-02 IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.71 MilliJy IMAGR2: 85 Residual map points loaded IMAGR2: Field 2 min allowed flux = 9.029 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 10.751 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 513.219 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.9 MilliJy,max = 10.8 MilliJy IMAGR2: BGC Clean: using 1511 cell beam + residuals > 5.41 MilliJy IMAGR2: 4798 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.139 MilliJy iter= 59 IMAGR2: Field 1 Clean flux density= 519.179 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 529.930 MilliJy 67 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.0 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.602E-03 < Second best 7.777E-03 IMAGR2: Field 1 min = -10.5 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.20 MilliJy IMAGR2: 19964 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.342 MilliJy iter= 133 IMAGR2: Field 1 Clean flux density= 545.318 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 556.069 MilliJy 141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.6 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.84 MilliJy IMAGR2: 19927 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.211 MilliJy iter= 251 IMAGR2: Field 1 Clean flux density= 546.093 MilliJy 251 comps IMAGR2: Total Cleaned flux density = 556.844 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.442E-03 < Second best 5.943E-03 IMAGR2: Field 1 min = -8.3 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.45 MilliJy IMAGR2: 19944 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.213 MilliJy iter= 420 IMAGR2: Field 1 Clean flux density= 570.518 MilliJy 420 comps IMAGR2: Total Cleaned flux density = 581.269 MilliJy 428 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.4 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.05 MilliJy IMAGR2: 19864 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.379 MilliJy iter= 648 IMAGR2: Field 1 Clean flux density= 556.581 MilliJy 648 comps IMAGR2: Total Cleaned flux density = 567.332 MilliJy 656 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.744E-03 < Second best 4.194E-03 IMAGR2: Field 1 min = -7.0 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.68 MilliJy IMAGR2: 19871 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.739 MilliJy iter= 957 IMAGR2: Field 1 Clean flux density= 593.266 MilliJy 957 comps IMAGR2: Total Cleaned flux density = 604.017 MilliJy 965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR2: 47 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.721 MilliJy iter= 28 IMAGR2: Field 2 Clean flux density= 13.284 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 606.550 MilliJy 985 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.8 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.32 MilliJy IMAGR2: 19842 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.194 MilliJy iter= 1388 IMAGR2: Field 1 Clean flux density= 550.486 MilliJy 1388 comps IMAGR2: Total Cleaned flux density = 563.770 MilliJy 1416 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR2: 19582 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.717 MilliJy iter= 1943 IMAGR2: Field 1 Clean flux density= 569.583 MilliJy 1943 comps IMAGR2: Total Cleaned flux density = 582.866 MilliJy 1971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 47 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.036 MilliJy iter= 53 IMAGR2: Field 2 Clean flux density= 15.843 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 585.426 MilliJy 1996 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 19788 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.216 MilliJy iter= 2641 IMAGR2: Field 1 Clean flux density= 566.545 MilliJy 2641 comps IMAGR2: Total Cleaned flux density = 582.388 MilliJy 2694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 19478 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.912 MilliJy iter= 3465 IMAGR2: Field 1 Clean flux density= 604.039 MilliJy 3465 comps IMAGR2: Total Cleaned flux density = 619.882 MilliJy 3518 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.54 MilliJy IMAGR2: 480 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -3.539 MilliJy iter= 61 IMAGR2: Field 2 Clean flux density= 12.633 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 616.672 MilliJy 3526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 427 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -2.812 MilliJy iter= 70 IMAGR2: Field 2 Clean flux density= 9.918 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 613.957 MilliJy 3535 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 347 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.534 MilliJy iter= 152 IMAGR2: Field 2 Clean flux density= -3.157 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 600.882 MilliJy 3617 comps IMAGR2: ALGSTB: All 177 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 166- 0 Cells, with 8047 Pts IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 19375 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.599 MilliJy iter= 4477 IMAGR2: Field 1 Clean flux density= 584.185 MilliJy 4477 comps IMAGR2: Total Cleaned flux density = 581.028 MilliJy 4629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 1.14 MilliJy IMAGR2: 16185 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.325 MilliJy iter= 5205 IMAGR2: Field 1 Clean flux density= 604.433 MilliJy 5205 comps IMAGR2: Total Cleaned flux density = 601.277 MilliJy 5357 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.110 MilliJy iter= 169 IMAGR2: Field 2 Clean flux density= -4.991 MilliJy 169 comps IMAGR2: Total Cleaned flux density = 599.443 MilliJy 5374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 876.91 MicroJy IMAGR2: 19756 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.074 MilliJy iter= 6437 IMAGR2: Field 1 Clean flux density= 582.103 MilliJy 6437 comps IMAGR2: Total Cleaned flux density = 577.112 MilliJy 6606 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.33 MicroJy IMAGR2: 288 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.066 MilliJy iter= 191 IMAGR2: Field 2 Clean flux density= -4.025 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 578.078 MilliJy 6628 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 786.45 MicroJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.069 MilliJy iter= 6796 IMAGR2: Field 1 Clean flux density= 587.706 MilliJy 6796 comps IMAGR2: Total Cleaned flux density = 583.682 MilliJy 6987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.069 less than limit 1.069 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 6796 to 4742 components IMAGR2: Field 2 compressed from 191 to 97 components IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 506.734 MilliJy ( 76 CCs) from field 1 to field 2 IMAGR2: Restore -4.025 MilliJy ( 97 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 583.682 MilliJy IMAGR2: Field 2 final Clean flux 502.709 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= 58.0 Real= 355 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.1782 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1945+709 X BAND Seq 1 Disk: 1 in slot 16 SETFC2: SETCEL: recommends IMSIZE 1451 CELLSIZE 0.22054 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22054 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 19:45:53.64 70:55:48.3 0.953 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 90.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 9 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 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.1782 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.4702E-03 -2.3000E-02 0 IMAGR2: Field 2 246 246 5.8957E-01 -4.2300E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1945+709 .IMAGR . 1 (UV) on disk 1 cno 93 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 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.432E+04 IMAGR2: UVWAIT: Adding temperance S 4.864E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.006E+07 and out 2.587E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.153 due to weighting IMAGR2: UVWAIT: Average summed weight 2.432E+04 over 13130 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.74645E+08 IMAGR2: Field 1 Beam min = -93.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 926.074 x 660.689 Milliarcsec, PA= 7.5 IMAGR2: Field 2 Sum of gridding weights = 2.74648E+08 IMAGR2: Field 2 Beam min = -98.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 926.068 x 660.694 Milliarcsec, PA= 7.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -40.5 MilliJy,max = 422.6 MilliJy IMAGR2: Field 2 min = -44.4 MilliJy,max = 409.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 55.17 MilliJy IMAGR2: 6214 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 202.141 MilliJy iter= 8 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 240.699 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 240.699 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 = -18.9 MilliJy,max = 178.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.694E-01 < Second best 1.922E-01 IMAGR2: Field 1 min = -18.0 MilliJy,max = 181.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 26.39 MilliJy IMAGR2: 4177 Residual map points loaded IMAGR2: Field 1 min allowed flux = 87.836 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 344.395 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 344.395 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.3 MilliJy,max = 79.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.539E-02 < Second best 8.353E-02 IMAGR2: Field 1 min = -9.0 MilliJy,max = 79.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 11.47 MilliJy IMAGR2: 5872 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.315 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 394.379 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 394.379 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.9 MilliJy,max = 33.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.136E-02 < Second best 3.454E-02 IMAGR2: Field 1 min = -7.0 MilliJy,max = 33.1 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 5.47 MilliJy IMAGR2: 9542 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.150 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 415.120 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 415.120 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.329E-02 < Second best 1.442E-02 IMAGR2: Field 1 min = -7.4 MilliJy,max = 13.6 MilliJy IMAGR2: BGC Clean: using 1587 cell beam + residuals > 4.03 MilliJy IMAGR2: 14061 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.899 MilliJy iter= 63 IMAGR2: Field 1 Clean flux density= 438.979 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 438.979 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.8 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.447E-03 < Second best 6.578E-03 IMAGR2: Field 1 min = -7.7 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.56 MilliJy IMAGR2: 19975 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.071 MilliJy iter= 128 IMAGR2: Field 1 Clean flux density= 462.601 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 462.601 MilliJy 128 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.4 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 19961 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.291 MilliJy iter= 230 IMAGR2: Field 1 Clean flux density= 465.534 MilliJy 230 comps IMAGR2: Total Cleaned flux density = 465.534 MilliJy 230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.331E-03 < Second best 5.063E-03 IMAGR2: Field 1 min = -6.9 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.04 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.598 MilliJy iter= 380 IMAGR2: Field 1 Clean flux density= 483.409 MilliJy 380 comps IMAGR2: Total Cleaned flux density = 483.409 MilliJy 380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.73 MilliJy IMAGR2: 19964 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.974 MilliJy iter= 595 IMAGR2: Field 1 Clean flux density= 482.888 MilliJy 595 comps IMAGR2: Total Cleaned flux density = 482.888 MilliJy 595 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.38 MilliJy IMAGR2: 19947 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.365 MilliJy iter= 889 IMAGR2: Field 1 Clean flux density= 494.930 MilliJy 889 comps IMAGR2: Total Cleaned flux density = 494.930 MilliJy 889 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.057E-03 < Second best 3.223E-03 IMAGR2: Field 1 min = -4.8 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.811 MilliJy iter= 1291 IMAGR2: Field 1 Clean flux density= 495.055 MilliJy 1291 comps IMAGR2: Total Cleaned flux density = 495.055 MilliJy 1291 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 19973 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.379 MilliJy iter= 1846 IMAGR2: Field 1 Clean flux density= 514.680 MilliJy 1846 comps IMAGR2: Total Cleaned flux density = 514.680 MilliJy 1846 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 483 cell beam + residuals > 1.57 MilliJy IMAGR2: 17041 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.969 MilliJy iter= 2325 IMAGR2: Field 1 Clean flux density= 471.674 MilliJy 2325 comps IMAGR2: Total Cleaned flux density = 471.674 MilliJy 2325 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.472E-03 < Second best 1.881E-03 IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 19958 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.603 MilliJy iter= 3124 IMAGR2: Field 1 Clean flux density= 546.005 MilliJy 3124 comps IMAGR2: Total Cleaned flux density = 546.005 MilliJy 3124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.31 MilliJy IMAGR2: 8246 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.675 MilliJy iter= 3296 IMAGR2: Field 1 Clean flux density= 517.602 MilliJy 3296 comps IMAGR2: Total Cleaned flux density = 517.602 MilliJy 3296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 954.22 MicroJy IMAGR2: 19788 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.212 MilliJy iter= 4258 IMAGR2: Field 1 Clean flux density= 530.713 MilliJy 4258 comps IMAGR2: Total Cleaned flux density = 530.713 MilliJy 4258 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 953.17 MicroJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.063 MilliJy iter= 2 IMAGR2: Field 2 Clean flux density= -224.392 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 530.488 MilliJy 4260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 810.59 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.174 MilliJy iter= 4523 IMAGR2: Field 1 Clean flux density= 523.775 MilliJy 4523 comps IMAGR2: Total Cleaned flux density = 523.551 MilliJy 4525 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.174 less than limit 1.175 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 4523 to 3080 components IMAGR2: Field 2 compressed from 2 to 1 components IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 420.969 MilliJy ( 12 CCs) from field 1 to field 2 IMAGR2: Restore-224.392 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 523.551 MilliJy IMAGR2: Field 2 final Clean flux 420.745 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= 42.7 Real= 260 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.1782 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1815+614 X BAND Seq 1 Disk: 1 in slot 17 SETFC2: SETCEL: recommends IMSIZE 1452 CELLSIZE 0.22043 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22043 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:15:36.85 61:27:11.6 0.849 1.000 0.000 SETFC2: 3 18:15:33.31 61:29:23.6 0.083 0.609 0.037 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 84.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 8 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 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.1782 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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 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.536E+04 IMAGR2: UVWAIT: Adding temperance S 5.072E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.182E+07 and out 2.782E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR2: UVWAIT: Average summed weight 2.536E+04 over 13936 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.95344E+08 IMAGR2: Field 1 Beam min = -90.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 867.084 x 658.460 Milliarcsec, PA= -24.9 IMAGR2: Field 2 Sum of gridding weights = 2.95348E+08 IMAGR2: Field 2 Beam min = -93.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 867.087 x 658.459 Milliarcsec, PA= -24.9 IMAGR2: Field 3 Sum of gridding weights = 2.95348E+08 IMAGR2: Field 3 Beam min = -94.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 867.402 x 658.453 Milliarcsec, PA= -25.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -26.6 MilliJy,max = 258.7 MilliJy IMAGR2: Field 2 min = -36.3 MilliJy,max = 257.1 MilliJy IMAGR2: Field 3 min = -22.6 MilliJy,max = 53.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 42.37 MilliJy IMAGR2: 3255 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 140.847 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 135.681 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 135.681 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -21.1 MilliJy,max = 127.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.211E-01 < Second best 1.340E-01 IMAGR2: Field 1 min = -20.7 MilliJy,max = 128.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 23.07 MilliJy IMAGR2: 5078 Residual map points loaded IMAGR2: Field 1 min allowed flux = 60.673 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 217.021 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 217.021 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -21.6 MilliJy,max = 57.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.432E-02 < Second best 5.772E-02 IMAGR2: Field 1 min = -21.5 MilliJy,max = 56.1 MilliJy IMAGR2: BGC Clean: using 1993 cell beam + residuals > 13.16 MilliJy IMAGR2: 13287 Residual map points loaded IMAGR2: Field 1 min allowed flux = 27.545 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 300.384 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 300.384 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -19.9 MilliJy,max = 26.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.542E-02 < Second best 4.340E-02 IMAGR2: Field 3 min = -12.2 MilliJy,max = 26.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 12.18 MilliJy IMAGR2: 66 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 14.589 MilliJy iter= 10 IMAGR2: Field 3 Clean flux density= 18.850 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 319.234 MilliJy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.2 MilliJy,max = 26.8 MilliJy IMAGR2: BGC Clean: using 607 cell beam + residuals > 10.28 MilliJy IMAGR2: 11924 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 18.287 MilliJy iter= 96 IMAGR2: Field 1 Clean flux density= 413.594 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 432.444 MilliJy 106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -16.3 MilliJy,max = 17.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.558E-02 < Second best 1.744E-02 IMAGR2: Field 1 min = -16.5 MilliJy,max = 16.0 MilliJy IMAGR2: BGC Clean: using 1715 cell beam + residuals > 7.12 MilliJy IMAGR2: 16529 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.861 MilliJy iter= 167 IMAGR2: Field 1 Clean flux density= 454.903 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 473.753 MilliJy 177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.7 MilliJy,max = 11.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.027E-02 < Second best 1.392E-02 IMAGR2: Field 3 min = -7.8 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.675E-03 < Second best 1.037E-02 IMAGR2: Field 1 min = -10.8 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.50 MilliJy IMAGR2: 19048 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.342 MilliJy iter= 342 IMAGR2: Field 1 Clean flux density= 544.077 MilliJy 342 comps IMAGR2: Total Cleaned flux density = 562.928 MilliJy 352 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.678E-03 < Second best 9.675E-03 IMAGR2: Field 3 min = -5.6 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.893E-03 < Second best 8.932E-03 IMAGR2: Field 1 min = -6.8 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 607 cell beam + residuals > 3.49 MilliJy IMAGR2: 17895 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.944 MilliJy iter= 512 IMAGR2: Field 1 Clean flux density= 502.098 MilliJy 512 comps IMAGR2: Total Cleaned flux density = 520.948 MilliJy 522 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.889E-03 < Second best 5.678E-03 IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.153E-03 < Second best 4.724E-03 IMAGR2: Field 1 min = -4.9 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.57 MilliJy IMAGR2: 19263 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.654 MilliJy iter= 777 IMAGR2: Field 1 Clean flux density= 546.673 MilliJy 777 comps IMAGR2: Total Cleaned flux density = 565.523 MilliJy 787 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.785E-03 < Second best 3.889E-03 IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.988E-03 < Second best 3.500E-03 IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 19336 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.618 MilliJy iter= 1111 IMAGR2: Field 1 Clean flux density= 517.599 MilliJy 1111 comps IMAGR2: Total Cleaned flux density = 536.450 MilliJy 1121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.951E-03 < Second best 2.785E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.961E-03 < Second best 2.509E-03 IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 19660 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.961 MilliJy iter= 1547 IMAGR2: Field 1 Clean flux density= 540.606 MilliJy 1547 comps IMAGR2: Total Cleaned flux density = 559.457 MilliJy 1557 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 34 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.475 MilliJy iter= 15 IMAGR2: Field 2 Clean flux density= -1.236 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 558.221 MilliJy 1572 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.596E-03 < Second best 1.879E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 19365 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.490 MilliJy iter= 2121 IMAGR2: Field 1 Clean flux density= 518.482 MilliJy 2121 comps IMAGR2: Total Cleaned flux density = 536.097 MilliJy 2146 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.071E-03 < Second best 1.427E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 942.02 MicroJy IMAGR2: 13125 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.146 MilliJy iter= 2604 IMAGR2: Field 1 Clean flux density= 523.556 MilliJy 2604 comps IMAGR2: Total Cleaned flux density = 541.170 MilliJy 2629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 896.16 MicroJy IMAGR2: 26 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.108 MilliJy iter= 18 IMAGR2: Field 2 Clean flux density= -1.598 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 540.808 MilliJy 2632 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 690.05 MicroJy IMAGR2: 19971 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min Clean flux = -1.144 MilliJy iter= 2617 IMAGR2: Field 1 Clean flux density= 522.244 MilliJy 2617 comps IMAGR2: Total Cleaned flux density = 539.497 MilliJy 2645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.144 less than limit 1.145 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2617 to 1978 components IMAGR2: Field 2 compressed from 18 to 13 components IMAGR2: Field 3 compressed from 10 to 7 components IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 310.953 MilliJy ( 120 CCs) from field 1 to field 2 IMAGR2: Restore 26.530 MilliJy ( 49 CCs) from field 1 to field 3 IMAGR2: Restore -1.598 MilliJy ( 13 CCs) from field 2 to field 1 IMAGR2: Restore 18.850 MilliJy ( 7 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 539.497 MilliJy IMAGR2: Field 2 final Clean flux 309.355 MilliJy IMAGR2: Field 3 final Clean flux 45.380 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= 32.8 Real= 203 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.1782 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2355+498 X BAND Seq 1 Disk: 1 in slot 18 SETFC2: SETCEL: recommends IMSIZE 1378 CELLSIZE 0.23221 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23221 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.05 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 82.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 9 C 1 1012 1012 23 55 09.46 49 50 08.3 00001 -1 507 512 513 C 2 1012 1012 23 55 09.46 49 46 50.7 00002 -1 507 512 513 C 3 1012 1012 23 54 51.77 49 48 29.4 00003 -1 507 512 513 C 4 1012 1012 23 55 27.14 49 48 29.4 00004 -1 507 512 513 C 5 1012 1012 23 54 51.75 49 51 47.1 00005 -1 507 512 513 C 6 1012 1012 23 55 27.16 49 51 47.1 00006 -1 507 512 513 C 7 1012 1012 23 55 09.46 49 53 26.0 00007 -1 507 512 513 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.1782 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.8382E-02 -4.0000E-02 0 IMAGR2: Field 2 1012 1012 1.8382E-02 -1.9764E+02 0 IMAGR2: Field 3 1012 1012 -1.7113E+02 -9.8940E+01 0 IMAGR2: Field 4 1012 1012 1.7107E+02 -9.8940E+01 0 IMAGR2: Field 5 1012 1012 -1.7132E+02 9.8760E+01 0 IMAGR2: Field 6 1012 1012 1.7126E+02 9.8760E+01 0 IMAGR2: Field 7 1012 1012 1.8382E-02 1.9766E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2355+498 .IMAGR . 1 (UV) on disk 1 cno 98 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7722 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.643E+04 IMAGR2: UVWAIT: Adding temperance S 7.285E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.124E+07 and out 2.643E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR2: UVWAIT: Average summed weight 3.643E+04 over 15236 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 = 2.80626E+08 IMAGR2: Field 1 Beam min = -147.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.136 x 0.703 arcsec, PA= -88.5 IMAGR2: Field 2 Sum of gridding weights = 2.80625E+08 IMAGR2: Field 2 Beam min = -147.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.136 x 0.703 arcsec, PA= -88.5 IMAGR2: Field 3 Sum of gridding weights = 2.80624E+08 IMAGR2: Field 3 Beam min = -110.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.134 x 0.703 arcsec, PA= -88.6 IMAGR2: Field 4 Sum of gridding weights = 2.80625E+08 IMAGR2: Field 4 Beam min = -133.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.137 x 0.703 arcsec, PA= -88.4 IMAGR2: Field 5 Sum of gridding weights = 2.80625E+08 IMAGR2: Field 5 Beam min = -110.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.134 x 0.703 arcsec, PA= -88.6 IMAGR2: Field 6 Sum of gridding weights = 2.80625E+08 IMAGR2: Field 6 Beam min = -110.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.137 x 0.703 arcsec, PA= -88.5 IMAGR2: Field 7 Sum of gridding weights = 2.80625E+08 IMAGR2: Field 7 Beam min = -147.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.136 x 0.703 arcsec, PA= -88.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -96.2 MilliJy,max = 853.4 MilliJy IMAGR2: Field 2 min = -65.0 MilliJy,max = 212.1 MilliJy IMAGR2: Field 3 min = -86.6 MilliJy,max = 314.9 MilliJy IMAGR2: Field 4 min = -75.3 MilliJy,max = 284.6 MilliJy IMAGR2: Field 5 min = -87.0 MilliJy,max = 304.5 MilliJy IMAGR2: Field 6 min = -86.1 MilliJy,max = 273.9 MilliJy IMAGR2: Field 7 min = -65.3 MilliJy,max = 213.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 188.33 MilliJy IMAGR2: 437 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 559.896 MilliJy iter= 5 IMAGR2: Field 1 Clean flux density= 349.464 MilliJy 5 comps IMAGR2: Total Cleaned flux density = 349.464 MilliJy 5 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -57.6 MilliJy,max = 503.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 123.56 MilliJy IMAGR2: 292 Residual map points loaded IMAGR2: Field 1 min allowed flux = 245.327 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 636.889 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 636.889 MilliJy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -28.2 MilliJy,max = 96.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.821E-02 < Second best 2.691E-01 IMAGR2: Field 4 min = -21.4 MilliJy,max = 77.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.773E-02 < Second best 2.334E-01 IMAGR2: Field 1 min = -29.2 MilliJy,max = 222.8 MilliJy IMAGR2: BGC Clean: using 767 cell beam + residuals > 79.79 MilliJy IMAGR2: 54 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 108.587 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 780.442 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 780.442 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -16.1 MilliJy,max = 29.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.844E-02 < Second best 2.023E-01 IMAGR2: Field 2 min = -19.5 MilliJy,max = 29.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.793E-02 < Second best 1.973E-01 IMAGR2: Field 3 min = -19.6 MilliJy,max = 50.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.475E-02 < Second best 1.713E-01 IMAGR2: Field 6 min = -15.1 MilliJy,max = 32.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.095E-02 < Second best 1.033E-01 IMAGR2: Field 1 min = -20.2 MilliJy,max = 100.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 23.96 MilliJy IMAGR2: 667 Residual map points loaded IMAGR2: Field 1 min allowed flux = 45.519 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 850.182 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 850.182 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -17.4 MilliJy,max = 29.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.969E-02 < Second best 6.773E-02 IMAGR2: Field 4 min = -13.5 MilliJy,max = 16.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.510E-02 < Second best 4.331E-02 IMAGR2: Field 1 min = -17.7 MilliJy,max = 42.1 MilliJy IMAGR2: BGC Clean: using 769 cell beam + residuals > 12.12 MilliJy IMAGR2: 1081 Residual map points loaded IMAGR2: Field 1 min allowed flux = -20.760 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 877.734 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 877.734 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -16.3 MilliJy,max = 20.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.703E-02 < Second best 2.844E-02 IMAGR2: Field 7 min = -13.0 MilliJy,max = 18.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.730E-02 < Second best 2.793E-02 IMAGR2: Field 2 min = -15.4 MilliJy,max = 15.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.461E-02 < Second best 2.095E-02 IMAGR2: Field 6 min = -15.0 MilliJy,max = 15.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.464E-02 < Second best 1.977E-02 IMAGR2: Field 1 min = -18.8 MilliJy,max = 20.5 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 165 cell beam + residuals > 8.83 MilliJy IMAGR2: 2171 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 14.244 MilliJy iter= 81 IMAGR2: Field 1 Clean flux density= 900.822 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 900.822 MilliJy 81 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -14.6 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.389E-02 < Second best 1.730E-02 IMAGR2: Field 7 min = -13.0 MilliJy,max = 16.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.613E-02 < Second best 1.703E-02 IMAGR2: Field 3 min = -14.6 MilliJy,max = 15.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.442E-02 < Second best 1.613E-02 IMAGR2: BGC Clean: using 167 cell beam + residuals > 8.34 MilliJy IMAGR2: 751 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 10.844 MilliJy iter= 28 IMAGR2: Field 7 Clean flux density= 26.831 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 927.653 MilliJy 109 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -17.2 MilliJy,max = 15.4 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 8.34 MilliJy IMAGR2: 1640 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 11.285 MilliJy iter= 45 IMAGR2: Field 4 Clean flux density= 3.286 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 930.939 MilliJy 154 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.7 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.307E-02 < Second best 1.461E-02 IMAGR2: Field 2 min = -13.8 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.353E-02 < Second best 1.442E-02 IMAGR2: Field 3 min = -14.6 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 211 cell beam + residuals > 8.13 MilliJy IMAGR2: 4197 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 11.559 MilliJy iter= 78 IMAGR2: Field 3 Clean flux density= 4.985 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 935.925 MilliJy 232 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -13.5 MilliJy,max = 12.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.286E-02 < Second best 1.359E-02 IMAGR2: Field 1 min = -13.8 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.49 MilliJy IMAGR2: 769 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -9.127 MilliJy iter= 135 IMAGR2: Field 1 Clean flux density= 874.133 MilliJy 135 comps IMAGR2: Total Cleaned flux density = 909.235 MilliJy 286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.2 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.43 MilliJy IMAGR2: 502 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -8.841 MilliJy iter= 57 IMAGR2: Field 2 Clean flux density= 37.935 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 947.170 MilliJy 343 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.2 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.34 MilliJy IMAGR2: 2360 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -9.401 MilliJy iter= 107 IMAGR2: Field 6 Clean flux density= 20.447 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 967.617 MilliJy 450 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -12.7 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.30 MilliJy IMAGR2: 1308 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -8.921 MilliJy iter= 105 IMAGR2: Field 5 Clean flux density= 16.984 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 984.601 MilliJy 555 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.2 MilliJy,max = 10.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.409E-03 < Second best 1.079E-02 IMAGR2: Field 4 min = -9.7 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.261E-03 < Second best 1.036E-02 IMAGR2: Field 7 min = -9.8 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.919E-03 < Second best 9.261E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.22 MilliJy IMAGR2: 874 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 7.161 MilliJy iter= 130 IMAGR2: Field 4 Clean flux density= 13.131 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 994.447 MilliJy 640 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.5 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.739E-03 < Second best 8.718E-03 IMAGR2: Field 1 min = -8.3 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.985E-03 < Second best 8.528E-03 IMAGR2: Field 5 min = -8.4 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.023E-03 < Second best 8.448E-03 IMAGR2: Field 2 min = -8.8 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.774E-03 < Second best 8.409E-03 IMAGR2: Field 3 min = -9.5 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.18 MilliJy IMAGR2: 6023 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.790 MilliJy iter= 301 IMAGR2: Field 3 Clean flux density= 31.530 MilliJy 301 comps IMAGR2: Total Cleaned flux density = 1.021 Jy 863 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.9 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.190E-03 < Second best 7.985E-03 IMAGR2: Field 1 min = -8.0 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.08 MilliJy IMAGR2: 849 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.780 MilliJy iter= 254 IMAGR2: Field 1 Clean flux density= 870.676 MilliJy 254 comps IMAGR2: Total Cleaned flux density = 1.018 Jy 982 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.1 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.993E-03 < Second best 7.774E-03 IMAGR2: Field 2 min = -7.0 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.135E-03 < Second best 7.739E-03 IMAGR2: Field 6 min = -8.1 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.88 MilliJy IMAGR2: 1888 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.692 MilliJy iter= 282 IMAGR2: Field 6 Clean flux density= 23.883 MilliJy 282 comps IMAGR2: Total Cleaned flux density = 1.021 Jy 1157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.7 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.605E-03 < Second best 6.993E-03 IMAGR2: Field 7 min = -8.9 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.941E-03 < Second best 6.852E-03 IMAGR2: Field 4 min = -7.4 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.101E-03 < Second best 6.605E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.62 MilliJy IMAGR2: 1052 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.195 MilliJy iter= 257 IMAGR2: Field 5 Clean flux density= 12.240 MilliJy 257 comps IMAGR2: Total Cleaned flux density = 1.016 Jy 1309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.0 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.652E-03 < Second best 6.135E-03 IMAGR2: Field 2 min = -6.6 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.07 MilliJy IMAGR2: 663 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.483 MilliJy iter= 186 IMAGR2: Field 2 Clean flux density= 56.594 MilliJy 186 comps IMAGR2: Total Cleaned flux density = 1.035 Jy 1438 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.0 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.06 MilliJy IMAGR2: 933 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.464 MilliJy iter= 273 IMAGR2: Field 4 Clean flux density= 20.752 MilliJy 273 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 1581 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.4 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.372E-03 < Second best 5.652E-03 IMAGR2: Field 3 min = -5.7 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.917E-03 < Second best 5.529E-03 IMAGR2: Field 1 min = -5.2 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.955E-03 < Second best 5.455E-03 IMAGR2: Field 6 min = -7.0 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.853E-03 < Second best 5.372E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.53 MilliJy IMAGR2: 1613 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.047 MilliJy iter= 260 IMAGR2: Field 7 Clean flux density= 7.699 MilliJy 260 comps IMAGR2: Total Cleaned flux density = 1.023 Jy 1813 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.8 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.570E-03 < Second best 4.955E-03 IMAGR2: Field 1 min = -5.2 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.33 MilliJy IMAGR2: 441 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.576 MilliJy iter= 375 IMAGR2: Field 1 Clean flux density= 860.699 MilliJy 375 comps IMAGR2: Total Cleaned flux density = 1.013 Jy 1934 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.5 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR2: 2335 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.750 MilliJy iter= 568 IMAGR2: Field 3 Clean flux density= 50.595 MilliJy 568 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 2201 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.27 MilliJy IMAGR2: 1950 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.628 MilliJy iter= 531 IMAGR2: Field 6 Clean flux density= 13.425 MilliJy 531 comps IMAGR2: Total Cleaned flux density = 1.022 Jy 2450 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.5 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.762E-03 < Second best 4.291E-03 IMAGR2: Field 2 min = -4.2 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.511E-03 < Second best 4.273E-03 IMAGR2: Field 4 min = -4.4 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.535E-03 < Second best 3.874E-03 IMAGR2: Field 7 min = -4.6 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.515E-03 < Second best 3.762E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 761 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.971 MilliJy iter= 424 IMAGR2: Field 5 Clean flux density= 1.471 MilliJy 424 comps IMAGR2: Total Cleaned flux density = 1.011 Jy 2617 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.217E-03 < Second best 3.535E-03 IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.60 MilliJy IMAGR2: 1262 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.839 MilliJy iter= 497 IMAGR2: Field 4 Clean flux density= 32.024 MilliJy 497 comps IMAGR2: Total Cleaned flux density = 1.023 Jy 2841 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.2 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.031E-03 < Second best 3.511E-03 IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR2: 289 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.683 MilliJy iter= 291 IMAGR2: Field 2 Clean flux density= 58.034 MilliJy 291 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 2946 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.114E-03 < Second best 3.421E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.887E-03 < Second best 3.217E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 1959 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.399 MilliJy iter= 850 IMAGR2: Field 3 Clean flux density= 58.242 MilliJy 850 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 3228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.8 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 2407 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.438 MilliJy iter= 862 IMAGR2: Field 6 Clean flux density= 26.986 MilliJy 862 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 3559 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 463 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.280 MilliJy iter= 405 IMAGR2: Field 7 Clean flux density= 4.454 MilliJy 405 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 3704 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.610E-03 < Second best 2.847E-03 IMAGR2: Field 5 min = -3.5 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 393 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.157 MilliJy iter= 540 IMAGR2: Field 5 Clean flux density= -3.081 MilliJy 540 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 3820 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 521 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.056 MilliJy iter= 647 IMAGR2: Field 4 Clean flux density= 29.979 MilliJy 647 comps IMAGR2: Total Cleaned flux density = 1.035 Jy 3970 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 240 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.032 MilliJy iter= 479 IMAGR2: Field 1 Clean flux density= 865.492 MilliJy 479 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 4074 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 338 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.974 MilliJy iter= 416 IMAGR2: Field 2 Clean flux density= 49.934 MilliJy 416 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 4199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 513 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.862 MilliJy iter= 997 IMAGR2: Field 6 Clean flux density= 30.914 MilliJy 997 comps IMAGR2: Total Cleaned flux density = 1.036 Jy 4334 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 2502 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.819 MilliJy iter= 1226 IMAGR2: Field 3 Clean flux density= 64.605 MilliJy 1226 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 4710 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 1512 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.737 MilliJy iter= 723 IMAGR2: Field 7 Clean flux density= 15.726 MilliJy 723 comps IMAGR2: Total Cleaned flux density = 1.054 Jy 5028 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 367 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.618 MilliJy iter= 662 IMAGR2: Field 5 Clean flux density= -11.019 MilliJy 662 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 5150 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 1943 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.650 MilliJy iter= 994 IMAGR2: Field 4 Clean flux density= 28.912 MilliJy 994 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 5497 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 178 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.545 MilliJy iter= 561 IMAGR2: Field 1 Clean flux density= 864.425 MilliJy 561 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 5579 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 442 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.526 MilliJy iter= 568 IMAGR2: Field 2 Clean flux density= 47.915 MilliJy 568 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 5731 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 931 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.509 MilliJy iter= 1226 IMAGR2: Field 6 Clean flux density= 35.927 MilliJy 1226 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 5960 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 1910 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.455 MilliJy iter= 1570 IMAGR2: Field 3 Clean flux density= 67.254 MilliJy 1570 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 6304 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 710 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.364 MilliJy iter= 927 IMAGR2: Field 7 Clean flux density= 23.264 MilliJy 927 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 6508 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.291 MilliJy iter= 1172 IMAGR2: Field 4 Clean flux density= 26.694 MilliJy 1172 comps IMAGR2: Total Cleaned flux density = 1.054 Jy 6686 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1782 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.310 MilliJy iter= 1016 IMAGR2: Field 5 Clean flux density= -13.380 MilliJy 1016 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 7040 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.22 MilliJy IMAGR2: 519 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.257 MilliJy iter= 738 IMAGR2: Field 1 Clean flux density= 859.584 MilliJy 738 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 7217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.244 MilliJy iter= 808 IMAGR2: Field 2 Clean flux density= 38.181 MilliJy 808 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 7457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 2820 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.255 MilliJy iter= 1682 IMAGR2: Field 6 Clean flux density= 42.346 MilliJy 1682 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 7913 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 2536 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.192 MilliJy iter= 1993 IMAGR2: Field 3 Clean flux density= 66.745 MilliJy 1993 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 8336 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 900 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.142 MilliJy iter= 1169 IMAGR2: Field 7 Clean flux density= 31.662 MilliJy 1169 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 8578 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 401 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.096 MilliJy iter= 1143 IMAGR2: Field 5 Clean flux density= -14.704 MilliJy 1143 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 8705 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1987 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.116 MilliJy iter= 1566 IMAGR2: Field 4 Clean flux density= 24.654 MilliJy 1566 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 9099 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: 246 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.089 MilliJy iter= 817 IMAGR2: Field 1 Clean flux density= 858.279 MilliJy 817 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 9178 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 556 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.091 MilliJy iter= 1760 IMAGR2: Field 6 Clean flux density= 42.373 MilliJy 1760 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 9256 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 967.90 MicroJy IMAGR2: 668 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.090 MilliJy iter= 871 IMAGR2: Field 2 Clean flux density= 36.706 MilliJy 871 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 9319 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 901.50 MicroJy IMAGR2: 2441 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.091 MilliJy iter= 2046 IMAGR2: Field 3 Clean flux density= 67.976 MilliJy 2046 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 9372 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 844.40 MicroJy IMAGR2: 2535 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.090 MilliJy iter= 1186 IMAGR2: Field 7 Clean flux density= 32.023 MilliJy 1186 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 9389 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 711.04 MicroJy IMAGR2: 4123 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.064 MilliJy iter= 1568 IMAGR2: Field 4 Clean flux density= 24.873 MilliJy 1568 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 9391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.72 MicroJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.091 MilliJy iter= 1223 IMAGR2: Field 5 Clean flux density= -16.033 MilliJy 1223 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 9471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.091 less than limit 1.092 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 817 to 497 components IMAGR2: Field 2 compressed from 871 to 594 components IMAGR2: Field 3 compressed from 2046 to 1425 components IMAGR2: Field 4 compressed from 1568 to 1056 components IMAGR2: Field 5 compressed from 1223 to 804 components IMAGR2: Field 6 compressed from 1760 to 1237 components IMAGR2: Field 7 compressed from 1186 to 793 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -3.457 MilliJy ( 32 CCs) from field 1 to field 2 IMAGR2: Restore 6.934 MilliJy ( 106 CCs) from field 1 to field 3 IMAGR2: Restore -22.709 MilliJy ( 62 CCs) from field 1 to field 4 IMAGR2: Restore 2.746 MilliJy ( 63 CCs) from field 1 to field 5 IMAGR2: Restore -19.924 MilliJy ( 90 CCs) from field 1 to field 6 IMAGR2: Restore-226.118 MicroJy ( 23 CCs) from field 1 to field 7 IMAGR2: Restore 208.597 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR2: Restore 3.072 MilliJy ( 63 CCs) from field 2 to field 3 IMAGR2: Restore -1.058 MilliJy ( 16 CCs) from field 2 to field 4 IMAGR2: Restore -8.624 MilliJy ( 51 CCs) from field 3 to field 1 IMAGR2: Restore -4.829 MilliJy ( 44 CCs) from field 3 to field 2 IMAGR2: Restore 17.357 MilliJy ( 166 CCs) from field 3 to field 5 IMAGR2: Restore 3.705 MilliJy ( 20 CCs) from field 4 to field 1 IMAGR2: Restore -2.806 MilliJy ( 46 CCs) from field 4 to field 2 IMAGR2: Restore -15.601 MilliJy ( 114 CCs) from field 4 to field 6 IMAGR2: Restore -4.756 MilliJy ( 21 CCs) from field 5 to field 1 IMAGR2: Restore 9.718 MilliJy ( 58 CCs) from field 5 to field 3 IMAGR2: Restore-319.077 MicroJy ( 22 CCs) from field 5 to field 7 IMAGR2: Restore 5.011 MilliJy ( 53 CCs) from field 6 to field 1 IMAGR2: Restore 871.949 MicroJy ( 116 CCs) from field 6 to field 4 IMAGR2: Restore 6.069 MilliJy ( 65 CCs) from field 6 to field 7 IMAGR2: Restore 1.510 MilliJy ( 23 CCs) from field 7 to field 1 IMAGR2: Restore 1.376 MilliJy ( 74 CCs) from field 7 to field 5 IMAGR2: Restore 3.289 MilliJy ( 72 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 855.335 MilliJy IMAGR2: Field 2 final Clean flux 25.615 MilliJy IMAGR2: Field 3 final Clean flux 87.700 MilliJy IMAGR2: Field 4 final Clean flux 1.978 MilliJy IMAGR2: Field 5 final Clean flux 5.446 MilliJy IMAGR2: Field 6 final Clean flux 10.137 MilliJy IMAGR2: Field 7 final Clean flux 37.547 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= 94.2 Real= 576 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.1782 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.1455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2320+052 X BAND Seq 1 Disk: 1 in slot 19 SETFC2: SETCEL: recommends IMSIZE 1349 CELLSIZE 0.23737 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23737 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 48.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 10 C 1 1012 1012 23 20 44.86 05 13 50.0 00001 -1 507 512 513 C 2 1012 1012 23 20 44.86 05 10 27.9 00002 -1 507 512 513 C 3 1012 1012 23 20 33.14 05 12 08.9 00003 -1 507 512 513 C 4 1012 1012 23 20 56.57 05 12 08.9 00004 -1 507 512 513 C 5 1012 1012 23 20 33.14 05 15 31.0 00005 -1 507 512 513 C 6 1012 1012 23 20 56.57 05 15 31.0 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 12.0 00007 -1 507 512 513 e 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.1455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.0788E-02 4.7000E-02 0 IMAGR2: Field 2 1012 1012 5.0788E-02 -2.0205E+02 0 IMAGR2: Field 3 1012 1012 -1.7502E+02 -1.0105E+02 0 IMAGR2: Field 4 1012 1012 1.7497E+02 -1.0105E+02 0 IMAGR2: Field 5 1012 1012 -1.7502E+02 1.0105E+02 0 IMAGR2: Field 6 1012 1012 1.7497E+02 1.0105E+02 0 IMAGR2: Field 7 1012 1012 5.0788E-02 2.0205E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2320+052 .IMAGR . 1 (UV) on disk 1 cno 105 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 12077 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: UVWAIT: Average grid weight 3.450E+04 IMAGR2: UVWAIT: Adding temperance S 6.899E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.023E+07 and out 3.878E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.138 due to weighting IMAGR2: UVWAIT: Average summed weight 3.450E+04 over 23946 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 = 4.11722E+08 IMAGR2: Field 1 Beam min = -134.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.388 x 0.752 arcsec, PA= -52.8 IMAGR2: Field 2 Sum of gridding weights = 4.11723E+08 IMAGR2: Field 2 Beam min = -134.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.389 x 0.752 arcsec, PA= -52.8 IMAGR2: Field 3 Sum of gridding weights = 4.11723E+08 IMAGR2: Field 3 Beam min = -107.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.387 x 0.752 arcsec, PA= -52.8 IMAGR2: Field 4 Sum of gridding weights = 4.11724E+08 IMAGR2: Field 4 Beam min = -158.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.390 x 0.752 arcsec, PA= -52.8 IMAGR2: Field 5 Sum of gridding weights = 4.11721E+08 IMAGR2: Field 5 Beam min = -127.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.385 x 0.752 arcsec, PA= -52.8 IMAGR2: Field 6 Sum of gridding weights = 4.11722E+08 IMAGR2: Field 6 Beam min = -158.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.389 x 0.752 arcsec, PA= -52.9 IMAGR2: Field 7 Sum of gridding weights = 4.11722E+08 IMAGR2: Field 7 Beam min = -134.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.386 x 0.752 arcsec, PA= -52.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -96.8 MilliJy,max = 982.0 MilliJy IMAGR2: Field 2 min = -77.8 MilliJy,max = 199.7 MilliJy IMAGR2: Field 3 min = -85.4 MilliJy,max = 158.3 MilliJy IMAGR2: Field 4 min = -83.8 MilliJy,max = 164.1 MilliJy IMAGR2: Field 5 min = -87.0 MilliJy,max = 168.3 MilliJy IMAGR2: Field 6 min = -85.2 MilliJy,max = 169.8 MilliJy IMAGR2: Field 7 min = -71.5 MilliJy,max = 202.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 113.20 MilliJy IMAGR2: 2263 Residual map points loaded IMAGR2: Field 1 min allowed flux = 483.863 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 562.428 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 562.428 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.2 MilliJy,max = 441.4 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 66.85 MilliJy IMAGR2: 702 Residual map points loaded IMAGR2: Field 1 min allowed flux = 207.952 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 842.248 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 842.248 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.3 MilliJy,max = 188.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.788E-01 < Second best 1.929E-01 IMAGR2: Field 7 min = -15.6 MilliJy,max = 40.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.858E-02 < Second best 1.905E-01 IMAGR2: Field 2 min = -17.5 MilliJy,max = 40.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.857E-02 < Second best 1.788E-01 IMAGR2: BGC Clean: using 103 cell beam + residuals > 53.41 MilliJy IMAGR2: 38 Residual map points loaded IMAGR2: Field 1 min allowed flux = 88.771 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 961.991 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 961.991 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.7 MilliJy,max = 15.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.488E-02 < Second best 1.566E-01 IMAGR2: Field 4 min = -11.2 MilliJy,max = 16.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.536E-02 < Second best 1.358E-01 IMAGR2: Field 6 min = -11.2 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.304E-02 < Second best 1.357E-01 IMAGR2: Field 3 min = -11.5 MilliJy,max = 16.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.615E-02 < Second best 8.442E-02 IMAGR2: Field 1 min = -15.9 MilliJy,max = 80.3 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 12.26 MilliJy IMAGR2: 931 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.759 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 1.013 Jy 35 comps IMAGR2: Total Cleaned flux density = 1.013 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.3 MilliJy,max = 9.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.373E-03 < Second best 3.857E-02 IMAGR2: Field 2 min = -8.2 MilliJy,max = 9.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.280E-03 < Second best 3.591E-02 IMAGR2: Field 1 min = -18.7 MilliJy,max = 34.6 MilliJy IMAGR2: BGC Clean: using 1327 cell beam + residuals > 7.55 MilliJy IMAGR2: 738 Residual map points loaded IMAGR2: Field 1 min allowed flux = -16.276 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 1.026 Jy 49 comps IMAGR2: Total Cleaned flux density = 1.026 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.6 MilliJy,max = 12.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.214E-02 < Second best 1.549E-02 IMAGR2: Field 1 min = -15.8 MilliJy,max = 16.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.17 MilliJy IMAGR2: 577 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.741 MilliJy iter= 87 IMAGR2: Field 1 Clean flux density= 1.023 Jy 87 comps IMAGR2: Total Cleaned flux density = 1.023 Jy 87 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.1 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.251E-03 < Second best 1.488E-02 IMAGR2: Field 5 min = -9.7 MilliJy,max = 10.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.950E-03 < Second best 1.304E-02 IMAGR2: Field 6 min = -10.1 MilliJy,max = 10.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.664E-03 < Second best 1.214E-02 IMAGR2: Field 3 min = -11.2 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.05 MilliJy IMAGR2: 5444 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -8.148 MilliJy iter= 71 IMAGR2: Field 3 Clean flux density= 17.792 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.0 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.183E-03 < Second best 9.664E-03 IMAGR2: Field 6 min = -10.2 MilliJy,max = 10.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.99 MilliJy IMAGR2: 4959 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 7.631 MilliJy iter= 107 IMAGR2: Field 6 Clean flux density= 28.477 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 1.069 Jy 265 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.0 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.91 MilliJy IMAGR2: 310 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.840 MilliJy iter= 140 IMAGR2: Field 1 Clean flux density= 1.015 Jy 140 comps IMAGR2: Total Cleaned flux density = 1.061 Jy 318 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.3 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.370E-03 < Second best 8.280E-03 IMAGR2: Field 2 min = -5.7 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.458E-03 < Second best 8.251E-03 IMAGR2: Field 4 min = -6.8 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.463E-03 < Second best 8.183E-03 IMAGR2: Field 5 min = -8.3 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.65 MilliJy IMAGR2: 2205 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 6.097 MilliJy iter= 112 IMAGR2: Field 5 Clean flux density= 19.805 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 1.081 Jy 430 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.3 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.029E-03 < Second best 7.463E-03 IMAGR2: Field 4 min = -6.9 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.34 MilliJy IMAGR2: 1838 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.516 MilliJy iter= 128 IMAGR2: Field 4 Clean flux density= 39.170 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 558 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.6 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.039E-03 < Second best 7.029E-03 IMAGR2: Field 3 min = -8.6 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.97 MilliJy IMAGR2: 5801 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.369 MilliJy iter= 294 IMAGR2: Field 3 Clean flux density= -12.065 MilliJy 294 comps IMAGR2: Total Cleaned flux density = 1.090 Jy 781 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.5 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.98 MilliJy IMAGR2: 3129 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.897 MilliJy iter= 300 IMAGR2: Field 6 Clean flux density= 8.048 MilliJy 300 comps IMAGR2: Total Cleaned flux density = 1.070 Jy 974 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.9 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.982E-03 < Second best 5.575E-03 IMAGR2: Field 1 min = -5.1 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.861E-03 < Second best 5.458E-03 IMAGR2: Field 2 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.293E-03 < Second best 5.370E-03 IMAGR2: Field 7 min = -4.3 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.500E-03 < Second best 5.273E-03 IMAGR2: Field 4 min = -5.6 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.532E-03 < Second best 5.137E-03 IMAGR2: Field 3 min = -6.6 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.30 MilliJy IMAGR2: 3915 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.068 MilliJy iter= 537 IMAGR2: Field 3 Clean flux density= 44.795 MilliJy 537 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.126 Jy 1217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.25 MilliJy IMAGR2: 928 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.631 MilliJy iter= 252 IMAGR2: Field 5 Clean flux density= 10.547 MilliJy 252 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 1357 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.24 MilliJy IMAGR2: 369 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.508 MilliJy iter= 240 IMAGR2: Field 1 Clean flux density= 1.006 Jy 240 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 1457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.6 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.97 MilliJy IMAGR2: 4383 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.593 MilliJy iter= 620 IMAGR2: Field 6 Clean flux density= 36.296 MilliJy 620 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 1777 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.8 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.994E-03 < Second best 4.500E-03 IMAGR2: Field 7 min = -3.6 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.466E-03 < Second best 4.293E-03 IMAGR2: Field 2 min = -4.2 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.557E-03 < Second best 3.994E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR2: 756 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.143 MilliJy iter= 283 IMAGR2: Field 4 Clean flux density= 24.593 MilliJy 283 comps IMAGR2: Total Cleaned flux density = 1.123 Jy 1932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.9 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.70 MilliJy IMAGR2: 3387 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.132 MilliJy iter= 851 IMAGR2: Field 3 Clean flux density= 35.478 MilliJy 851 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 2246 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.107E-03 < Second best 3.475E-03 IMAGR2: Field 5 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.62 MilliJy IMAGR2: 910 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.827 MilliJy iter= 427 IMAGR2: Field 5 Clean flux density= 22.515 MilliJy 427 comps IMAGR2: Total Cleaned flux density = 1.125 Jy 2421 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.269E-03 < Second best 3.445E-03 IMAGR2: Field 6 min = -5.0 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR2: 2529 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.732 MilliJy iter= 925 IMAGR2: Field 6 Clean flux density= 19.564 MilliJy 925 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 2726 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.015E-03 < Second best 3.269E-03 IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.854E-03 < Second best 3.107E-03 IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 141 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.420 MilliJy iter= 66 IMAGR2: Field 2 Clean flux density= -612.892 MicroJy 66 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 2792 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 145 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.425 MilliJy iter= 302 IMAGR2: Field 1 Clean flux density= 1.013 Jy 302 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 2854 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR2: 887 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.465 MilliJy iter= 477 IMAGR2: Field 4 Clean flux density= 36.893 MilliJy 477 comps IMAGR2: Total Cleaned flux density = 1.127 Jy 3048 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.1 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.13 MilliJy IMAGR2: 2610 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.370 MilliJy iter= 1196 IMAGR2: Field 3 Clean flux density= 48.478 MilliJy 1196 comps IMAGR2: Total Cleaned flux density = 1.140 Jy 3393 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.13 MilliJy IMAGR2: 226 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.188 MilliJy iter= 81 IMAGR2: Field 7 Clean flux density= 2.726 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 1.143 Jy 3474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 1097 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.183 MilliJy iter= 647 IMAGR2: Field 5 Clean flux density= 22.841 MilliJy 647 comps IMAGR2: Total Cleaned flux density = 1.143 Jy 3694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.9 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 2668 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.119 MilliJy iter= 1303 IMAGR2: Field 6 Clean flux density= 25.231 MilliJy 1303 comps IMAGR2: Total Cleaned flux density = 1.149 Jy 4072 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 972 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.979 MilliJy iter= 695 IMAGR2: Field 4 Clean flux density= 28.035 MilliJy 695 comps IMAGR2: Total Cleaned flux density = 1.140 Jy 4290 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 475 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.946 MilliJy iter= 459 IMAGR2: Field 1 Clean flux density= 1.014 Jy 459 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 4447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.125E-03 < Second best 2.273E-03 IMAGR2: Field 3 min = -3.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 2279 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.878 MilliJy iter= 1555 IMAGR2: Field 3 Clean flux density= 52.518 MilliJy 1555 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 4806 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.880E-03 < Second best 2.094E-03 IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 308 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.760 MilliJy iter= 191 IMAGR2: Field 7 Clean flux density= 4.925 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 4916 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 1039 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.749 MilliJy iter= 902 IMAGR2: Field 5 Clean flux density= 32.265 MilliJy 902 comps IMAGR2: Total Cleaned flux density = 1.156 Jy 5171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 2828 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.711 MilliJy iter= 1749 IMAGR2: Field 6 Clean flux density= 23.538 MilliJy 1749 comps IMAGR2: Total Cleaned flux density = 1.154 Jy 5617 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 4 min = -2.8 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 1608 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.628 MilliJy iter= 1023 IMAGR2: Field 4 Clean flux density= 32.362 MilliJy 1023 comps IMAGR2: Total Cleaned flux density = 1.159 Jy 5945 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 461 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.581 MilliJy iter= 224 IMAGR2: Field 2 Clean flux density= -6.242 MilliJy 224 comps IMAGR2: Total Cleaned flux density = 1.153 Jy 6103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.544 MilliJy iter= 549 IMAGR2: Field 1 Clean flux density= 1.013 Jy 549 comps IMAGR2: Total Cleaned flux density = 1.153 Jy 6193 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.44 MilliJy IMAGR2: 2475 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.545 MilliJy iter= 1978 IMAGR2: Field 3 Clean flux density= 54.686 MilliJy 1978 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.155 Jy 6616 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 380 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.459 MilliJy iter= 319 IMAGR2: Field 7 Clean flux density= 3.931 MilliJy 319 comps IMAGR2: Total Cleaned flux density = 1.154 Jy 6744 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1261 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.457 MilliJy iter= 1195 IMAGR2: Field 5 Clean flux density= 29.958 MilliJy 1195 comps IMAGR2: Total Cleaned flux density = 1.152 Jy 7037 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 2616 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.429 MilliJy iter= 2223 IMAGR2: Field 6 Clean flux density= 29.534 MilliJy 2223 comps IMAGR2: Total Cleaned flux density = 1.158 Jy 7511 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 4 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1865 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.374 MilliJy iter= 1407 IMAGR2: Field 4 Clean flux density= 33.017 MilliJy 1407 comps IMAGR2: Total Cleaned flux density = 1.158 Jy 7895 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 > 1.29 MilliJy IMAGR2: 353 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.311 MilliJy iter= 358 IMAGR2: Field 2 Clean flux density= -6.115 MilliJy 358 comps IMAGR2: Total Cleaned flux density = 1.158 Jy 8029 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 2207 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.315 MilliJy iter= 2421 IMAGR2: Field 3 Clean flux density= 56.622 MilliJy 2421 comps IMAGR2: Total Cleaned flux density = 1.160 Jy 8472 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.275 MilliJy iter= 763 IMAGR2: Field 1 Clean flux density= 1.013 Jy 763 comps IMAGR2: Total Cleaned flux density = 1.160 Jy 8686 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 126 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.226 MilliJy iter= 378 IMAGR2: Field 7 Clean flux density= 5.369 MilliJy 378 comps IMAGR2: Total Cleaned flux density = 1.161 Jy 8745 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1546 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.240 MilliJy iter= 1550 IMAGR2: Field 5 Clean flux density= 29.265 MilliJy 1550 comps IMAGR2: Total Cleaned flux density = 1.161 Jy 9100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 2621 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.215 MilliJy iter= 2751 IMAGR2: Field 6 Clean flux density= 26.006 MilliJy 2751 comps IMAGR2: Total Cleaned flux density = 1.157 Jy 9628 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 4 min = -2.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 1975 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.170 MilliJy iter= 1838 IMAGR2: Field 4 Clean flux density= 36.855 MilliJy 1838 comps IMAGR2: Total Cleaned flux density = 1.161 Jy 10059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 3380 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.161 MilliJy iter= 3031 IMAGR2: Field 3 Clean flux density= 65.986 MilliJy 3031 comps IMAGR2: Total Cleaned flux density = 1.170 Jy 10669 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 191 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.089 MilliJy iter= 459 IMAGR2: Field 2 Clean flux density= -7.135 MilliJy 459 comps IMAGR2: Total Cleaned flux density = 1.169 Jy 10770 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 543 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.087 MilliJy iter= 956 IMAGR2: Field 1 Clean flux density= 1.012 Jy 956 comps IMAGR2: Total Cleaned flux density = 1.169 Jy 10963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1691 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.084 MilliJy iter= 1952 IMAGR2: Field 5 Clean flux density= 31.085 MilliJy 1952 comps IMAGR2: Total Cleaned flux density = 1.170 Jy 11365 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 269 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.048 MilliJy iter= 480 IMAGR2: Field 7 Clean flux density= 4.201 MilliJy 480 comps IMAGR2: Total Cleaned flux density = 1.169 Jy 11467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 2174 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.048 MilliJy iter= 3238 IMAGR2: Field 6 Clean flux density= 24.209 MilliJy 3238 comps IMAGR2: Total Cleaned flux density = 1.167 Jy 11954 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.12 MicroJy IMAGR2: 2117 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.021 MilliJy iter= 2293 IMAGR2: Field 4 Clean flux density= 39.224 MilliJy 2293 comps IMAGR2: Total Cleaned flux density = 1.170 Jy 12409 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 944.78 MicroJy IMAGR2: 3554 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -998.480 MicroJy iter= 3696 IMAGR2: Field 3 Clean flux density= 69.508 MilliJy 3696 comps IMAGR2: Total Cleaned flux density = 1.173 Jy 13074 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 939.26 MicroJy IMAGR2: 253 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -949.233 MicroJy iter= 573 IMAGR2: Field 2 Clean flux density= -8.356 MilliJy 573 comps IMAGR2: Total Cleaned flux density = 1.172 Jy 13188 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 > 928.75 MicroJy IMAGR2: 507 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 946.185 MicroJy iter= 1154 IMAGR2: Field 1 Clean flux density= 1.013 Jy 1154 comps IMAGR2: Total Cleaned flux density = 1.173 Jy 13386 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.54 MicroJy IMAGR2: 1691 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 941.645 MicroJy iter= 2383 IMAGR2: Field 5 Clean flux density= 31.772 MilliJy 2383 comps IMAGR2: Total Cleaned flux density = 1.173 Jy 13817 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 892.28 MicroJy IMAGR2: 2916 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -934.339 MicroJy iter= 3852 IMAGR2: Field 6 Clean flux density= 22.834 MilliJy 3852 comps IMAGR2: Total Cleaned flux density = 1.172 Jy 14431 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 884.80 MicroJy IMAGR2: 258 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 893.886 MicroJy iter= 589 IMAGR2: Field 7 Clean flux density= 5.045 MilliJy 589 comps IMAGR2: Total Cleaned flux density = 1.173 Jy 14540 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 867.20 MicroJy IMAGR2: 2608 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 902.746 MicroJy iter= 2840 IMAGR2: Field 4 Clean flux density= 41.060 MilliJy 2840 comps IMAGR2: Total Cleaned flux density = 1.175 Jy 15087 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 840.70 MicroJy IMAGR2: 3412 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 882.802 MicroJy iter= 4401 IMAGR2: Field 3 Clean flux density= 72.602 MilliJy 4401 comps IMAGR2: Total Cleaned flux density = 1.178 Jy 15792 comps IMAGR2: ALGSTB: All 477 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 466- 0 Cells, with 12077 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 836.21 MicroJy IMAGR2: 285 Residual map points loaded IMAGR2: Field 2 min Clean flux = 872.572 MicroJy iter= 638 IMAGR2: Field 2 Clean flux density= -6.618 MilliJy 638 comps IMAGR2: Total Cleaned flux density = 1.180 Jy 15857 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 > 828.92 MicroJy IMAGR2: 815 Residual map points loaded IMAGR2: Field 1 min Clean flux = -872.398 MicroJy iter= 1332 IMAGR2: Field 1 Clean flux density= 1.012 Jy 1332 comps IMAGR2: Total Cleaned flux density = 1.179 Jy 16035 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 812.06 MicroJy IMAGR2: 2157 Residual map points loaded IMAGR2: Field 5 min Clean flux = 872.614 MicroJy iter= 2686 IMAGR2: Field 5 Clean flux density= 32.497 MilliJy 2686 comps IMAGR2: Total Cleaned flux density = 1.179 Jy 16338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 772.03 MicroJy IMAGR2: 3303 Residual map points loaded IMAGR2: Field 6 min Clean flux = -872.671 MicroJy iter= 4133 IMAGR2: Field 6 Clean flux density= 22.522 MilliJy 4133 comps IMAGR2: Total Cleaned flux density = 1.179 Jy 16619 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 725.61 MicroJy IMAGR2: 4690 Residual map points loaded IMAGR2: Field 4 min Clean flux = -872.214 MicroJy iter= 3006 IMAGR2: Field 4 Clean flux density= 39.951 MilliJy 3006 comps IMAGR2: Total Cleaned flux density = 1.178 Jy 16785 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 690.84 MicroJy IMAGR2: 2652 Residual map points loaded IMAGR2: Field 7 min Clean flux = 872.301 MicroJy iter= 646 IMAGR2: Field 7 Clean flux density= 4.768 MilliJy 646 comps IMAGR2: Total Cleaned flux density = 1.178 Jy 16842 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 554.72 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 3 min Clean flux = 872.218 MicroJy iter= 4421 IMAGR2: Field 3 Clean flux density= 72.959 MilliJy 4421 comps IMAGR2: Total Cleaned flux density = 1.178 Jy 16862 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 872.671 less than limit 872.808 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1332 to 722 components IMAGR2: Field 2 compressed from 638 to 390 components IMAGR2: Field 3 compressed from 4421 to 2337 components IMAGR2: Field 4 compressed from 3006 to 1505 components IMAGR2: Field 5 compressed from 2686 to 1347 components IMAGR2: Field 6 compressed from 4133 to 2185 components IMAGR2: Field 7 compressed from 646 to 378 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -2.968 MilliJy ( 21 CCs) from field 1 to field 2 IMAGR2: Restore 3.987 MilliJy ( 90 CCs) from field 1 to field 3 IMAGR2: Restore-834.911 MicroJy ( 96 CCs) from field 1 to field 4 IMAGR2: Restore 1.152 MilliJy ( 146 CCs) from field 1 to field 5 IMAGR2: Restore -5.675 MilliJy ( 99 CCs) from field 1 to field 6 IMAGR2: Restore -3.183 MilliJy ( 57 CCs) from field 1 to field 7 IMAGR2: Restore 478.161 MicroJy ( 30 CCs) from field 2 to field 1 IMAGR2: Restore -8.020 MilliJy ( 112 CCs) from field 2 to field 3 IMAGR2: Restore 1.161 MilliJy ( 38 CCs) from field 2 to field 4 IMAGR2: Restore 11.612 MilliJy ( 113 CCs) from field 3 to field 1 IMAGR2: Restore 3.739 MilliJy ( 104 CCs) from field 3 to field 2 IMAGR2: Restore 15.364 MilliJy ( 289 CCs) from field 3 to field 5 IMAGR2: Restore 3.631 MilliJy ( 111 CCs) from field 4 to field 1 IMAGR2: Restore 1.418 MilliJy ( 82 CCs) from field 4 to field 2 IMAGR2: Restore 3.306 MilliJy ( 95 CCs) from field 4 to field 6 IMAGR2: Restore 3.061 MilliJy ( 46 CCs) from field 5 to field 1 IMAGR2: Restore 4.940 MilliJy ( 80 CCs) from field 5 to field 3 IMAGR2: Restore 3.353 MilliJy ( 39 CCs) from field 5 to field 7 IMAGR2: Restore 936.828 MicroJy ( 71 CCs) from field 6 to field 1 IMAGR2: Restore -13.584 MilliJy ( 253 CCs) from field 6 to field 4 IMAGR2: Restore 4.077 MilliJy ( 77 CCs) from field 6 to field 7 IMAGR2: Restore-350.731 MicroJy ( 13 CCs) from field 7 to field 1 IMAGR2: Restore 777.254 MicroJy ( 24 CCs) from field 7 to field 5 IMAGR2: Restore 5.137 MilliJy ( 116 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.031 Jy IMAGR2: Field 2 final Clean flux -4.429 MilliJy IMAGR2: Field 3 final Clean flux 73.867 MilliJy IMAGR2: Field 4 final Clean flux 26.694 MilliJy IMAGR2: Field 5 final Clean flux 49.790 MilliJy IMAGR2: Field 6 final Clean flux 25.291 MilliJy IMAGR2: Field 7 final Clean flux 9.016 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= 128.6 Real= 785 e 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.1455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.09052 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2319+051 X BAND Seq 1 Disk: 1 in slot 20 SETFC2: SETCEL: recommends IMSIZE 1346 CELLSIZE 0.23783 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23783 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 48.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= 10 C 1 1012 1012 23 21 40.80 05 27 36.5 00001 -1 507 512 513 C 2 1012 1012 23 21 40.80 05 24 14.1 00002 -1 507 512 513 C 3 1012 1012 23 21 29.06 05 25 55.3 00003 -1 507 512 513 C 4 1012 1012 23 21 52.55 05 25 55.3 00004 -1 507 512 513 C 5 1012 1012 23 21 29.06 05 29 17.8 00005 -1 507 512 513 C 6 1012 1012 23 21 52.55 05 29 17.8 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 30 59.0 00007 -1 507 512 513 e 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.1455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.09052 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -5.9728E-02 -3.0000E-02 0 IMAGR2: Field 2 1012 1012 -5.9728E-02 -2.0243E+02 0 IMAGR2: Field 3 1012 1012 -1.7536E+02 -1.0123E+02 0 IMAGR2: Field 4 1012 1012 1.7539E+02 -1.0123E+02 0 IMAGR2: Field 5 1012 1012 -1.7536E+02 1.0127E+02 0 IMAGR2: Field 6 1012 1012 1.7539E+02 1.0127E+02 0 IMAGR2: Field 7 1012 1012 -5.9728E-02 2.0247E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2319+051 .IMAGR . 1 (UV) on disk 1 cno 112 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 31187 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.019E+05 IMAGR2: UVWAIT: Adding temperance S 2.039E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 7.909E+07 and out 1.093E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.170 due to weighting IMAGR2: UVWAIT: Average summed weight 1.019E+05 over 62374 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create 2319+051 .ICL003. 1 (MA) on disk 1 cno 122 IMAGR2: Create 2319+051 .ICL004. 1 (MA) on disk 1 cno 123 IMAGR2: Create 2319+051 .ICL005. 1 (MA) on disk 1 cno 124 IMAGR2: Create 2319+051 .ICL006. 1 (MA) on disk 1 cno 125 IMAGR2: Create 2319+051 .ICL007. 1 (MA) on disk 1 cno 126 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.15988E+09 IMAGR2: Field 1 Beam min = -138.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.295 x 0.752 arcsec, PA= -56.8 IMAGR2: Field 2 Sum of gridding weights = 1.15988E+09 IMAGR2: Field 2 Beam min = -138.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.297 x 0.752 arcsec, PA= -56.8 IMAGR2: Field 3 Sum of gridding weights = 1.15988E+09 IMAGR2: Field 3 Beam min = -122.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.294 x 0.752 arcsec, PA= -56.8 IMAGR2: Field 4 Sum of gridding weights = 1.15988E+09 IMAGR2: Field 4 Beam min = -136.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.298 x 0.751 arcsec, PA= -56.8 IMAGR2: Field 5 Sum of gridding weights = 1.15988E+09 IMAGR2: Field 5 Beam min = -122.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.293 x 0.752 arcsec, PA= -56.9 IMAGR2: Field 6 Sum of gridding weights = 1.15988E+09 IMAGR2: Field 6 Beam min = -136.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.297 x 0.751 arcsec, PA= -56.9 IMAGR2: Field 7 Sum of gridding weights = 1.15988E+09 IMAGR2: Field 7 Beam min = -138.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.294 x 0.751 arcsec, PA= -56.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -2.9 MilliJy,max = 19.8 MilliJy IMAGR2: Field 2 min = -2.5 MilliJy,max = 4.6 MilliJy IMAGR2: Field 3 min = -1.7 MilliJy,max = 3.5 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 4.0 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 4.2 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 3.6 MilliJy IMAGR2: Field 7 min = -2.3 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.25 MilliJy IMAGR2: 5473 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.482 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 11.291 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 11.291 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 2033 cell beam + residuals > 1.72 MilliJy IMAGR2: 1793 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.891 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 17.537 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 17.537 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.979E-03 < Second best 4.424E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.935E-03 < Second best 4.026E-03 IMAGR2: Field 5 min = -921.4 MicroJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.786E-03 < Second best 3.846E-03 IMAGR2: Field 4 min = -961.3 MicroJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.397E-03 < Second best 3.703E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 637 cell beam + residuals > 1.03 MilliJy IMAGR2: 4645 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.986 MilliJy iter= 45 IMAGR2: Field 1 Clean flux density= 24.239 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 24.239 MilliJy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -865.7 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.062E-03 < Second best 2.206E-03 IMAGR2: Field 3 min = -987.7 MicroJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.173E-03 < Second best 1.979E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.644E-03 < Second best 1.935E-03 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.506E-03 < Second best 1.892E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 123 cell beam + residuals > 734.78 MicroJy IMAGR2: 8958 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.456 MilliJy iter= 119 IMAGR2: Field 1 Clean flux density= 36.309 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 36.309 MilliJy 119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -875.7 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.847E-04 < Second best 1.644E-03 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.226E-03 < Second best 1.506E-03 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.049E-03 < Second best 1.397E-03 IMAGR2: Field 4 min = -792.9 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.048E-03 < Second best 1.390E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.65 MicroJy IMAGR2: 9701 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -964.341 MicroJy iter= 228 IMAGR2: Field 1 Clean flux density= 37.300 MilliJy 228 comps IMAGR2: Total Cleaned flux density = 37.300 MilliJy 228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -831.5 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.677E-04 < Second best 1.173E-03 IMAGR2: Field 3 min = -812.6 MicroJy,max = 917.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.772E-04 < Second best 1.062E-03 IMAGR2: Field 6 min = -757.6 MicroJy,max = 957.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.696E-04 < Second best 1.049E-03 IMAGR2: Field 2 min = -837.1 MicroJy,max = 990.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.472E-04 < Second best 1.048E-03 IMAGR2: Field 4 min = -738.9 MicroJy,max = 951.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.914E-04 < Second best 9.677E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 534.83 MicroJy IMAGR2: 1581 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 680.038 MicroJy iter= 69 IMAGR2: Field 7 Clean flux density= 4.192 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 41.492 MilliJy 297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -800.8 MicroJy,max = 904.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.164E-04 < Second best 8.847E-04 IMAGR2: Field 5 min = -721.5 MicroJy,max = 805.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.920E-04 < Second best 8.772E-04 IMAGR2: Field 3 min = -782.2 MicroJy,max = 881.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 469.98 MicroJy IMAGR2: 894 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 562.752 MicroJy iter= 60 IMAGR2: Field 3 Clean flux density= 820.738 MicroJy 60 comps IMAGR2: Total Cleaned flux density = 42.313 MilliJy 357 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -721.1 MicroJy,max = 870.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.628E-04 < Second best 8.472E-04 IMAGR2: Field 2 min = -762.9 MicroJy,max = 815.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.349E-04 < Second best 8.164E-04 IMAGR2: Field 1 min = -788.3 MicroJy,max = 854.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.27 MicroJy IMAGR2: 6332 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 631.320 MicroJy iter= 388 IMAGR2: Field 1 Clean flux density= 41.060 MilliJy 388 comps IMAGR2: Total Cleaned flux density = 46.073 MilliJy 517 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -575.1 MicroJy,max = 695.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.888E-04 < Second best 7.349E-04 IMAGR2: Field 2 min = -717.8 MicroJy,max = 723.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 445.01 MicroJy IMAGR2: 1150 Residual map points loaded IMAGR2: Field 2 min Clean flux = -542.446 MicroJy iter= 73 IMAGR2: Field 2 Clean flux density= 2.274 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 48.347 MilliJy 590 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -593.1 MicroJy,max = 677.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.956E-04 < Second best 6.628E-04 IMAGR2: Field 6 min = -681.9 MicroJy,max = 631.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.043E-04 < Second best 6.503E-04 IMAGR2: Field 7 min = -592.8 MicroJy,max = 689.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.386E-04 < Second best 6.044E-04 IMAGR2: Field 1 min = -588.7 MicroJy,max = 708.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.645E-04 < Second best 6.043E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 373.12 MicroJy IMAGR2: 2156 Residual map points loaded IMAGR2: Field 6 min Clean flux = 537.892 MicroJy iter= 17 IMAGR2: Field 6 Clean flux density= 68.427 MicroJy 17 comps IMAGR2: Total Cleaned flux density = 48.416 MilliJy 607 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -592.5 MicroJy,max = 675.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 367.74 MicroJy IMAGR2: 2857 Residual map points loaded IMAGR2: Field 5 min Clean flux = 543.101 MicroJy iter= 19 IMAGR2: Field 5 Clean flux density= 744.249 MicroJy 19 comps IMAGR2: Total Cleaned flux density = 49.160 MilliJy 626 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -543.9 MicroJy,max = 579.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 357.96 MicroJy IMAGR2: 2281 Residual map points loaded IMAGR2: Field 4 min Clean flux = -541.302 MicroJy iter= 4 IMAGR2: Field 4 Clean flux density= 4.171 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 49.164 MilliJy 630 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -584.1 MicroJy,max = 640.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.84 MicroJy IMAGR2: 6907 Residual map points loaded IMAGR2: Field 1 min Clean flux = -542.971 MicroJy iter= 391 IMAGR2: Field 1 Clean flux density= 40.892 MilliJy 391 comps IMAGR2: Total Cleaned flux density = 48.995 MilliJy 633 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -573.8 MicroJy,max = 631.3 MicroJy IMAGR2: BGC Clean: using 123 cell beam + residuals > 326.01 MicroJy IMAGR2: 6075 Residual map points loaded IMAGR2: Field 7 min Clean flux = 539.241 MicroJy iter= 70 IMAGR2: Field 7 Clean flux density= 4.246 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 49.049 MilliJy 634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -606.7 MicroJy,max = 684.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 391 to 257 components IMAGR2: Field 2 compressed from 73 to 58 components IMAGR2: Field 3 compressed from 60 to 47 components IMAGR2: Field 4 compressed from 4 to 4 components IMAGR2: Field 5 compressed from 19 to 17 components LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 compressed from 17 to 14 components IMAGR2: Field 7 compressed from 70 to 51 components IMAGR2: Field 1 min = -547.5 MicroJy,max = 639.6 MicroJy IMAGR2: Field 2 min = -555.1 MicroJy,max = 554.9 MicroJy IMAGR2: Field 3 min = -606.7 MicroJy,max = 684.0 MicroJy IMAGR2: Field 4 min = -537.8 MicroJy,max = 576.9 MicroJy IMAGR2: Field 5 min = -533.8 MicroJy,max = 658.4 MicroJy IMAGR2: Field 6 min = -636.8 MicroJy,max = 582.4 MicroJy IMAGR2: Field 7 min = -573.4 MicroJy,max = 629.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 693.520 MicroJy ( 10 CCs) from field 1 to field 2 IMAGR2: Restore 294.916 MicroJy ( 9 CCs) from field 1 to field 3 IMAGR2: Restore 2.097 MilliJy ( 25 CCs) from field 1 to field 4 IMAGR2: Restore 543.092 MicroJy ( 15 CCs) from field 1 to field 5 IMAGR2: Restore 1.847 MilliJy ( 20 CCs) from field 1 to field 6 IMAGR2: Restore 944.617 MicroJy ( 8 CCs) from field 1 to field 7 IMAGR2: Restore 54.376 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 56.109 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR2: Restore 239.334 MicroJy ( 3 CCs) from field 2 to field 4 IMAGR2: Restore 475.018 MicroJy ( 35 CCs) from field 3 to field 1 IMAGR2: Restore 330.296 MicroJy ( 21 CCs) from field 3 to field 2 IMAGR2: Restore 60.527 MicroJy ( 6 CCs) from field 3 to field 5 IMAGR2: Restore-108.523 MicroJy ( 2 CCs) from field 4 to field 1 IMAGR2: Restore-108.523 MicroJy ( 2 CCs) from field 4 to field 6 IMAGR2: Restore 454.857 MicroJy ( 11 CCs) from field 5 to field 1 IMAGR2: Restore 337.651 MicroJy ( 7 CCs) from field 5 to field 7 IMAGR2: Restore-109.124 MicroJy ( 4 CCs) from field 6 to field 1 IMAGR2: Restore -56.581 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR2: Restore 56.749 MicroJy ( 1 CCs) from field 6 to field 7 IMAGR2: Restore 490.976 MicroJy ( 9 CCs) from field 7 to field 1 IMAGR2: Restore 277.789 MicroJy ( 6 CCs) from field 7 to field 5 IMAGR2: Restore 582.357 MicroJy ( 5 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 42.149 MilliJy IMAGR2: Field 2 final Clean flux 3.298 MilliJy IMAGR2: Field 3 final Clean flux 1.172 MilliJy IMAGR2: Field 4 final Clean flux 2.284 MilliJy IMAGR2: Field 5 final Clean flux 1.626 MilliJy IMAGR2: Field 6 final Clean flux 2.389 MilliJy IMAGR2: Field 7 final Clean flux 5.585 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 112 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 40.3 Real= 255 e 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.1455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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.09052 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN25_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: User18398: 11632 messages, oldest written 17-SEP-2006 17:24:08 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.2 Real= 9518 /home/auto/run/AB922_2000JAN25_1.run.1 finished on Mon Sep 18 02:27:43 MDT 2006