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_2000JAN04_1' >>AIPS 2: 'AB922_2000JAN04_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 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 3.67 min. of data in 22 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 5.186E-01 +- 3.127E-02 source= 1331+305 FLAGR2: Overall average rms= 2.096E-03 +- 1.986E-04 source= 1331+305 FLAGR2: Overall average amp= 4.310E-02 +- 3.263E-03 source= 1244+408 FLAGR2: Overall average rms= 2.047E-03 +- 2.504E-04 source= 1244+408 FLAGR2: Overall average amp= 7.585E-02 +- 6.061E-03 source= 1035+564 FLAGR2: Overall average rms= 2.324E-03 +- 2.580E-04 source= 1035+564 FLAGR2: Overall average amp= 4.318E-02 +- 3.144E-03 source= 1148+594 FLAGR2: Overall average rms= 2.043E-03 +- 2.412E-04 source= 1148+594 FLAGR2: Overall average amp= 1.095E-01 +- 6.449E-03 source= 1400+621 FLAGR2: Overall average rms= 1.866E-03 +- 2.516E-04 source= 1400+621 FLAGR2: Overall average amp= 9.402E-02 +- 5.336E-03 source= 1549+506 FLAGR2: Overall average rms= 1.875E-03 +- 2.131E-04 source= 1549+506 FLAGR2: Overall average amp= 3.702E-03 +- 5.199E-04 source= 1600+434 FLAGR2: Overall average rms= 1.520E-03 +- 1.812E-04 source= 1600+434 FLAGR2: Overall average amp= 9.333E-03 +- 1.980E-03 source= 1559+437 FLAGR2: Overall average rms= 1.825E-03 +- 2.485E-04 source= 1559+437 FLAGR2: Overall average amp= 3.190E-02 +- 1.684E-03 source= 1545+478 FLAGR2: Overall average rms= 1.813E-03 +- 2.317E-04 source= 1545+478 FLAGR2: Overall average amp= 8.141E-02 +- 4.144E-03 source= 1634+627 FLAGR2: Overall average rms= 1.852E-03 +- 2.215E-04 source= 1634+627 FLAGR2: Overall average amp= 8.540E-02 +- 4.497E-03 source= 1642+689 FLAGR2: Overall average rms= 1.877E-03 +- 2.344E-04 source= 1642+689 FLAGR2: Overall average amp= 4.161E-03 +- 8.069E-04 source= 1608+656 FLAGR2: Overall average rms= 1.565E-03 +- 1.603E-04 source= 1608+656 FLAGR2: Overall average amp= 5.278E-02 +- 3.015E-03 source= 1823+796 FLAGR2: Overall average rms= 1.807E-03 +- 2.209E-04 source= 1823+796 FLAGR2: Overall average amp= 4.416E-02 +- 2.538E-03 source= 1945+709 FLAGR2: Overall average rms= 1.834E-03 +- 2.504E-04 source= 1945+709 FLAGR2: Overall average amp= 2.905E-02 +- 2.603E-03 source= 1815+614 FLAGR2: Overall average rms= 1.835E-03 +- 2.267E-04 source= 1815+614 FLAGR2: Overall average amp= 9.185E-02 +- 5.421E-03 source= 2355+498 FLAGR2: Overall average rms= 1.903E-03 +- 1.924E-04 source= 2355+498 FLAGR2: Overall average amp= 1.005E-01 +- 6.342E-03 source= 2320+052 FLAGR2: Overall average rms= 2.015E-03 +- 2.025E-04 source= 2320+052 FLAGR2: Overall average amp= 3.625E-03 +- 3.510E-04 source= 2319+051 FLAGR2: Overall average rms= 1.569E-03 +- 1.353E-04 source= 2319+051 FLAGR2: Found 0 bad times, 78 total flags FLAGR2: Wrote 0 antenna & IF independent flags FLAGR2: Wrote 0 antenna independent, IF dependent flags FLAGR2: Wrote 78 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 5.0 Real= 15 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 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000104 . 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 2728 good solutions CALIB2: Average closure rms = 0.0086 +- 0.0049 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25962 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.51923 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.20192 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.01923 of the times had 6 - 8 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= 0.9 Real= 4 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_X.MODEL CALRD2: Create 3C286_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000104 . 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.0029 +- 0.0006 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.28125 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.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.12500 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.2 Real= 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 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 682 merged records from 682 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= 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 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 3969 records from CL table no. 2 CLCAL2: Processing SN table 1 CLCAL2: WARNING: SN table 1 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 682 merged records from 682 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= 4 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000104 . 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.773E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.782E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.771E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.808E+00 CALIB2: Found 1868 good solutions CALIB2: Average closure rms = 0.0011 +- 0.0007 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.79452 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.15068 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.02740 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 13 TO 25 IN SUBARRAY 1 CALIB2: CALREF: CANNOT RELATE ANTENNA 17 TO 25 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.4 Real= 4 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000104 . 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.181E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.182E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.195E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.219E+00 CALIB2: Found 216 good solutions CALIB2: Average closure rms = 0.0005 +- 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.62500 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.1 Real= 12 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1244+408 : 0 C 1 0.43426 +/- 0.00147 GETJY2: 2 0.43162 +/- 0.00149 GETJY2: 1035+564 : 0 A 1 0.76072 +/- 0.00512 GETJY2: 2 0.75703 +/- 0.00504 GETJY2: 1148+594 : 0 B 1 0.43481 +/- 0.00210 GETJY2: 2 0.43373 +/- 0.00220 GETJY2: 1400+621 : 0 C 1 1.09755 +/- 0.00564 GETJY2: 2 1.09247 +/- 0.00556 GETJY2: 1549+506 : 0 A 1 0.94126 +/- 0.00371 GETJY2: 2 0.94190 +/- 0.00378 GETJY2: 1545+478 : 0 B 1 0.31812 +/- 0.00141 GETJY2: 2 0.31625 +/- 0.00147 GETJY2: 1634+627 : 0 C 1 0.79246 +/- 0.00353 GETJY2: 2 0.78699 +/- 0.00360 GETJY2: 1642+689 : 0 A 1 0.85517 +/- 0.00471 GETJY2: 2 0.85519 +/- 0.00468 GETJY2: 1823+796 : 0 A 1 0.52726 +/- 0.00252 GETJY2: 2 0.52547 +/- 0.00244 GETJY2: 1945+709 : 0 B 1 0.44071 +/- 0.00257 GETJY2: 2 0.43799 +/- 0.00242 GETJY2: 2355+498 : 0 A 1 0.91716 +/- 0.00552 GETJY2: 2 0.91222 +/- 0.00559 GETJY2: 2320+052 : 0 A 1 1.00597 +/- 0.00594 GETJY2: 2 1.00511 +/- 0.00596 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 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 467 merged records from 467 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.5 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 3969 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 467 merged records from 467 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.3 Real= 4 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 20000104 .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= 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 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1331+305 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1985 0 1985 SPLIT2: Fully 0 0 47156 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 78 0 78 SPLIT2: Fully 0 0 6591 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 309 0 309 SPLIT2: Fully 0 0 7338 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 234 0 234 SPLIT2: Fully 0 0 6435 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 208 0 208 SPLIT2: Fully 0 0 6812 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 213 0 213 SPLIT2: Fully 0 0 9987 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 144 0 144 SPLIT2: Fully 0 0 16056 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 4800 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 72 0 72 SPLIT2: Fully 0 0 4428 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 452 0 452 SPLIT2: Fully 0 0 11144 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 441 0 441 SPLIT2: Fully 0 0 12084 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 147 0 147 SPLIT2: Fully 0 0 26078 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Create 1823+796 .X BAND. 1 (UV) on disk 1 cno 15 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 5528 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 216 0 216 SPLIT2: Fully 0 0 5784 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 72 0 72 SPLIT2: Fully 0 0 5853 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 150 0 150 SPLIT2: Fully 0 0 6675 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 507 0 507 SPLIT2: Fully 0 0 12893 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 144 0 144 SPLIT2: Fully 0 0 26106 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.4 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 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05099 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 95.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 4 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 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05099 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: AN04_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 49141 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.355E+05 IMAGR2: UVWAIT: Adding temperance S 2.711E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.440E+08 and out 2.270E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.187 due to weighting IMAGR2: UVWAIT: Average summed weight 1.355E+05 over 97268 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.40984E+09 IMAGR2: Field 1 Beam min = -108.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.232 x 0.679 arcsec, PA= 76.5 IMAGR2: Field 2 Sum of gridding weights = 2.40983E+09 IMAGR2: Field 2 Beam min = -108.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.233 x 0.680 arcsec, PA= 76.4 IMAGR2: Field 3 Sum of gridding weights = 2.40984E+09 IMAGR2: Field 3 Beam min = -108.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.234 x 0.680 arcsec, PA= 76.4 IMAGR2: Field 4 Sum of gridding weights = 2.40983E+09 IMAGR2: Field 4 Beam min = -108.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.231 x 0.680 arcsec, PA= 76.5 IMAGR2: Field 5 Sum of gridding weights = 2.40984E+09 IMAGR2: Field 5 Beam min = -108.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.234 x 0.679 arcsec, PA= 76.5 IMAGR2: Field 6 Sum of gridding weights = 2.40984E+09 IMAGR2: Field 6 Beam min = -109.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.230 x 0.679 arcsec, PA= 76.5 IMAGR2: Field 7 Sum of gridding weights = 2.40983E+09 IMAGR2: Field 7 Beam min = -108.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.232 x 0.679 arcsec, PA= 76.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -581.8 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -363.1 MilliJy,max = 795.4 MilliJy IMAGR2: Field 3 min = -252.4 MilliJy,max = 768.0 MilliJy IMAGR2: Field 4 min = -251.4 MilliJy,max = 439.5 MilliJy IMAGR2: Field 5 min = -272.3 MilliJy,max = 451.5 MilliJy IMAGR2: Field 6 min = -256.0 MilliJy,max = 778.6 MilliJy IMAGR2: Field 7 min = -329.9 MilliJy,max = 793.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 326.08 MilliJy IMAGR2: 10224 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.444 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 2.910 Jy 8 comps IMAGR2: Total Cleaned flux density = 2.910 Jy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -296.9 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 242.19 MilliJy IMAGR2: 2200 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.055 Jy iter= 17 IMAGR2: Field 1 Clean flux density= 4.309 Jy 17 comps IMAGR2: Total Cleaned flux density = 4.309 Jy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -159.4 MilliJy,max = 961.3 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 243.03 MilliJy IMAGR2: 76 Residual map points loaded IMAGR2: Field 1 min allowed flux = 473.836 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 4.932 Jy 26 comps IMAGR2: Total Cleaned flux density = 4.932 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -48.1 MilliJy,max = 63.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.415E-02 < Second best 7.565E-01 IMAGR2: Field 7 min = -46.7 MilliJy,max = 62.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.516E-02 < Second best 7.414E-01 IMAGR2: Field 6 min = -26.4 MilliJy,max = 57.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.504E-02 < Second best 7.314E-01 IMAGR2: Field 3 min = -22.9 MilliJy,max = 61.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.890E-02 < Second best 4.505E-01 IMAGR2: Field 1 min = -96.1 MilliJy,max = 429.7 MilliJy IMAGR2: BGC Clean: using 197 cell beam + residuals > 135.28 MilliJy IMAGR2: 48 Residual map points loaded IMAGR2: Field 1 min allowed flux = 210.485 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.211 Jy 35 comps IMAGR2: Total Cleaned flux density = 5.211 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -28.9 MilliJy,max = 32.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.584E-02 < Second best 3.048E-01 IMAGR2: Field 4 min = -30.3 MilliJy,max = 31.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.418E-02 < Second best 2.001E-01 IMAGR2: Field 1 min = -117.7 MilliJy,max = 192.6 MilliJy IMAGR2: BGC Clean: using 869 cell beam + residuals > 25.42 MilliJy IMAGR2: 3507 Residual map points loaded IMAGR2: Field 1 min allowed flux = 95.272 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 5.305 Jy 49 comps IMAGR2: Total Cleaned flux density = 5.305 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -94.9 MilliJy,max = 88.1 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 23.64 MilliJy IMAGR2: 1372 Residual map points loaded IMAGR2: Field 1 min allowed flux = 47.171 MilliJy iter= 80 IMAGR2: Field 1 Clean flux density= 5.266 Jy 80 comps IMAGR2: Total Cleaned flux density = 5.266 Jy 80 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -10.7 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.632E-03 < Second best 5.516E-02 IMAGR2: Field 7 min = -21.0 MilliJy,max = 20.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.004E-02 < Second best 5.504E-02 IMAGR2: Field 6 min = -11.3 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.172E-03 < Second best 5.415E-02 IMAGR2: Field 2 min = -20.1 MilliJy,max = 19.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.915E-02 < Second best 4.487E-02 IMAGR2: Field 1 min = -47.4 MilliJy,max = 45.5 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 10.87 MilliJy IMAGR2: 7531 Residual map points loaded IMAGR2: Field 1 min allowed flux = -23.611 MilliJy iter= 157 IMAGR2: Field 1 Clean flux density= 5.273 Jy 157 comps IMAGR2: Total Cleaned flux density = 5.273 Jy 157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.5 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.533E-03 < Second best 2.418E-02 IMAGR2: Field 4 min = -9.2 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.057E-03 < Second best 2.248E-02 IMAGR2: Field 1 min = -22.9 MilliJy,max = 23.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.24 MilliJy IMAGR2: 2701 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 15.261 MilliJy iter= 294 IMAGR2: Field 1 Clean flux density= 5.330 Jy 294 comps IMAGR2: Total Cleaned flux density = 5.330 Jy 294 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 49141 Pts IMAGR2: Field 7 min = -9.1 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.720E-03 < Second best 1.915E-02 IMAGR2: Field 2 min = -8.4 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.851E-03 < Second best 1.454E-02 IMAGR2: Field 1 min = -13.9 MilliJy,max = 13.9 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.73 MilliJy IMAGR2: 3113 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.047 MilliJy iter= 430 IMAGR2: Field 1 Clean flux density= 5.320 Jy 430 comps IMAGR2: Total Cleaned flux density = 5.320 Jy 430 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 49141 Pts IMAGR2: Field 2 min = -6.7 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.320E-03 < Second best 8.720E-03 IMAGR2: Field 7 min = -6.7 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.871E-03 < Second best 8.632E-03 IMAGR2: Field 3 min = -4.6 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.938E-03 < Second best 8.172E-03 IMAGR2: Field 6 min = -5.7 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.963E-03 < Second best 7.673E-03 IMAGR2: Field 1 min = -7.6 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.64 MilliJy IMAGR2: 6520 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.386 MilliJy iter= 682 IMAGR2: Field 1 Clean flux density= 5.319 Jy 682 comps IMAGR2: Total Cleaned flux density = 5.319 Jy 682 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 49141 Pts IMAGR2: Field 2 min = -6.1 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.756E-03 < Second best 6.871E-03 IMAGR2: Field 7 min = -6.1 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.267E-03 < Second best 6.533E-03 IMAGR2: Field 5 min = -5.2 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.388E-03 < Second best 6.057E-03 IMAGR2: Field 4 min = -5.3 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.512E-03 < Second best 5.756E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.19 MilliJy IMAGR2: 2326 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.002 MilliJy iter= 183 IMAGR2: Field 2 Clean flux density= 32.748 MilliJy 183 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 865 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 49141 Pts IMAGR2: Field 7 min = -5.9 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.889E-03 < Second best 5.144E-03 IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.410E-03 < Second best 4.963E-03 IMAGR2: Field 6 min = -5.0 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.584E-03 < Second best 4.938E-03 IMAGR2: Field 3 min = -4.4 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.615E-03 < Second best 4.889E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 2757 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.568 MilliJy iter= 225 IMAGR2: Field 7 Clean flux density= 23.437 MilliJy 225 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 1090 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 49141 Pts IMAGR2: Field 3 min = -4.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 1908 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.399 MilliJy iter= 211 IMAGR2: Field 3 Clean flux density= -1.759 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 1301 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 49141 Pts IMAGR2: Field 6 min = -4.8 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 1801 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.344 MilliJy iter= 225 IMAGR2: Field 6 Clean flux density= -8.284 MilliJy 225 comps IMAGR2: Total Cleaned flux density = 5.365 Jy 1526 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 49141 Pts IMAGR2: Field 4 min = -4.8 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.992E-03 < Second best 4.410E-03 IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.046E-03 < Second best 4.388E-03 IMAGR2: Field 5 min = -4.9 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.74 MilliJy IMAGR2: 1610 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.117 MilliJy iter= 220 IMAGR2: Field 5 Clean flux density= 9.021 MilliJy 220 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 1746 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 49141 Pts IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.74 MilliJy IMAGR2: 1003 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.035 MilliJy iter= 864 IMAGR2: Field 1 Clean flux density= 5.322 Jy 864 comps IMAGR2: Total Cleaned flux density = 5.378 Jy 1928 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 49141 Pts IMAGR2: Field 4 min = -4.7 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.73 MilliJy IMAGR2: 1561 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.082 MilliJy iter= 244 IMAGR2: Field 4 Clean flux density= -10.078 MilliJy 244 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 2172 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 49141 Pts IMAGR2: Field 2 min = -4.2 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.208E-03 < Second best 3.414E-03 IMAGR2: Field 7 min = -4.6 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 367 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.651 MilliJy iter= 339 IMAGR2: Field 7 Clean flux density= 29.509 MilliJy 339 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 2286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.898E-03 < Second best 3.208E-03 IMAGR2: Field 2 min = -4.2 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.44 MilliJy IMAGR2: 497 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.591 MilliJy iter= 328 IMAGR2: Field 2 Clean flux density= 28.311 MilliJy 328 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 2431 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 49141 Pts IMAGR2: Field 6 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 1145 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.550 MilliJy iter= 439 IMAGR2: Field 6 Clean flux density= -1.092 MilliJy 439 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 2645 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 49141 Pts IMAGR2: Field 5 min = -4.4 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.28 MilliJy IMAGR2: 2347 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.537 MilliJy iter= 527 IMAGR2: Field 5 Clean flux density= 3.135 MilliJy 527 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 2952 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 49141 Pts IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.731E-03 < Second best 2.904E-03 IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.633E-03 < Second best 2.898E-03 IMAGR2: Field 3 min = -3.4 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 2051 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.329 MilliJy iter= 533 IMAGR2: Field 3 Clean flux density= -17.300 MilliJy 533 comps IMAGR2: Total Cleaned flux density = 5.355 Jy 3274 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 49141 Pts IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 2604 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.340 MilliJy iter= 623 IMAGR2: Field 4 Clean flux density= -2.899 MilliJy 623 comps IMAGR2: Total Cleaned flux density = 5.362 Jy 3653 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 49141 Pts IMAGR2: Field 1 min = -3.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 741 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.213 MilliJy iter= 1062 IMAGR2: Field 1 Clean flux density= 5.322 Jy 1062 comps IMAGR2: Total Cleaned flux density = 5.361 Jy 3851 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 49141 Pts IMAGR2: Field 7 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR2: 290 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.121 MilliJy iter= 443 IMAGR2: Field 7 Clean flux density= 28.644 MilliJy 443 comps IMAGR2: Total Cleaned flux density = 5.360 Jy 3955 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.322E-03 < Second best 2.446E-03 IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.293E-03 < Second best 2.435E-03 IMAGR2: Field 5 min = -3.9 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 2087 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.051 MilliJy iter= 862 IMAGR2: Field 5 Clean flux density= 2.420 MilliJy 862 comps IMAGR2: Total Cleaned flux density = 5.360 Jy 4290 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 49141 Pts IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 720 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.990 MilliJy iter= 545 IMAGR2: Field 2 Clean flux density= 35.260 MilliJy 545 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 4507 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 49141 Pts IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 1526 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.025 MilliJy iter= 760 IMAGR2: Field 6 Clean flux density= 7.599 MilliJy 760 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 4828 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 49141 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.125E-03 < Second best 2.234E-03 IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 1427 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.865 MilliJy iter= 828 IMAGR2: Field 3 Clean flux density= -24.012 MilliJy 828 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 5123 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 49141 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 1608 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.868 MilliJy iter= 949 IMAGR2: Field 4 Clean flux density= 788.038 MicroJy 949 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 5449 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 49141 Pts IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 616 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.779 MilliJy iter= 1256 IMAGR2: Field 1 Clean flux density= 5.319 Jy 1256 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 5643 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 49141 Pts IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 491 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.745 MilliJy iter= 618 IMAGR2: Field 7 Clean flux density= 29.539 MilliJy 618 comps IMAGR2: Total Cleaned flux density = 5.371 Jy 5818 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 49141 Pts IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 1111 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.707 MilliJy iter= 1106 IMAGR2: Field 5 Clean flux density= 2.035 MilliJy 1106 comps IMAGR2: Total Cleaned flux density = 5.371 Jy 6062 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 49141 Pts IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 1381 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.673 MilliJy iter= 1070 IMAGR2: Field 6 Clean flux density= 16.577 MilliJy 1070 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 6372 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 49141 Pts IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 544 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.607 MilliJy iter= 747 IMAGR2: Field 2 Clean flux density= 35.478 MilliJy 747 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 6574 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 49141 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 1274 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.581 MilliJy iter= 1249 IMAGR2: Field 4 Clean flux density= 1.929 MilliJy 1249 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 6874 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 49141 Pts IMAGR2: Field 3 min = -2.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 1784 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.556 MilliJy iter= 1219 IMAGR2: Field 3 Clean flux density= -30.303 MilliJy 1219 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 7265 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 49141 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 611 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.487 MilliJy iter= 1452 IMAGR2: Field 1 Clean flux density= 5.321 Jy 1452 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 7461 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 49141 Pts IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 561 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.465 MilliJy iter= 825 IMAGR2: Field 7 Clean flux density= 30.836 MilliJy 825 comps IMAGR2: Total Cleaned flux density = 5.378 Jy 7668 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 49141 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1517 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.451 MilliJy iter= 1456 IMAGR2: Field 5 Clean flux density= 1.665 MilliJy 1456 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 8018 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 49141 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 1584 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.417 MilliJy iter= 1458 IMAGR2: Field 6 Clean flux density= 21.371 MilliJy 1458 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 8406 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 49141 Pts IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 521 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.365 MilliJy iter= 947 IMAGR2: Field 2 Clean flux density= 38.901 MilliJy 947 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 8606 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 49141 Pts IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1298 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.349 MilliJy iter= 1585 IMAGR2: Field 4 Clean flux density= 4.877 MilliJy 1585 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 8942 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 49141 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 1241 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.309 MilliJy iter= 1546 IMAGR2: Field 3 Clean flux density= -34.736 MilliJy 1546 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 9269 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 49141 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 442 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.268 MilliJy iter= 1637 IMAGR2: Field 1 Clean flux density= 5.321 Jy 1637 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 9454 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 49141 Pts IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 497 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.251 MilliJy iter= 1026 IMAGR2: Field 7 Clean flux density= 30.683 MilliJy 1026 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 9655 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 49141 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1368 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.234 MilliJy iter= 1811 IMAGR2: Field 5 Clean flux density= 515.511 MicroJy 1811 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 10010 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 49141 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 1655 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.206 MilliJy iter= 1869 IMAGR2: Field 6 Clean flux density= 26.269 MilliJy 1869 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 10421 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 49141 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 603 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.169 MilliJy iter= 1191 IMAGR2: Field 2 Clean flux density= 39.788 MilliJy 1191 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 10665 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 49141 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1564 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.154 MilliJy iter= 1986 IMAGR2: Field 4 Clean flux density= 1.711 MilliJy 1986 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 11066 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 49141 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1493 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.126 MilliJy iter= 1943 IMAGR2: Field 3 Clean flux density= -37.048 MilliJy 1943 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 11463 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 49141 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 434 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.089 MilliJy iter= 1817 IMAGR2: Field 1 Clean flux density= 5.322 Jy 1817 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 11643 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 49141 Pts IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 630 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.081 MilliJy iter= 1275 IMAGR2: Field 7 Clean flux density= 29.922 MilliJy 1275 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 11892 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 49141 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 1448 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.065 MilliJy iter= 2198 IMAGR2: Field 5 Clean flux density= 361.062 MicroJy 2198 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 12279 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 49141 Pts IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 1272 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.035 MilliJy iter= 2243 IMAGR2: Field 6 Clean flux density= 27.609 MilliJy 2243 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 12653 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 49141 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 988.86 MicroJy IMAGR2: 619 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.009 MilliJy iter= 1439 IMAGR2: Field 2 Clean flux density= 41.230 MilliJy 1439 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 12901 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 49141 Pts IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 963.43 MicroJy IMAGR2: 1440 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 994.989 MicroJy iter= 2395 IMAGR2: Field 4 Clean flux density= 784.098 MicroJy 2395 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 13310 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 49141 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 940.68 MicroJy IMAGR2: 1380 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -970.810 MicroJy iter= 2352 IMAGR2: Field 3 Clean flux density= -40.633 MilliJy 2352 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 13719 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 49141 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 928.56 MicroJy IMAGR2: 375 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -941.080 MicroJy iter= 1987 IMAGR2: Field 1 Clean flux density= 5.321 Jy 1987 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 13889 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 49141 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 915.57 MicroJy IMAGR2: 626 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 932.889 MicroJy iter= 1517 IMAGR2: Field 7 Clean flux density= 31.224 MilliJy 1517 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 14131 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 49141 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 892.19 MicroJy IMAGR2: 1552 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -920.743 MicroJy iter= 2628 IMAGR2: Field 5 Clean flux density= -2.100 MilliJy 2628 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 14561 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 49141 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 873.39 MicroJy IMAGR2: 1440 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -900.193 MicroJy iter= 2669 IMAGR2: Field 6 Clean flux density= 28.652 MilliJy 2669 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 14987 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 49141 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 861.56 MicroJy IMAGR2: 758 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -880.489 MicroJy iter= 1745 IMAGR2: Field 2 Clean flux density= 40.704 MilliJy 1745 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 15293 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 49141 Pts IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 840.70 MicroJy IMAGR2: 1575 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -867.237 MicroJy iter= 2853 IMAGR2: Field 4 Clean flux density= -1.119 MilliJy 2853 comps IMAGR2: Total Cleaned flux density = 5.378 Jy 15751 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 49141 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 822.16 MicroJy IMAGR2: 1403 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -845.410 MicroJy iter= 2770 IMAGR2: Field 3 Clean flux density= -42.596 MilliJy 2770 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 16169 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 49141 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 812.21 MicroJy IMAGR2: 348 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 821.986 MicroJy iter= 2167 IMAGR2: Field 1 Clean flux density= 5.320 Jy 2167 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 16349 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 49141 Pts IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 801.44 MicroJy IMAGR2: 605 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 815.901 MicroJy iter= 1788 IMAGR2: Field 7 Clean flux density= 32.141 MilliJy 1788 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 16620 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 49141 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 781.79 MicroJy IMAGR2: 1439 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 803.865 MicroJy iter= 3062 IMAGR2: Field 5 Clean flux density= -3.156 MilliJy 3062 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 17054 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 49141 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 764.50 MicroJy IMAGR2: 1444 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -785.653 MicroJy iter= 3109 IMAGR2: Field 6 Clean flux density= 30.722 MilliJy 3109 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 17494 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 49141 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 753.30 MicroJy IMAGR2: 725 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 767.822 MicroJy iter= 2052 IMAGR2: Field 2 Clean flux density= 42.187 MilliJy 2052 comps IMAGR2: Total Cleaned flux density = 5.378 Jy 17801 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 49141 Pts IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 734.66 MicroJy IMAGR2: 1632 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 755.376 MicroJy iter= 3328 IMAGR2: Field 4 Clean flux density= -3.042 MilliJy 3328 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 18276 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 49141 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 720.14 MicroJy IMAGR2: 1594 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -741.264 MicroJy iter= 3260 IMAGR2: Field 3 Clean flux density= -47.042 MilliJy 3260 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 18766 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 49141 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 712.18 MicroJy IMAGR2: 346 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 719.942 MicroJy iter= 2340 IMAGR2: Field 1 Clean flux density= 5.319 Jy 2340 comps IMAGR2: Total Cleaned flux density = 5.371 Jy 18939 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 49141 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 702.74 MicroJy IMAGR2: 733 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -715.890 MicroJy iter= 2106 IMAGR2: Field 7 Clean flux density= 32.538 MilliJy 2106 comps IMAGR2: Total Cleaned flux density = 5.371 Jy 19257 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 49141 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 686.82 MicroJy IMAGR2: 1550 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -704.265 MicroJy iter= 3534 IMAGR2: Field 5 Clean flux density= -4.837 MilliJy 3534 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 19729 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 49141 Pts IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 672.87 MicroJy IMAGR2: 1500 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -690.645 MicroJy iter= 3591 IMAGR2: Field 6 Clean flux density= 33.027 MilliJy 3591 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 20211 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 49141 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 663.97 MicroJy IMAGR2: 779 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 676.318 MicroJy iter= 2389 IMAGR2: Field 2 Clean flux density= 43.561 MilliJy 2389 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 20548 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 49141 Pts IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 648.99 MicroJy IMAGR2: 1801 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -666.844 MicroJy iter= 3859 IMAGR2: Field 4 Clean flux density= -2.798 MilliJy 3859 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 21079 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 49141 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 635.09 MicroJy IMAGR2: 1421 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -650.540 MicroJy iter= 3725 IMAGR2: Field 3 Clean flux density= -47.285 MilliJy 3725 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 21544 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 49141 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 998.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 628.56 MicroJy IMAGR2: 284 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -633.434 MicroJy iter= 2490 IMAGR2: Field 1 Clean flux density= 5.317 Jy 2490 comps IMAGR2: Total Cleaned flux density = 5.371 Jy 21694 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 49141 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 619.91 MicroJy IMAGR2: 724 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -630.124 MicroJy iter= 2427 IMAGR2: Field 7 Clean flux density= 33.397 MilliJy 2427 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 22015 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 49141 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 606.82 MicroJy IMAGR2: 1727 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -622.585 MicroJy iter= 4053 IMAGR2: Field 5 Clean flux density= -7.945 MilliJy 4053 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 22534 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 49141 Pts IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 594.76 MicroJy IMAGR2: 1507 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 609.329 MicroJy iter= 4090 IMAGR2: Field 6 Clean flux density= 35.453 MilliJy 4090 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 23033 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 49141 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 586.90 MicroJy IMAGR2: 876 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -597.700 MicroJy iter= 2773 IMAGR2: Field 2 Clean flux density= 44.309 MilliJy 2773 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 23417 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 49141 Pts IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 573.32 MicroJy IMAGR2: 1821 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 588.544 MicroJy iter= 4426 IMAGR2: Field 4 Clean flux density= -808.041 MicroJy 4426 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 23984 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 49141 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.76 MicroJy IMAGR2: 1715 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 577.029 MicroJy iter= 4277 IMAGR2: Field 3 Clean flux density= -49.789 MilliJy 4277 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 24536 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 49141 Pts IMAGR2: Field 1 min = -946.1 MicroJy,max = 849.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 557.72 MicroJy IMAGR2: 340 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 562.391 MicroJy iter= 2662 IMAGR2: Field 1 Clean flux density= 5.316 Jy 2662 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 24708 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 49141 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 550.73 MicroJy IMAGR2: 795 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 559.761 MicroJy iter= 2786 IMAGR2: Field 7 Clean flux density= 33.184 MilliJy 2786 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 25067 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 49141 Pts IMAGR2: Field 5 min = -2.2 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 539.13 MicroJy IMAGR2: 1859 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 552.702 MicroJy iter= 4631 IMAGR2: Field 5 Clean flux density= -9.271 MilliJy 4631 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 25645 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 49141 Pts IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 529.33 MicroJy IMAGR2: 1566 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 541.027 MicroJy iter= 4610 IMAGR2: Field 6 Clean flux density= 38.131 MilliJy 4610 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 26165 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 49141 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.30 MicroJy IMAGR2: 898 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 530.569 MicroJy iter= 3166 IMAGR2: Field 2 Clean flux density= 45.053 MilliJy 3166 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 26558 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 49141 Pts IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 511.66 MicroJy IMAGR2: 1784 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -523.984 MicroJy iter= 5005 IMAGR2: Field 4 Clean flux density= -1.769 MilliJy 5005 comps IMAGR2: Total Cleaned flux density = 5.371 Jy 27137 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 49141 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 501.71 MicroJy IMAGR2: 1551 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 512.719 MicroJy iter= 4796 IMAGR2: Field 3 Clean flux density= -52.315 MilliJy 4796 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 27656 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 49141 Pts IMAGR2: Field 1 min = -880.8 MicroJy,max = 806.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 497.14 MicroJy IMAGR2: 273 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 500.161 MicroJy iter= 2823 IMAGR2: Field 1 Clean flux density= 5.315 Jy 2823 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 27817 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 49141 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 490.83 MicroJy IMAGR2: 859 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 498.232 MicroJy iter= 3167 IMAGR2: Field 7 Clean flux density= 33.554 MilliJy 3167 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 28198 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 49141 Pts IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.11 MicroJy IMAGR2: 1904 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 491.859 MicroJy iter= 5254 IMAGR2: Field 5 Clean flux density= -9.907 MilliJy 5254 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 28821 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 49141 Pts IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 471.56 MicroJy IMAGR2: 1756 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 482.176 MicroJy iter= 5183 IMAGR2: Field 6 Clean flux density= 40.501 MilliJy 5183 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 29394 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 49141 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 465.47 MicroJy IMAGR2: 978 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -473.192 MicroJy iter= 3595 IMAGR2: Field 2 Clean flux density= 45.732 MilliJy 3595 comps IMAGR2: Total Cleaned flux density = 5.371 Jy 29823 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 49141 Pts IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.35 MicroJy IMAGR2: 2099 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 467.738 MicroJy iter= 5671 IMAGR2: Field 4 Clean flux density= -1.254 MilliJy 5671 comps IMAGR2: Total Cleaned flux density = 5.371 Jy 30489 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 49141 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.89 MicroJy IMAGR2: 1799 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 458.658 MicroJy iter= 5381 IMAGR2: Field 3 Clean flux density= -53.510 MilliJy 5381 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 31074 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 49141 Pts IMAGR2: Field 1 min = -790.0 MicroJy,max = 728.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 445.45 MicroJy IMAGR2: 264 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 448.350 MicroJy iter= 2988 IMAGR2: Field 1 Clean flux density= 5.314 Jy 2988 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 31239 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 49141 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 440.11 MicroJy IMAGR2: 953 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 447.173 MicroJy iter= 3595 IMAGR2: Field 7 Clean flux density= 32.798 MilliJy 3595 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 31667 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 49141 Pts IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 431.36 MicroJy IMAGR2: 1979 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 441.031 MicroJy iter= 5890 IMAGR2: Field 5 Clean flux density= -10.088 MilliJy 5890 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 32303 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 49141 Pts IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 424.02 MicroJy IMAGR2: 1787 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 433.009 MicroJy iter= 5777 IMAGR2: Field 6 Clean flux density= 42.258 MilliJy 5777 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 32897 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 49141 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 418.74 MicroJy IMAGR2: 1012 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 425.374 MicroJy iter= 4029 IMAGR2: Field 2 Clean flux density= 45.839 MilliJy 4029 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 33331 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 49141 Pts IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 410.40 MicroJy IMAGR2: 2145 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 420.175 MicroJy iter= 6360 IMAGR2: Field 4 Clean flux density= -1.712 MilliJy 6360 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 34020 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 49141 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 403.76 MicroJy IMAGR2: 1898 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 412.837 MicroJy iter= 6030 IMAGR2: Field 3 Clean flux density= -56.715 MilliJy 6030 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 34669 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 49141 Pts IMAGR2: Field 1 min = -672.6 MicroJy,max = 656.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 400.89 MicroJy IMAGR2: 247 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 403.100 MicroJy iter= 3136 IMAGR2: Field 1 Clean flux density= 5.314 Jy 3136 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 34817 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 49141 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 395.93 MicroJy IMAGR2: 856 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -400.934 MicroJy iter= 3970 IMAGR2: Field 7 Clean flux density= 32.176 MilliJy 3970 comps IMAGR2: Total Cleaned flux density = 5.365 Jy 35192 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 49141 Pts IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 389.06 MicroJy IMAGR2: 2307 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 398.230 MicroJy iter= 6640 IMAGR2: Field 5 Clean flux density= -9.423 MilliJy 6640 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 35942 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 49141 Pts IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 382.85 MicroJy IMAGR2: 1951 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -391.302 MicroJy iter= 6440 IMAGR2: Field 6 Clean flux density= 44.117 MilliJy 6440 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 36605 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 49141 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 378.40 MicroJy IMAGR2: 1194 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -384.571 MicroJy iter= 4545 IMAGR2: Field 2 Clean flux density= 46.700 MilliJy 4545 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 37121 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 49141 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 371.67 MicroJy IMAGR2: 2323 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 380.225 MicroJy iter= 7094 IMAGR2: Field 4 Clean flux density= -1.870 MilliJy 7094 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 37855 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 49141 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 365.78 MicroJy IMAGR2: 1801 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -372.995 MicroJy iter= 6652 IMAGR2: Field 3 Clean flux density= -59.697 MilliJy 6652 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 38477 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 49141 Pts IMAGR2: Field 1 min = -607.9 MicroJy,max = 548.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 363.55 MicroJy IMAGR2: 241 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 365.131 MicroJy iter= 3282 IMAGR2: Field 1 Clean flux density= 5.313 Jy 3282 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 38623 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 49141 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 359.91 MicroJy IMAGR2: 1063 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -365.507 MicroJy iter= 4460 IMAGR2: Field 7 Clean flux density= 33.084 MilliJy 4460 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 39113 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 49141 Pts IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 353.31 MicroJy IMAGR2: 2177 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 360.685 MicroJy iter= 7335 IMAGR2: Field 5 Clean flux density= -9.328 MilliJy 7335 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 39808 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 49141 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 347.41 MicroJy IMAGR2: 1963 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 354.328 MicroJy iter= 7098 IMAGR2: Field 6 Clean flux density= 46.073 MilliJy 7098 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 40466 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 49141 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 343.06 MicroJy IMAGR2: 1033 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -347.700 MicroJy iter= 5003 IMAGR2: Field 2 Clean flux density= 46.953 MilliJy 5003 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 40924 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 49141 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 337.35 MicroJy IMAGR2: 2639 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -345.166 MicroJy iter= 7920 IMAGR2: Field 4 Clean flux density= -1.139 MilliJy 7920 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 41750 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 49141 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 332.52 MicroJy IMAGR2: 1948 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 339.022 MicroJy iter= 7314 IMAGR2: Field 3 Clean flux density= -61.035 MilliJy 7314 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 42412 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 49141 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 329.42 MicroJy IMAGR2: 1173 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 334.114 MicroJy iter= 4977 IMAGR2: Field 7 Clean flux density= 33.693 MilliJy 4977 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 42929 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 49141 Pts IMAGR2: Field 1 min = -528.9 MicroJy,max = 516.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 327.23 MicroJy IMAGR2: 204 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -328.653 MicroJy iter= 3406 IMAGR2: Field 1 Clean flux density= 5.313 Jy 3406 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 43053 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 49141 Pts IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 322.45 MicroJy IMAGR2: 2687 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 329.594 MicroJy iter= 8162 IMAGR2: Field 5 Clean flux density= -10.441 MilliJy 8162 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 43880 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 49141 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 317.90 MicroJy IMAGR2: 2151 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 324.352 MicroJy iter= 7838 IMAGR2: Field 6 Clean flux density= 48.501 MilliJy 7838 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 44620 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 49141 Pts IMAGR2: Field 2 min = -963.5 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 315.07 MicroJy IMAGR2: 1215 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 319.378 MicroJy iter= 5525 IMAGR2: Field 2 Clean flux density= 47.715 MilliJy 5525 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 45142 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 49141 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 309.92 MicroJy IMAGR2: 2598 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -316.601 MicroJy iter= 8725 IMAGR2: Field 4 Clean flux density= -2.325 MilliJy 8725 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 45947 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 49141 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 305.75 MicroJy IMAGR2: 2018 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -313.032 MicroJy iter= 7972 IMAGR2: Field 3 Clean flux density= -63.515 MilliJy 7972 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 46605 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 49141 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 302.67 MicroJy IMAGR2: 1154 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 306.597 MicroJy iter= 5472 IMAGR2: Field 7 Clean flux density= 34.532 MilliJy 5472 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 47100 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 49141 Pts IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 298.16 MicroJy IMAGR2: 2644 Residual map points loaded IMAGR2: Field 5 min Clean flux = -305.954 MicroJy iter= 8941 IMAGR2: Field 5 Clean flux density= -10.779 MilliJy 8941 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 47879 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 49141 Pts IMAGR2: Field 1 min = -484.0 MicroJy,max = 455.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 293.20 MicroJy IMAGR2: 495 Residual map points loaded IMAGR2: Field 1 min Clean flux = -305.914 MicroJy iter= 3525 IMAGR2: Field 1 Clean flux density= 5.313 Jy 3525 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 47998 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 49141 Pts IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 287.24 MicroJy IMAGR2: 2493 Residual map points loaded IMAGR2: Field 6 min Clean flux = -305.937 MicroJy iter= 8309 IMAGR2: Field 6 Clean flux density= 50.379 MilliJy 8309 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 48469 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 49141 Pts IMAGR2: Field 2 min = -931.6 MicroJy,max = 979.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 278.50 MicroJy IMAGR2: 2012 Residual map points loaded IMAGR2: Field 2 min Clean flux = 305.855 MicroJy iter= 5716 IMAGR2: Field 2 Clean flux density= 48.194 MilliJy 5716 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 48660 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 49141 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 268.33 MicroJy IMAGR2: 5887 Residual map points loaded IMAGR2: Field 4 min Clean flux = -305.945 MicroJy iter= 9184 IMAGR2: Field 4 Clean flux density= -2.138 MilliJy 9184 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 49119 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 49141 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 247.67 MicroJy IMAGR2: 9026 Residual map points loaded IMAGR2: Field 3 min Clean flux = 305.944 MicroJy iter= 8236 IMAGR2: Field 3 Clean flux density= -64.793 MilliJy 8236 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 49383 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 49141 Pts IMAGR2: Field 7 min = -997.6 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 208.13 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 7 min Clean flux = 305.821 MicroJy iter= 5528 IMAGR2: Field 7 Clean flux density= 34.093 MilliJy 5528 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 49439 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 305.954 less than limit 305.958 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 3525 to 1786 components IMAGR2: Field 2 compressed from 5716 to 2619 components IMAGR2: Field 3 compressed from 8236 to 3543 components IMAGR2: Field 4 compressed from 9184 to 3916 components IMAGR2: Field 5 compressed from 8941 to 3946 components IMAGR2: Field 6 compressed from 8309 to 3596 components IMAGR2: Field 7 compressed from 5528 to 2525 components IMAGR2: Field 1 min = -463.0 MicroJy,max = 437.4 MicroJy IMAGR2: Field 2 min = -899.0 MicroJy,max = 971.1 MicroJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -993.3 MicroJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -6.534 MilliJy ( 139 CCs) from field 1 to field 2 IMAGR2: Restore -1.015 MilliJy ( 179 CCs) from field 1 to field 3 IMAGR2: Restore -4.379 MilliJy ( 245 CCs) from field 1 to field 4 IMAGR2: Restore -1.799 MilliJy ( 308 CCs) from field 1 to field 5 IMAGR2: Restore -5.458 MilliJy ( 216 CCs) from field 1 to field 6 IMAGR2: Restore -6.720 MilliJy ( 175 CCs) from field 1 to field 7 IMAGR2: Restore-782.865 MicroJy ( 134 CCs) from field 2 to field 1 IMAGR2: Restore -1.999 MilliJy ( 307 CCs) from field 2 to field 3 IMAGR2: Restore 11.014 MilliJy ( 335 CCs) from field 2 to field 4 IMAGR2: Restore -3.678 MilliJy ( 186 CCs) from field 3 to field 1 IMAGR2: Restore-885.616 MicroJy ( 154 CCs) from field 3 to field 2 IMAGR2: Restore-271.128 MicroJy ( 306 CCs) from field 3 to field 5 IMAGR2: Restore 1.809 MilliJy ( 233 CCs) from field 4 to field 1 IMAGR2: Restore 4.217 MilliJy ( 170 CCs) from field 4 to field 2 IMAGR2: Restore -2.901 MilliJy ( 236 CCs) from field 4 to field 6 IMAGR2: Restore -4.330 MilliJy ( 193 CCs) from field 5 to field 1 IMAGR2: Restore -1.430 MilliJy ( 285 CCs) from field 5 to field 3 IMAGR2: Restore -5.606 MilliJy ( 174 CCs) from field 5 to field 7 IMAGR2: Restore 20.716 MicroJy ( 155 CCs) from field 6 to field 1 IMAGR2: Restore -4.859 MilliJy ( 313 CCs) from field 6 to field 4 IMAGR2: Restore-980.489 MicroJy ( 142 CCs) from field 6 to field 7 IMAGR2: Restore 1.922 MilliJy ( 102 CCs) from field 7 to field 1 IMAGR2: Restore 8.603 MilliJy ( 325 CCs) from field 7 to field 5 IMAGR2: Restore -3.410 MilliJy ( 265 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.308 Jy IMAGR2: Field 2 final Clean flux 44.991 MilliJy IMAGR2: Field 3 final Clean flux -69.238 MilliJy IMAGR2: Field 4 final Clean flux -363.733 MicroJy IMAGR2: Field 5 final Clean flux -4.245 MilliJy IMAGR2: Field 6 final Clean flux 38.610 MilliJy IMAGR2: Field 7 final Clean flux 20.787 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= 192.5 Real= 580 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 20000104.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000104.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05099 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: AN04_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.1384 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 107.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 3 C 1 1012 1012 12 44 49.20 40 48 06.2 00001 -1 507 512 513 C 2 1012 1012 12 44 49.20 40 44 46.8 00002 -1 507 512 513 C 3 1012 1012 12 44 33.99 40 46 26.5 00003 -1 507 512 513 C 4 1012 1012 12 45 04.40 40 46 26.5 00004 -1 507 512 513 C 5 1012 1012 12 44 33.98 40 49 45.9 00005 -1 507 512 513 C 6 1012 1012 12 45 04.41 40 49 45.9 00006 -1 507 512 513 C 7 1012 1012 12 44 49.20 40 51 25.6 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 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: AN04_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 6669 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.585E+04 IMAGR2: UVWAIT: Adding temperance S 7.171E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.899E+07 and out 2.345E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 3.586E+04 over 13260 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.48905E+08 IMAGR2: Field 1 Beam min = -192.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.652 x 0.692 arcsec, PA= 71.2 IMAGR2: Field 2 Sum of gridding weights = 2.48905E+08 IMAGR2: Field 2 Beam min = -192.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.653 x 0.692 arcsec, PA= 71.2 IMAGR2: Field 3 Sum of gridding weights = 2.48904E+08 IMAGR2: Field 3 Beam min = -125.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.656 x 0.692 arcsec, PA= 71.1 IMAGR2: Field 4 Sum of gridding weights = 2.48905E+08 IMAGR2: Field 4 Beam min = -117.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.650 x 0.692 arcsec, PA= 71.2 IMAGR2: Field 5 Sum of gridding weights = 2.48904E+08 IMAGR2: Field 5 Beam min = -126.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.655 x 0.692 arcsec, PA= 71.1 IMAGR2: Field 6 Sum of gridding weights = 2.48905E+08 IMAGR2: Field 6 Beam min = -131.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.649 x 0.692 arcsec, PA= 71.2 IMAGR2: Field 7 Sum of gridding weights = 2.48906E+08 IMAGR2: Field 7 Beam min = -192.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.651 x 0.692 arcsec, PA= 71.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -43.2 MilliJy,max = 429.1 MilliJy IMAGR2: Field 2 min = -36.7 MilliJy,max = 174.2 MilliJy IMAGR2: Field 3 min = -44.1 MilliJy,max = 187.8 MilliJy IMAGR2: Field 4 min = -44.6 MilliJy,max = 132.2 MilliJy IMAGR2: Field 5 min = -43.2 MilliJy,max = 125.5 MilliJy IMAGR2: Field 6 min = -42.5 MilliJy,max = 187.2 MilliJy IMAGR2: Field 7 min = -35.2 MilliJy,max = 169.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 73.68 MilliJy IMAGR2: 1670 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 253.827 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 201.089 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 201.089 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 = -23.2 MilliJy,max = 230.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 43.59 MilliJy IMAGR2: 1072 Residual map points loaded IMAGR2: Field 1 min allowed flux = 112.867 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 333.510 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 333.510 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.3 MilliJy,max = 45.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.327E-02 < Second best 1.782E-01 IMAGR2: Field 6 min = -10.6 MilliJy,max = 44.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.210E-02 < Second best 1.259E-01 IMAGR2: Field 4 min = -10.8 MilliJy,max = 33.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.223E-02 < Second best 1.196E-01 IMAGR2: Field 5 min = -10.9 MilliJy,max = 28.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.758E-02 < Second best 1.074E-01 IMAGR2: Field 1 min = -11.1 MilliJy,max = 102.4 MilliJy IMAGR2: BGC Clean: using 1447 cell beam + residuals > 34.74 MilliJy IMAGR2: 79 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 47.006 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 397.341 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 397.341 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.3 MilliJy,max = 18.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.058E-02 < Second best 9.464E-02 IMAGR2: Field 7 min = -4.3 MilliJy,max = 16.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.230E-03 < Second best 4.471E-02 IMAGR2: Field 1 min = -5.9 MilliJy,max = 42.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.053E-02 < Second best 4.327E-02 IMAGR2: Field 3 min = -5.7 MilliJy,max = 19.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.878E-02 < Second best 4.210E-02 IMAGR2: Field 6 min = -5.1 MilliJy,max = 17.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.660E-02 < Second best 4.053E-02 IMAGR2: BGC Clean: using 2035 cell beam + residuals > 7.75 MilliJy IMAGR2: 1788 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.468 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 424.775 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 424.775 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.2 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.610E-03 < Second best 2.758E-02 IMAGR2: Field 5 min = -3.3 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.398E-03 < Second best 1.947E-02 IMAGR2: Field 1 min = -4.5 MilliJy,max = 18.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.784E-02 < Second best 1.878E-02 IMAGR2: Field 3 min = -3.8 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.248E-03 < Second best 1.784E-02 IMAGR2: BGC Clean: using 1883 cell beam + residuals > 4.48 MilliJy IMAGR2: 692 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.009 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 436.789 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 436.789 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.325E-03 < Second best 1.058E-02 IMAGR2: Field 2 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.227E-03 < Second best 9.230E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.580E-03 < Second best 8.573E-03 IMAGR2: Field 1 min = -5.0 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.780E-03 < Second best 8.248E-03 IMAGR2: Field 3 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.081E-03 < Second best 7.780E-03 IMAGR2: BGC Clean: using 1455 cell beam + residuals > 2.17 MilliJy IMAGR2: 2834 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.001 MilliJy iter= 59 IMAGR2: Field 1 Clean flux density= 440.673 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 440.673 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.639E-03 < Second best 5.398E-03 IMAGR2: Field 5 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.721E-03 < Second best 4.227E-03 IMAGR2: Field 2 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.328E-03 < Second best 4.081E-03 IMAGR2: Field 3 min = -3.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.590E-03 < Second best 3.812E-03 IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 2711 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.811 MilliJy iter= 108 IMAGR2: Field 1 Clean flux density= 441.990 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 441.990 MilliJy 108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 1834 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.487 MilliJy iter= 56 IMAGR2: Field 5 Clean flux density= -3.090 MilliJy 56 comps IMAGR2: Total Cleaned flux density = 438.900 MilliJy 164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 1989 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.420 MilliJy iter= 78 IMAGR2: Field 4 Clean flux density= 5.707 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 444.607 MilliJy 242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.706E-03 < Second best 3.328E-03 IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.463E-03 < Second best 3.325E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 1775 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.124 MilliJy iter= 100 IMAGR2: Field 6 Clean flux density= -6.940 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 437.667 MilliJy 342 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.69 MilliJy IMAGR2: 688 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.935 MilliJy iter= 49 IMAGR2: Field 3 Clean flux density= -1.903 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 435.764 MilliJy 391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.099E-03 < Second best 2.580E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.029E-03 < Second best 2.463E-03 IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.201E-03 < Second best 2.375E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 821 cell beam + residuals > 1.45 MilliJy IMAGR2: 716 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.640 MilliJy iter= 108 IMAGR2: Field 5 Clean flux density= -4.605 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 434.250 MilliJy 443 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.920E-03 < Second best 2.201E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.36 MilliJy IMAGR2: 1865 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.602 MilliJy iter= 83 IMAGR2: Field 2 Clean flux density= 3.543 MilliJy 83 comps IMAGR2: Total Cleaned flux density = 437.793 MilliJy 526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.591E-03 < Second best 2.029E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.777E-03 < Second best 2.028E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.735E-03 < Second best 1.920E-03 IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.19 MilliJy IMAGR2: 1079 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.362 MilliJy iter= 156 IMAGR2: Field 4 Clean flux density= 3.319 MilliJy 156 comps IMAGR2: Total Cleaned flux density = 435.404 MilliJy 604 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.652E-03 < Second best 1.777E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 966 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.307 MilliJy iter= 107 IMAGR2: Field 7 Clean flux density= -367.440 MicroJy 107 comps IMAGR2: Total Cleaned flux density = 435.037 MilliJy 711 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.499E-03 < Second best 1.652E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1511 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.332 MilliJy iter= 203 IMAGR2: Field 3 Clean flux density= -6.026 MilliJy 203 comps IMAGR2: Total Cleaned flux density = 430.914 MilliJy 865 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 260 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.191 MilliJy iter= 175 IMAGR2: Field 1 Clean flux density= 442.236 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 431.159 MilliJy 932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 534 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.156 MilliJy iter= 210 IMAGR2: Field 5 Clean flux density= -2.583 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 433.181 MilliJy 1034 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.310E-03 < Second best 1.499E-03 IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 945.18 MicroJy IMAGR2: 1588 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.110 MilliJy iter= 283 IMAGR2: Field 6 Clean flux density= -8.649 MilliJy 283 comps IMAGR2: Total Cleaned flux density = 431.471 MilliJy 1217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 943.86 MicroJy IMAGR2: 892 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.053 MilliJy iter= 227 IMAGR2: Field 2 Clean flux density= 8.574 MilliJy 227 comps IMAGR2: Total Cleaned flux density = 436.502 MilliJy 1361 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.159E-03 < Second best 1.275E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 860.87 MicroJy IMAGR2: 741 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 946.253 MicroJy iter= 329 IMAGR2: Field 3 Clean flux density= -333.327 MicroJy 329 comps IMAGR2: Total Cleaned flux density = 442.195 MilliJy 1487 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.050E-03 < Second best 1.159E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 811.64 MicroJy IMAGR2: 747 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -895.027 MicroJy iter= 302 IMAGR2: Field 4 Clean flux density= 131.581 MicroJy 302 comps IMAGR2: Total Cleaned flux density = 439.008 MilliJy 1633 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 789.16 MicroJy IMAGR2: 297 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 837.924 MicroJy iter= 253 IMAGR2: Field 1 Clean flux density= 436.634 MilliJy 253 comps IMAGR2: Total Cleaned flux density = 433.405 MilliJy 1711 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.905E-04 < Second best 1.062E-03 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 713.64 MicroJy IMAGR2: 692 Residual map points loaded IMAGR2: Field 6 min Clean flux = -825.715 MicroJy iter= 343 IMAGR2: Field 6 Clean flux density= -6.705 MilliJy 343 comps IMAGR2: Total Cleaned flux density = 435.350 MilliJy 1771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.247E-04 < Second best 1.008E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.110E-04 < Second best 9.905E-04 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 640.42 MicroJy IMAGR2: 1906 Residual map points loaded IMAGR2: Field 5 min Clean flux = 829.711 MicroJy iter= 264 IMAGR2: Field 5 Clean flux density= -659.762 MicroJy 264 comps IMAGR2: Total Cleaned flux density = 437.273 MilliJy 1825 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 630.18 MicroJy IMAGR2: 1042 Residual map points loaded IMAGR2: Field 7 min Clean flux = -828.625 MicroJy iter= 118 IMAGR2: Field 7 Clean flux density= -112.592 MicroJy 118 comps IMAGR2: Total Cleaned flux density = 437.528 MilliJy 1836 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 624.48 MicroJy IMAGR2: 1905 Residual map points loaded IMAGR2: Field 2 min Clean flux = 830.406 MicroJy iter= 246 IMAGR2: Field 2 Clean flux density= 8.831 MilliJy 246 comps IMAGR2: Total Cleaned flux density = 437.786 MilliJy 1855 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 819 cell beam + residuals > 570.24 MicroJy IMAGR2: 3995 Residual map points loaded IMAGR2: Field 3 min Clean flux = -830.411 MicroJy iter= 345 IMAGR2: Field 3 Clean flux density= -108.475 MicroJy 345 comps IMAGR2: Total Cleaned flux density = 438.011 MilliJy 1871 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 499.70 MicroJy IMAGR2: 6308 Residual map points loaded IMAGR2: Field 4 min Clean flux = -823.945 MicroJy iter= 311 IMAGR2: Field 4 Clean flux density= 743.665 MicroJy 311 comps IMAGR2: Total Cleaned flux density = 438.623 MilliJy 1880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 797.3 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 253 to 135 components IMAGR2: Field 2 compressed from 246 to 182 components IMAGR2: Field 3 compressed from 345 to 228 components IMAGR2: Field 4 compressed from 311 to 215 components IMAGR2: Field 5 compressed from 264 to 182 components IMAGR2: Field 6 compressed from 343 to 243 components IMAGR2: Field 7 compressed from 118 to 90 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 797.3 MicroJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -38.690 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore -1.030 MilliJy ( 20 CCs) from field 1 to field 3 IMAGR2: Restore-526.334 MicroJy ( 13 CCs) from field 1 to field 4 IMAGR2: Restore -1.940 MilliJy ( 27 CCs) from field 1 to field 5 IMAGR2: Restore-788.591 MicroJy ( 22 CCs) from field 1 to field 6 IMAGR2: Restore-553.312 MicroJy ( 6 CCs) from field 1 to field 7 IMAGR2: Restore 444.787 MicroJy ( 6 CCs) from field 2 to field 1 IMAGR2: Restore -1.618 MilliJy ( 28 CCs) from field 2 to field 3 IMAGR2: Restore 2.195 MilliJy ( 22 CCs) from field 2 to field 4 IMAGR2: Restore 7.930 MicroJy ( 19 CCs) from field 3 to field 1 IMAGR2: Restore-837.770 MicroJy ( 19 CCs) from field 3 to field 2 IMAGR2: Restore-102.371 MicroJy ( 2 CCs) from field 3 to field 5 IMAGR2: Restore-482.412 MicroJy ( 7 CCs) from field 4 to field 1 IMAGR2: Restore 330.595 MicroJy ( 15 CCs) from field 4 to field 2 IMAGR2: Restore-301.365 MicroJy ( 9 CCs) from field 4 to field 6 IMAGR2: Restore -1.050 MilliJy ( 8 CCs) from field 5 to field 1 IMAGR2: Restore 765.361 MicroJy ( 4 CCs) from field 5 to field 3 IMAGR2: Restore 274.158 MicroJy ( 8 CCs) from field 5 to field 7 IMAGR2: Restore -1.663 MilliJy ( 8 CCs) from field 6 to field 1 IMAGR2: Restore-182.458 MicroJy ( 7 CCs) from field 6 to field 4 IMAGR2: Restore-282.402 MicroJy ( 15 CCs) from field 6 to field 7 IMAGR2: Restore 275.259 MicroJy ( 10 CCs) from field 7 to field 5 IMAGR2: Restore-278.179 MicroJy ( 15 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 433.890 MilliJy IMAGR2: Field 2 final Clean flux 8.286 MilliJy IMAGR2: Field 3 final Clean flux -1.991 MilliJy IMAGR2: Field 4 final Clean flux 2.229 MilliJy IMAGR2: Field 5 final Clean flux -2.427 MilliJy IMAGR2: Field 6 final Clean flux -8.073 MilliJy IMAGR2: Field 7 final Clean flux -674.148 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= 28 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 47.4 Real= 144 -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.1384 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: AN04_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.1293 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.24279 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24279 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 128.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 20.1 00002 -1 507 512 513 C 3 1012 1012 10 34 45.45 56 27 03.3 00003 -1 507 512 513 C 4 1012 1012 10 35 28.63 56 27 03.3 00004 -1 507 512 513 C 5 1012 1012 10 34 45.41 56 30 30.0 00005 -1 507 512 513 C 6 1012 1012 10 35 28.67 56 30 30.0 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 13.5 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 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: AN04_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.1293 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: AN04_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 7647 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.152E+04 IMAGR2: UVWAIT: Adding temperance S 6.304E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.719E+07 and out 2.212E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.166 due to weighting IMAGR2: UVWAIT: Average summed weight 3.152E+04 over 15141 vis IMAGR2: Create 1035+564 .IBM001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1035+564 .IBM002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1035+564 .IBM003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1035+564 .IBM004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1035+564 .IBM005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1035+564 .IBM006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1035+564 .IBM007. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1035+564 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1035+564 .ICL002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1035+564 .ICL003. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1035+564 .ICL004. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1035+564 .ICL005. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1035+564 .ICL006. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1035+564 .ICL007. 1 (MA) on disk 1 cno 49 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.34784E+08 IMAGR2: Field 1 Beam min = -235.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.873 x 0.656 arcsec, PA= 51.9 IMAGR2: Field 2 Sum of gridding weights = 2.34784E+08 IMAGR2: Field 2 Beam min = -235.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.880 x 0.656 arcsec, PA= 51.9 IMAGR2: Field 3 Sum of gridding weights = 2.34784E+08 IMAGR2: Field 3 Beam min = -160.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.884 x 0.656 arcsec, PA= 51.8 IMAGR2: Field 4 Sum of gridding weights = 2.34783E+08 IMAGR2: Field 4 Beam min = -192.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.869 x 0.656 arcsec, PA= 52.0 IMAGR2: Field 5 Sum of gridding weights = 2.34783E+08 IMAGR2: Field 5 Beam min = -140.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.877 x 0.656 arcsec, PA= 51.8 IMAGR2: Field 6 Sum of gridding weights = 2.34783E+08 IMAGR2: Field 6 Beam min = -192.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.863 x 0.656 arcsec, PA= 52.0 IMAGR2: Field 7 Sum of gridding weights = 2.34784E+08 IMAGR2: Field 7 Beam min = -235.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.867 x 0.656 arcsec, PA= 51.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -69.4 MilliJy,max = 758.3 MilliJy IMAGR2: Field 2 min = -68.3 MilliJy,max = 310.7 MilliJy IMAGR2: Field 3 min = -101.2 MilliJy,max = 210.5 MilliJy IMAGR2: Field 4 min = -100.9 MilliJy,max = 166.7 MilliJy IMAGR2: Field 5 min = -99.1 MilliJy,max = 164.9 MilliJy IMAGR2: Field 6 min = -100.8 MilliJy,max = 212.8 MilliJy IMAGR2: Field 7 min = -69.7 MilliJy,max = 312.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 106.95 MilliJy IMAGR2: 3499 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 362.709 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 431.896 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 431.896 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 = -30.6 MilliJy,max = 326.5 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 71.41 MilliJy IMAGR2: 519 Residual map points loaded IMAGR2: Field 1 min allowed flux = 156.140 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 617.821 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 617.821 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -13.3 MilliJy,max = 60.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.779E-02 < Second best 2.958E-01 IMAGR2: Field 2 min = -12.4 MilliJy,max = 56.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.418E-02 < Second best 1.978E-01 IMAGR2: Field 6 min = -19.0 MilliJy,max = 40.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.704E-02 < Second best 1.950E-01 IMAGR2: Field 3 min = -18.7 MilliJy,max = 39.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.524E-02 < Second best 1.485E-01 IMAGR2: Field 1 min = -13.9 MilliJy,max = 140.5 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 55.23 MilliJy IMAGR2: 50 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 67.216 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 697.858 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 697.858 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.0 MilliJy,max = 13.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.243E-02 < Second best 1.316E-01 IMAGR2: Field 4 min = -8.4 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.073E-02 < Second best 6.394E-02 IMAGR2: Field 1 min = -7.3 MilliJy,max = 61.0 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 13.23 MilliJy IMAGR2: 695 Residual map points loaded IMAGR2: Field 1 min allowed flux = 27.886 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 736.148 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 736.148 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.2 MilliJy,max = 12.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.197E-02 < Second best 5.418E-02 IMAGR2: Field 2 min = -4.0 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.349E-03 < Second best 3.704E-02 IMAGR2: Field 6 min = -4.5 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.525E-03 < Second best 3.524E-02 IMAGR2: Field 3 min = -3.4 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.832E-03 < Second best 2.653E-02 IMAGR2: Field 1 min = -4.5 MilliJy,max = 25.2 MilliJy IMAGR2: BGC Clean: using 1769 cell beam + residuals > 4.78 MilliJy IMAGR2: 1780 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.688 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 752.061 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 752.061 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.1 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.302E-03 < Second best 1.197E-02 IMAGR2: Field 7 min = -3.8 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.348E-03 < Second best 1.112E-02 IMAGR2: Field 1 min = -3.9 MilliJy,max = 10.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.002E-02 < Second best 1.073E-02 IMAGR2: Field 4 min = -3.4 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.318E-03 < Second best 1.002E-02 IMAGR2: BGC Clean: using 1753 cell beam + residuals > 2.90 MilliJy IMAGR2: 1380 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.864 MilliJy iter= 51 IMAGR2: Field 1 Clean flux density= 758.714 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 758.714 MilliJy 51 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.987E-03 < Second best 8.525E-03 IMAGR2: Field 6 min = -3.9 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.849E-03 < Second best 6.832E-03 IMAGR2: Field 3 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.645E-03 < Second best 6.348E-03 IMAGR2: Field 7 min = -3.8 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.088E-03 < Second best 4.849E-03 IMAGR2: BGC Clean: using 1763 cell beam + residuals > 2.40 MilliJy IMAGR2: 2909 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.343 MilliJy iter= 26 IMAGR2: Field 6 Clean flux density= 4.814 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 763.528 MilliJy 77 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 1763 cell beam + residuals > 2.40 MilliJy IMAGR2: 3487 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.277 MilliJy iter= 33 IMAGR2: Field 3 Clean flux density= -1.278 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 762.250 MilliJy 110 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.823E-03 < Second best 4.318E-03 IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.342E-03 < Second best 4.302E-03 IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.286E-03 < Second best 4.088E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.511E-03 < Second best 3.987E-03 IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR2: 2291 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.938 MilliJy iter= 47 IMAGR2: Field 2 Clean flux density= -7.374 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 754.875 MilliJy 157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR2: 1227 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.891 MilliJy iter= 111 IMAGR2: Field 1 Clean flux density= 767.441 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 763.603 MilliJy 217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.078E-03 < Second best 3.342E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.083E-03 < Second best 3.286E-03 IMAGR2: Field 5 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.839E-03 < Second best 3.194E-03 IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 2308 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.591 MilliJy iter= 91 IMAGR2: Field 6 Clean flux density= 7.921 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 766.710 MilliJy 282 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 6314 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.703 MilliJy iter= 157 IMAGR2: Field 3 Clean flux density= -22.514 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 745.473 MilliJy 406 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.732E-03 < Second best 3.078E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 799 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.264 MilliJy iter= 70 IMAGR2: Field 7 Clean flux density= 14.671 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 760.145 MilliJy 476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.518E-03 < Second best 2.810E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 1200 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.161 MilliJy iter= 130 IMAGR2: Field 2 Clean flux density= -17.084 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 750.435 MilliJy 559 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.202E-03 < Second best 2.732E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 238 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.967 MilliJy iter= 48 IMAGR2: Field 4 Clean flux density= 3.404 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 753.839 MilliJy 607 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.68 MilliJy IMAGR2: 2379 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.983 MilliJy iter= 273 IMAGR2: Field 3 Clean flux density= -7.294 MilliJy 273 comps IMAGR2: Total Cleaned flux density = 769.060 MilliJy 723 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.265E-03 < Second best 2.481E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 2215 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.826 MilliJy iter= 225 IMAGR2: Field 6 Clean flux density= 9.633 MilliJy 225 comps IMAGR2: Total Cleaned flux density = 770.772 MilliJy 857 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 519 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.713 MilliJy iter= 92 IMAGR2: Field 5 Clean flux density= 5.227 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 776.000 MilliJy 949 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.947E-03 < Second best 2.166E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.677E-03 < Second best 2.070E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 1493 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.611 MilliJy iter= 263 IMAGR2: Field 2 Clean flux density= -26.176 MilliJy 263 comps IMAGR2: Total Cleaned flux density = 766.908 MilliJy 1082 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 159 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.472 MilliJy iter= 156 IMAGR2: Field 1 Clean flux density= 766.277 MilliJy 156 comps IMAGR2: Total Cleaned flux density = 765.744 MilliJy 1127 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 1335 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.483 MilliJy iter= 398 IMAGR2: Field 3 Clean flux density= -11.569 MilliJy 398 comps IMAGR2: Total Cleaned flux density = 761.469 MilliJy 1252 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.550E-03 < Second best 1.751E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 2171 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.385 MilliJy iter= 399 IMAGR2: Field 6 Clean flux density= 15.545 MilliJy 399 comps IMAGR2: Total Cleaned flux density = 767.380 MilliJy 1426 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 563 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.304 MilliJy iter= 175 IMAGR2: Field 7 Clean flux density= 15.442 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 768.150 MilliJy 1531 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.439E-03 < Second best 1.550E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 496 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.245 MilliJy iter= 154 IMAGR2: Field 4 Clean flux density= 502.140 MicroJy 154 comps IMAGR2: Total Cleaned flux density = 765.248 MilliJy 1637 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 927 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.194 MilliJy iter= 395 IMAGR2: Field 2 Clean flux density= -29.756 MilliJy 395 comps IMAGR2: Total Cleaned flux density = 761.668 MilliJy 1769 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 544 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.172 MilliJy iter= 203 IMAGR2: Field 5 Clean flux density= 3.629 MilliJy 203 comps IMAGR2: Total Cleaned flux density = 760.070 MilliJy 1880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.327E-03 < Second best 1.408E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 171 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.059 MilliJy iter= 205 IMAGR2: Field 1 Clean flux density= 764.211 MilliJy 205 comps IMAGR2: Total Cleaned flux density = 758.004 MilliJy 1929 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 958.69 MicroJy IMAGR2: 1231 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.038 MilliJy iter= 558 IMAGR2: Field 6 Clean flux density= 13.597 MilliJy 558 comps IMAGR2: Total Cleaned flux density = 756.056 MilliJy 2088 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 956.94 MicroJy IMAGR2: 2570 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.061 MilliJy iter= 630 IMAGR2: Field 3 Clean flux density= -10.007 MilliJy 630 comps IMAGR2: Total Cleaned flux density = 757.618 MilliJy 2320 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 927.60 MicroJy IMAGR2: 347 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -964.618 MicroJy iter= 263 IMAGR2: Field 7 Clean flux density= 18.512 MilliJy 263 comps IMAGR2: Total Cleaned flux density = 760.688 MilliJy 2408 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.087E-03 < Second best 1.145E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 863.52 MicroJy IMAGR2: 660 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -910.104 MicroJy iter= 520 IMAGR2: Field 2 Clean flux density= -29.961 MilliJy 520 comps IMAGR2: Total Cleaned flux density = 760.482 MilliJy 2533 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.009E-03 < Second best 1.087E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 828.18 MicroJy IMAGR2: 736 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 877.081 MicroJy iter= 302 IMAGR2: Field 4 Clean flux density= 2.236 MilliJy 302 comps IMAGR2: Total Cleaned flux density = 762.216 MilliJy 2681 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 782.57 MicroJy IMAGR2: 1219 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -837.078 MicroJy iter= 816 IMAGR2: Field 3 Clean flux density= -11.630 MilliJy 816 comps IMAGR2: Total Cleaned flux density = 760.593 MilliJy 2867 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 770.36 MicroJy IMAGR2: 241 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 797.932 MicroJy iter= 271 IMAGR2: Field 1 Clean flux density= 766.764 MilliJy 271 comps IMAGR2: Total Cleaned flux density = 763.146 MilliJy 2933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.429E-04 < Second best 9.949E-04 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 720.77 MicroJy IMAGR2: 1699 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -778.580 MicroJy iter= 792 IMAGR2: Field 6 Clean flux density= 9.609 MilliJy 792 comps IMAGR2: Total Cleaned flux density = 759.158 MilliJy 3167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 720.85 MicroJy IMAGR2: 1194 Residual map points loaded IMAGR2: Field 5 min Clean flux = 775.242 MicroJy iter= 419 IMAGR2: Field 5 Clean flux density= 3.852 MilliJy 419 comps IMAGR2: Total Cleaned flux density = 759.381 MilliJy 3383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 693.07 MicroJy IMAGR2: 408 Residual map points loaded IMAGR2: Field 7 min Clean flux = -772.602 MicroJy iter= 295 IMAGR2: Field 7 Clean flux density= 18.026 MilliJy 295 comps IMAGR2: Total Cleaned flux density = 758.896 MilliJy 3415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 666.64 MicroJy IMAGR2: 1559 Residual map points loaded IMAGR2: Field 2 min Clean flux = -775.240 MicroJy iter= 597 IMAGR2: Field 2 Clean flux density= -30.631 MilliJy 597 comps IMAGR2: Total Cleaned flux density = 758.225 MilliJy 3492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 631.72 MicroJy IMAGR2: 1254 Residual map points loaded IMAGR2: Field 4 min Clean flux = -775.278 MicroJy iter= 319 IMAGR2: Field 4 Clean flux density= 2.478 MilliJy 319 comps IMAGR2: Total Cleaned flux density = 758.467 MilliJy 3509 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 > 582.28 MicroJy IMAGR2: 4923 Residual map points loaded IMAGR2: Field 3 min Clean flux = 775.442 MicroJy iter= 848 IMAGR2: Field 3 Clean flux density= -11.942 MilliJy 848 comps IMAGR2: Total Cleaned flux density = 758.155 MilliJy 3541 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -896.5 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.92 MicroJy IMAGR2: 1963 Residual map points loaded IMAGR2: Field 1 min Clean flux = 763.316 MicroJy iter= 274 IMAGR2: Field 1 Clean flux density= 766.840 MilliJy 274 comps IMAGR2: Total Cleaned flux density = 758.232 MilliJy 3544 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 445.65 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 6 min Clean flux = 773.005 MicroJy iter= 795 IMAGR2: Field 6 Clean flux density= 9.845 MilliJy 795 comps IMAGR2: Total Cleaned flux density = 758.467 MilliJy 3547 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 775.442 less than limit 775.600 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 274 to 141 components IMAGR2: Field 2 compressed from 597 to 418 components IMAGR2: Field 3 compressed from 848 to 609 components IMAGR2: Field 4 compressed from 319 to 244 components IMAGR2: Field 5 compressed from 419 to 326 components IMAGR2: Field 6 compressed from 795 to 574 components IMAGR2: Field 7 compressed from 295 to 216 components IMAGR2: Field 1 min = -894.5 MicroJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.309 MilliJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore-462.000 MicroJy ( 23 CCs) from field 1 to field 3 IMAGR2: Restore 462.769 MicroJy ( 10 CCs) from field 1 to field 4 IMAGR2: Restore -52.193 MicroJy ( 7 CCs) from field 1 to field 5 IMAGR2: Restore 1.476 MilliJy ( 61 CCs) from field 1 to field 6 IMAGR2: Restore 1.746 MilliJy ( 19 CCs) from field 1 to field 7 IMAGR2: Restore -2.009 MilliJy ( 12 CCs) from field 2 to field 1 IMAGR2: Restore -9.973 MilliJy ( 66 CCs) from field 2 to field 3 IMAGR2: Restore 676.177 MicroJy ( 24 CCs) from field 2 to field 4 IMAGR2: Restore -6.056 MilliJy ( 104 CCs) from field 3 to field 1 IMAGR2: Restore -4.429 MilliJy ( 81 CCs) from field 3 to field 2 IMAGR2: Restore-181.368 MicroJy ( 15 CCs) from field 3 to field 5 IMAGR2: Restore -52.338 MicroJy ( 10 CCs) from field 4 to field 1 IMAGR2: Restore 739.227 MicroJy ( 10 CCs) from field 4 to field 2 IMAGR2: Restore -1.019 MilliJy ( 19 CCs) from field 4 to field 6 IMAGR2: Restore 728.319 MicroJy ( 18 CCs) from field 5 to field 1 IMAGR2: Restore-536.341 MicroJy ( 18 CCs) from field 5 to field 3 IMAGR2: Restore -15.753 MicroJy ( 20 CCs) from field 5 to field 7 IMAGR2: Restore 2.226 MilliJy ( 77 CCs) from field 6 to field 1 IMAGR2: Restore-832.324 MicroJy ( 13 CCs) from field 6 to field 4 IMAGR2: Restore 1.008 MilliJy ( 61 CCs) from field 6 to field 7 IMAGR2: Restore 1.059 MilliJy ( 8 CCs) from field 7 to field 1 IMAGR2: Restore 1.159 MilliJy ( 15 CCs) from field 7 to field 5 IMAGR2: Restore 4.112 MilliJy ( 25 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 762.736 MilliJy IMAGR2: Field 2 final Clean flux -33.012 MilliJy IMAGR2: Field 3 final Clean flux -22.913 MilliJy IMAGR2: Field 4 final Clean flux 2.785 MilliJy IMAGR2: Field 5 final Clean flux 4.778 MilliJy IMAGR2: Field 6 final Clean flux 14.414 MilliJy IMAGR2: Field 7 final Clean flux 20.764 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= 62.6 Real= 188 -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.1384 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: AN04_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.1293 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: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1308 CELLSIZE 0.24469 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24469 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 118.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 3 C 1 1012 1012 11 48 50.36 59 24 56.4 00001 -1 507 512 513 C 2 1012 1012 11 48 50.36 59 21 28.1 00002 -1 507 512 513 C 3 1012 1012 11 48 26.74 59 23 12.1 00003 -1 507 512 513 C 4 1012 1012 11 49 13.98 59 23 12.1 00004 -1 507 512 513 C 5 1012 1012 11 48 26.70 59 26 40.4 00005 -1 507 512 513 C 6 1012 1012 11 49 14.02 59 26 40.4 00006 -1 507 512 513 C 7 1012 1012 11 48 50.36 59 28 24.7 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.8689E-03 3.8000E-02 0 IMAGR2: Field 2 1012 1012 6.8689E-03 -2.0826E+02 0 IMAGR2: Field 3 1012 1012 -1.8026E+02 -1.0426E+02 0 IMAGR2: Field 4 1012 1012 1.8028E+02 -1.0426E+02 0 IMAGR2: Field 5 1012 1012 -1.8057E+02 1.0404E+02 0 IMAGR2: Field 6 1012 1012 1.8058E+02 1.0404E+02 0 IMAGR2: Field 7 1012 1012 6.8689E-03 2.0834E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1148+594 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6669 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.515E+04 IMAGR2: UVWAIT: Adding temperance S 7.030E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.859E+07 and out 2.345E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.156 due to weighting IMAGR2: UVWAIT: Average summed weight 3.515E+04 over 13182 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.48945E+08 IMAGR2: Field 1 Beam min = -153.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.778 x 0.654 arcsec, PA= 67.7 IMAGR2: Field 2 Sum of gridding weights = 2.48944E+08 IMAGR2: Field 2 Beam min = -153.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.779 x 0.654 arcsec, PA= 67.6 IMAGR2: Field 3 Sum of gridding weights = 2.48944E+08 IMAGR2: Field 3 Beam min = -94.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.781 x 0.654 arcsec, PA= 67.6 IMAGR2: Field 4 Sum of gridding weights = 2.48943E+08 IMAGR2: Field 4 Beam min = -95.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.775 x 0.654 arcsec, PA= 67.7 IMAGR2: Field 5 Sum of gridding weights = 2.48944E+08 IMAGR2: Field 5 Beam min = -94.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.780 x 0.654 arcsec, PA= 67.6 IMAGR2: Field 6 Sum of gridding weights = 2.48944E+08 IMAGR2: Field 6 Beam min = -93.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.774 x 0.654 arcsec, PA= 67.8 IMAGR2: Field 7 Sum of gridding weights = 2.48945E+08 IMAGR2: Field 7 Beam min = -153.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.776 x 0.654 arcsec, PA= 67.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -40.8 MilliJy,max = 431.2 MilliJy IMAGR2: Field 2 min = -36.0 MilliJy,max = 176.6 MilliJy IMAGR2: Field 3 min = -40.9 MilliJy,max = 154.4 MilliJy IMAGR2: Field 4 min = -41.0 MilliJy,max = 154.1 MilliJy IMAGR2: Field 5 min = -38.7 MilliJy,max = 157.3 MilliJy IMAGR2: Field 6 min = -36.3 MilliJy,max = 155.2 MilliJy IMAGR2: Field 7 min = -37.6 MilliJy,max = 181.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 52.89 MilliJy IMAGR2: 5867 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 206.256 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 245.600 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 245.600 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.0 MilliJy,max = 185.6 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 41.77 MilliJy IMAGR2: 478 Residual map points loaded IMAGR2: Field 1 min allowed flux = 84.956 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 361.093 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 361.093 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.3 MilliJy,max = 27.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.514E-02 < Second best 1.359E-01 IMAGR2: Field 7 min = -8.1 MilliJy,max = 33.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.557E-02 < Second best 1.345E-01 IMAGR2: Field 3 min = -8.9 MilliJy,max = 31.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.258E-02 < Second best 1.343E-01 IMAGR2: Field 2 min = -7.1 MilliJy,max = 30.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.291E-02 < Second best 9.239E-02 IMAGR2: Field 5 min = -10.0 MilliJy,max = 30.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.933E-02 < Second best 8.942E-02 IMAGR2: Field 4 min = -8.2 MilliJy,max = 28.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.689E-02 < Second best 8.081E-02 IMAGR2: Field 1 min = -9.4 MilliJy,max = 77.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.42 MilliJy IMAGR2: 5218 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.009 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 410.620 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 410.620 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.8 MilliJy,max = 33.6 MilliJy IMAGR2: BGC Clean: using 1829 cell beam + residuals > 7.99 MilliJy IMAGR2: 508 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.142 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 432.121 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 432.121 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.0 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.877E-03 < Second best 2.514E-02 IMAGR2: Field 6 min = -4.0 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.366E-03 < Second best 2.291E-02 IMAGR2: Field 2 min = -4.1 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.711E-03 < Second best 2.258E-02 IMAGR2: Field 3 min = -4.2 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.585E-03 < Second best 1.933E-02 IMAGR2: Field 5 min = -4.8 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.729E-03 < Second best 1.689E-02 IMAGR2: Field 4 min = -3.6 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.830E-03 < Second best 1.536E-02 IMAGR2: Field 1 min = -6.4 MilliJy,max = 14.5 MilliJy IMAGR2: BGC Clean: using 2023 cell beam + residuals > 2.63 MilliJy IMAGR2: 5572 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.969 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 441.455 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 441.455 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.7 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.434E-03 < Second best 7.729E-03 IMAGR2: Field 5 min = -4.8 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.206E-03 < Second best 6.634E-03 IMAGR2: Field 1 min = -6.9 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 1275 cell beam + residuals > 2.25 MilliJy IMAGR2: 3393 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.510 MilliJy iter= 72 IMAGR2: Field 1 Clean flux density= 441.160 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 441.160 MilliJy 72 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.384E-03 < Second best 6.206E-03 IMAGR2: Field 5 min = -3.8 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.125E-03 < Second best 5.384E-03 IMAGR2: BGC Clean: using 1275 cell beam + residuals > 2.23 MilliJy IMAGR2: 1985 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.036 MilliJy iter= 30 IMAGR2: Field 7 Clean flux density= 8.392 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 449.553 MilliJy 102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.292E-03 < Second best 4.585E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.221E-03 < Second best 4.366E-03 IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.735E-03 < Second best 3.830E-03 IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.641E-03 < Second best 3.711E-03 IMAGR2: Field 2 min = -4.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 1277 cell beam + residuals > 1.98 MilliJy IMAGR2: 486 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.381 MilliJy iter= 22 IMAGR2: Field 2 Clean flux density= -3.195 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 446.358 MilliJy 124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.767E-03 < Second best 3.292E-03 IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 1275 cell beam + residuals > 1.82 MilliJy IMAGR2: 1671 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.354 MilliJy iter= 41 IMAGR2: Field 5 Clean flux density= 6.901 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 453.259 MilliJy 165 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 1275 cell beam + residuals > 1.82 MilliJy IMAGR2: 784 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.159 MilliJy iter= 35 IMAGR2: Field 3 Clean flux density= -1.685 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 451.574 MilliJy 200 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.494E-03 < Second best 2.767E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.341E-03 < Second best 2.735E-03 IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 723 cell beam + residuals > 1.59 MilliJy IMAGR2: 2199 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.016 MilliJy iter= 60 IMAGR2: Field 6 Clean flux density= -1.792 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 449.782 MilliJy 260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.300E-03 < Second best 2.494E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 723 cell beam + residuals > 1.59 MilliJy IMAGR2: 2148 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.943 MilliJy iter= 93 IMAGR2: Field 7 Clean flux density= 13.723 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 455.113 MilliJy 323 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 723 cell beam + residuals > 1.59 MilliJy IMAGR2: 326 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.744 MilliJy iter= 106 IMAGR2: Field 1 Clean flux density= 440.764 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 454.717 MilliJy 357 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 723 cell beam + residuals > 1.59 MilliJy IMAGR2: 222 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.709 MilliJy iter= 28 IMAGR2: Field 4 Clean flux density= -3.075 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 451.642 MilliJy 385 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.110E-03 < Second best 2.250E-03 IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.889E-03 < Second best 2.110E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 1047 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.706 MilliJy iter= 108 IMAGR2: Field 2 Clean flux density= -2.393 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 452.444 MilliJy 471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.808E-03 < Second best 1.929E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1631 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.594 MilliJy iter= 179 IMAGR2: Field 6 Clean flux density= 4.920 MilliJy 179 comps IMAGR2: Total Cleaned flux density = 459.155 MilliJy 590 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 > 1.29 MilliJy IMAGR2: 967 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.495 MilliJy iter= 141 IMAGR2: Field 5 Clean flux density= 8.958 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 461.212 MilliJy 690 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.531E-03 < Second best 1.808E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1363 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.412 MilliJy iter= 171 IMAGR2: Field 3 Clean flux density= -8.244 MilliJy 171 comps IMAGR2: Total Cleaned flux density = 454.654 MilliJy 826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.434E-03 < Second best 1.635E-03 IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.552E-03 < Second best 1.632E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 700 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.204 MilliJy iter= 216 IMAGR2: Field 2 Clean flux density= -152.326 MicroJy 216 comps IMAGR2: Total Cleaned flux density = 456.894 MilliJy 934 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.405E-03 < Second best 1.531E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1548 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.241 MilliJy iter= 254 IMAGR2: Field 7 Clean flux density= 13.661 MilliJy 254 comps IMAGR2: Total Cleaned flux density = 456.832 MilliJy 1095 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.331E-03 < Second best 1.434E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.292E-03 < Second best 1.432E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.279E-03 < Second best 1.405E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 930.06 MicroJy IMAGR2: 1580 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.076 MilliJy iter= 209 IMAGR2: Field 4 Clean flux density= -8.992 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 450.915 MilliJy 1276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.212E-03 < Second best 1.331E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.133E-03 < Second best 1.292E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 865.04 MicroJy IMAGR2: 599 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 949.487 MicroJy iter= 224 IMAGR2: Field 1 Clean flux density= 443.826 MilliJy 224 comps IMAGR2: Total Cleaned flux density = 453.977 MilliJy 1394 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 859.72 MicroJy IMAGR2: 673 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 937.866 MicroJy iter= 269 IMAGR2: Field 5 Clean flux density= 13.512 MilliJy 269 comps IMAGR2: Total Cleaned flux density = 458.531 MilliJy 1522 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.056E-03 < Second best 1.188E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.007E-03 < Second best 1.152E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 749.16 MicroJy IMAGR2: 1827 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 862.212 MicroJy iter= 444 IMAGR2: Field 2 Clean flux density= -391.643 MicroJy 444 comps IMAGR2: Total Cleaned flux density = 458.292 MilliJy 1750 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 746.97 MicroJy IMAGR2: 1570 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -842.351 MicroJy iter= 409 IMAGR2: Field 6 Clean flux density= 3.024 MilliJy 409 comps IMAGR2: Total Cleaned flux density = 456.395 MilliJy 1980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.381E-04 < Second best 1.031E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.421E-04 < Second best 1.007E-03 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 681.27 MicroJy IMAGR2: 815 Residual map points loaded IMAGR2: Field 7 min Clean flux = -828.756 MicroJy iter= 287 IMAGR2: Field 7 Clean flux density= 12.378 MilliJy 287 comps IMAGR2: Total Cleaned flux density = 455.112 MilliJy 2013 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 677.28 MicroJy IMAGR2: 756 Residual map points loaded IMAGR2: Field 3 min Clean flux = -829.095 MicroJy iter= 196 IMAGR2: Field 3 Clean flux density= -7.969 MilliJy 196 comps IMAGR2: Total Cleaned flux density = 455.387 MilliJy 2038 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -914.9 MicroJy,max = 941.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.765E-04 < Second best 8.982E-04 IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 608.10 MicroJy IMAGR2: 1196 Residual map points loaded IMAGR2: Field 5 min Clean flux = 827.896 MicroJy iter= 271 IMAGR2: Field 5 Clean flux density= 13.687 MilliJy 271 comps IMAGR2: Total Cleaned flux density = 455.562 MilliJy 2040 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 602.17 MicroJy IMAGR2: 1296 Residual map points loaded IMAGR2: Field 4 min Clean flux = 827.341 MicroJy iter= 214 IMAGR2: Field 4 Clean flux density= -8.570 MilliJy 214 comps IMAGR2: Total Cleaned flux density = 455.983 MilliJy 2045 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 534.58 MicroJy IMAGR2: 2310 Residual map points loaded IMAGR2: Field 2 min Clean flux = 801.076 MicroJy iter= 447 IMAGR2: Field 2 Clean flux density= -487.782 MicroJy 447 comps IMAGR2: Total Cleaned flux density = 455.887 MilliJy 2048 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -898.1 MicroJy,max = 982.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 224 to 128 components IMAGR2: Field 2 compressed from 447 to 318 components IMAGR2: Field 3 compressed from 196 to 140 components IMAGR2: Field 4 compressed from 214 to 164 components IMAGR2: Field 5 compressed from 271 to 194 components IMAGR2: Field 6 compressed from 409 to 307 components IMAGR2: Field 7 compressed from 287 to 215 components IMAGR2: Field 1 min = -902.6 MicroJy,max = 881.8 MicroJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 973.6 MicroJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -898.1 MicroJy,max = 982.8 MicroJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-381.768 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 1.040 MilliJy ( 63 CCs) from field 1 to field 3 IMAGR2: Restore-731.493 MicroJy ( 4 CCs) from field 1 to field 4 IMAGR2: Restore 1.789 MilliJy ( 57 CCs) from field 1 to field 5 IMAGR2: Restore-730.397 MicroJy ( 6 CCs) from field 1 to field 6 IMAGR2: Restore 936.132 MicroJy ( 8 CCs) from field 1 to field 7 IMAGR2: Restore -1.172 MilliJy ( 5 CCs) from field 2 to field 1 IMAGR2: Restore -2.805 MilliJy ( 61 CCs) from field 2 to field 3 IMAGR2: Restore-499.569 MicroJy ( 36 CCs) from field 2 to field 4 IMAGR2: Restore-477.439 MicroJy ( 6 CCs) from field 3 to field 1 IMAGR2: Restore-415.081 MicroJy ( 7 CCs) from field 3 to field 2 IMAGR2: Restore 216.346 MicroJy ( 9 CCs) from field 3 to field 5 IMAGR2: Restore -1.298 MilliJy ( 14 CCs) from field 4 to field 1 IMAGR2: Restore -1.499 MilliJy ( 9 CCs) from field 4 to field 2 IMAGR2: Restore -1.297 MilliJy ( 34 CCs) from field 4 to field 6 IMAGR2: Restore 2.158 MilliJy ( 45 CCs) from field 5 to field 1 IMAGR2: Restore 173.988 MicroJy ( 21 CCs) from field 5 to field 3 IMAGR2: Restore 6.004 MilliJy ( 52 CCs) from field 5 to field 7 IMAGR2: Restore -1.111 MilliJy ( 17 CCs) from field 6 to field 1 IMAGR2: Restore -2.877 MilliJy ( 17 CCs) from field 6 to field 4 IMAGR2: Restore -1.136 MilliJy ( 50 CCs) from field 6 to field 7 IMAGR2: Restore 5.169 MilliJy ( 16 CCs) from field 7 to field 1 IMAGR2: Restore 6.493 MilliJy ( 40 CCs) from field 7 to field 5 IMAGR2: Restore -1.919 MilliJy ( 17 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 447.095 MilliJy IMAGR2: Field 2 final Clean flux -2.784 MilliJy IMAGR2: Field 3 final Clean flux -9.560 MilliJy IMAGR2: Field 4 final Clean flux -12.679 MilliJy IMAGR2: Field 5 final Clean flux 22.185 MilliJy IMAGR2: Field 6 final Clean flux -922.369 MicroJy IMAGR2: Field 7 final Clean flux 18.182 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 42 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 50.2 Real= 151 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1352 CELLSIZE 0.23682 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23682 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 103.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 3 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 07 16.9 00002 -1 507 512 513 C 3 1012 1012 14 00 03.74 62 08 57.6 00003 -1 507 512 513 C 4 1012 1012 14 00 53.57 62 08 57.6 00004 -1 507 512 513 C 5 1012 1012 14 00 03.69 62 12 19.2 00005 -1 507 512 513 C 6 1012 1012 14 00 53.61 62 12 19.2 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 14 00.1 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR2: Field 2 1012 1012 -1.8203E-02 -2.0163E+02 0 IMAGR2: Field 3 1012 1012 -1.7441E+02 -1.0093E+02 0 IMAGR2: Field 4 1012 1012 1.7445E+02 -1.0093E+02 0 IMAGR2: Field 5 1012 1012 -1.7476E+02 1.0067E+02 0 IMAGR2: Field 6 1012 1012 1.7473E+02 1.0067E+02 0 IMAGR2: Field 7 1012 1012 -1.8203E-02 2.0157E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 49 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.838E+04 IMAGR2: UVWAIT: Adding temperance S 7.675E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.275E+07 and out 2.850E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.150 due to weighting IMAGR2: UVWAIT: Average summed weight 3.838E+04 over 13832 vis IMAGR2: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 56 IMAGR2: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 63 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.02586E+08 IMAGR2: Field 1 Beam min = -198.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.136 x 0.666 arcsec, PA= -79.9 IMAGR2: Field 2 Sum of gridding weights = 3.02585E+08 IMAGR2: Field 2 Beam min = -198.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.136 x 0.667 arcsec, PA= -79.9 IMAGR2: Field 3 Sum of gridding weights = 3.02584E+08 IMAGR2: Field 3 Beam min = -130.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.137 x 0.667 arcsec, PA= -80.0 IMAGR2: Field 4 Sum of gridding weights = 3.02584E+08 IMAGR2: Field 4 Beam min = -121.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.135 x 0.666 arcsec, PA= -79.8 IMAGR2: Field 5 Sum of gridding weights = 3.02583E+08 IMAGR2: Field 5 Beam min = -123.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.138 x 0.666 arcsec, PA= -80.0 IMAGR2: Field 6 Sum of gridding weights = 3.02584E+08 IMAGR2: Field 6 Beam min = -144.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.135 x 0.666 arcsec, PA= -79.7 IMAGR2: Field 7 Sum of gridding weights = 3.02585E+08 IMAGR2: Field 7 Beam min = -198.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.137 x 0.666 arcsec, PA= -79.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -105.7 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -97.5 MilliJy,max = 335.9 MilliJy IMAGR2: Field 3 min = -117.9 MilliJy,max = 431.7 MilliJy IMAGR2: Field 4 min = -119.2 MilliJy,max = 341.9 MilliJy IMAGR2: Field 5 min = -119.9 MilliJy,max = 353.1 MilliJy IMAGR2: Field 6 min = -115.3 MilliJy,max = 444.2 MilliJy IMAGR2: Field 7 min = -100.4 MilliJy,max = 331.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 152.96 MilliJy IMAGR2: 3220 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 521.010 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 620.393 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 620.393 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.7 MilliJy,max = 468.9 MilliJy IMAGR2: BGC Clean: using 1967 cell beam + residuals > 104.26 MilliJy IMAGR2: 450 Residual map points loaded IMAGR2: Field 1 min allowed flux = 224.681 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 887.500 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 887.500 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -24.7 MilliJy,max = 85.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.613E-02 < Second best 3.366E-01 IMAGR2: Field 3 min = -25.7 MilliJy,max = 84.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.054E-02 < Second best 2.673E-01 IMAGR2: Field 5 min = -25.8 MilliJy,max = 76.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.773E-02 < Second best 2.648E-01 IMAGR2: Field 4 min = -23.1 MilliJy,max = 72.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.159E-02 < Second best 2.137E-01 IMAGR2: Field 1 min = -25.5 MilliJy,max = 208.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.988E-01 < Second best 2.088E-01 IMAGR2: Field 7 min = -22.0 MilliJy,max = 64.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.895E-02 < Second best 2.059E-01 IMAGR2: Field 2 min = -20.8 MilliJy,max = 65.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.673E-02 < Second best 1.988E-01 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 29.34 MilliJy IMAGR2: 4417 Residual map points loaded IMAGR2: Field 1 min allowed flux = 102.230 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 1.023 Jy 25 comps IMAGR2: Total Cleaned flux density = 1.023 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.5 MilliJy,max = 95.3 MilliJy IMAGR2: BGC Clean: using 1965 cell beam + residuals > 20.72 MilliJy IMAGR2: 753 Residual map points loaded IMAGR2: Field 1 min allowed flux = 46.637 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 1.084 Jy 34 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.4 MilliJy,max = 18.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.356E-02 < Second best 6.613E-02 IMAGR2: Field 6 min = -9.8 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.253E-02 < Second best 5.773E-02 IMAGR2: Field 5 min = -10.9 MilliJy,max = 18.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.526E-02 < Second best 5.159E-02 IMAGR2: Field 4 min = -9.9 MilliJy,max = 17.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.102E-02 < Second best 4.895E-02 IMAGR2: Field 7 min = -11.6 MilliJy,max = 19.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.842E-02 < Second best 4.673E-02 IMAGR2: Field 2 min = -10.1 MilliJy,max = 15.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.479E-02 < Second best 4.437E-02 IMAGR2: Field 1 min = -19.0 MilliJy,max = 43.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.55 MilliJy IMAGR2: 7907 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.313 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 1.112 Jy 43 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.5 MilliJy,max = 19.5 MilliJy IMAGR2: BGC Clean: using 1225 cell beam + residuals > 6.43 MilliJy IMAGR2: 2433 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.629 MilliJy iter= 72 IMAGR2: Field 1 Clean flux density= 1.107 Jy 72 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 72 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.9 MilliJy,max = 11.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.090E-02 < Second best 1.526E-02 IMAGR2: Field 5 min = -7.9 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.202E-03 < Second best 1.479E-02 IMAGR2: Field 2 min = -7.3 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.745E-03 < Second best 1.356E-02 IMAGR2: Field 3 min = -7.8 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.504E-03 < Second best 1.253E-02 IMAGR2: Field 6 min = -6.9 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.551E-03 < Second best 1.102E-02 IMAGR2: Field 4 min = -9.8 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.366E-03 < Second best 1.090E-02 IMAGR2: BGC Clean: using 1965 cell beam + residuals > 4.35 MilliJy IMAGR2: 2823 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -6.102 MilliJy iter= 35 IMAGR2: Field 7 Clean flux density= 10.124 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.9 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.46 MilliJy IMAGR2: 1444 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.956 MilliJy iter= 115 IMAGR2: Field 1 Clean flux density= 1.100 Jy 115 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 150 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.8 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.460E-03 < Second best 8.202E-03 IMAGR2: Field 5 min = -6.1 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 1223 cell beam + residuals > 3.72 MilliJy IMAGR2: 926 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.598 MilliJy iter= 37 IMAGR2: Field 5 Clean flux density= 281.211 MicroJy 37 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 187 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.9 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.340E-03 < Second best 7.460E-03 IMAGR2: Field 4 min = -7.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 1223 cell beam + residuals > 3.72 MilliJy IMAGR2: 712 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.355 MilliJy iter= 33 IMAGR2: Field 4 Clean flux density= -3.528 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.1 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.249E-03 < Second best 5.683E-03 IMAGR2: Field 1 min = -5.5 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.45 MilliJy IMAGR2: 911 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.141 MilliJy iter= 162 IMAGR2: Field 1 Clean flux density= 1.106 Jy 162 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 267 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.7 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.154E-03 < Second best 5.504E-03 IMAGR2: Field 3 min = -4.8 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.370E-03 < Second best 5.340E-03 IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.600E-03 < Second best 5.249E-03 IMAGR2: Field 7 min = -4.8 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 2.85 MilliJy IMAGR2: 1561 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.451 MilliJy iter= 95 IMAGR2: Field 7 Clean flux density= 13.163 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 327 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 2.85 MilliJy IMAGR2: 821 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.309 MilliJy iter= 56 IMAGR2: Field 2 Clean flux density= 9.140 MilliJy 56 comps IMAGR2: Total Cleaned flux density = 1.125 Jy 383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.2 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.055E-03 < Second best 4.370E-03 IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.21 MilliJy IMAGR2: 127 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.389 MilliJy iter= 25 IMAGR2: Field 3 Clean flux density= 277.365 MicroJy 25 comps IMAGR2: Total Cleaned flux density = 1.125 Jy 408 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.7 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 2.59 MilliJy IMAGR2: 1362 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.045 MilliJy iter= 106 IMAGR2: Field 4 Clean flux density= -9.854 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.533E-03 < Second best 4.055E-03 IMAGR2: Field 5 min = -3.7 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 2.59 MilliJy IMAGR2: 956 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.965 MilliJy iter= 108 IMAGR2: Field 5 Clean flux density= 3.184 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 1.122 Jy 552 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.308E-03 < Second best 3.533E-03 IMAGR2: Field 6 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 672 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.751 MilliJy iter= 97 IMAGR2: Field 6 Clean flux density= -8.866 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 649 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 636 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.677 MilliJy iter= 252 IMAGR2: Field 1 Clean flux density= 1.112 Jy 252 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 739 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.709E-03 < Second best 3.242E-03 IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.890E-03 < Second best 3.166E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.692E-03 < Second best 2.911E-03 IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.95 MilliJy IMAGR2: 1054 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.178 MilliJy iter= 198 IMAGR2: Field 4 Clean flux density= -12.624 MilliJy 198 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 831 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.95 MilliJy IMAGR2: 1570 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.229 MilliJy iter= 148 IMAGR2: Field 3 Clean flux density= -5.803 MilliJy 148 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 954 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.383E-03 < Second best 2.709E-03 IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.500E-03 < Second best 2.692E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.292E-03 < Second best 2.632E-03 IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.380E-03 < Second best 2.560E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.263E-03 < Second best 2.500E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 2554 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.983 MilliJy iter= 312 IMAGR2: Field 7 Clean flux density= 15.947 MilliJy 312 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 1171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 704 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.799 MilliJy iter= 248 IMAGR2: Field 5 Clean flux density= 8.795 MilliJy 248 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 1311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.182E-03 < Second best 2.292E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.107E-03 < Second best 2.263E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 390 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.717 MilliJy iter= 356 IMAGR2: Field 1 Clean flux density= 1.105 Jy 356 comps IMAGR2: Total Cleaned flux density = 1.111 Jy 1415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.031E-03 < Second best 2.135E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.902E-03 < Second best 2.107E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.974E-03 < Second best 2.086E-03 IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 1885 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.612 MilliJy iter= 440 IMAGR2: Field 4 Clean flux density= 19.603 MilliJy 440 comps IMAGR2: Total Cleaned flux density = 1.143 Jy 1657 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 528 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.494 MilliJy iter= 236 IMAGR2: Field 6 Clean flux density= -20.804 MilliJy 236 comps IMAGR2: Total Cleaned flux density = 1.132 Jy 1796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 443 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.466 MilliJy iter= 187 IMAGR2: Field 2 Clean flux density= 8.137 MilliJy 187 comps IMAGR2: Total Cleaned flux density = 1.131 Jy 1927 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.747E-03 < Second best 1.901E-03 IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.657E-03 < Second best 1.747E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1427 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min algorithm flux= -1.384 MilliJy iter= 395 IMAGR2: Field 3 Clean flux density= 3.401 MicroJy 395 comps IMAGR2: Total Cleaned flux density = 1.136 Jy 2174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.521E-03 < Second best 1.657E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.475E-03 < Second best 1.642E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 168 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.161 MilliJy iter= 431 IMAGR2: Field 1 Clean flux density= 1.105 Jy 431 comps IMAGR2: Total Cleaned flux density = 1.136 Jy 2249 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.290E-03 < Second best 1.521E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 758 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.120 MilliJy iter= 423 IMAGR2: Field 5 Clean flux density= -647.165 MicroJy 423 comps IMAGR2: Total Cleaned flux density = 1.127 Jy 2424 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.354E-03 < Second best 1.429E-03 IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 988.74 MicroJy IMAGR2: 1012 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.082 MilliJy iter= 465 IMAGR2: Field 6 Clean flux density= -6.382 MilliJy 465 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 2653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 933.80 MicroJy IMAGR2: 719 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.005 MilliJy iter= 386 IMAGR2: Field 2 Clean flux density= -256.992 MicroJy 386 comps IMAGR2: Total Cleaned flux density = 1.133 Jy 2852 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 931.24 MicroJy IMAGR2: 263 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 968.732 MicroJy iter= 417 IMAGR2: Field 7 Clean flux density= 14.011 MilliJy 417 comps IMAGR2: Total Cleaned flux density = 1.131 Jy 2957 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.167E-03 < Second best 1.290E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 829.05 MicroJy IMAGR2: 1130 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 906.363 MicroJy iter= 693 IMAGR2: Field 4 Clean flux density= 23.966 MilliJy 693 comps IMAGR2: Total Cleaned flux density = 1.136 Jy 3210 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 829.25 MicroJy IMAGR2: 551 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 876.259 MicroJy iter= 570 IMAGR2: Field 3 Clean flux density= 742.570 MicroJy 570 comps IMAGR2: Total Cleaned flux density = 1.136 Jy 3385 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -954.5 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.307E-04 < Second best 1.073E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 768.32 MicroJy IMAGR2: 877 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 820.233 MicroJy iter= 647 IMAGR2: Field 5 Clean flux density= -118.546 MicroJy 647 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 3609 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 722.94 MicroJy IMAGR2: 395 Residual map points loaded IMAGR2: Field 6 min Clean flux = -806.734 MicroJy iter= 522 IMAGR2: Field 6 Clean flux density= -7.130 MilliJy 522 comps IMAGR2: Total Cleaned flux density = 1.136 Jy 3666 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -938.9 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.602E-04 < Second best 9.307E-04 IMAGR2: Field 1 min = -962.1 MicroJy,max = 967.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.581E-04 < Second best 9.274E-04 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 651.88 MicroJy IMAGR2: 1165 Residual map points loaded IMAGR2: Field 7 min Clean flux = -809.298 MicroJy iter= 445 IMAGR2: Field 7 Clean flux density= 14.882 MilliJy 445 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 3694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 611.06 MicroJy IMAGR2: 1285 Residual map points loaded IMAGR2: Field 4 min Clean flux = -805.795 MicroJy iter= 700 IMAGR2: Field 4 Clean flux density= 24.046 MilliJy 700 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 3701 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -950.4 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 605.05 MicroJy IMAGR2: 1671 Residual map points loaded IMAGR2: Field 2 min Clean flux = 803.931 MicroJy iter= 396 IMAGR2: Field 2 Clean flux density= 250.826 MicroJy 396 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 3711 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -938.9 MicroJy,max = 965.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 596.53 MicroJy IMAGR2: 897 Residual map points loaded IMAGR2: Field 1 min Clean flux = 808.757 MicroJy iter= 436 IMAGR2: Field 1 Clean flux density= 1.105 Jy 436 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 3716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.29 MicroJy IMAGR2: 3897 Residual map points loaded IMAGR2: Field 3 min Clean flux = -806.798 MicroJy iter= 577 IMAGR2: Field 3 Clean flux density= 657.660 MicroJy 577 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 3723 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.38 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 5 min Clean flux = 808.570 MicroJy iter= 651 IMAGR2: Field 5 Clean flux density= -120.943 MicroJy 651 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 3727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 809.298 less than limit 809.496 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 436 to 237 components IMAGR2: Field 2 compressed from 396 to 309 components IMAGR2: Field 3 compressed from 577 to 431 components IMAGR2: Field 4 compressed from 700 to 509 components IMAGR2: Field 5 compressed from 651 to 458 components IMAGR2: Field 6 compressed from 522 to 390 components IMAGR2: Field 7 compressed from 445 to 336 components IMAGR2: Field 1 min = -929.5 MicroJy,max = 951.4 MicroJy IMAGR2: Field 2 min = -956.6 MicroJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-459.834 MicroJy ( 16 CCs) from field 1 to field 2 IMAGR2: Restore-269.461 MicroJy ( 26 CCs) from field 1 to field 3 IMAGR2: Restore -1.819 MilliJy ( 53 CCs) from field 1 to field 4 IMAGR2: Restore -1.506 MilliJy ( 66 CCs) from field 1 to field 5 IMAGR2: Restore-627.744 MicroJy ( 16 CCs) from field 1 to field 6 IMAGR2: Restore 788.848 MicroJy ( 18 CCs) from field 1 to field 7 IMAGR2: Restore-451.698 MicroJy ( 14 CCs) from field 2 to field 1 IMAGR2: Restore -3.157 MilliJy ( 44 CCs) from field 2 to field 3 IMAGR2: Restore 2.057 MilliJy ( 32 CCs) from field 2 to field 4 IMAGR2: Restore-955.388 MicroJy ( 11 CCs) from field 3 to field 1 IMAGR2: Restore -1.262 MilliJy ( 13 CCs) from field 3 to field 2 IMAGR2: Restore -3.431 MilliJy ( 34 CCs) from field 3 to field 5 IMAGR2: Restore 444.942 MicroJy ( 42 CCs) from field 4 to field 1 IMAGR2: Restore -2.670 MilliJy ( 41 CCs) from field 4 to field 2 IMAGR2: Restore 403.248 MicroJy ( 37 CCs) from field 4 to field 6 IMAGR2: Restore -4.750 MilliJy ( 41 CCs) from field 5 to field 1 IMAGR2: Restore-605.079 MicroJy ( 11 CCs) from field 5 to field 3 IMAGR2: Restore -1.037 MilliJy ( 43 CCs) from field 5 to field 7 IMAGR2: Restore -1.711 MilliJy ( 11 CCs) from field 6 to field 1 IMAGR2: Restore 293.241 MicroJy ( 21 CCs) from field 6 to field 4 IMAGR2: Restore -1.239 MilliJy ( 13 CCs) from field 6 to field 7 IMAGR2: Restore 1.661 MilliJy ( 20 CCs) from field 7 to field 1 IMAGR2: Restore-809.822 MicroJy ( 41 CCs) from field 7 to field 5 IMAGR2: Restore 1.116 MilliJy ( 7 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.099 Jy IMAGR2: Field 2 final Clean flux -4.141 MilliJy IMAGR2: Field 3 final Clean flux -3.374 MilliJy IMAGR2: Field 4 final Clean flux 24.577 MilliJy IMAGR2: Field 5 final Clean flux -5.868 MilliJy IMAGR2: Field 6 final Clean flux -6.238 MilliJy IMAGR2: Field 7 final Clean flux 13.396 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= 65.0 Real= 197 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_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 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= 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.1119 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 84.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 3 C 1 1012 1012 15 49 17.47 50 38 05.8 00001 -1 507 512 513 C 2 1012 1012 15 49 17.47 50 34 45.3 00002 -1 507 512 513 C 3 1012 1012 15 48 59.23 50 36 25.4 00003 -1 507 512 513 C 4 1012 1012 15 49 35.71 50 36 25.4 00004 -1 507 512 513 C 5 1012 1012 15 48 59.21 50 39 46.0 00005 -1 507 512 513 C 6 1012 1012 15 49 35.73 50 39 46.0 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 41 26.3 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_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 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= 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.1119 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: AN04_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 10200 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.005E+04 IMAGR2: UVWAIT: Adding temperance S 8.010E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.450E+07 and out 4.490E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR2: UVWAIT: Average summed weight 4.005E+04 over 20328 vis IMAGR2: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1549+506 .IBM003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 63 IMAGR2: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1549+506 .ICL007. 1 (MA) on disk 1 cno 70 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.76631E+08 IMAGR2: Field 1 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 936.416 x 735.610 Milliarcsec, PA= -50.7 IMAGR2: Field 2 Sum of gridding weights = 4.76631E+08 IMAGR2: Field 2 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 936.056 x 735.805 Milliarcsec, PA= -50.7 IMAGR2: Field 3 Sum of gridding weights = 4.76632E+08 IMAGR2: Field 3 Beam min = -146.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 936.628 x 735.890 Milliarcsec, PA= -50.9 IMAGR2: Field 4 Sum of gridding weights = 4.76630E+08 IMAGR2: Field 4 Beam min = -103.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 935.845 x 735.523 Milliarcsec, PA= -50.6 IMAGR2: Field 5 Sum of gridding weights = 4.76631E+08 IMAGR2: Field 5 Beam min = -146.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 936.990 x 735.693 Milliarcsec, PA= -50.9 IMAGR2: Field 6 Sum of gridding weights = 4.76631E+08 IMAGR2: Field 6 Beam min = -103.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 936.206 x 735.329 Milliarcsec, PA= -50.6 IMAGR2: Field 7 Sum of gridding weights = 4.76631E+08 IMAGR2: Field 7 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 936.777 x 735.415 Milliarcsec, PA= -50.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -86.6 MilliJy,max = 940.0 MilliJy IMAGR2: Field 2 min = -61.9 MilliJy,max = 159.2 MilliJy IMAGR2: Field 3 min = -74.7 MilliJy,max = 199.0 MilliJy IMAGR2: Field 4 min = -73.2 MilliJy,max = 167.4 MilliJy IMAGR2: Field 5 min = -74.5 MilliJy,max = 167.7 MilliJy IMAGR2: Field 6 min = -73.9 MilliJy,max = 201.6 MilliJy IMAGR2: Field 7 min = -61.4 MilliJy,max = 164.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 98.77 MilliJy IMAGR2: 3047 Residual map points loaded IMAGR2: Field 1 min allowed flux = 449.580 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 535.338 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 535.338 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 = -38.3 MilliJy,max = 404.6 MilliJy IMAGR2: BGC Clean: using 1645 cell beam + residuals > 66.07 MilliJy IMAGR2: 420 Residual map points loaded IMAGR2: Field 1 min allowed flux = 193.533 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 765.787 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 765.787 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.5 MilliJy,max = 174.2 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 66.97 MilliJy IMAGR2: 13 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 88.592 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 866.190 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 866.190 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.9 MilliJy,max = 17.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.592E-02 < Second best 1.685E-01 IMAGR2: Field 6 min = -8.1 MilliJy,max = 16.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.460E-02 < Second best 1.569E-01 IMAGR2: Field 7 min = -6.2 MilliJy,max = 14.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.347E-02 < Second best 1.520E-01 IMAGR2: Field 2 min = -6.2 MilliJy,max = 15.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.475E-02 < Second best 1.501E-01 IMAGR2: Field 5 min = -6.8 MilliJy,max = 15.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.413E-02 < Second best 1.420E-01 IMAGR2: Field 4 min = -6.7 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.307E-02 < Second best 8.425E-02 IMAGR2: Field 1 min = -9.3 MilliJy,max = 80.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 9.31 MilliJy IMAGR2: 2842 Residual map points loaded IMAGR2: Field 1 min allowed flux = 39.620 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 918.420 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 918.420 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.6 MilliJy,max = 36.5 MilliJy IMAGR2: BGC Clean: using 1507 cell beam + residuals > 6.96 MilliJy IMAGR2: 262 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.925 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 941.972 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 941.972 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.8 MilliJy,max = 16.3 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 6.20 MilliJy IMAGR2: 26 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.681 MilliJy iter= 55 IMAGR2: Field 1 Clean flux density= 950.728 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 950.728 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.317E-03 < Second best 1.475E-02 IMAGR2: Field 2 min = -2.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.363E-03 < Second best 1.460E-02 IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.559E-03 < Second best 1.413E-02 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.212E-03 < Second best 1.347E-02 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.640E-03 < Second best 1.307E-02 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.280E-03 < Second best 7.309E-03 IMAGR2: Field 1 min = -7.5 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 569 cell beam + residuals > 1.59 MilliJy IMAGR2: 4520 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.733 MilliJy iter= 95 IMAGR2: Field 1 Clean flux density= 945.015 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 945.015 MilliJy 95 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.40 MilliJy IMAGR2: 1462 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.179 MilliJy iter= 163 IMAGR2: Field 1 Clean flux density= 945.282 MilliJy 163 comps IMAGR2: Total Cleaned flux density = 945.282 MilliJy 163 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.018E-03 < Second best 3.317E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.026E-03 < Second best 2.640E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.759E-03 < Second best 2.559E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.8 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 1.602E-03 < Second best 2.280E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.715E-03 < Second best 2.212E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.915E-03 < Second best 2.079E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 2607 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.457 MilliJy iter= 253 IMAGR2: Field 1 Clean flux density= 947.576 MilliJy 253 comps IMAGR2: Total Cleaned flux density = 947.576 MilliJy 253 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.704E-03 < Second best 2.018E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.747E-03 < Second best 1.915E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 964.59 MicroJy IMAGR2: 1740 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.237 MilliJy iter= 78 IMAGR2: Field 5 Clean flux density= -3.163 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 944.413 MilliJy 331 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.556E-03 < Second best 1.747E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 948.98 MicroJy IMAGR2: 4565 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.308 MilliJy iter= 145 IMAGR2: Field 2 Clean flux density= 4.086 MilliJy 145 comps IMAGR2: Total Cleaned flux density = 948.499 MilliJy 476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.401E-03 < Second best 1.704E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.359E-03 < Second best 1.602E-03 IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.390E-03 < Second best 1.556E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 906.27 MicroJy IMAGR2: 1610 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.122 MilliJy iter= 121 IMAGR2: Field 7 Clean flux density= 1.999 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 950.498 MilliJy 597 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 905.37 MicroJy IMAGR2: 1512 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.103 MilliJy iter= 141 IMAGR2: Field 4 Clean flux density= 594.990 MicroJy 141 comps IMAGR2: Total Cleaned flux density = 951.093 MilliJy 738 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.167E-03 < Second best 1.390E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.139E-03 < Second best 1.359E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 864.28 MicroJy IMAGR2: 1024 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.009 MilliJy iter= 127 IMAGR2: Field 3 Clean flux density= 2.923 MilliJy 127 comps IMAGR2: Total Cleaned flux density = 954.016 MilliJy 865 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.055E-03 < Second best 1.183E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.838E-04 < Second best 1.167E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 774.08 MicroJy IMAGR2: 533 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 863.884 MicroJy iter= 356 IMAGR2: Field 1 Clean flux density= 946.570 MilliJy 356 comps IMAGR2: Total Cleaned flux density = 953.010 MilliJy 968 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 771.90 MicroJy IMAGR2: 655 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 871.860 MicroJy iter= 123 IMAGR2: Field 6 Clean flux density= -1.843 MilliJy 123 comps IMAGR2: Total Cleaned flux density = 951.167 MilliJy 1091 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.676E-04 < Second best 1.057E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.092E-04 < Second best 1.055E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 697.82 MicroJy IMAGR2: 2890 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 843.681 MicroJy iter= 387 IMAGR2: Field 2 Clean flux density= 7.886 MilliJy 387 comps IMAGR2: Total Cleaned flux density = 954.968 MilliJy 1333 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 693.20 MicroJy IMAGR2: 2283 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 817.422 MicroJy iter= 335 IMAGR2: Field 5 Clean flux density= 2.660 MilliJy 335 comps IMAGR2: Total Cleaned flux density = 960.791 MilliJy 1590 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.917E-04 < Second best 9.668E-04 IMAGR2: Field 3 min = -990.4 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.104E-04 < Second best 9.092E-04 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.374E-04 < Second best 8.917E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 643.69 MicroJy IMAGR2: 1348 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -729.159 MicroJy iter= 342 IMAGR2: Field 7 Clean flux density= -403.401 MicroJy 342 comps IMAGR2: Total Cleaned flux density = 958.389 MilliJy 1811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 643.32 MicroJy IMAGR2: 937 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 712.760 MicroJy iter= 343 IMAGR2: Field 4 Clean flux density= -3.177 MilliJy 343 comps IMAGR2: Total Cleaned flux density = 954.617 MilliJy 2013 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -968.6 MicroJy,max = 906.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.184E-04 < Second best 8.272E-04 IMAGR2: Field 1 min = -943.1 MicroJy,max = 839.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.211E-04 < Second best 8.104E-04 IMAGR2: Field 3 min = -988.2 MicroJy,max = 938.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 609.84 MicroJy IMAGR2: 680 Residual map points loaded IMAGR2: Field 3 min Clean flux = -671.544 MicroJy iter= 270 IMAGR2: Field 3 Clean flux density= 2.729 MilliJy 270 comps IMAGR2: Total Cleaned flux density = 954.424 MilliJy 2156 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -928.4 MicroJy,max = 913.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.217E-04 < Second best 7.837E-04 IMAGR2: Field 5 min = -917.4 MicroJy,max = 866.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.683E-04 < Second best 7.217E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.65 MicroJy IMAGR2: 1792 Residual map points loaded IMAGR2: Field 2 min Clean flux = 671.299 MicroJy iter= 405 IMAGR2: Field 2 Clean flux density= 8.026 MilliJy 405 comps IMAGR2: Total Cleaned flux density = 954.564 MilliJy 2174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -922.4 MicroJy,max = 779.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.585E-04 < Second best 7.184E-04 IMAGR2: Field 6 min = -994.7 MicroJy,max = 881.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.13 MicroJy IMAGR2: 1579 Residual map points loaded IMAGR2: Field 6 min Clean flux = 671.279 MicroJy iter= 153 IMAGR2: Field 6 Clean flux density= -1.565 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 954.842 MilliJy 2204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -926.6 MicroJy,max = 965.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 474.96 MicroJy IMAGR2: 3058 Residual map points loaded IMAGR2: Field 7 min Clean flux = 665.097 MicroJy iter= 346 IMAGR2: Field 7 Clean flux density= -540.833 MicroJy 346 comps IMAGR2: Total Cleaned flux density = 954.704 MilliJy 2208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 419.86 MicroJy IMAGR2: 7930 Residual map points loaded IMAGR2: Field 4 min Clean flux = 664.965 MicroJy iter= 345 IMAGR2: Field 4 Clean flux density= -3.043 MilliJy 345 comps IMAGR2: Total Cleaned flux density = 954.838 MilliJy 2210 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -917.7 MicroJy,max = 869.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 389.98 MicroJy IMAGR2: 13483 Residual map points loaded IMAGR2: Field 5 min Clean flux = 666.610 MicroJy iter= 344 IMAGR2: Field 5 Clean flux density= 2.865 MilliJy 344 comps IMAGR2: Total Cleaned flux density = 955.042 MilliJy 2219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -930.6 MicroJy,max = 780.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 323.48 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min Clean flux = 667.462 MicroJy iter= 358 IMAGR2: Field 1 Clean flux density= 946.706 MilliJy 358 comps IMAGR2: Total Cleaned flux density = 955.178 MilliJy 2221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 671.544 less than limit 671.557 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 358 to 137 components IMAGR2: Field 2 compressed from 405 to 317 components IMAGR2: Field 3 compressed from 270 to 211 components IMAGR2: Field 4 compressed from 345 to 279 components IMAGR2: Field 5 compressed from 344 to 272 components IMAGR2: Field 6 compressed from 153 to 117 components IMAGR2: Field 7 compressed from 346 to 248 components IMAGR2: Field 1 min = -927.0 MicroJy,max = 780.2 MicroJy IMAGR2: Field 2 min = -931.1 MicroJy,max = 896.3 MicroJy IMAGR2: Field 3 min = -860.1 MicroJy,max = 853.5 MicroJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 5 min = -904.4 MicroJy,max = 866.0 MicroJy IMAGR2: Field 6 min = -949.9 MicroJy,max = 881.6 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 7 min = -930.1 MicroJy,max = 956.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 734.486 MicroJy ( 22 CCs) from field 1 to field 2 IMAGR2: Restore-335.748 MicroJy ( 10 CCs) from field 1 to field 3 IMAGR2: Restore-435.732 MicroJy ( 10 CCs) from field 1 to field 4 IMAGR2: Restore-916.340 MicroJy ( 11 CCs) from field 1 to field 5 IMAGR2: Restore -91.889 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore -1.683 MilliJy ( 9 CCs) from field 1 to field 7 IMAGR2: Restore 895.901 MicroJy ( 15 CCs) from field 2 to field 1 IMAGR2: Restore 3.974 MilliJy ( 35 CCs) from field 2 to field 3 IMAGR2: Restore 535.701 MicroJy ( 30 CCs) from field 2 to field 4 IMAGR2: Restore 575.964 MicroJy ( 22 CCs) from field 3 to field 1 IMAGR2: Restore 2.638 MilliJy ( 32 CCs) from field 3 to field 2 IMAGR2: Restore-182.460 MicroJy ( 9 CCs) from field 3 to field 5 IMAGR2: Restore-350.729 MicroJy ( 12 CCs) from field 4 to field 1 IMAGR2: Restore 71.249 MicroJy ( 19 CCs) from field 4 to field 2 IMAGR2: Restore-639.239 MicroJy ( 17 CCs) from field 4 to field 6 IMAGR2: Restore-768.679 MicroJy ( 14 CCs) from field 5 to field 1 IMAGR2: Restore 236.692 MicroJy ( 10 CCs) from field 5 to field 3 IMAGR2: Restore-235.803 MicroJy ( 23 CCs) from field 5 to field 7 IMAGR2: Restore-178.527 MicroJy ( 2 CCs) from field 6 to field 1 IMAGR2: Restore-125.781 MicroJy ( 14 CCs) from field 6 to field 4 IMAGR2: Restore-178.527 MicroJy ( 2 CCs) from field 6 to field 7 IMAGR2: Restore 119.749 MicroJy ( 6 CCs) from field 7 to field 1 IMAGR2: Restore-879.536 MicroJy ( 22 CCs) from field 7 to field 5 IMAGR2: Restore 209.457 MicroJy ( 11 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 946.999 MilliJy IMAGR2: Field 2 final Clean flux 11.471 MilliJy IMAGR2: Field 3 final Clean flux 6.604 MilliJy IMAGR2: Field 4 final Clean flux -3.069 MilliJy IMAGR2: Field 5 final Clean flux 886.340 MicroJy IMAGR2: Field 6 final Clean flux -2.087 MilliJy IMAGR2: Field 7 final Clean flux -2.638 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 56 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 50.3 Real= 152 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_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 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= 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.1119 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: AN04_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.08881 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23322 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23322 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 77.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 3 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 13 29.2 00002 -1 507 512 513 C 3 1012 1012 16 01 24.71 43 15 08.4 00003 -1 507 512 513 C 4 1012 1012 16 01 56.18 43 15 08.4 00004 -1 507 512 513 C 5 1012 1012 16 01 24.69 43 18 27.0 00005 -1 507 512 513 C 6 1012 1012 16 01 56.20 43 18 27.0 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 20 06.3 00007 -1 507 512 513 troyed 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.08881 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: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 4.3681E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 4.3681E-02 -1.9856E+02 0 IMAGR2: Field 3 1012 1012 -1.7184E+02 -9.9360E+01 0 IMAGR2: Field 4 1012 1012 1.7182E+02 -9.9360E+01 0 IMAGR2: Field 5 1012 1012 -1.7206E+02 9.9240E+01 0 IMAGR2: Field 6 1012 1012 1.7204E+02 9.9240E+01 0 IMAGR2: Field 7 1012 1012 4.3681E-02 1.9854E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1600+434 .IMAGR . 1 (UV) on disk 1 cno 63 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 16200 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 9.260E+04 IMAGR2: UVWAIT: Adding temperance S 1.852E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.600E+07 and out 7.798E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.179 due to weighting IMAGR2: UVWAIT: Average summed weight 9.260E+04 over 32400 vis IMAGR2: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 70 IMAGR2: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 77 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 8.27840E+08 IMAGR2: Field 1 Beam min = -175.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 861.704 x 712.600 Milliarcsec, PA= -46.7 IMAGR2: Field 2 Sum of gridding weights = 8.27839E+08 IMAGR2: Field 2 Beam min = -175.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 861.426 x 712.819 Milliarcsec, PA= -46.7 IMAGR2: Field 3 Sum of gridding weights = 8.27839E+08 IMAGR2: Field 3 Beam min = -173.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 861.844 x 712.914 Milliarcsec, PA= -46.9 IMAGR2: Field 4 Sum of gridding weights = 8.27838E+08 IMAGR2: Field 4 Beam min = -151.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 861.286 x 712.505 Milliarcsec, PA= -46.6 IMAGR2: Field 5 Sum of gridding weights = 8.27838E+08 IMAGR2: Field 5 Beam min = -173.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 862.124 x 712.695 Milliarcsec, PA= -46.9 IMAGR2: Field 6 Sum of gridding weights = 8.27839E+08 IMAGR2: Field 6 Beam min = -167.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 861.565 x 712.287 Milliarcsec, PA= -46.6 IMAGR2: Field 7 Sum of gridding weights = 8.27839E+08 IMAGR2: Field 7 Beam min = -175.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 861.984 x 712.382 Milliarcsec, PA= -46.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.5 MilliJy,max = 20.2 MilliJy IMAGR2: Field 2 min = -2.4 MilliJy,max = 5.9 MilliJy IMAGR2: Field 3 min = -2.5 MilliJy,max = 9.2 MilliJy IMAGR2: Field 4 min = -2.2 MilliJy,max = 6.5 MilliJy IMAGR2: Field 5 min = -2.2 MilliJy,max = 7.1 MilliJy IMAGR2: Field 6 min = -2.4 MilliJy,max = 8.2 MilliJy IMAGR2: Field 7 min = -2.4 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 2.55 MilliJy IMAGR2: 9667 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.824 MilliJy iter= 12 IMAGR2: Field 1 Clean flux density= 17.885 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 17.885 MilliJy 12 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 10.8 MilliJy IMAGR2: BGC Clean: using 1509 cell beam + residuals > 2.24 MilliJy IMAGR2: 1955 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.947 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 31.398 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 31.398 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -917.7 MicroJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.435E-03 < Second best 5.549E-03 IMAGR2: Field 7 min = -947.4 MicroJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.466E-03 < Second best 5.352E-03 IMAGR2: Field 3 min = -934.6 MicroJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.285E-03 < Second best 5.160E-03 IMAGR2: Field 6 min = -808.9 MicroJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.415E-03 < Second best 4.730E-03 IMAGR2: Field 4 min = -785.3 MicroJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.052E-03 < Second best 4.708E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 603 cell beam + residuals > 1.23 MilliJy IMAGR2: 1016 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.276 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 37.584 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 37.584 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -631.1 MicroJy,max = 892.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.353E-04 < Second best 2.166E-03 IMAGR2: Field 1 min = -942.4 MicroJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 730.53 MicroJy IMAGR2: 693 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.108 MilliJy iter= 66 IMAGR2: Field 1 Clean flux density= 40.201 MilliJy 66 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 40.201 MilliJy 66 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -603.7 MicroJy,max = 599.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.781E-04 < Second best 1.435E-03 IMAGR2: Field 2 min = -584.8 MicroJy,max = 601.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.575E-04 < Second best 1.415E-03 IMAGR2: Field 6 min = -592.1 MicroJy,max = 786.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.474E-04 < Second best 1.285E-03 IMAGR2: Field 3 min = -621.1 MicroJy,max = 611.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.858E-04 < Second best 1.056E-03 IMAGR2: Field 1 min = -997.5 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.990E-04 < Second best 1.052E-03 IMAGR2: Field 4 min = -592.7 MicroJy,max = 679.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.392E-04 < Second best 9.990E-04 IMAGR2: BGC Clean: using 599 cell beam + residuals > 384.50 MicroJy IMAGR2: 7263 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 597.194 MicroJy iter= 115 IMAGR2: Field 1 Clean flux density= 41.535 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 41.535 MilliJy 115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -517.9 MicroJy,max = 593.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.319E-04 < Second best 5.858E-04 IMAGR2: Field 3 min = -575.0 MicroJy,max = 552.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.454E-04 < Second best 5.781E-04 IMAGR2: Field 7 min = -538.1 MicroJy,max = 569.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.049E-04 < Second best 5.704E-04 IMAGR2: Field 1 min = -589.5 MicroJy,max = 593.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 335.71 MicroJy IMAGR2: 6696 Residual map points loaded IMAGR2: Field 1 min Clean flux = -532.831 MicroJy iter= 181 IMAGR2: Field 1 Clean flux density= 43.088 MilliJy 181 comps IMAGR2: Total Cleaned flux density = 43.088 MilliJy 181 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -506.0 MicroJy,max = 546.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.054E-04 < Second best 5.474E-04 IMAGR2: Field 6 min = -518.3 MicroJy,max = 531.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.691E-04 < Second best 5.454E-04 IMAGR2: Field 3 min = -529.0 MicroJy,max = 526.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.066E-04 < Second best 5.392E-04 IMAGR2: Field 4 min = -493.0 MicroJy,max = 504.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.725E-04 < Second best 5.319E-04 IMAGR2: Field 5 min = -492.9 MicroJy,max = 568.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 229.69 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 5 min Clean flux = 492.974 MicroJy iter= 2 IMAGR2: Field 5 Clean flux density= 102.884 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 43.190 MilliJy 183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 532.831 less than limit 532.875 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 181 to 80 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 2 to 2 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -498.7 MicroJy,max = 570.9 MicroJy IMAGR2: Field 2 min = -506.3 MicroJy,max = 547.4 MicroJy IMAGR2: Field 3 min = -528.7 MicroJy,max = 526.4 MicroJy IMAGR2: Field 4 min = -493.2 MicroJy,max = 504.0 MicroJy IMAGR2: Field 5 min = -490.7 MicroJy,max = 566.8 MicroJy IMAGR2: Field 6 min = -516.9 MicroJy,max = 532.9 MicroJy IMAGR2: Field 7 min = -510.6 MicroJy,max = 515.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -56.668 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR2: Restore 53.429 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR2: Restore 111.772 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 43.088 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux -56.668 MicroJy IMAGR2: Field 4 final Clean flux 53.429 MicroJy IMAGR2: Field 5 final Clean flux 102.884 MicroJy IMAGR2: Field 6 final Clean flux 111.772 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= 22.8 Real= 68 troyed 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.08881 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: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23326 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23326 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 78.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 45 58.3 00002 -1 507 512 513 C 3 1012 1012 15 59 15.31 43 47 37.5 00003 -1 507 512 513 C 4 1012 1012 15 59 47.07 43 47 37.5 00004 -1 507 512 513 C 5 1012 1012 15 59 15.29 43 50 56.1 00005 -1 507 512 513 C 6 1012 1012 15 59 47.09 43 50 56.1 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 52 35.4 00007 -1 507 512 513 troyed 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.08881 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: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1632 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: AN04_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 4800 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.431E+04 IMAGR2: UVWAIT: Adding temperance S 6.861E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.651E+07 and out 1.990E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.132 due to weighting IMAGR2: UVWAIT: Average summed weight 3.431E+04 over 9600 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.11287E+08 IMAGR2: Field 1 Beam min = -161.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 898.140 x 775.198 Milliarcsec, PA= -43.5 IMAGR2: Field 2 Sum of gridding weights = 2.11287E+08 IMAGR2: Field 2 Beam min = -142.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 897.848 x 775.439 Milliarcsec, PA= -43.5 IMAGR2: Field 3 Sum of gridding weights = 2.11287E+08 IMAGR2: Field 3 Beam min = -151.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 898.242 x 775.563 Milliarcsec, PA= -43.7 IMAGR2: Field 4 Sum of gridding weights = 2.11286E+08 IMAGR2: Field 4 Beam min = -120.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 897.751 x 775.073 Milliarcsec, PA= -43.3 IMAGR2: Field 5 Sum of gridding weights = 2.11286E+08 IMAGR2: Field 5 Beam min = -129.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 898.537 x 775.323 Milliarcsec, PA= -43.7 IMAGR2: Field 6 Sum of gridding weights = 2.11286E+08 IMAGR2: Field 6 Beam min = -151.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 898.043 x 774.833 Milliarcsec, PA= -43.4 IMAGR2: Field 7 Sum of gridding weights = 2.11286E+08 IMAGR2: Field 7 Beam min = -143.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 898.434 x 774.958 Milliarcsec, PA= -43.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -9.0 MilliJy,max = 80.2 MilliJy IMAGR2: Field 2 min = -7.9 MilliJy,max = 29.5 MilliJy IMAGR2: Field 3 min = -8.2 MilliJy,max = 42.4 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 min = -8.0 MilliJy,max = 27.3 MilliJy IMAGR2: Field 5 min = -8.5 MilliJy,max = 27.5 MilliJy IMAGR2: Field 6 min = -7.7 MilliJy,max = 43.6 MilliJy IMAGR2: Field 7 min = -8.1 MilliJy,max = 29.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.47 MilliJy IMAGR2: 3150 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 43.914 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 41.991 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 41.991 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 40.0 MilliJy IMAGR2: BGC Clean: using 2019 cell beam + residuals > 10.02 MilliJy IMAGR2: 900 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 19.448 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 77.639 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 77.639 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.184E-02 < Second best 3.281E-02 IMAGR2: Field 3 min = -3.1 MilliJy,max = 13.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.040E-02 < Second best 2.808E-02 IMAGR2: Field 2 min = -3.0 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.688E-03 < Second best 2.799E-02 IMAGR2: Field 7 min = -2.9 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.097E-03 < Second best 2.250E-02 IMAGR2: Field 4 min = -2.7 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.487E-03 < Second best 2.085E-02 IMAGR2: Field 5 min = -3.1 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.327E-03 < Second best 1.851E-02 IMAGR2: Field 1 min = -3.5 MilliJy,max = 19.1 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 3.52 MilliJy IMAGR2: 6480 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.158 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 99.336 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 99.336 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.339E-03 < Second best 1.040E-02 IMAGR2: Field 3 min = -2.3 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.017E-03 < Second best 8.718E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 1973 cell beam + residuals > 2.93 MilliJy IMAGR2: 847 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.510 MilliJy iter= 52 IMAGR2: Field 1 Clean flux density= 109.718 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 109.718 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.648E-03 < Second best 7.688E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.494E-03 < Second best 6.487E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.440E-03 < Second best 6.339E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.603E-03 < Second best 6.327E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.181E-03 < Second best 5.017E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.531E-03 < Second best 4.295E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 1975 cell beam + residuals > 1.28 MilliJy IMAGR2: 6660 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.132 MilliJy iter= 84 IMAGR2: Field 1 Clean flux density= 114.893 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 114.893 MilliJy 84 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.063E-03 < Second best 2.648E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.754E-03 < Second best 2.531E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.789E-03 < Second best 2.494E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.771E-03 < Second best 2.440E-03 IMAGR2: Field 4 min = -1.4 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.877E-03 < Second best 2.181E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.540E-03 < Second best 2.063E-03 IMAGR2: BGC Clean: using 1977 cell beam + residuals > 1.12 MilliJy IMAGR2: 869 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.391 MilliJy iter= 23 IMAGR2: Field 6 Clean flux density= 2.779 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 117.671 MilliJy 107 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 459 cell beam + residuals > 988.62 MicroJy IMAGR2: 4050 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.442 MilliJy iter= 144 IMAGR2: Field 1 Clean flux density= 120.625 MilliJy 144 comps IMAGR2: Total Cleaned flux density = 123.404 MilliJy 167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.131E-03 < Second best 1.789E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.204E-03 < Second best 1.771E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.165E-03 < Second best 1.754E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.167E-03 < Second best 1.540E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.098E-03 < Second best 1.378E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 1507 cell beam + residuals > 800.47 MicroJy IMAGR2: 2784 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -987.894 MicroJy iter= 188 IMAGR2: Field 1 Clean flux density= 120.810 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 123.588 MilliJy 211 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.033E-03 < Second best 1.204E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.105E-03 < Second best 1.167E-03 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.041E-03 < Second best 1.165E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.029E-03 < Second best 1.131E-03 IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 695.55 MicroJy IMAGR2: 1468 Residual map points loaded IMAGR2: Field 4 min Clean flux = -976.782 MicroJy iter= 16 IMAGR2: Field 4 Clean flux density= 420.529 MicroJy 16 comps IMAGR2: Total Cleaned flux density = 124.009 MilliJy 227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 687.20 MicroJy IMAGR2: 2095 Residual map points loaded IMAGR2: Field 3 min Clean flux = 972.082 MicroJy iter= 17 IMAGR2: Field 3 Clean flux density= 674.620 MicroJy 17 comps IMAGR2: Total Cleaned flux density = 124.683 MilliJy 244 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.914E-04 < Second best 1.041E-03 IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 660.86 MicroJy IMAGR2: 1758 Residual map points loaded IMAGR2: Field 7 min Clean flux = 966.673 MicroJy iter= 4 IMAGR2: Field 7 Clean flux density= -7.096 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 124.676 MilliJy 248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 646.90 MicroJy IMAGR2: 2122 Residual map points loaded IMAGR2: Field 6 min Clean flux = -957.873 MicroJy iter= 26 IMAGR2: Field 6 Clean flux density= 2.676 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 124.574 MilliJy 251 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 627.04 MicroJy IMAGR2: 2803 Residual map points loaded IMAGR2: Field 2 min Clean flux = 975.993 MicroJy iter= 3 IMAGR2: Field 2 Clean flux density= 99.564 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 124.674 MilliJy 254 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 613.08 MicroJy IMAGR2: 2668 Residual map points loaded IMAGR2: Field 5 min Clean flux = -949.897 MicroJy iter= 2 IMAGR2: Field 5 Clean flux density= 3.668 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 124.677 MilliJy 256 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -976.2 MicroJy,max = 1.0 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 188 to 90 components IMAGR2: Field 2 compressed from 3 to 3 components IMAGR2: Field 3 compressed from 17 to 16 components IMAGR2: Field 4 compressed from 16 to 14 components IMAGR2: Field 5 compressed from 2 to 2 components IMAGR2: Field 6 compressed from 26 to 22 components IMAGR2: Field 7 compressed from 4 to 4 components IMAGR2: Field 1 min = -976.2 MicroJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 4 min = -980.6 MicroJy,max = 965.6 MicroJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -939.6 MicroJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -999.2 MicroJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 411.475 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 1.736 MilliJy ( 14 CCs) from field 1 to field 3 IMAGR2: Restore 1.062 MilliJy ( 6 CCs) from field 1 to field 4 IMAGR2: Restore 1.379 MilliJy ( 8 CCs) from field 1 to field 5 IMAGR2: Restore 379.243 MicroJy ( 9 CCs) from field 1 to field 6 IMAGR2: Restore 92.936 MicroJy ( 3 CCs) from field 3 to field 1 IMAGR2: Restore 99.055 MicroJy ( 3 CCs) from field 3 to field 2 IMAGR2: Restore 202.327 MicroJy ( 2 CCs) from field 3 to field 5 IMAGR2: Restore -98.044 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR2: Restore-200.212 MicroJy ( 2 CCs) from field 4 to field 2 IMAGR2: Restore -97.678 MicroJy ( 1 CCs) from field 4 to field 6 IMAGR2: Restore -94.990 MicroJy ( 1 CCs) from field 5 to field 1 IMAGR2: Restore -94.990 MicroJy ( 1 CCs) from field 5 to field 7 IMAGR2: Restore 1.226 MilliJy ( 9 CCs) from field 6 to field 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore 336.328 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR2: Restore 303.155 MicroJy ( 10 CCs) from field 6 to field 7 IMAGR2: Restore-103.258 MicroJy ( 1 CCs) from field 7 to field 5 IMAGR2: Restore -6.171 MicroJy ( 2 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 121.935 MilliJy IMAGR2: Field 2 final Clean flux 409.882 MicroJy IMAGR2: Field 3 final Clean flux 2.411 MilliJy IMAGR2: Field 4 final Clean flux 1.819 MilliJy IMAGR2: Field 5 final Clean flux 1.482 MilliJy IMAGR2: Field 6 final Clean flux 2.952 MilliJy IMAGR2: Field 7 final Clean flux 201.070 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= 31.2 Real= 94 troyed 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.08881 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: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1632 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: AN04_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.1685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC2: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.23424 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23424 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 83.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.1 Real= 4 C 1 1012 1012 15 45 08.53 47 51 54.7 00001 -1 507 512 513 C 2 1012 1012 15 45 08.53 47 48 35.3 00002 -1 507 512 513 C 3 1012 1012 15 44 51.38 47 50 14.9 00003 -1 507 512 513 C 4 1012 1012 15 45 25.68 47 50 14.9 00004 -1 507 512 513 C 5 1012 1012 15 44 51.36 47 53 34.3 00005 -1 507 512 513 C 6 1012 1012 15 45 25.70 47 53 34.3 00006 -1 507 512 513 C 7 1012 1012 15 45 08.53 47 55 14.1 00007 -1 507 512 513 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.1685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -3.0189E-03 3.3000E-02 0 IMAGR2: Field 2 1012 1012 -3.0189E-03 -1.9937E+02 0 IMAGR2: Field 3 1012 1012 -1.7259E+02 -9.9767E+01 0 IMAGR2: Field 4 1012 1012 1.7258E+02 -9.9767E+01 0 IMAGR2: Field 5 1012 1012 -1.7279E+02 9.9633E+01 0 IMAGR2: Field 6 1012 1012 1.7278E+02 9.9633E+01 0 IMAGR2: Field 7 1012 1012 -3.0189E-03 1.9943E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1545+478 .IMAGR . 1 (UV) on disk 1 cno 77 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4500 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.192E+04 IMAGR2: UVWAIT: Adding temperance S 6.384E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.525E+07 and out 1.804E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.130 due to weighting IMAGR2: UVWAIT: Average summed weight 3.192E+04 over 9000 vis IMAGR2: Create 1545+478 .IBM001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1545+478 .IBM002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1545+478 .IBM003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1545+478 .IBM004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1545+478 .IBM005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1545+478 .IBM006. 1 (MA) on disk 1 cno 83 IMAGR2: Create 1545+478 .IBM007. 1 (MA) on disk 1 cno 84 IMAGR2: Create 1545+478 .ICL001. 1 (MA) on disk 1 cno 85 IMAGR2: Create 1545+478 .ICL002. 1 (MA) on disk 1 cno 86 IMAGR2: Create 1545+478 .ICL003. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1545+478 .ICL004. 1 (MA) on disk 1 cno 88 IMAGR2: Create 1545+478 .ICL005. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1545+478 .ICL006. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1545+478 .ICL007. 1 (MA) on disk 1 cno 91 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.91550E+08 IMAGR2: Field 1 Beam min = -184.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 963.170 x 787.688 Milliarcsec, PA= -54.2 IMAGR2: Field 2 Sum of gridding weights = 1.91550E+08 IMAGR2: Field 2 Beam min = -170.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 962.829 x 787.929 Milliarcsec, PA= -54.2 IMAGR2: Field 3 Sum of gridding weights = 1.91550E+08 IMAGR2: Field 3 Beam min = -166.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 963.429 x 787.996 Milliarcsec, PA= -54.3 IMAGR2: Field 4 Sum of gridding weights = 1.91550E+08 IMAGR2: Field 4 Beam min = -138.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 962.577 x 787.620 Milliarcsec, PA= -54.0 IMAGR2: Field 5 Sum of gridding weights = 1.91550E+08 IMAGR2: Field 5 Beam min = -146.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 963.772 x 787.754 Milliarcsec, PA= -54.3 IMAGR2: Field 6 Sum of gridding weights = 1.91550E+08 IMAGR2: Field 6 Beam min = -178.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 962.919 x 787.380 Milliarcsec, PA= -54.0 IMAGR2: Field 7 Sum of gridding weights = 1.91550E+08 IMAGR2: Field 7 Beam min = -156.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 963.512 x 787.448 Milliarcsec, PA= -54.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -30.2 MilliJy,max = 315.6 MilliJy IMAGR2: Field 2 min = -28.6 MilliJy,max = 110.5 MilliJy IMAGR2: Field 3 min = -32.5 MilliJy,max = 138.6 MilliJy IMAGR2: Field 4 min = -32.8 MilliJy,max = 96.8 MilliJy IMAGR2: Field 5 min = -32.6 MilliJy,max = 98.0 MilliJy IMAGR2: Field 6 min = -31.7 MilliJy,max = 136.4 MilliJy IMAGR2: Field 7 min = -28.1 MilliJy,max = 111.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 68.96 MilliJy IMAGR2: 744 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 207.080 MilliJy iter= 5 IMAGR2: Field 1 Clean flux density= 129.251 MilliJy 5 comps IMAGR2: Total Cleaned flux density = 129.251 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 = -17.9 MilliJy,max = 186.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 45.24 MilliJy IMAGR2: 461 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 89.143 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 235.398 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 235.398 MilliJy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.3 MilliJy,max = 36.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.191E-02 < Second best 1.167E-01 IMAGR2: Field 6 min = -8.9 MilliJy,max = 35.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.181E-02 < Second best 1.065E-01 IMAGR2: Field 7 min = -7.9 MilliJy,max = 30.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.879E-02 < Second best 1.053E-01 IMAGR2: Field 2 min = -8.0 MilliJy,max = 30.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.907E-02 < Second best 8.480E-02 IMAGR2: Field 1 min = -8.4 MilliJy,max = 80.2 MilliJy IMAGR2: BGC Clean: using 1955 cell beam + residuals > 26.06 MilliJy IMAGR2: 127 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 37.590 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 286.555 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 286.555 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.4 MilliJy,max = 11.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.919E-03 < Second best 7.639E-02 IMAGR2: Field 4 min = -4.2 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.104E-03 < Second best 3.576E-02 IMAGR2: Field 1 min = -4.3 MilliJy,max = 34.6 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 9.62 MilliJy IMAGR2: 262 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.190 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 308.383 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 308.383 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.445E-03 < Second best 3.181E-02 IMAGR2: Field 6 min = -2.5 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.574E-03 < Second best 2.907E-02 IMAGR2: Field 2 min = -2.3 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.008E-03 < Second best 2.879E-02 IMAGR2: Field 7 min = -2.4 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.418E-03 < Second best 1.540E-02 IMAGR2: Field 1 min = -3.0 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.54 MilliJy IMAGR2: 964 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.088 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 317.765 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 317.765 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.883E-03 < Second best 8.919E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.958E-03 < Second best 6.746E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -4.9 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 1957 cell beam + residuals > 1.97 MilliJy IMAGR2: 1637 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.245 MilliJy iter= 64 IMAGR2: Field 1 Clean flux density= 318.355 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 318.355 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.698E-03 < Second best 5.445E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.008E-03 < Second best 5.418E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.984E-03 < Second best 5.008E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.001E-03 < Second best 3.092E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 1471 cell beam + residuals > 1.27 MilliJy IMAGR2: 3267 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.799 MilliJy iter= 97 IMAGR2: Field 1 Clean flux density= 318.077 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 318.077 MilliJy 97 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 1471 cell beam + residuals > 1.22 MilliJy IMAGR2: 698 Residual map points loaded IMAGR2: Field 7 min allowed flux = -1.494 MilliJy iter= 16 IMAGR2: Field 7 Clean flux density= 1.422 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 319.499 MilliJy 113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.356E-03 < Second best 2.883E-03 IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.464E-03 < Second best 2.008E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.528E-03 < Second best 2.001E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.579E-03 < Second best 1.718E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 1637 cell beam + residuals > 984.44 MicroJy IMAGR2: 3932 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.314 MilliJy iter= 141 IMAGR2: Field 1 Clean flux density= 318.724 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 320.146 MilliJy 157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.321E-03 < Second best 1.579E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.449E-03 < Second best 1.528E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.335E-03 < Second best 1.464E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.370E-03 < Second best 1.449E-03 IMAGR2: BGC Clean: using 1637 cell beam + residuals > 984.44 MicroJy IMAGR2: 1296 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.172 MilliJy iter= 34 IMAGR2: Field 2 Clean flux density= 1.301 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 321.447 MilliJy 191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.259E-03 < Second best 1.370E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.181E-03 < Second best 1.356E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.253E-03 < Second best 1.335E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.193E-03 < Second best 1.321E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 867.04 MicroJy IMAGR2: 772 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.059 MilliJy iter= 48 IMAGR2: Field 6 Clean flux density= -75.974 MicroJy 48 comps IMAGR2: Total Cleaned flux density = 321.371 MilliJy 239 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.191E-03 < Second best 1.258E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.162E-03 < Second best 1.253E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 804.35 MicroJy IMAGR2: 1185 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.010 MilliJy iter= 60 IMAGR2: Field 5 Clean flux density= 1.919 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 323.291 MilliJy 299 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.023E-03 < Second best 1.191E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.050E-03 < Second best 1.181E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 775.25 MicroJy IMAGR2: 1207 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.004 MilliJy iter= 29 IMAGR2: Field 4 Clean flux density= 1.160 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 324.451 MilliJy 328 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 758.63 MicroJy IMAGR2: 1764 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.010 MilliJy iter= 159 IMAGR2: Field 1 Clean flux density= 318.316 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 324.043 MilliJy 346 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.984E-04 < Second best 1.050E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 666.53 MicroJy IMAGR2: 5182 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.010 MilliJy iter= 25 IMAGR2: Field 7 Clean flux density= 1.722 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 324.343 MilliJy 355 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.378E-04 < Second best 1.015E-03 IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.919E-04 < Second best 9.984E-04 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.77 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.008 MilliJy iter= 40 IMAGR2: Field 2 Clean flux density= 1.714 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 324.755 MilliJy 361 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.010 less than limit 1.011 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 159 to 51 components IMAGR2: Field 2 compressed from 40 to 36 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 29 to 27 components IMAGR2: Field 5 compressed from 60 to 52 components IMAGR2: Field 6 compressed from 48 to 40 components IMAGR2: Field 7 compressed from 25 to 18 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -998.5 MicroJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 252.442 MicroJy ( 4 CCs) from field 1 to field 3 IMAGR2: Restore-310.947 MicroJy ( 5 CCs) from field 1 to field 4 IMAGR2: Restore 432.366 MicroJy ( 5 CCs) from field 1 to field 5 IMAGR2: Restore-207.519 MicroJy ( 4 CCs) from field 1 to field 6 IMAGR2: Restore 179.924 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore 342.545 MicroJy ( 7 CCs) from field 2 to field 3 IMAGR2: Restore 8.663 MicroJy ( 2 CCs) from field 2 to field 4 IMAGR2: Restore 104.702 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR2: Restore 87.670 MicroJy ( 8 CCs) from field 4 to field 2 IMAGR2: Restore 409.954 MicroJy ( 11 CCs) from field 5 to field 1 IMAGR2: Restore 313.385 MicroJy ( 5 CCs) from field 5 to field 3 IMAGR2: Restore 947.536 MicroJy ( 32 CCs) from field 5 to field 7 IMAGR2: Restore 406.073 MicroJy ( 14 CCs) from field 6 to field 1 IMAGR2: Restore-360.354 MicroJy ( 5 CCs) from field 6 to field 4 IMAGR2: Restore 721.493 MicroJy ( 28 CCs) from field 6 to field 7 IMAGR2: Restore 1.709 MilliJy ( 4 CCs) from field 7 to field 5 IMAGR2: Restore-155.554 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 319.237 MilliJy IMAGR2: Field 2 final Clean flux 1.801 MilliJy IMAGR2: Field 3 final Clean flux 908.371 MicroJy IMAGR2: Field 4 final Clean flux 497.156 MicroJy IMAGR2: Field 5 final Clean flux 4.061 MilliJy IMAGR2: Field 6 final Clean flux -439.047 MicroJy IMAGR2: Field 7 final Clean flux 3.571 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= 32.9 Real= 99 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.1685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_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.105 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.22526 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22526 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:34:33.86 62:45:35.7 5.002 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 90.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 3 C 1 2036 2036 16 34 33.80 62 45 35.9 00001 -1 1019 1024 1025 C 2 246 246 16 34 33.86 62 45 35.7 00002 -1 100 128 129 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_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.105 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: AN04_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 11596 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.799E+04 IMAGR2: UVWAIT: Adding temperance S 5.598E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.908E+07 and out 5.108E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.162 due to weighting IMAGR2: UVWAIT: Average summed weight 2.799E+04 over 22832 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.42270E+08 IMAGR2: Field 1 Beam min = -72.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 956.629 x 701.063 Milliarcsec, PA= -37.1 IMAGR2: Field 2 Sum of gridding weights = 5.42278E+08 IMAGR2: Field 2 Beam min = -77.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 956.632 x 701.064 Milliarcsec, PA= -37.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -57.1 MilliJy,max = 773.9 MilliJy IMAGR2: Field 2 min = -64.6 MilliJy,max = 764.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 61.81 MilliJy IMAGR2: 10900 Residual map points loaded IMAGR2: Field 1 min allowed flux = 370.151 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 440.758 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 440.758 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 = -29.1 MilliJy,max = 327.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.111E-01 < Second best 3.519E-01 IMAGR2: Field 1 min = -25.1 MilliJy,max = 333.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 29.56 MilliJy IMAGR2: 7693 Residual map points loaded IMAGR2: Field 1 min allowed flux = 159.338 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 630.490 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 630.490 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.8 MilliJy,max = 145.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.385E-01 < Second best 1.515E-01 IMAGR2: Field 1 min = -13.2 MilliJy,max = 143.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 12.73 MilliJy IMAGR2: 12083 Residual map points loaded IMAGR2: Field 1 min allowed flux = 67.352 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 721.365 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 721.365 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.6 MilliJy,max = 62.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.981E-02 < Second best 6.405E-02 IMAGR2: Field 1 min = -11.3 MilliJy,max = 60.8 MilliJy IMAGR2: BGC Clean: using 2023 cell beam + residuals > 6.17 MilliJy IMAGR2: 17902 Residual map points loaded IMAGR2: Field 1 min allowed flux = 28.815 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 760.122 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 760.122 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.6 MilliJy,max = 27.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.13 MilliJy IMAGR2: 113 Residual map points loaded IMAGR2: Field 2 min allowed flux = 13.586 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 15.770 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 775.892 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.5 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 1999 cell beam + residuals > 4.35 MilliJy IMAGR2: 11035 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.789 MilliJy iter= 83 IMAGR2: Field 1 Clean flux density= 748.493 MilliJy 83 comps IMAGR2: Total Cleaned flux density = 764.263 MilliJy 91 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.8 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.911E-03 < Second best 7.429E-03 IMAGR2: Field 1 min = -9.9 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.71 MilliJy IMAGR2: 19858 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.701 MilliJy iter= 195 IMAGR2: Field 1 Clean flux density= 724.522 MilliJy 195 comps IMAGR2: Total Cleaned flux density = 740.292 MilliJy 203 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.8 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.71 MilliJy IMAGR2: 97 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.214 MilliJy iter= 38 IMAGR2: Field 2 Clean flux density= 28.762 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 753.285 MilliJy 233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.0 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.43 MilliJy IMAGR2: 19849 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.627 MilliJy iter= 398 IMAGR2: Field 1 Clean flux density= 703.107 MilliJy 398 comps IMAGR2: Total Cleaned flux density = 731.869 MilliJy 436 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.13 MilliJy IMAGR2: 19790 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.800 MilliJy iter= 693 IMAGR2: Field 1 Clean flux density= 657.167 MilliJy 693 comps IMAGR2: Total Cleaned flux density = 685.929 MilliJy 731 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 19700 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.141 MilliJy iter= 1097 IMAGR2: Field 1 Clean flux density= 640.351 MilliJy 1097 comps IMAGR2: Total Cleaned flux density = 669.113 MilliJy 1135 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.84 MilliJy IMAGR2: 212 Residual map points loaded IMAGR2: Field 2 min allowed flux = -3.315 MilliJy iter= 102 IMAGR2: Field 2 Clean flux density= 24.322 MilliJy 102 comps IMAGR2: Total Cleaned flux density = 664.673 MilliJy 1199 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 11596 Pts IMAGR2: Field 1 min = -7.5 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.57 MilliJy IMAGR2: 19664 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.612 MilliJy iter= 1671 IMAGR2: Field 1 Clean flux density= 630.945 MilliJy 1671 comps IMAGR2: Total Cleaned flux density = 655.267 MilliJy 1773 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.7 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR2: 19456 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.173 MilliJy iter= 2418 IMAGR2: Field 1 Clean flux density= 517.186 MilliJy 2418 comps IMAGR2: Total Cleaned flux density = 541.508 MilliJy 2520 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 219 Residual map points loaded IMAGR2: Field 2 min allowed flux = 3.192 MilliJy iter= 114 IMAGR2: Field 2 Clean flux density= 29.469 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 546.655 MilliJy 2532 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 116 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.345 MilliJy iter= 161 IMAGR2: Field 2 Clean flux density= 34.548 MilliJy 161 comps IMAGR2: Total Cleaned flux density = 551.734 MilliJy 2579 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 11596 Pts IMAGR2: Field 1 min = -6.7 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR2: 19777 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.781 MilliJy iter= 3356 IMAGR2: Field 1 Clean flux density= 640.518 MilliJy 3356 comps IMAGR2: Total Cleaned flux density = 675.065 MilliJy 3517 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 2.24 MilliJy IMAGR2: 6510 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.696 MilliJy iter= 3367 IMAGR2: Field 1 Clean flux density= 633.333 MilliJy 3367 comps IMAGR2: Total Cleaned flux density = 667.881 MilliJy 3528 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.0 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR2: 19626 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.429 MilliJy iter= 4554 IMAGR2: Field 1 Clean flux density= 368.154 MilliJy 4554 comps IMAGR2: Total Cleaned flux density = 402.702 MilliJy 4715 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.8 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 2.26 MilliJy IMAGR2: 17988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.894 MilliJy iter= 4604 IMAGR2: Field 1 Clean flux density= 397.771 MilliJy 4604 comps IMAGR2: Total Cleaned flux density = 432.319 MilliJy 4765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 19614 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.333 MilliJy iter= 6055 IMAGR2: Field 1 Clean flux density= 726.671 MilliJy 6055 comps IMAGR2: Total Cleaned flux density = 761.219 MilliJy 6216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -17.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.89 MilliJy IMAGR2: 1436 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -11.376 MilliJy iter= 166 IMAGR2: Field 2 Clean flux density= 27.447 MilliJy 166 comps IMAGR2: Total Cleaned flux density = 754.118 MilliJy 6221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.3 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.92 MilliJy IMAGR2: 1017 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -6.311 MilliJy iter= 173 IMAGR2: Field 2 Clean flux density= 21.793 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 748.464 MilliJy 6228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 915 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -4.778 MilliJy iter= 182 IMAGR2: Field 2 Clean flux density= 17.121 MilliJy 182 comps IMAGR2: Total Cleaned flux density = 743.792 MilliJy 6237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 787 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -4.065 MilliJy iter= 191 IMAGR2: Field 2 Clean flux density= 13.307 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 739.978 MilliJy 6246 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 713 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -3.537 MilliJy iter= 201 IMAGR2: Field 2 Clean flux density= 10.354 MilliJy 201 comps IMAGR2: Total Cleaned flux density = 737.025 MilliJy 6256 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 634 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -3.157 MilliJy iter= 216 IMAGR2: Field 2 Clean flux density= 8.065 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 734.736 MilliJy 6271 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 549 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.881 MilliJy iter= 377 IMAGR2: Field 2 Clean flux density= -6.405 MilliJy 377 comps IMAGR2: Total Cleaned flux density = 720.266 MilliJy 6432 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 11596 Pts IMAGR2: Field 1 min = -5.7 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 19396 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.311 MilliJy iter= 7329 IMAGR2: Field 1 Clean flux density= 489.470 MilliJy 7329 comps IMAGR2: Total Cleaned flux density = 483.064 MilliJy 7706 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 19431 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.875 MilliJy iter= 7831 IMAGR2: Field 1 Clean flux density= 661.844 MilliJy 7831 comps IMAGR2: Total Cleaned flux density = 655.439 MilliJy 8208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.9 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.73 MilliJy IMAGR2: 18739 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.442 MilliJy iter= 7915 IMAGR2: Field 1 Clean flux density= 625.404 MilliJy 7915 comps IMAGR2: Total Cleaned flux density = 618.998 MilliJy 8292 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 18792 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.732 MilliJy iter= 9716 IMAGR2: Field 1 Clean flux density= 494.398 MilliJy 9716 comps IMAGR2: Total Cleaned flux density = 487.993 MilliJy 10093 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 11596 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 314 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 2.834 MilliJy iter= 382 IMAGR2: Field 2 Clean flux density= -4.855 MilliJy 382 comps IMAGR2: Total Cleaned flux density = 489.543 MilliJy 10098 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 243 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.449 MilliJy iter= 468 IMAGR2: Field 2 Clean flux density= 5.748 MilliJy 468 comps IMAGR2: Total Cleaned flux density = 500.146 MilliJy 10184 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 11596 Pts IMAGR2: Field 1 min = -3.7 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 19284 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.344 MilliJy iter= 11750 IMAGR2: Field 1 Clean flux density= 571.355 MilliJy 11750 comps IMAGR2: Total Cleaned flux density = 577.104 MilliJy 12218 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 11596 Pts IMAGR2: Field 2 min = -5.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.12 MilliJy IMAGR2: 511 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -4.777 MilliJy iter= 471 IMAGR2: Field 2 Clean flux density= 4.173 MilliJy 471 comps IMAGR2: Total Cleaned flux density = 575.529 MilliJy 12221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.20 MilliJy IMAGR2: 330 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -3.631 MilliJy iter= 474 IMAGR2: Field 2 Clean flux density= 2.985 MilliJy 474 comps IMAGR2: Total Cleaned flux density = 574.340 MilliJy 12224 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 346 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -3.077 MilliJy iter= 476 IMAGR2: Field 2 Clean flux density= 2.343 MilliJy 476 comps IMAGR2: Total Cleaned flux density = 573.699 MilliJy 12226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 310 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -2.608 MilliJy iter= 478 IMAGR2: Field 2 Clean flux density= 1.799 MilliJy 478 comps IMAGR2: Total Cleaned flux density = 573.154 MilliJy 12228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 286 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -2.280 MilliJy iter= 480 IMAGR2: Field 2 Clean flux density= 1.331 MilliJy 480 comps IMAGR2: Total Cleaned flux density = 572.686 MilliJy 12230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 258 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -2.174 MilliJy iter= 482 IMAGR2: Field 2 Clean flux density= 895.096 MicroJy 482 comps IMAGR2: Total Cleaned flux density = 572.251 MilliJy 12232 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 244 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.969 MilliJy iter= 483 IMAGR2: Field 2 Clean flux density= 698.175 MicroJy 483 comps IMAGR2: Total Cleaned flux density = 572.054 MilliJy 12233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 238 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.938 MilliJy iter= 484 IMAGR2: Field 2 Clean flux density= 504.366 MicroJy 484 comps IMAGR2: Total Cleaned flux density = 571.860 MilliJy 12234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 236 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.926 MilliJy iter= 485 IMAGR2: Field 2 Clean flux density= 311.773 MicroJy 485 comps IMAGR2: Total Cleaned flux density = 571.667 MilliJy 12235 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 227 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.135 MilliJy iter= 569 IMAGR2: Field 2 Clean flux density= -4.751 MilliJy 569 comps IMAGR2: Total Cleaned flux density = 566.604 MilliJy 12319 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 11596 Pts IMAGR2: Field 1 min = -3.4 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 19619 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.210 MilliJy iter= 14120 IMAGR2: Field 1 Clean flux density= 405.657 MilliJy 14120 comps IMAGR2: Total Cleaned flux density = 400.906 MilliJy 14689 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 11596 Pts IMAGR2: Field 1 min = -3.6 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 129 cell beam + residuals > 1.27 MilliJy IMAGR2: 12402 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.238 MilliJy iter= 14282 IMAGR2: Field 1 Clean flux density= 449.486 MilliJy 14282 comps IMAGR2: Total Cleaned flux density = 444.734 MilliJy 14851 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 951.27 MicroJy IMAGR2: 17781 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.880 MilliJy iter= 14294 IMAGR2: Field 1 Clean flux density= 446.872 MilliJy 14294 comps IMAGR2: Total Cleaned flux density = 442.121 MilliJy 14863 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 932.40 MicroJy IMAGR2: 19519 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.099 MilliJy iter= 16866 IMAGR2: Field 1 Clean flux density= 477.202 MilliJy 16866 comps IMAGR2: Total Cleaned flux density = 472.451 MilliJy 17435 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 11596 Pts IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 931.92 MicroJy IMAGR2: 388 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.481 MilliJy iter= 594 IMAGR2: Field 2 Clean flux density= -6.444 MilliJy 594 comps IMAGR2: Total Cleaned flux density = 470.759 MilliJy 17460 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 930.61 MicroJy IMAGR2: 158 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 940.357 MicroJy iter= 655 IMAGR2: Field 2 Clean flux density= -7.684 MilliJy 655 comps IMAGR2: Total Cleaned flux density = 469.518 MilliJy 17521 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 11596 Pts IMAGR2: Field 1 min = -3.1 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 914.59 MicroJy IMAGR2: 19803 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.325 MilliJy iter= 17420 IMAGR2: Field 1 Clean flux density= 452.157 MilliJy 17420 comps IMAGR2: Total Cleaned flux density = 444.473 MilliJy 18075 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 761.89 MicroJy IMAGR2: 19570 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 890.601 MicroJy iter= 20225 IMAGR2: Field 1 Clean flux density= 445.229 MilliJy 20225 comps IMAGR2: Total Cleaned flux density = 437.545 MilliJy 20880 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 11596 Pts IMAGR2: Field 2 min = -3.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 129 cell beam + residuals > 836.46 MicroJy IMAGR2: 209 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.468 MilliJy iter= 666 IMAGR2: Field 2 Clean flux density= -9.846 MilliJy 666 comps IMAGR2: Total Cleaned flux density = 435.383 MilliJy 20891 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 > 760.68 MicroJy IMAGR2: 173 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 774.350 MicroJy iter= 745 IMAGR2: Field 2 Clean flux density= -12.401 MilliJy 745 comps IMAGR2: Total Cleaned flux density = 432.828 MilliJy 20970 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 11596 Pts IMAGR2: Field 1 min = -3.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 717.97 MicroJy IMAGR2: 19749 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -832.799 MicroJy iter= 23295 IMAGR2: Field 1 Clean flux density= 427.546 MilliJy 23295 comps IMAGR2: Total Cleaned flux density = 415.145 MilliJy 24040 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 11596 Pts IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 1389 cell beam + residuals > 889.87 MicroJy IMAGR2: 16470 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.271 MilliJy iter= 23303 IMAGR2: Field 1 Clean flux density= 424.906 MilliJy 23303 comps IMAGR2: Total Cleaned flux density = 412.505 MilliJy 24048 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 847.59 MicroJy IMAGR2: 19889 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.112 MilliJy iter= 24500 IMAGR2: Field 1 Clean flux density= 467.273 MilliJy 24500 comps IMAGR2: Total Cleaned flux density = 454.872 MilliJy 25245 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 129 cell beam + residuals > 823.70 MicroJy IMAGR2: 18509 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.454 MilliJy iter= 24673 IMAGR2: Field 1 Clean flux density= 438.163 MilliJy 24673 comps IMAGR2: Total Cleaned flux density = 425.763 MilliJy 25418 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 674.27 MicroJy IMAGR2: 19660 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -772.671 MicroJy iter= 28040 IMAGR2: Field 1 Clean flux density= 487.501 MilliJy 28040 comps IMAGR2: Total Cleaned flux density = 475.100 MilliJy 28785 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 11596 Pts IMAGR2: Field 2 min = -5.9 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 896.02 MicroJy IMAGR2: 828 Residual map points loaded IMAGR2: Field 2 min allowed flux = -2.767 MilliJy iter= 755 IMAGR2: Field 2 Clean flux density= -16.438 MilliJy 755 comps IMAGR2: Total Cleaned flux density = 471.064 MilliJy 28795 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 692.67 MicroJy IMAGR2: 1137 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.323 MilliJy iter= 783 IMAGR2: Field 2 Clean flux density= -19.420 MilliJy 783 comps IMAGR2: Total Cleaned flux density = 468.081 MilliJy 28823 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 676.92 MicroJy IMAGR2: 854 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 696.059 MicroJy iter= 1068 IMAGR2: Field 2 Clean flux density= -23.655 MilliJy 1068 comps IMAGR2: Total Cleaned flux density = 463.846 MilliJy 29108 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 11596 Pts IMAGR2: Field 1 min = -2.9 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.78 MicroJy IMAGR2: 19227 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.022 MilliJy iter= 28378 IMAGR2: Field 1 Clean flux density= 460.111 MilliJy 28378 comps IMAGR2: Total Cleaned flux density = 436.456 MilliJy 29446 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 615.75 MicroJy IMAGR2: 18796 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 696.389 MicroJy iter= 31825 IMAGR2: Field 1 Clean flux density= 508.708 MilliJy 31825 comps IMAGR2: Total Cleaned flux density = 485.052 MilliJy 32893 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 11596 Pts IMAGR2: Field 2 min = -5.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 777.37 MicroJy IMAGR2: 523 Residual map points loaded IMAGR2: Field 2 min allowed flux = -2.363 MilliJy iter= 1077 IMAGR2: Field 2 Clean flux density= -26.881 MilliJy 1077 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 481.827 MilliJy 32902 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 129 cell beam + residuals > 669.14 MicroJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.079 MilliJy iter= 1116 IMAGR2: Field 2 Clean flux density= -31.368 MilliJy 1116 comps IMAGR2: Total Cleaned flux density = 477.340 MilliJy 32941 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 612.27 MicroJy IMAGR2: 330 Residual map points loaded IMAGR2: Field 2 min Clean flux = -629.481 MicroJy iter= 1232 IMAGR2: Field 2 Clean flux density= -28.948 MilliJy 1232 comps IMAGR2: Total Cleaned flux density = 479.760 MilliJy 33057 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 11596 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 620.81 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = 735.020 MicroJy iter= 34593 IMAGR2: Field 1 Clean flux density= 437.858 MilliJy 34593 comps IMAGR2: Total Cleaned flux density = 408.910 MilliJy 35825 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 11596 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 739.59 MicroJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.262 MilliJy iter= 34791 IMAGR2: Field 1 Clean flux density= 463.496 MilliJy 34791 comps IMAGR2: Total Cleaned flux density = 434.548 MilliJy 36023 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 593.49 MicroJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = 900.000 MicroJy iter= 34985 IMAGR2: Field 1 Clean flux density= 458.255 MilliJy 34985 comps IMAGR2: Total Cleaned flux density = 429.307 MilliJy 36217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 558.50 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min Clean flux = 629.806 MicroJy iter= 38646 IMAGR2: Field 1 Clean flux density= 497.353 MilliJy 38646 comps IMAGR2: Total Cleaned flux density = 468.405 MilliJy 39878 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 11596 Pts IMAGR2: Peak residual in window 629.806 less than limit 629.838 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 38646 to 20675 components IMAGR2: Field 2 compressed from 1232 to 451 components IMAGR2: Field 1 min = -4.4 MilliJy,max = 3.7 MilliJy IMAGR2: Field 2 min = -4.4 MilliJy,max = 968.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 765.435 MilliJy ( 428 CCs) from field 1 to field 2 IMAGR2: Restore -28.948 MilliJy ( 451 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 468.405 MilliJy IMAGR2: Field 2 final Clean flux 736.487 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= 144.5 Real= 438 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.1685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_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.105 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: AN04_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.101 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1642+689 X BAND Seq 1 Disk: 1 in slot 13 SETFC2: SETCEL: recommends IMSIZE 1440 CELLSIZE 0.22235 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22235 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 95.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 2036 2036 16 42 07.85 68 56 39.8 00001 -1 1019 1024 1025 C 2 246 246 16 42 07.80 68 56 38.9 00002 -1 100 128 129 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_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.105 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: AN04_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.101 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: AN04_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 12525 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.970E+04 IMAGR2: UVWAIT: Adding temperance S 5.941E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.175E+07 and out 5.638E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.165 due to weighting IMAGR2: UVWAIT: Average summed weight 2.970E+04 over 24681 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.98585E+08 IMAGR2: Field 1 Beam min = -77.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.022 x 0.681 arcsec, PA= -35.2 IMAGR2: Field 2 Sum of gridding weights = 5.98593E+08 IMAGR2: Field 2 Beam min = -77.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.022 x 0.681 arcsec, PA= -35.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -67.7 MilliJy,max = 847.1 MilliJy IMAGR2: Field 2 min = -68.5 MilliJy,max = 848.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 59.71 MilliJy IMAGR2: 1478 Residual map points loaded IMAGR2: Field 2 min allowed flux = 405.621 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 482.994 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 482.994 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 = -30.8 MilliJy,max = 369.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.517E-01 < Second best 3.859E-01 IMAGR2: Field 2 min = -30.4 MilliJy,max = 365.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 28.56 MilliJy IMAGR2: 1275 Residual map points loaded IMAGR2: Field 2 min allowed flux = 167.824 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 710.276 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 710.276 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.0 MilliJy,max = 156.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.491E-01 < Second best 1.597E-01 IMAGR2: Field 2 min = -15.5 MilliJy,max = 152.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 11.82 MilliJy IMAGR2: 1483 Residual map points loaded IMAGR2: Field 2 min allowed flux = 73.362 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= 808.053 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 808.053 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.9 MilliJy,max = 68.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.535E-02 < Second best 6.980E-02 IMAGR2: Field 2 min = -11.2 MilliJy,max = 67.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.06 MilliJy IMAGR2: 1394 Residual map points loaded IMAGR2: Field 2 min allowed flux = 32.386 MilliJy iter= 35 IMAGR2: Field 2 Clean flux density= 851.133 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 851.133 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.4 MilliJy,max = 31.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.84 MilliJy IMAGR2: 2890 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.228 MilliJy iter= 12 IMAGR2: Field 1 Clean flux density= 18.093 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 869.226 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -14.7 MilliJy,max = 15.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.51 MilliJy IMAGR2: 1196 Residual map points loaded IMAGR2: Field 2 min allowed flux = -7.463 MilliJy iter= 86 IMAGR2: Field 2 Clean flux density= 859.430 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 877.523 MilliJy 98 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 12525 Pts IMAGR2: Field 1 min = -7.9 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 1751 cell beam + residuals > 2.22 MilliJy IMAGR2: 11109 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.083 MilliJy iter= 91 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 26.131 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 885.561 MilliJy 177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 2.11 MilliJy IMAGR2: 584 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.884 MilliJy iter= 161 IMAGR2: Field 2 Clean flux density= 867.313 MilliJy 161 comps IMAGR2: Total Cleaned flux density = 893.444 MilliJy 252 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 12525 Pts IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 17124 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.242 MilliJy iter= 305 IMAGR2: Field 1 Clean flux density= 58.209 MilliJy 305 comps IMAGR2: Total Cleaned flux density = 925.522 MilliJy 466 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 328 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.540 MilliJy iter= 230 IMAGR2: Field 2 Clean flux density= 868.130 MilliJy 230 comps IMAGR2: Total Cleaned flux density = 926.339 MilliJy 535 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 12525 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 18522 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.465 MilliJy iter= 581 IMAGR2: Field 1 Clean flux density= 64.279 MilliJy 581 comps IMAGR2: Total Cleaned flux density = 932.409 MilliJy 811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 273 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.102 MilliJy iter= 299 IMAGR2: Field 2 Clean flux density= 870.691 MilliJy 299 comps IMAGR2: Total Cleaned flux density = 934.969 MilliJy 880 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 12525 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.75 MicroJy IMAGR2: 19075 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.156 MilliJy iter= 951 IMAGR2: Field 1 Clean flux density= 66.691 MilliJy 951 comps IMAGR2: Total Cleaned flux density = 937.382 MilliJy 1250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 734.52 MicroJy IMAGR2: 18168 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 957.901 MicroJy iter= 1379 IMAGR2: Field 1 Clean flux density= 71.391 MilliJy 1379 comps IMAGR2: Total Cleaned flux density = 942.081 MilliJy 1678 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.700E-04 < Second best 9.188E-04 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 627.64 MicroJy IMAGR2: 19604 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 810.407 MicroJy iter= 1923 IMAGR2: Field 1 Clean flux density= 77.020 MilliJy 1923 comps IMAGR2: Total Cleaned flux density = 947.711 MilliJy 2222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -992.9 MicroJy,max = 962.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 626.53 MicroJy IMAGR2: 88 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 640.423 MicroJy iter= 350 IMAGR2: Field 2 Clean flux density= 871.156 MilliJy 350 comps IMAGR2: Total Cleaned flux density = 948.176 MilliJy 2273 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 12525 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 528.42 MicroJy IMAGR2: 19559 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 674.146 MicroJy iter= 2612 IMAGR2: Field 1 Clean flux density= 79.316 MilliJy 2612 comps IMAGR2: Total Cleaned flux density = 950.472 MilliJy 2962 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 455.09 MicroJy IMAGR2: 18876 Residual map points loaded IMAGR2: Field 1 min Clean flux = 605.939 MicroJy iter= 2943 IMAGR2: Field 1 Clean flux density= 81.511 MilliJy 2943 comps IMAGR2: Total Cleaned flux density = 952.667 MilliJy 3293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -693.5 MicroJy,max = 622.4 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 2943 to 2070 components IMAGR2: Field 2 compressed from 350 to 142 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -693.5 MicroJy,max = 622.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 44.371 MilliJy ( 169 CCs) from field 1 to field 2 IMAGR2: Restore 871.156 MilliJy ( 142 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 952.668 MilliJy IMAGR2: Field 2 final Clean flux 915.527 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= 39.7 Real= 119 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.1685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_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.105 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: AN04_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.101 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: AN04_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.0698 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1608+656 X BAND Seq 1 Disk: 1 in slot 14 SETFC2: SETCEL: recommends IMSIZE 1416 CELLSIZE 0.22609 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22609 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:09:14.01 65:32:29.3 0.067 1.000 0.000 SETFC2: 3 16:09:08.38 65:35:14.5 0.044 0.437 0.047 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 94.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 2036 2036 16 09 13.96 65 32 28.0 00001 -1 1019 1024 1025 C 2 246 246 16 09 14.01 65 32 29.3 00002 -1 100 128 129 C 3 246 246 16 09 08.38 65 35 14.5 00003 -1 100 128 129 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_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.105 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: AN04_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.101 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: AN04_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.0698 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: AN04_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 26225 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.200E+04 IMAGR2: UVWAIT: Adding temperance S 1.240E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 8.836E+07 and out 1.438E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.166 due to weighting IMAGR2: UVWAIT: Average summed weight 6.200E+04 over 52450 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.52691E+09 IMAGR2: Field 1 Beam min = -105.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 951.834 x 652.274 Milliarcsec, PA= -45.3 IMAGR2: Field 2 Sum of gridding weights = 1.52693E+09 IMAGR2: Field 2 Beam min = -105.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 951.848 x 652.274 Milliarcsec, PA= -45.3 IMAGR2: Field 3 Sum of gridding weights = 1.52693E+09 IMAGR2: Field 3 Beam min = -106.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 952.420 x 652.212 Milliarcsec, PA= -45.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -4.4 MilliJy,max = 25.7 MilliJy IMAGR2: Field 2 min = -4.5 MilliJy,max = 25.8 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.25 MilliJy IMAGR2: 2217 Residual map points loaded IMAGR2: Field 2 min allowed flux = 12.115 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 17.579 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 17.579 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.68 MilliJy IMAGR2: 7721 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.564 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 18.252 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 35.831 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.36 MilliJy IMAGR2: 593 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.801 MilliJy iter= 36 IMAGR2: Field 2 Clean flux density= 28.200 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 46.452 MilliJy 58 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 1923 cell beam + residuals > 573.76 MicroJy IMAGR2: 5656 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.480 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 23.740 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 51.940 MilliJy 84 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -442.5 MicroJy,max = 766.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.319E-04 < Second best 2.670E-03 IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 443.75 MicroJy IMAGR2: 1406 Residual map points loaded IMAGR2: Field 2 min allowed flux = 740.395 MicroJy iter= 79 IMAGR2: Field 2 Clean flux density= 30.766 MilliJy 79 comps IMAGR2: Total Cleaned flux density = 54.506 MilliJy 127 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 26225 Pts IMAGR2: Field 1 min = -801.6 MicroJy,max = 926.3 MicroJy IMAGR2: BGC Clean: using 527 cell beam + residuals > 350.77 MicroJy IMAGR2: 6423 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 526.341 MicroJy iter= 127 IMAGR2: Field 1 Clean flux density= 25.350 MilliJy 127 comps IMAGR2: Total Cleaned flux density = 56.116 MilliJy 206 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -415.1 MicroJy,max = 500.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.790E-04 < Second best 7.075E-04 IMAGR2: Field 2 min = -552.9 MicroJy,max = 575.0 MicroJy IMAGR2: BGC Clean: using 403 cell beam + residuals > 338.08 MicroJy IMAGR2: 606 Residual map points loaded IMAGR2: Field 2 min Clean flux = 418.462 MicroJy iter= 124 IMAGR2: Field 2 Clean flux density= 31.061 MilliJy 124 comps IMAGR2: Total Cleaned flux density = 56.412 MilliJy 251 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 26225 Pts IMAGR2: Field 1 min = -466.5 MicroJy,max = 484.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 258.83 MicroJy IMAGR2: 19745 Residual map points loaded IMAGR2: Field 1 min Clean flux = -418.431 MicroJy iter= 212 IMAGR2: Field 1 Clean flux density= 26.373 MilliJy 212 comps IMAGR2: Total Cleaned flux density = 57.435 MilliJy 336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -386.5 MicroJy,max = 403.1 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 212 to 124 components IMAGR2: Field 2 compressed from 124 to 49 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 1 min = -437.8 MicroJy,max = 449.4 MicroJy IMAGR2: Field 2 min = -475.6 MicroJy,max = 471.2 MicroJy IMAGR2: Field 3 min = -386.5 MicroJy,max = 403.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 24.423 MilliJy ( 67 CCs) from field 1 to field 2 IMAGR2: Restore 388.235 MicroJy ( 4 CCs) from field 1 to field 3 IMAGR2: Restore 31.061 MilliJy ( 49 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 57.435 MilliJy IMAGR2: Field 2 final Clean flux 55.485 MilliJy IMAGR2: Field 3 final Clean flux 388.235 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= 16.0 Real= 52 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.1685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN04_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.105 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: AN04_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.101 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: AN04_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.0698 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: AN04_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.152 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.21965 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21965 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:23:14.17 79:38:50.0 0.297 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 102.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 4 C 1 2036 2036 18 23 14.11 79 38 49.0 00001 -1 1019 1024 1025 C 2 246 246 18 23 14.17 79 38 50.0 00002 -1 100 128 129 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.152 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: AN04_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 5528 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.498E+04 IMAGR2: UVWAIT: Adding temperance S 4.997E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.836E+07 and out 2.337E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR2: UVWAIT: Average summed weight 2.498E+04 over 11056 vis IMAGR2: Create 1823+796 .IBM001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1823+796 .IBM002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1823+796 .ICL001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1823+796 .ICL002. 1 (MA) on disk 1 cno 95 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.48118E+08 IMAGR2: Field 1 Beam min = -87.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.094 x 0.703 arcsec, PA= -7.7 IMAGR2: Field 2 Sum of gridding weights = 2.48121E+08 IMAGR2: Field 2 Beam min = -90.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.094 x 0.703 arcsec, PA= -7.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -46.8 MilliJy,max = 526.3 MilliJy IMAGR2: Field 2 min = -51.4 MilliJy,max = 503.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 83.66 MilliJy IMAGR2: 3514 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 279.673 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 274.548 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 274.548 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 = -24.6 MilliJy,max = 241.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.294E-01 < Second best 2.660E-01 IMAGR2: Field 1 min = -22.7 MilliJy,max = 251.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 44.46 MilliJy IMAGR2: 2204 Residual map points loaded IMAGR2: Field 1 min allowed flux = 120.390 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 417.903 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 417.903 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.6 MilliJy,max = 104.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.904E-02 < Second best 1.145E-01 IMAGR2: Field 1 min = -10.1 MilliJy,max = 108.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 19.14 MilliJy IMAGR2: 2237 Residual map points loaded IMAGR2: Field 1 min allowed flux = 51.824 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 479.613 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 479.613 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.9 MilliJy,max = 45.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.294E-02 < Second best 4.929E-02 IMAGR2: Field 1 min = -4.7 MilliJy,max = 46.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.24 MilliJy IMAGR2: 2448 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.309 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 506.177 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 506.177 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 19.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.879E-02 < Second best 2.122E-02 IMAGR2: Field 1 min = -2.7 MilliJy,max = 20.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.55 MilliJy IMAGR2: 3752 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.603 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 517.612 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 517.612 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.397E-03 < Second best 9.136E-03 IMAGR2: Field 1 min = -2.3 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 1.61 MilliJy IMAGR2: 16212 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.014 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 523.049 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 523.049 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.62 MilliJy IMAGR2: 26 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.875 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 2.228 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 525.277 MilliJy 56 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 1511 cell beam + residuals > 1.46 MilliJy IMAGR2: 6228 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.137 MilliJy iter= 81 IMAGR2: Field 1 Clean flux density= 529.079 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 531.307 MilliJy 89 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 1511 cell beam + residuals > 1.43 MilliJy IMAGR2: 4584 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.921 MilliJy iter= 118 IMAGR2: Field 1 Clean flux density= 529.626 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 531.854 MilliJy 126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 1511 cell beam + residuals > 1.43 MilliJy IMAGR2: 2898 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.786 MilliJy iter= 155 IMAGR2: Field 1 Clean flux density= 530.575 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 532.803 MilliJy 163 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -988.6 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.027E-03 < Second best 1.710E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.664 MilliJy iter= 267 IMAGR2: Field 1 Clean flux density= 533.910 MilliJy 267 comps IMAGR2: Total Cleaned flux density = 536.138 MilliJy 275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 983.08 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.438 MilliJy iter= 425 IMAGR2: Field 1 Clean flux density= 533.839 MilliJy 425 comps IMAGR2: Total Cleaned flux density = 536.067 MilliJy 433 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 870.51 MicroJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.239 MilliJy iter= 646 IMAGR2: Field 1 Clean flux density= 541.043 MilliJy 646 comps IMAGR2: Total Cleaned flux density = 543.271 MilliJy 654 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 761.40 MicroJy IMAGR2: 19959 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.075 MilliJy iter= 963 IMAGR2: Field 1 Clean flux density= 518.808 MilliJy 963 comps IMAGR2: Total Cleaned flux density = 521.036 MilliJy 971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 748.01 MicroJy IMAGR2: 7980 Residual map points loaded IMAGR2: Field 1 min Clean flux = -911.638 MicroJy iter= 1161 IMAGR2: Field 1 Clean flux density= 536.335 MilliJy 1161 comps IMAGR2: Total Cleaned flux density = 538.563 MilliJy 1169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 636.1 MicroJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 170.32 MicroJy IMAGR2: 7986 Residual map points loaded IMAGR2: Field 2 min Clean flux = -908.537 MicroJy iter= 10 IMAGR2: Field 2 Clean flux density= 2.036 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 538.371 MilliJy 1171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 911.638 less than limit 912.219 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1161 to 809 components IMAGR2: Field 2 compressed from 10 to 3 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -826.3 MicroJy,max = 631.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 523.878 MilliJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 2.036 MilliJy ( 3 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 538.371 MilliJy IMAGR2: Field 2 final Clean flux 525.914 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= 27.8 Real= 84 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.152 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: AN04_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.1459 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 1229 CELLSIZE 0.26035 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.26035 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.062 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 94.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.5 Real= 5 C 1 1012 1012 19 45 53.52 70 55 48.7 00001 -1 507 512 513 C 2 1012 1012 19 45 53.52 70 52 07.1 00002 -1 507 512 513 C 3 1012 1012 19 45 14.41 70 53 57.6 00003 -1 507 512 513 C 4 1012 1012 19 46 32.63 70 53 57.6 00004 -1 507 512 513 C 5 1012 1012 19 45 14.29 70 57 39.3 00005 -1 507 512 513 C 6 1012 1012 19 46 32.75 70 57 39.3 00006 -1 507 512 513 C 7 1012 1012 19 45 53.52 70 59 30.4 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.152 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: AN04_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.1459 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: AN04_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 1012 1012 1.4702E-03 -2.3000E-02 0 IMAGR2: Field 2 1012 1012 1.4702E-03 -2.2162E+02 0 IMAGR2: Field 3 1012 1012 -1.9167E+02 -1.1112E+02 0 IMAGR2: Field 4 1012 1012 1.9167E+02 -1.1112E+02 0 IMAGR2: Field 5 1012 1012 -1.9226E+02 1.1058E+02 0 IMAGR2: Field 6 1012 1012 1.9226E+02 1.1058E+02 0 IMAGR2: Field 7 1012 1012 1.4702E-03 2.2168E+02 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 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 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 6000 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.901E+04 IMAGR2: UVWAIT: Adding temperance S 7.802E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.026E+07 and out 2.491E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.149 due to weighting IMAGR2: UVWAIT: Average summed weight 3.901E+04 over 11928 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 .IBM003. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1945+709 .IBM004. 1 (MA) on disk 1 cno 97 IMAGR2: Create 1945+709 .IBM005. 1 (MA) on disk 1 cno 98 IMAGR2: Create 1945+709 .IBM006. 1 (MA) on disk 1 cno 99 IMAGR2: Create 1945+709 .IBM007. 1 (MA) on disk 1 cno 100 IMAGR2: Create 1945+709 .ICL001. 1 (MA) on disk 1 cno 101 IMAGR2: Create 1945+709 .ICL002. 1 (MA) on disk 1 cno 102 IMAGR2: Create 1945+709 .ICL003. 1 (MA) on disk 1 cno 103 IMAGR2: Create 1945+709 .ICL004. 1 (MA) on disk 1 cno 104 IMAGR2: Create 1945+709 .ICL005. 1 (MA) on disk 1 cno 105 IMAGR2: Create 1945+709 .ICL006. 1 (MA) on disk 1 cno 106 IMAGR2: Create 1945+709 .ICL007. 1 (MA) on disk 1 cno 107 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.64503E+08 IMAGR2: Field 1 Beam min = -155.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.139 x 0.698 arcsec, PA= 34.0 IMAGR2: Field 2 Sum of gridding weights = 2.64503E+08 IMAGR2: Field 2 Beam min = -127.8 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 fit FWHM = 1.139 x 0.698 arcsec, PA= 34.0 IMAGR2: Field 3 Sum of gridding weights = 2.64502E+08 IMAGR2: Field 3 Beam min = -116.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.139 x 0.698 arcsec, PA= 33.8 IMAGR2: Field 4 Sum of gridding weights = 2.64503E+08 IMAGR2: Field 4 Beam min = -116.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.140 x 0.698 arcsec, PA= 34.2 IMAGR2: Field 5 Sum of gridding weights = 2.64502E+08 IMAGR2: Field 5 Beam min = -116.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.139 x 0.699 arcsec, PA= 33.8 IMAGR2: Field 6 Sum of gridding weights = 2.64503E+08 IMAGR2: Field 6 Beam min = -116.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.140 x 0.698 arcsec, PA= 34.2 IMAGR2: Field 7 Sum of gridding weights = 2.64503E+08 IMAGR2: Field 7 Beam min = -134.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.140 x 0.698 arcsec, PA= 34.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -48.6 MilliJy,max = 438.4 MilliJy IMAGR2: Field 2 min = -35.0 MilliJy,max = 124.7 MilliJy IMAGR2: Field 3 min = -39.3 MilliJy,max = 220.1 MilliJy IMAGR2: Field 4 min = -40.1 MilliJy,max = 224.7 MilliJy IMAGR2: Field 5 min = -51.6 MilliJy,max = 225.4 MilliJy IMAGR2: Field 6 min = -40.7 MilliJy,max = 222.4 MilliJy IMAGR2: Field 7 min = -37.8 MilliJy,max = 126.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 69.08 MilliJy IMAGR2: 2456 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 232.981 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 228.712 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 228.712 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 = -23.5 MilliJy,max = 209.7 MilliJy IMAGR2: BGC Clean: using 1755 cell beam + residuals > 50.73 MilliJy IMAGR2: 397 Residual map points loaded IMAGR2: Field 1 min allowed flux = 100.293 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 348.135 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 348.135 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.8 MilliJy,max = 46.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.214E-02 < Second best 1.455E-01 IMAGR2: Field 3 min = -8.6 MilliJy,max = 47.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.975E-02 < Second best 1.454E-01 IMAGR2: Field 6 min = -9.8 MilliJy,max = 49.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.220E-02 < Second best 1.392E-01 IMAGR2: Field 5 min = -11.5 MilliJy,max = 45.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.872E-02 < Second best 1.163E-01 IMAGR2: Field 7 min = -8.9 MilliJy,max = 29.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.597E-02 < Second best 1.133E-01 IMAGR2: Field 2 min = -7.9 MilliJy,max = 24.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.241E-02 < Second best 9.540E-02 IMAGR2: Field 1 min = -10.4 MilliJy,max = 90.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 15.80 MilliJy IMAGR2: 1874 Residual map points loaded IMAGR2: Field 1 min allowed flux = 42.035 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 404.979 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 404.979 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 37.8 MilliJy IMAGR2: BGC Clean: using 1753 cell beam + residuals > 10.65 MilliJy IMAGR2: 257 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.663 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 429.071 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 429.071 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.5 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.134E-03 < Second best 3.214E-02 IMAGR2: Field 4 min = -3.3 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.835E-03 < Second best 2.975E-02 IMAGR2: Field 3 min = -3.0 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.905E-03 < Second best 2.872E-02 IMAGR2: Field 5 min = -3.7 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.976E-03 < Second best 2.597E-02 IMAGR2: Field 7 min = -3.3 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.117E-03 < Second best 2.241E-02 IMAGR2: Field 2 min = -3.0 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.897E-03 < Second best 1.680E-02 IMAGR2: Field 1 min = -3.7 MilliJy,max = 16.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.78 MilliJy IMAGR2: 3726 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.841 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 439.426 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 439.426 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 1345 cell beam + residuals > 2.30 MilliJy IMAGR2: 982 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.500 MilliJy iter= 60 IMAGR2: Field 1 Clean flux density= 441.279 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 441.279 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.624E-03 < Second best 6.835E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.068E-03 < Second best 6.117E-03 IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.736E-03 < Second best 4.976E-03 IMAGR2: Field 5 min = -3.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.713E-03 < Second best 4.905E-03 IMAGR2: Field 3 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.030E-03 < Second best 4.897E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.021E-03 < Second best 3.736E-03 IMAGR2: BGC Clean: using 1753 cell beam + residuals > 1.82 MilliJy IMAGR2: 1537 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.434 MilliJy iter= 25 IMAGR2: Field 7 Clean flux density= 2.109 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 443.388 MilliJy 85 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.862E-03 < Second best 3.335E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 1.73 MilliJy IMAGR2: 842 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.295 MilliJy iter= 93 IMAGR2: Field 1 Clean flux density= 441.481 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 443.590 MilliJy 118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.871E-03 < Second best 3.030E-03 IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.850E-03 < Second best 3.021E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 1.93 MilliJy IMAGR2: 229 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.244 MilliJy iter= 22 IMAGR2: Field 2 Clean flux density= -1.060 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 442.530 MilliJy 140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 1.93 MilliJy IMAGR2: 53 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.109 MilliJy iter= 14 IMAGR2: Field 4 Clean flux density= -1.549 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 440.981 MilliJy 154 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.358E-03 < Second best 2.850E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.459E-03 < Second best 2.713E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 535 cell beam + residuals > 1.45 MilliJy IMAGR2: 553 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.750 MilliJy iter= 34 IMAGR2: Field 5 Clean flux density= 3.268 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 444.249 MilliJy 188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.241E-03 < Second best 2.358E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.205E-03 < Second best 2.325E-03 IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 1.60 MilliJy IMAGR2: 341 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.834 MilliJy iter= 55 IMAGR2: Field 7 Clean flux density= 1.708 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 443.847 MilliJy 218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 1.60 MilliJy IMAGR2: 229 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.795 MilliJy iter= 29 IMAGR2: Field 3 Clean flux density= -2.183 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 441.664 MilliJy 247 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 1.60 MilliJy IMAGR2: 151 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.740 MilliJy iter= 23 IMAGR2: Field 6 Clean flux density= 932.253 MicroJy 23 comps IMAGR2: Total Cleaned flux density = 442.596 MilliJy 270 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.899E-03 < Second best 2.144E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 1.45 MilliJy IMAGR2: 356 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.627 MilliJy iter= 58 IMAGR2: Field 2 Clean flux density= 2.572 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 446.228 MilliJy 306 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 927 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.451 MilliJy iter= 91 IMAGR2: Field 4 Clean flux density= -2.857 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 444.920 MilliJy 383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 1.23 MilliJy IMAGR2: 210 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.320 MilliJy iter= 124 IMAGR2: Field 1 Clean flux density= 442.894 MilliJy 124 comps IMAGR2: Total Cleaned flux density = 446.333 MilliJy 414 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 = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.493E-03 < Second best 1.717E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 1.23 MilliJy IMAGR2: 360 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.341 MilliJy iter= 70 IMAGR2: Field 3 Clean flux density= -2.030 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 446.487 MilliJy 455 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.376E-03 < Second best 1.665E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.442E-03 < Second best 1.557E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.349E-03 < Second best 1.493E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 970.07 MicroJy IMAGR2: 3493 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.264 MilliJy iter= 210 IMAGR2: Field 7 Clean flux density= 3.377 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 448.156 MilliJy 610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.222E-03 < Second best 1.389E-03 IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.241E-03 < Second best 1.376E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.36 MicroJy IMAGR2: 577 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.044 MilliJy iter= 125 IMAGR2: Field 5 Clean flux density= 4.857 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 449.745 MilliJy 701 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 531 cell beam + residuals > 907.46 MicroJy IMAGR2: 1391 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.021 MilliJy iter= 154 IMAGR2: Field 2 Clean flux density= -190.909 MicroJy 154 comps IMAGR2: Total Cleaned flux density = 446.982 MilliJy 797 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.066E-03 < Second best 1.263E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.028E-03 < Second best 1.241E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.070E-03 < Second best 1.222E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.142E-03 < Second best 1.211E-03 IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 745.66 MicroJy IMAGR2: 1629 Residual map points loaded IMAGR2: Field 7 min Clean flux = 875.546 MicroJy iter= 353 IMAGR2: Field 7 Clean flux density= 3.673 MilliJy 353 comps IMAGR2: Total Cleaned flux density = 447.278 MilliJy 940 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 738.26 MicroJy IMAGR2: 1067 Residual map points loaded IMAGR2: Field 6 min Clean flux = -874.588 MicroJy iter= 78 IMAGR2: Field 6 Clean flux density= 2.534 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 448.880 MilliJy 995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 738.26 MicroJy IMAGR2: 983 Residual map points loaded IMAGR2: Field 4 min Clean flux = 874.954 MicroJy iter= 140 IMAGR2: Field 4 Clean flux density= -1.880 MilliJy 140 comps IMAGR2: Total Cleaned flux density = 449.856 MilliJy 1044 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 738.26 MicroJy IMAGR2: 1094 Residual map points loaded IMAGR2: Field 3 min Clean flux = -873.542 MicroJy iter= 121 IMAGR2: Field 3 Clean flux density= -2.345 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 449.540 MilliJy 1095 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -922.5 MicroJy,max = 907.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.692E-04 < Second best 9.991E-04 IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.310E-04 < Second best 9.781E-04 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 503.22 MicroJy IMAGR2: 12203 Residual map points loaded IMAGR2: Field 2 min Clean flux = 873.531 MicroJy iter= 158 IMAGR2: Field 2 Clean flux density= -10.983 MicroJy 158 comps IMAGR2: Total Cleaned flux density = 449.720 MilliJy 1099 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -919.6 MicroJy,max = 902.9 MicroJy IMAGR2: BGC Clean: using 533 cell beam + residuals > 447.17 MicroJy IMAGR2: 13460 Residual map points loaded IMAGR2: Field 1 min Clean flux = 869.093 MicroJy iter= 127 IMAGR2: Field 1 Clean flux density= 442.978 MilliJy 127 comps IMAGR2: Total Cleaned flux density = 449.805 MilliJy 1102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 875.546 less than limit 875.604 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 127 to 40 components IMAGR2: Field 2 compressed from 158 to 121 components IMAGR2: Field 3 compressed from 121 to 92 components IMAGR2: Field 4 compressed from 140 to 98 components IMAGR2: Field 5 compressed from 125 to 87 components IMAGR2: Field 6 compressed from 78 to 67 components IMAGR2: Field 7 compressed from 353 to 273 components IMAGR2: Field 1 min = -919.2 MicroJy,max = 909.2 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -989.9 MicroJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 999.7 MicroJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-235.193 MicroJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore-104.138 MicroJy ( 4 CCs) from field 1 to field 3 IMAGR2: Restore 1.464 MilliJy ( 6 CCs) from field 1 to field 6 IMAGR2: Restore 1.453 MilliJy ( 8 CCs) from field 1 to field 7 IMAGR2: Restore -1.087 MilliJy ( 11 CCs) from field 2 to field 1 IMAGR2: Restore -2.084 MilliJy ( 33 CCs) from field 2 to field 3 IMAGR2: Restore 2.350 MilliJy ( 27 CCs) from field 2 to field 4 IMAGR2: Restore -1.037 MilliJy ( 12 CCs) from field 3 to field 1 IMAGR2: Restore -2.038 MilliJy ( 23 CCs) from field 3 to field 2 IMAGR2: Restore 416.753 MicroJy ( 8 CCs) from field 3 to field 5 IMAGR2: Restore-972.483 MicroJy ( 11 CCs) from field 4 to field 1 IMAGR2: Restore-298.085 MicroJy ( 22 CCs) from field 4 to field 2 IMAGR2: Restore -3.223 MilliJy ( 27 CCs) from field 4 to field 6 IMAGR2: Restore 697.622 MicroJy ( 22 CCs) from field 5 to field 1 IMAGR2: Restore 2.736 MilliJy ( 16 CCs) from field 5 to field 3 IMAGR2: Restore 2.654 MilliJy ( 41 CCs) from field 5 to field 7 IMAGR2: Restore 447.380 MicroJy ( 7 CCs) from field 6 to field 1 IMAGR2: Restore-598.646 MicroJy ( 13 CCs) from field 6 to field 4 IMAGR2: Restore 434.813 MicroJy ( 6 CCs) from field 6 to field 7 IMAGR2: Restore -77.855 MicroJy ( 16 CCs) from field 7 to field 1 IMAGR2: Restore -4.560 MilliJy ( 51 CCs) from field 7 to field 5 IMAGR2: Restore 4.816 MilliJy ( 46 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 440.949 MilliJy IMAGR2: Field 2 final Clean flux -2.583 MilliJy IMAGR2: Field 3 final Clean flux -1.797 MilliJy IMAGR2: Field 4 final Clean flux -128.768 MicroJy IMAGR2: Field 5 final Clean flux 713.973 MicroJy IMAGR2: Field 6 final Clean flux 5.592 MilliJy IMAGR2: Field 7 final Clean flux 8.215 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= 44.8 Real= 142 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.152 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: AN04_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.1459 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: AN04_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: 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: 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: Disk 1 in-CNO 101 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 102 renumbered as CNO 94 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 105 renumbered as CNO 97 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1469 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 1318 CELLSIZE 0.24294 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24294 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1815+614_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 84.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.3 Real= 4 C 1 1012 1012 18 15 36.79 61 27 11.6 00001 -1 507 512 513 C 2 1012 1012 18 15 36.79 61 23 44.8 00002 -1 507 512 513 C 3 1012 1012 18 15 11.83 61 25 28.1 00003 -1 507 512 513 C 4 1012 1012 18 16 01.76 61 25 28.1 00004 -1 507 512 513 C 5 1012 1012 18 15 11.78 61 28 54.9 00005 -1 507 512 513 C 6 1012 1012 18 16 01.80 61 28 54.9 00006 -1 507 512 513 C 7 1012 1012 18 15 36.79 61 30 38.5 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.152 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: AN04_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.1459 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: AN04_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: 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: 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: Disk 1 in-CNO 101 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 102 renumbered as CNO 94 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 105 renumbered as CNO 97 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1469 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: AN04_1.log.1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 1012 1012 -1.4336E-02 -4.1000E-02 0 IMAGR2: Field 2 1012 1012 -1.4336E-02 -2.0684E+02 0 IMAGR2: Field 3 1012 1012 -1.7893E+02 -1.0354E+02 0 IMAGR2: Field 4 1012 1012 1.7897E+02 -1.0354E+02 0 IMAGR2: Field 5 1012 1012 -1.7929E+02 1.0326E+02 0 IMAGR2: Field 6 1012 1012 1.7926E+02 1.0326E+02 0 IMAGR2: Field 7 1012 1012 -1.4336E-02 2.0686E+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 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1815+614 .IMAGR . 1 (UV) on disk 1 cno 100 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5925 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.981E+04 IMAGR2: UVWAIT: Adding temperance S 7.962E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.081E+07 and out 2.595E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.154 due to weighting IMAGR2: UVWAIT: Average summed weight 3.981E+04 over 11850 vis IMAGR2: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 101 IMAGR2: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 102 IMAGR2: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 103 IMAGR2: Create 1815+614 .IBM004. 1 (MA) on disk 1 cno 104 IMAGR2: Create 1815+614 .IBM005. 1 (MA) on disk 1 cno 105 IMAGR2: Create 1815+614 .IBM006. 1 (MA) on disk 1 cno 106 IMAGR2: Create 1815+614 .IBM007. 1 (MA) on disk 1 cno 107 IMAGR2: Create 1815+614 .ICL001. 1 (MA) on disk 1 cno 108 IMAGR2: Create 1815+614 .ICL002. 1 (MA) on disk 1 cno 109 IMAGR2: Create 1815+614 .ICL003. 1 (MA) on disk 1 cno 110 IMAGR2: Create 1815+614 .ICL004. 1 (MA) on disk 1 cno 111 IMAGR2: Create 1815+614 .ICL005. 1 (MA) on disk 1 cno 112 IMAGR2: Create 1815+614 .ICL006. 1 (MA) on disk 1 cno 113 IMAGR2: Create 1815+614 .ICL007. 1 (MA) on disk 1 cno 114 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.75519E+08 IMAGR2: Field 1 Beam min = -116.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 901.554 x 735.489 Milliarcsec, PA= 11.5 IMAGR2: Field 2 Sum of gridding weights = 2.75519E+08 IMAGR2: Field 2 Beam min = -104.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 901.164 x 735.434 Milliarcsec, PA= 11.6 IMAGR2: Field 3 Sum of gridding weights = 2.75519E+08 IMAGR2: Field 3 Beam min = -105.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 901.251 x 735.696 Milliarcsec, PA= 11.4 IMAGR2: Field 4 Sum of gridding weights = 2.75519E+08 IMAGR2: Field 4 Beam min = -110.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 901.466 x 735.224 Milliarcsec, PA= 11.7 IMAGR2: Field 5 Sum of gridding weights = 2.75518E+08 IMAGR2: Field 5 Beam min = -106.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 901.640 x 735.751 Milliarcsec, PA= 11.4 IMAGR2: Field 6 Sum of gridding weights = 2.75519E+08 IMAGR2: Field 6 Beam min = -109.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 901.854 x 735.280 Milliarcsec, PA= 11.6 IMAGR2: Field 7 Sum of gridding weights = 2.75519E+08 IMAGR2: Field 7 Beam min = -137.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 901.941 x 735.545 Milliarcsec, PA= 11.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -30.3 MilliJy,max = 275.5 MilliJy IMAGR2: Field 2 min = -25.4 MilliJy,max = 84.8 MilliJy IMAGR2: Field 3 min = -32.1 MilliJy,max = 142.2 MilliJy IMAGR2: Field 4 min = -30.1 MilliJy,max = 133.1 MilliJy IMAGR2: Field 5 min = -29.8 MilliJy,max = 134.9 MilliJy IMAGR2: Field 6 min = -29.5 MilliJy,max = 131.3 MilliJy IMAGR2: Field 7 min = -27.2 MilliJy,max = 81.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 55.08 MilliJy IMAGR2: 954 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 180.741 MilliJy iter= 5 IMAGR2: Field 1 Clean flux density= 112.811 MilliJy 5 comps IMAGR2: Total Cleaned flux density = 112.811 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 = -20.4 MilliJy,max = 162.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 36.14 MilliJy IMAGR2: 801 Residual map points loaded IMAGR2: Field 1 min allowed flux = 75.563 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 215.258 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 215.258 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.0 MilliJy,max = 42.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.233E-02 < Second best 9.367E-02 IMAGR2: Field 6 min = -11.2 MilliJy,max = 33.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.808E-02 < Second best 8.084E-02 IMAGR2: Field 2 min = -10.2 MilliJy,max = 26.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.490E-02 < Second best 7.725E-02 IMAGR2: Field 7 min = -11.5 MilliJy,max = 39.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.749E-02 < Second best 7.296E-02 IMAGR2: Field 5 min = -12.5 MilliJy,max = 40.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.401E-02 < Second best 7.189E-02 IMAGR2: Field 1 min = -14.0 MilliJy,max = 68.0 MilliJy IMAGR2: BGC Clean: using 1939 cell beam + residuals > 18.52 MilliJy IMAGR2: 929 Residual map points loaded IMAGR2: Field 1 min allowed flux = 31.453 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 262.803 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 262.803 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -11.3 MilliJy,max = 20.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.493E-02 < Second best 3.749E-02 IMAGR2: Field 7 min = -9.6 MilliJy,max = 38.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.60 MilliJy IMAGR2: 118 Residual map points loaded IMAGR2: Field 7 min allowed flux = 18.943 MilliJy iter= 9 IMAGR2: Field 7 Clean flux density= 24.515 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 287.318 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.9 MilliJy,max = 24.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.736E-02 < Second best 2.994E-02 IMAGR2: Field 1 min = -13.1 MilliJy,max = 28.6 MilliJy IMAGR2: BGC Clean: using 1807 cell beam + residuals > 10.47 MilliJy IMAGR2: 2249 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 15.989 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 308.490 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 333.005 MilliJy 56 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.1 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.287E-02 < Second best 2.490E-02 IMAGR2: Field 2 min = -10.3 MilliJy,max = 12.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.111E-02 < Second best 2.401E-02 IMAGR2: Field 5 min = -10.1 MilliJy,max = 15.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.429E-02 < Second best 1.804E-02 IMAGR2: Field 7 min = -8.8 MilliJy,max = 16.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.579E-02 < Second best 1.736E-02 IMAGR2: Field 3 min = -10.3 MilliJy,max = 14.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.275E-02 < Second best 1.579E-02 IMAGR2: BGC Clean: using 1807 cell beam + residuals > 7.73 MilliJy IMAGR2: 263 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 9.663 MilliJy iter= 26 IMAGR2: Field 7 Clean flux density= 43.955 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 352.446 MilliJy 73 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.6 MilliJy,max = 15.2 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 7.13 MilliJy IMAGR2: 4001 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.733 MilliJy iter= 94 IMAGR2: Field 1 Clean flux density= 352.757 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 396.713 MilliJy 120 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -10.9 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.096E-03 < Second best 1.429E-02 IMAGR2: Field 5 min = -9.2 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.324E-03 < Second best 1.287E-02 IMAGR2: Field 6 min = -10.2 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.322E-03 < Second best 1.275E-02 IMAGR2: Field 3 min = -9.4 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.718E-03 < Second best 1.111E-02 IMAGR2: Field 2 min = -8.7 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.610E-03 < Second best 1.025E-02 IMAGR2: Field 1 min = -10.6 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 1385 cell beam + residuals > 5.74 MilliJy IMAGR2: 3751 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.766 MilliJy iter= 145 IMAGR2: Field 1 Clean flux density= 358.622 MilliJy 145 comps IMAGR2: Total Cleaned flux density = 402.578 MilliJy 171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.4 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.778E-03 < Second best 9.322E-03 IMAGR2: Field 6 min = -7.8 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.062E-03 < Second best 9.216E-03 IMAGR2: Field 7 min = -6.5 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.724E-03 < Second best 9.096E-03 IMAGR2: Field 4 min = -8.2 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.481E-03 < Second best 8.718E-03 IMAGR2: Field 3 min = -7.8 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.355E-03 < Second best 8.062E-03 IMAGR2: BGC Clean: using 551 cell beam + residuals > 4.73 MilliJy IMAGR2: 877 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.774 MilliJy iter= 41 IMAGR2: Field 6 Clean flux density= 10.935 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 413.512 MilliJy 212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.8 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.025E-03 < Second best 7.724E-03 IMAGR2: Field 7 min = -6.5 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 4.73 MilliJy IMAGR2: 104 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.163 MilliJy iter= 47 IMAGR2: Field 7 Clean flux density= 46.106 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 415.663 MilliJy 233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.4 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.942E-03 < Second best 7.481E-03 IMAGR2: Field 4 min = -7.2 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.579E-03 < Second best 7.424E-03 IMAGR2: Field 1 min = -7.1 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.890E-03 < Second best 7.355E-03 IMAGR2: Field 3 min = -6.8 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.79 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 1939 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.150 MilliJy iter= 98 IMAGR2: Field 3 Clean flux density= 20.443 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 436.106 MilliJy 331 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.618E-03 < Second best 6.890E-03 IMAGR2: Field 1 min = -6.4 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.123E-03 < Second best 6.579E-03 IMAGR2: Field 4 min = -6.6 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.652E-03 < Second best 6.123E-03 IMAGR2: BGC Clean: using 551 cell beam + residuals > 3.76 MilliJy IMAGR2: 2876 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.600 MilliJy iter= 225 IMAGR2: Field 1 Clean flux density= 352.014 MilliJy 225 comps IMAGR2: Total Cleaned flux density = 429.498 MilliJy 411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.709E-03 < Second best 5.652E-03 IMAGR2: Field 4 min = -4.6 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.329E-03 < Second best 5.618E-03 IMAGR2: Field 5 min = -4.3 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.660E-03 < Second best 5.519E-03 IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.244E-03 < Second best 4.931E-03 IMAGR2: Field 7 min = -4.6 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.989E-03 < Second best 4.924E-03 IMAGR2: Field 3 min = -4.6 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.580E-03 < Second best 4.660E-03 IMAGR2: BGC Clean: using 551 cell beam + residuals > 2.85 MilliJy IMAGR2: 877 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.288 MilliJy iter= 62 IMAGR2: Field 5 Clean flux density= 7.672 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 437.170 MilliJy 473 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.101E-03 < Second best 4.329E-03 IMAGR2: Field 4 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.45 MilliJy IMAGR2: 1315 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.040 MilliJy iter= 121 IMAGR2: Field 4 Clean flux density= 7.019 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 444.189 MilliJy 594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 678 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.767 MilliJy iter= 132 IMAGR2: Field 6 Clean flux density= -1.183 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 432.071 MilliJy 685 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 1472 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.736 MilliJy iter= 367 IMAGR2: Field 1 Clean flux density= 373.082 MilliJy 367 comps IMAGR2: Total Cleaned flux density = 453.139 MilliJy 827 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.636E-03 < Second best 3.709E-03 IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.230E-03 < Second best 3.580E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.268E-03 < Second best 3.145E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.245E-03 < Second best 2.907E-03 IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.238E-03 < Second best 2.645E-03 IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.173E-03 < Second best 2.636E-03 IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.84 MilliJy IMAGR2: 413 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.961 MilliJy iter= 102 IMAGR2: Field 7 Clean flux density= 48.962 MilliJy 102 comps IMAGR2: Total Cleaned flux density = 455.996 MilliJy 882 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 4469 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.829 MilliJy iter= 622 IMAGR2: Field 1 Clean flux density= 334.180 MilliJy 622 comps IMAGR2: Total Cleaned flux density = 417.094 MilliJy 1137 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.034E-03 < Second best 2.245E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.851E-03 < Second best 2.238E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.628E-03 < Second best 2.230E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.933E-03 < Second best 2.173E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.880E-03 < Second best 2.034E-03 IMAGR2: BGC Clean: using 549 cell beam + residuals > 1.33 MilliJy IMAGR2: 528 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.428 MilliJy iter= 174 IMAGR2: Field 3 Clean flux density= 22.368 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 419.018 MilliJy 1213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.668E-03 < Second best 1.880E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.652E-03 < Second best 1.876E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.722E-03 < Second best 1.851E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 549 cell beam + residuals > 1.24 MilliJy IMAGR2: 503 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.313 MilliJy iter= 137 IMAGR2: Field 5 Clean flux density= 12.466 MilliJy 137 comps IMAGR2: Total Cleaned flux density = 423.812 MilliJy 1288 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.11 MilliJy IMAGR2: 907 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.248 MilliJy iter= 684 IMAGR2: Field 1 Clean flux density= 337.635 MilliJy 684 comps IMAGR2: Total Cleaned flux density = 427.267 MilliJy 1350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.493E-03 < Second best 1.668E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.390E-03 < Second best 1.652E-03 IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.435E-03 < Second best 1.628E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.11 MilliJy IMAGR2: 162 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.150 MilliJy iter= 165 IMAGR2: Field 4 Clean flux density= 8.233 MilliJy 165 comps IMAGR2: Total Cleaned flux density = 428.480 MilliJy 1394 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.11 MilliJy IMAGR2: 470 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.176 MilliJy iter= 179 IMAGR2: Field 7 Clean flux density= 53.013 MilliJy 179 comps IMAGR2: Total Cleaned flux density = 432.531 MilliJy 1471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.253E-03 < Second best 1.390E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.11 MilliJy IMAGR2: 81 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.132 MilliJy iter= 29 IMAGR2: Field 2 Clean flux density= -379.674 MicroJy 29 comps IMAGR2: Total Cleaned flux density = 432.151 MilliJy 1500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.11 MilliJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.122 MilliJy iter= 185 IMAGR2: Field 3 Clean flux density= 21.527 MilliJy 185 comps IMAGR2: Total Cleaned flux density = 431.311 MilliJy 1511 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.129E-03 < Second best 1.253E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.11 MilliJy IMAGR2: 55 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.130 MilliJy iter= 153 IMAGR2: Field 6 Clean flux density= -807.535 MicroJy 153 comps IMAGR2: Total Cleaned flux density = 431.686 MilliJy 1532 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 > 846.95 MicroJy IMAGR2: 1266 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 942.869 MicroJy iter= 864 IMAGR2: Field 1 Clean flux density= 340.453 MilliJy 864 comps IMAGR2: Total Cleaned flux density = 434.504 MilliJy 1712 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.042E-03 < Second best 1.127E-03 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.024E-03 < Second best 1.102E-03 IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.780E-04 < Second best 1.085E-03 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.990E-04 < Second best 1.083E-03 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.008E-03 < Second best 1.075E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 723.41 MicroJy IMAGR2: 2384 Residual map points loaded IMAGR2: Field 3 min Clean flux = 880.671 MicroJy iter= 329 IMAGR2: Field 3 Clean flux density= 17.590 MilliJy 329 comps IMAGR2: Total Cleaned flux density = 430.567 MilliJy 1856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 709.67 MicroJy IMAGR2: 1163 Residual map points loaded IMAGR2: Field 5 min Clean flux = -879.779 MicroJy iter= 167 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 Clean flux density= 11.375 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 429.475 MilliJy 1886 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 698.36 MicroJy IMAGR2: 2268 Residual map points loaded IMAGR2: Field 7 min Clean flux = -879.578 MicroJy iter= 236 IMAGR2: Field 7 Clean flux density= 53.857 MilliJy 236 comps IMAGR2: Total Cleaned flux density = 430.319 MilliJy 1943 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.508E-04 < Second best 9.990E-04 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 661.08 MicroJy IMAGR2: 1585 Residual map points loaded IMAGR2: Field 2 min Clean flux = -874.340 MicroJy iter= 49 IMAGR2: Field 2 Clean flux density= -188.509 MicroJy 49 comps IMAGR2: Total Cleaned flux density = 430.511 MilliJy 1963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 985.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.981E-04 < Second best 9.508E-04 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 640.34 MicroJy IMAGR2: 2821 Residual map points loaded IMAGR2: Field 6 min Clean flux = 879.446 MicroJy iter= 171 IMAGR2: Field 6 Clean flux density= -429.005 MicroJy 171 comps IMAGR2: Total Cleaned flux density = 430.889 MilliJy 1981 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.903E-04 < Second best 8.981E-04 IMAGR2: Field 4 min = -1.1 MilliJy,max = 977.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.31 MicroJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 4 min Clean flux = -879.383 MicroJy iter= 172 IMAGR2: Field 4 Clean flux density= 8.148 MilliJy 172 comps IMAGR2: Total Cleaned flux density = 430.805 MilliJy 1988 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 880.671 less than limit 881.128 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 864 to 607 components IMAGR2: Field 2 compressed from 49 to 44 components IMAGR2: Field 3 compressed from 329 to 265 components IMAGR2: Field 4 compressed from 172 to 132 components IMAGR2: Field 5 compressed from 167 to 136 components IMAGR2: Field 6 compressed from 171 to 135 components IMAGR2: Field 7 compressed from 236 to 179 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 4 min = -1.0 MilliJy,max = 960.9 MicroJy IMAGR2: Field 5 min = -962.6 MicroJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -4.086 MilliJy ( 38 CCs) from field 1 to field 2 IMAGR2: Restore 3.911 MilliJy ( 56 CCs) from field 1 to field 3 IMAGR2: Restore-155.890 MicroJy ( 33 CCs) from field 1 to field 4 IMAGR2: Restore 10.174 MilliJy ( 37 CCs) from field 1 to field 5 IMAGR2: Restore 797.824 MicroJy ( 50 CCs) from field 1 to field 6 IMAGR2: Restore 1.034 MilliJy ( 45 CCs) from field 1 to field 7 IMAGR2: Restore-247.899 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR2: Restore-250.556 MicroJy ( 12 CCs) from field 2 to field 3 IMAGR2: Restore -88.816 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore-961.272 MicroJy ( 34 CCs) from field 3 to field 1 IMAGR2: Restore -1.782 MilliJy ( 51 CCs) from field 3 to field 2 IMAGR2: Restore 2.881 MilliJy ( 18 CCs) from field 3 to field 5 IMAGR2: Restore-273.466 MicroJy ( 12 CCs) from field 4 to field 1 IMAGR2: Restore-626.065 MicroJy ( 4 CCs) from field 4 to field 2 IMAGR2: Restore 2.672 MilliJy ( 20 CCs) from field 4 to field 6 IMAGR2: Restore 707.852 MicroJy ( 18 CCs) from field 5 to field 1 IMAGR2: Restore 112.975 MicroJy ( 11 CCs) from field 5 to field 3 IMAGR2: Restore 2.809 MilliJy ( 14 CCs) from field 5 to field 7 IMAGR2: Restore 1.247 MilliJy ( 15 CCs) from field 6 to field 1 IMAGR2: Restore 3.367 MilliJy ( 12 CCs) from field 6 to field 4 IMAGR2: Restore 2.745 MilliJy ( 22 CCs) from field 6 to field 7 IMAGR2: Restore 5.616 MilliJy ( 26 CCs) from field 7 to field 1 IMAGR2: Restore 3.140 MilliJy ( 13 CCs) from field 7 to field 5 IMAGR2: Restore-565.545 MicroJy ( 41 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 346.541 MilliJy IMAGR2: Field 2 final Clean flux -6.682 MilliJy IMAGR2: Field 3 final Clean flux 21.363 MilliJy IMAGR2: Field 4 final Clean flux 11.271 MilliJy IMAGR2: Field 5 final Clean flux 27.570 MilliJy IMAGR2: Field 6 final Clean flux 2.476 MilliJy IMAGR2: Field 7 final Clean flux 60.445 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= 100 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 56.4 Real= 177 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.152 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: AN04_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.1459 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: AN04_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: 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: 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: Disk 1 in-CNO 101 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 102 renumbered as CNO 94 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 105 renumbered as CNO 97 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1469 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: AN04_1.log.1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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= 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: 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: 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: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1368 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 97.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 6 C 1 1012 1012 23 55 09.46 49 50 08.3 00001 -1 507 512 513 C 2 1012 1012 23 55 09.46 49 46 50.7 00002 -1 507 512 513 C 3 1012 1012 23 54 51.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 xtension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 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: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1368 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: AN04_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 107 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6825 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.027E+04 IMAGR2: UVWAIT: Adding temperance S 8.055E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.154E+07 and out 2.636E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.144 due to weighting IMAGR2: UVWAIT: Average summed weight 4.027E+04 over 13500 vis IMAGR2: Create 2355+498 .IBM001. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2355+498 .IBM002. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2355+498 .IBM003. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2355+498 .IBM004. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2355+498 .IBM005. 1 (MA) on disk 1 cno 112 IMAGR2: Create 2355+498 .IBM006. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2355+498 .IBM007. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2355+498 .ICL001. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2355+498 .ICL002. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2355+498 .ICL003. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2355+498 .ICL004. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2355+498 .ICL005. 1 (MA) on disk 1 cno 119 IMAGR2: Create 2355+498 .ICL006. 1 (MA) on disk 1 cno 120 IMAGR2: Create 2355+498 .ICL007. 1 (MA) on disk 1 cno 121 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.79830E+08 IMAGR2: Field 1 Beam min = -162.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.326 x 0.691 arcsec, PA= -85.1 IMAGR2: Field 2 Sum of gridding weights = 2.79829E+08 IMAGR2: Field 2 Beam min = -162.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.326 x 0.691 arcsec, PA= -85.1 IMAGR2: Field 3 Sum of gridding weights = 2.79828E+08 IMAGR2: Field 3 Beam min = -107.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.324 x 0.691 arcsec, PA= -85.2 IMAGR2: Field 4 Sum of gridding weights = 2.79829E+08 IMAGR2: Field 4 Beam min = -135.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.327 x 0.691 arcsec, PA= -85.0 IMAGR2: Field 5 Sum of gridding weights = 2.79829E+08 IMAGR2: Field 5 Beam min = -107.6 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 fit FWHM = 1.324 x 0.691 arcsec, PA= -85.2 IMAGR2: Field 6 Sum of gridding weights = 2.79829E+08 IMAGR2: Field 6 Beam min = -108.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.327 x 0.691 arcsec, PA= -85.0 IMAGR2: Field 7 Sum of gridding weights = 2.79830E+08 IMAGR2: Field 7 Beam min = -162.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.325 x 0.691 arcsec, PA= -85.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -99.9 MilliJy,max = 906.7 MilliJy IMAGR2: Field 2 min = -72.0 MilliJy,max = 222.9 MilliJy IMAGR2: Field 3 min = -94.5 MilliJy,max = 325.3 MilliJy IMAGR2: Field 4 min = -90.6 MilliJy,max = 359.0 MilliJy IMAGR2: Field 5 min = -91.2 MilliJy,max = 364.0 MilliJy IMAGR2: Field 6 min = -91.5 MilliJy,max = 329.4 MilliJy IMAGR2: Field 7 min = -70.2 MilliJy,max = 233.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 228.22 MilliJy IMAGR2: 295 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 661.009 MilliJy iter= 4 IMAGR2: Field 1 Clean flux density= 311.826 MilliJy 4 comps IMAGR2: Total Cleaned flux density = 311.826 MilliJy 4 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 = -66.4 MilliJy,max = 594.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 166.37 MilliJy IMAGR2: 192 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 316.161 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 622.193 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 622.193 MilliJy 11 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -28.2 MilliJy,max = 116.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.108E-01 < Second best 3.419E-01 IMAGR2: Field 4 min = -29.4 MilliJy,max = 122.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.163E-01 < Second best 3.007E-01 IMAGR2: Field 1 min = -34.4 MilliJy,max = 284.5 MilliJy IMAGR2: BGC Clean: using 1247 cell beam + residuals > 84.13 MilliJy IMAGR2: 187 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 137.417 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 805.043 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 805.043 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -16.0 MilliJy,max = 37.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.543E-02 < Second best 2.178E-01 IMAGR2: Field 3 min = -15.8 MilliJy,max = 43.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.875E-02 < Second best 2.154E-01 IMAGR2: Field 6 min = -18.6 MilliJy,max = 56.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.727E-02 < Second best 2.127E-01 IMAGR2: Field 2 min = -15.7 MilliJy,max = 34.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.258E-02 < Second best 1.307E-01 IMAGR2: Field 1 min = -21.6 MilliJy,max = 126.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 34.59 MilliJy IMAGR2: 289 Residual map points loaded IMAGR2: Field 1 min allowed flux = 61.855 MilliJy iter= 29 IMAGR2: Field 1 Clean flux density= 886.549 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 886.549 MilliJy 29 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -16.2 MilliJy,max = 29.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.074E-02 < Second best 1.108E-01 IMAGR2: Field 5 min = -11.3 MilliJy,max = 20.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.704E-02 < Second best 5.885E-02 IMAGR2: Field 1 min = -19.0 MilliJy,max = 56.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 15.57 MilliJy IMAGR2: 461 Residual map points loaded IMAGR2: Field 1 min allowed flux = 27.979 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 923.099 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 923.099 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.3 MilliJy,max = 16.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.196E-02 < Second best 3.543E-02 IMAGR2: Field 7 min = -11.0 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.157E-02 < Second best 3.258E-02 IMAGR2: Field 2 min = -12.7 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.229E-02 < Second best 2.875E-02 IMAGR2: Field 3 min = -10.5 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.121E-03 < Second best 2.662E-02 IMAGR2: Field 1 min = -24.3 MilliJy,max = 25.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.04 MilliJy IMAGR2: 3725 Residual map points loaded IMAGR2: Field 1 min allowed flux = -12.584 MilliJy iter= 63 IMAGR2: Field 1 Clean flux density= 919.107 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 919.107 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.6 MilliJy,max = 11.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.051E-03 < Second best 1.704E-02 IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.183E-03 < Second best 1.229E-02 IMAGR2: Field 2 min = -9.2 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.416E-03 < Second best 1.199E-02 IMAGR2: Field 1 min = -12.1 MilliJy,max = 12.1 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 5.38 MilliJy IMAGR2: 2279 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -8.490 MilliJy iter= 111 IMAGR2: Field 1 Clean flux density= 928.976 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 928.976 MilliJy 111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.0 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.377E-03 < Second best 1.157E-02 IMAGR2: Field 7 min = -7.1 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.778E-03 < Second best 9.416E-03 IMAGR2: Field 2 min = -7.4 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.045E-03 < Second best 9.051E-03 IMAGR2: Field 4 min = -7.8 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.355E-03 < Second best 8.098E-03 IMAGR2: Field 1 min = -8.9 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 3.63 MilliJy IMAGR2: 4330 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.617 MilliJy iter= 189 IMAGR2: Field 1 Clean flux density= 920.803 MilliJy 189 comps IMAGR2: Total Cleaned flux density = 920.803 MilliJy 189 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.8 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.589E-03 < Second best 7.045E-03 IMAGR2: Field 2 min = -5.7 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.719E-03 < Second best 6.778E-03 IMAGR2: Field 7 min = -5.2 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 715 cell beam + residuals > 3.33 MilliJy IMAGR2: 1197 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.075 MilliJy iter= 45 IMAGR2: Field 7 Clean flux density= 8.466 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 929.269 MilliJy 234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.6 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.722E-03 < Second best 6.121E-03 IMAGR2: Field 3 min = -5.3 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.019E-03 < Second best 5.719E-03 IMAGR2: Field 2 min = -5.3 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.322E-03 < Second best 5.589E-03 IMAGR2: Field 4 min = -5.5 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 767 cell beam + residuals > 3.22 MilliJy IMAGR2: 773 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.768 MilliJy iter= 41 IMAGR2: Field 4 Clean flux density= 5.204 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 934.474 MilliJy 275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.498E-03 < Second best 5.322E-03 IMAGR2: Field 2 min = -4.7 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.538E-03 < Second best 5.183E-03 IMAGR2: Field 5 min = -5.1 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.603E-03 < Second best 5.019E-03 IMAGR2: Field 3 min = -5.2 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 2.72 MilliJy IMAGR2: 1925 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.536 MilliJy iter= 91 IMAGR2: Field 3 Clean flux density= -31.580 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 902.893 MilliJy 366 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.9 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 2.72 MilliJy IMAGR2: 1818 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.400 MilliJy iter= 96 IMAGR2: Field 6 Clean flux density= 33.055 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 935.948 MilliJy 462 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.135E-03 < Second best 4.538E-03 IMAGR2: Field 2 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.560E-03 < Second best 4.498E-03 IMAGR2: Field 1 min = -3.9 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 2.72 MilliJy IMAGR2: 584 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.089 MilliJy iter= 250 IMAGR2: Field 1 Clean flux density= 920.793 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 935.937 MilliJy 523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.427E-03 < Second best 3.601E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.241E-03 < Second best 3.560E-03 IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.26 MilliJy IMAGR2: 1505 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.743 MilliJy iter= 118 IMAGR2: Field 2 Clean flux density= -7.520 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 928.418 MilliJy 641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.527 MilliJy iter= 123 IMAGR2: Field 7 Clean flux density= 4.891 MilliJy 123 comps IMAGR2: Total Cleaned flux density = 924.842 MilliJy 719 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.743E-03 < Second best 3.251E-03 IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.517E-03 < Second best 3.241E-03 IMAGR2: Field 4 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.774E-03 < Second best 3.135E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 2.02 MilliJy IMAGR2: 504 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.216 MilliJy iter= 70 IMAGR2: Field 5 Clean flux density= 9.347 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 934.189 MilliJy 789 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 = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.545E-03 < Second best 2.774E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 1570 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.089 MilliJy iter= 179 IMAGR2: Field 4 Clean flux density= 7.431 MilliJy 179 comps IMAGR2: Total Cleaned flux density = 936.415 MilliJy 927 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.362E-03 < Second best 2.625E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 941 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.852 MilliJy iter= 232 IMAGR2: Field 2 Clean flux density= -571.526 MicroJy 232 comps IMAGR2: Total Cleaned flux density = 943.364 MilliJy 1041 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.195E-03 < Second best 2.517E-03 IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.180E-03 < Second best 2.417E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.243E-03 < Second best 2.362E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 876 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.670 MilliJy iter= 215 IMAGR2: Field 3 Clean flux density= -37.301 MilliJy 215 comps IMAGR2: Total Cleaned flux density = 937.644 MilliJy 1165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 1047 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.681 MilliJy iter= 269 IMAGR2: Field 7 Clean flux density= -6.390 MilliJy 269 comps IMAGR2: Total Cleaned flux density = 926.362 MilliJy 1311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.901E-03 < Second best 2.180E-03 IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 356 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.580 MilliJy iter= 191 IMAGR2: Field 6 Clean flux density= 39.598 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 932.905 MilliJy 1406 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.625E-03 < Second best 1.999E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.658E-03 < Second best 1.901E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 552 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.396 MilliJy iter= 363 IMAGR2: Field 1 Clean flux density= 925.242 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 937.354 MilliJy 1519 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 621 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.299 MilliJy iter= 352 IMAGR2: Field 2 Clean flux density= -5.301 MilliJy 352 comps IMAGR2: Total Cleaned flux density = 932.625 MilliJy 1639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 264 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.256 MilliJy iter= 256 IMAGR2: Field 4 Clean flux density= 9.188 MilliJy 256 comps IMAGR2: Total Cleaned flux density = 934.382 MilliJy 1716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 406 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.263 MilliJy iter= 167 IMAGR2: Field 5 Clean flux density= 5.255 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 930.290 MilliJy 1813 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.443E-03 < Second best 1.599E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.281E-03 < Second best 1.513E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.300E-03 < Second best 1.443E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 986.14 MicroJy IMAGR2: 896 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.079 MilliJy iter= 429 IMAGR2: Field 7 Clean flux density= -5.625 MilliJy 429 comps IMAGR2: Total Cleaned flux density = 931.056 MilliJy 1973 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 943.10 MicroJy IMAGR2: 299 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 986.956 MicroJy iter= 440 IMAGR2: Field 1 Clean flux density= 927.374 MilliJy 440 comps IMAGR2: Total Cleaned flux density = 933.188 MilliJy 2050 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 935.04 MicroJy IMAGR2: 805 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.009 MilliJy iter= 353 IMAGR2: Field 6 Clean flux density= 38.121 MilliJy 353 comps IMAGR2: Total Cleaned flux density = 931.711 MilliJy 2212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 932.46 MicroJy IMAGR2: 1023 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.020 MilliJy iter= 409 IMAGR2: Field 3 Clean flux density= -36.369 MilliJy 409 comps IMAGR2: Total Cleaned flux density = 932.643 MilliJy 2406 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.122E-03 < Second best 1.210E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.052E-03 < Second best 1.203E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 801.95 MicroJy IMAGR2: 1093 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -871.391 MicroJy iter= 464 IMAGR2: Field 4 Clean flux density= 4.646 MilliJy 464 comps IMAGR2: Total Cleaned flux density = 928.101 MilliJy 2614 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.20 MicroJy IMAGR2: 489 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -839.731 MicroJy iter= 484 IMAGR2: Field 2 Clean flux density= -2.928 MilliJy 484 comps IMAGR2: Total Cleaned flux density = 930.474 MilliJy 2746 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 797.55 MicroJy IMAGR2: 650 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 844.829 MicroJy iter= 324 IMAGR2: Field 5 Clean flux density= 5.163 MilliJy 324 comps IMAGR2: Total Cleaned flux density = 930.383 MilliJy 2903 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.640E-04 < Second best 9.774E-04 IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.750E-04 < Second best 9.668E-04 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 692.68 MicroJy IMAGR2: 998 Residual map points loaded IMAGR2: Field 6 min Clean flux = -820.772 MicroJy iter= 404 IMAGR2: Field 6 Clean flux density= 37.312 MilliJy 404 comps IMAGR2: Total Cleaned flux density = 929.574 MilliJy 2954 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -974.9 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.289E-04 < Second best 8.750E-04 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 650.81 MicroJy IMAGR2: 707 Residual map points loaded IMAGR2: Field 3 min Clean flux = -807.086 MicroJy iter= 417 IMAGR2: Field 3 Clean flux density= -36.548 MilliJy 417 comps IMAGR2: Total Cleaned flux density = 929.395 MilliJy 2962 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 645.78 MicroJy IMAGR2: 1163 Residual map points loaded IMAGR2: Field 7 min Clean flux = 820.550 MicroJy iter= 441 IMAGR2: Field 7 Clean flux density= -5.453 MilliJy 441 comps IMAGR2: Total Cleaned flux density = 929.567 MilliJy 2974 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 603.84 MicroJy IMAGR2: 1711 Residual map points loaded IMAGR2: Field 4 min Clean flux = 813.924 MicroJy iter= 469 IMAGR2: Field 4 Clean flux density= 4.901 MilliJy 469 comps IMAGR2: Total Cleaned flux density = 929.822 MilliJy 2979 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -981.8 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 596.14 MicroJy IMAGR2: 1420 Residual map points loaded IMAGR2: Field 1 min Clean flux = 815.970 MicroJy iter= 447 IMAGR2: Field 1 Clean flux density= 927.458 MilliJy 447 comps IMAGR2: Total Cleaned flux density = 929.906 MilliJy 2986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 526.04 MicroJy IMAGR2: 4988 Residual map points loaded IMAGR2: Field 5 min Clean flux = 799.772 MicroJy iter= 325 IMAGR2: Field 5 Clean flux density= 5.243 MilliJy 325 comps IMAGR2: Total Cleaned flux density = 929.986 MilliJy 2987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 444.83 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 2 min Clean flux = -816.024 MicroJy iter= 486 IMAGR2: Field 2 Clean flux density= -2.926 MilliJy 486 comps IMAGR2: Total Cleaned flux density = 929.988 MilliJy 2989 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 820.772 less than limit 820.979 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 447 to 266 components IMAGR2: Field 2 compressed from 486 to 380 components IMAGR2: Field 3 compressed from 417 to 314 components IMAGR2: Field 4 compressed from 469 to 353 components IMAGR2: Field 5 compressed from 325 to 241 components IMAGR2: Field 6 compressed from 404 to 308 components IMAGR2: Field 7 compressed from 441 to 307 components IMAGR2: Field 1 min = -976.5 MicroJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 297.767 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore -1.571 MilliJy ( 30 CCs) from field 1 to field 3 IMAGR2: Restore 1.341 MilliJy ( 81 CCs) from field 1 to field 4 IMAGR2: Restore -1.428 MilliJy ( 30 CCs) from field 1 to field 5 IMAGR2: Restore 169.040 MicroJy ( 69 CCs) from field 1 to field 6 IMAGR2: Restore-646.050 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Restore-577.040 MicroJy ( 5 CCs) from field 2 to field 1 IMAGR2: Restore 640.405 MicroJy ( 68 CCs) from field 2 to field 3 IMAGR2: Restore -6.240 MilliJy ( 54 CCs) from field 2 to field 4 IMAGR2: Restore -10.862 MilliJy ( 26 CCs) from field 3 to field 1 IMAGR2: Restore -4.245 MilliJy ( 19 CCs) from field 3 to field 2 IMAGR2: Restore -15.566 MilliJy ( 47 CCs) from field 3 to field 5 IMAGR2: Restore-684.410 MicroJy ( 45 CCs) from field 4 to field 1 IMAGR2: Restore 1.174 MilliJy ( 104 CCs) from field 4 to field 2 IMAGR2: Restore-864.510 MicroJy ( 30 CCs) from field 4 to field 6 IMAGR2: Restore-525.257 MicroJy ( 16 CCs) from field 5 to field 1 IMAGR2: Restore 2.112 MilliJy ( 27 CCs) from field 5 to field 3 IMAGR2: Restore 1.784 MilliJy ( 31 CCs) from field 5 to field 7 IMAGR2: Restore 13.259 MilliJy ( 36 CCs) from field 6 to field 1 IMAGR2: Restore 13.151 MilliJy ( 35 CCs) from field 6 to field 4 IMAGR2: Restore 4.135 MilliJy ( 26 CCs) from field 6 to field 7 IMAGR2: Restore-330.821 MicroJy ( 11 CCs) from field 7 to field 1 IMAGR2: Restore 458.726 MicroJy ( 17 CCs) from field 7 to field 5 IMAGR2: Restore -5.164 MilliJy ( 92 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 927.738 MilliJy IMAGR2: Field 2 final Clean flux -5.698 MilliJy IMAGR2: Field 3 final Clean flux -35.367 MilliJy IMAGR2: Field 4 final Clean flux 13.153 MilliJy IMAGR2: Field 5 final Clean flux -11.292 MilliJy IMAGR2: Field 6 final Clean flux 31.453 MilliJy IMAGR2: Field 7 final Clean flux -179.525 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= 107 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 61.1 Real= 190 xtension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 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: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1368 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: AN04_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= 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: 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: 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: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09765 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 1229 CELLSIZE 0.26041 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.26041 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.062 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 69.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 5 C 1 1012 1012 23 20 44.86 05 13 50.0 00001 -1 507 512 513 C 2 1012 1012 23 20 44.86 05 10 08.3 00002 -1 507 512 513 C 3 1012 1012 23 20 32.00 05 11 59.1 00003 -1 507 512 513 C 4 1012 1012 23 20 57.71 05 11 59.1 00004 -1 507 512 513 C 5 1012 1012 23 20 32.00 05 15 40.8 00005 -1 507 512 513 C 6 1012 1012 23 20 57.71 05 15 40.8 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 31.6 00007 -1 507 512 513 xtension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 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: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1368 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: AN04_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= 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: 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: 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: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09765 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: AN04_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.2165E+02 0 IMAGR2: Field 3 1012 1012 -1.9205E+02 -1.1085E+02 0 IMAGR2: Field 4 1012 1012 1.9200E+02 -1.1085E+02 0 IMAGR2: Field 5 1012 1012 -1.9205E+02 1.1085E+02 0 IMAGR2: Field 6 1012 1012 1.9200E+02 1.1085E+02 0 IMAGR2: Field 7 1012 1012 5.0788E-02 2.2165E+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 114 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 13400 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.685E+04 IMAGR2: UVWAIT: Adding temperance S 9.369E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.819E+07 and out 4.899E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.141 due to weighting IMAGR2: UVWAIT: Average summed weight 4.685E+04 over 26362 vis IMAGR2: Create 2320+052 .IBM001. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2320+052 .IBM002. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2320+052 .IBM003. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2320+052 .IBM004. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2320+052 .IBM005. 1 (MA) on disk 1 cno 119 IMAGR2: Create 2320+052 .IBM006. 1 (MA) on disk 1 cno 120 IMAGR2: Create 2320+052 .IBM007. 1 (MA) on disk 1 cno 121 IMAGR2: Create 2320+052 .ICL001. 1 (MA) on disk 1 cno 122 IMAGR2: Create 2320+052 .ICL002. 1 (MA) on disk 1 cno 123 IMAGR2: Create 2320+052 .ICL003. 1 (MA) on disk 1 cno 124 IMAGR2: Create 2320+052 .ICL004. 1 (MA) on disk 1 cno 125 IMAGR2: Create 2320+052 .ICL005. 1 (MA) on disk 1 cno 126 IMAGR2: Create 2320+052 .ICL006. 1 (MA) on disk 1 cno 127 IMAGR2: Create 2320+052 .ICL007. 1 (MA) on disk 1 cno 128 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.20076E+08 IMAGR2: Field 1 Beam min = -177.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.444 x 0.841 arcsec, PA= -61.2 IMAGR2: Field 2 Sum of gridding weights = 5.20077E+08 IMAGR2: Field 2 Beam min = -177.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.446 x 0.841 arcsec, PA= -61.2 IMAGR2: Field 3 Sum of gridding weights = 5.20076E+08 IMAGR2: Field 3 Beam min = -119.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.443 x 0.841 arcsec, PA= -61.2 IMAGR2: Field 4 Sum of gridding weights = 5.20076E+08 IMAGR2: Field 4 Beam min = -177.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.447 x 0.841 arcsec, PA= -61.2 IMAGR2: Field 5 Sum of gridding weights = 5.20076E+08 IMAGR2: Field 5 Beam min = -119.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.441 x 0.841 arcsec, PA= -61.3 IMAGR2: Field 6 Sum of gridding weights = 5.20076E+08 IMAGR2: Field 6 Beam min = -177.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.446 x 0.841 arcsec, PA= -61.3 IMAGR2: Field 7 Sum of gridding weights = 5.20077E+08 IMAGR2: Field 7 Beam min = -177.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.443 x 0.841 arcsec, PA= -61.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -83.0 MilliJy,max = 988.0 MilliJy IMAGR2: Field 2 min = -81.3 MilliJy,max = 243.8 MilliJy IMAGR2: Field 3 min = -94.1 MilliJy,max = 173.5 MilliJy IMAGR2: Field 4 min = -92.1 MilliJy,max = 177.0 MilliJy IMAGR2: Field 5 min = -92.2 MilliJy,max = 180.0 MilliJy IMAGR2: Field 6 min = -93.3 MilliJy,max = 174.3 MilliJy IMAGR2: Field 7 min = -87.2 MilliJy,max = 243.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 92.42 MilliJy IMAGR2: 6461 Residual map points loaded IMAGR2: Field 1 min allowed flux = 478.862 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 564.011 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 564.011 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 = -38.5 MilliJy,max = 436.2 MilliJy IMAGR2: BGC Clean: using 1923 cell beam + residuals > 70.63 MilliJy IMAGR2: 671 Residual map points loaded IMAGR2: Field 1 min allowed flux = 204.949 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 841.162 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 841.162 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -17.5 MilliJy,max = 44.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.255E-02 < Second best 2.321E-01 IMAGR2: Field 7 min = -17.6 MilliJy,max = 44.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.232E-02 < Second best 1.949E-01 IMAGR2: Field 1 min = -19.6 MilliJy,max = 188.0 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 56.94 MilliJy IMAGR2: 25 Residual map points loaded IMAGR2: Field 1 min allowed flux = 88.653 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 960.694 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 960.694 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.0 MilliJy,max = 16.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.570E-02 < Second best 1.688E-01 IMAGR2: Field 4 min = -8.4 MilliJy,max = 16.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.372E-02 < Second best 1.405E-01 IMAGR2: Field 6 min = -7.5 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.211E-02 < Second best 1.380E-01 IMAGR2: Field 3 min = -7.6 MilliJy,max = 13.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.302E-02 < Second best 8.431E-02 IMAGR2: Field 1 min = -12.2 MilliJy,max = 80.7 MilliJy IMAGR2: BGC Clean: using 1923 cell beam + residuals > 13.08 MilliJy IMAGR2: 755 Residual map points loaded IMAGR2: Field 1 min allowed flux = 38.323 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 1.012 Jy 35 comps IMAGR2: Total Cleaned flux density = 1.012 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.0 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.091E-03 < Second best 4.232E-02 IMAGR2: Field 7 min = -7.0 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.202E-03 < Second best 3.645E-02 IMAGR2: Field 1 min = -16.2 MilliJy,max = 34.8 MilliJy IMAGR2: BGC Clean: using 1923 cell beam + residuals > 5.65 MilliJy IMAGR2: 2450 Residual map points loaded IMAGR2: Field 1 min allowed flux = -17.259 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 1.029 Jy 47 comps IMAGR2: Total Cleaned flux density = 1.029 Jy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.3 MilliJy,max = 16.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.14 MilliJy IMAGR2: 1041 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.111 MilliJy iter= 93 IMAGR2: Field 1 Clean flux density= 1.022 Jy 93 comps IMAGR2: Total Cleaned flux density = 1.022 Jy 93 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.378E-03 < Second best 1.372E-02 IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.054E-03 < Second best 1.302E-02 IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.245E-03 < Second best 1.211E-02 IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.040E-03 < Second best 9.202E-03 IMAGR2: Field 7 min = -4.2 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.500E-03 < Second best 9.091E-03 IMAGR2: Field 2 min = -4.4 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.465E-03 < Second best 8.678E-03 IMAGR2: Field 1 min = -8.6 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 1013 cell beam + residuals > 2.21 MilliJy IMAGR2: 9116 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.281 MilliJy iter= 168 IMAGR2: Field 1 Clean flux density= 1.016 Jy 168 comps IMAGR2: Total Cleaned flux density = 1.016 Jy 168 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.121E-03 < Second best 4.465E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.007E-03 < Second best 4.081E-03 IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 3769 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.006 MilliJy iter= 312 IMAGR2: Field 1 Clean flux density= 1.030 Jy 312 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 312 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.048E-03 < Second best 3.245E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.498E-03 < Second best 3.121E-03 IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.013E-03 < Second best 3.054E-03 IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.031E-03 < Second best 3.040E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.044E-03 < Second best 3.007E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.983E-03 < Second best 2.871E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 4740 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.737 MilliJy iter= 467 IMAGR2: Field 1 Clean flux density= 1.024 Jy 467 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 1831 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.514 MilliJy iter= 127 IMAGR2: Field 3 Clean flux density= -8.309 MilliJy 127 comps IMAGR2: Total Cleaned flux density = 1.016 Jy 594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.653E-03 < Second best 2.044E-03 IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 2758 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.492 MilliJy iter= 182 IMAGR2: Field 6 Clean flux density= 16.617 MilliJy 182 comps IMAGR2: Total Cleaned flux density = 1.033 Jy 776 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.673E-03 < Second best 2.013E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.737E-03 < Second best 1.983E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.612E-03 < Second best 1.737E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 277 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.208 MilliJy iter= 72 IMAGR2: Field 7 Clean flux density= 4.571 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 848 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 393 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.217 MilliJy iter= 91 IMAGR2: Field 4 Clean flux density= 419.062 MicroJy 91 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 939 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.372E-03 < Second best 1.653E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1373 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.191 MilliJy iter= 175 IMAGR2: Field 5 Clean flux density= -2.932 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 1.035 Jy 1114 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.371E-03 < Second best 1.448E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.200E-03 < Second best 1.428E-03 IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.217E-03 < Second best 1.372E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.254E-03 < Second best 1.371E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 860.69 MicroJy IMAGR2: 886 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 981.505 MicroJy iter= 153 IMAGR2: Field 2 Clean flux density= 1.376 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 1.036 Jy 1267 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 854.93 MicroJy IMAGR2: 950 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -960.686 MicroJy iter= 629 IMAGR2: Field 1 Clean flux density= 1.028 Jy 629 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 1429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.39 MicroJy IMAGR2: 1252 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 955.291 MicroJy iter= 369 IMAGR2: Field 6 Clean flux density= 11.112 MilliJy 369 comps IMAGR2: Total Cleaned flux density = 1.034 Jy 1616 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.108E-03 < Second best 1.164E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.031E-03 < Second best 1.155E-03 IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.826E-04 < Second best 1.140E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.004E-03 < Second best 1.108E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 735.97 MicroJy IMAGR2: 3736 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -885.219 MicroJy iter= 471 IMAGR2: Field 3 Clean flux density= -2.303 MilliJy 471 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 1960 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 735.89 MicroJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -812.165 MicroJy iter= 297 IMAGR2: Field 4 Clean flux density= 9.079 MilliJy 297 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 2166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.795E-04 < Second best 9.394E-04 IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.237E-04 < Second best 9.205E-04 IMAGR2: Field 1 min = -903.0 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 682.72 MicroJy IMAGR2: 575 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -728.592 MicroJy iter= 773 IMAGR2: Field 1 Clean flux density= 1.026 Jy 773 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 2310 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.343E-04 < Second best 8.826E-04 IMAGR2: Field 7 min = -1.1 MilliJy,max = 974.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.008E-04 < Second best 8.795E-04 IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 634.26 MicroJy IMAGR2: 896 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -690.820 MicroJy iter= 381 IMAGR2: Field 5 Clean flux density= -3.564 MilliJy 381 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 2516 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -935.9 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.357E-04 < Second best 8.343E-04 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 581.81 MicroJy IMAGR2: 3158 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 669.168 MicroJy iter= 748 IMAGR2: Field 6 Clean flux density= 12.393 MilliJy 748 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 2895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -871.7 MicroJy,max = 819.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.904E-04 < Second best 8.008E-04 IMAGR2: Field 7 min = -929.4 MicroJy,max = 828.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.148E-04 < Second best 7.781E-04 IMAGR2: Field 4 min = -963.6 MicroJy,max = 967.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 539.90 MicroJy IMAGR2: 1035 Residual map points loaded IMAGR2: Field 4 min Clean flux = 585.761 MicroJy iter= 498 IMAGR2: Field 4 Clean flux density= 9.258 MilliJy 498 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 3096 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -923.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.71 MicroJy IMAGR2: 1664 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -589.753 MicroJy iter= 775 IMAGR2: Field 3 Clean flux density= -5.352 MilliJy 775 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 3400 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -865.3 MicroJy,max = 737.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 536.73 MicroJy IMAGR2: 449 Residual map points loaded IMAGR2: Field 7 min Clean flux = 584.718 MicroJy iter= 165 IMAGR2: Field 7 Clean flux density= 6.232 MilliJy 165 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 3493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -681.2 MicroJy,max = 843.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.351E-04 < Second best 6.904E-04 IMAGR2: Field 2 min = -753.9 MicroJy,max = 734.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.272E-04 < Second best 6.620E-04 IMAGR2: Field 5 min = -844.5 MicroJy,max = 920.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 485.36 MicroJy IMAGR2: 1142 Residual map points loaded IMAGR2: Field 5 min Clean flux = 585.761 MicroJy iter= 411 IMAGR2: Field 5 Clean flux density= -2.347 MilliJy 411 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 3523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -859.0 MicroJy,max = 911.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.028E-04 < Second best 6.351E-04 IMAGR2: Field 1 min = -666.6 MicroJy,max = 825.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.18 MicroJy IMAGR2: 3327 Residual map points loaded IMAGR2: Field 1 min Clean flux = -585.294 MicroJy iter= 795 IMAGR2: Field 1 Clean flux density= 1.026 Jy 795 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 3545 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -757.2 MicroJy,max = 731.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 419.32 MicroJy IMAGR2: 2313 Residual map points loaded IMAGR2: Field 2 min Clean flux = -583.778 MicroJy iter= 163 IMAGR2: Field 2 Clean flux density= 1.016 MilliJy 163 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 3555 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -856.3 MicroJy,max = 891.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.62 MicroJy IMAGR2: 4306 Residual map points loaded IMAGR2: Field 6 min Clean flux = 585.270 MicroJy iter= 756 IMAGR2: Field 6 Clean flux density= 12.396 MilliJy 756 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 3563 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -851.0 MicroJy,max = 912.3 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 795 to 433 components IMAGR2: Field 2 compressed from 163 to 127 components IMAGR2: Field 3 compressed from 775 to 575 components IMAGR2: Field 4 compressed from 498 to 378 components IMAGR2: Field 5 compressed from 411 to 303 components IMAGR2: Field 6 compressed from 756 to 550 components IMAGR2: Field 7 compressed from 165 to 136 components IMAGR2: Field 1 min = -668.7 MicroJy,max = 820.9 MicroJy IMAGR2: Field 2 min = -759.1 MicroJy,max = 721.1 MicroJy IMAGR2: Field 3 min = -851.0 MicroJy,max = 912.3 MicroJy IMAGR2: Field 4 min = -869.9 MicroJy,max = 903.1 MicroJy IMAGR2: Field 5 min = -833.7 MicroJy,max = 890.6 MicroJy IMAGR2: Field 6 min = -849.5 MicroJy,max = 894.9 MicroJy IMAGR2: Field 7 min = -835.7 MicroJy,max = 712.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-483.073 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore -1.523 MilliJy ( 41 CCs) from field 1 to field 3 IMAGR2: Restore 788.923 MicroJy ( 52 CCs) from field 1 to field 4 IMAGR2: Restore -1.568 MilliJy ( 49 CCs) from field 1 to field 5 IMAGR2: Restore 106.290 MicroJy ( 54 CCs) from field 1 to field 6 IMAGR2: Restore -62.845 MicroJy ( 7 CCs) from field 1 to field 7 IMAGR2: Restore 452.952 MicroJy ( 6 CCs) from field 2 to field 1 IMAGR2: Restore 486.571 MicroJy ( 34 CCs) from field 2 to field 3 IMAGR2: Restore-741.290 MicroJy ( 10 CCs) from field 2 to field 4 IMAGR2: Restore -1.083 MilliJy ( 36 CCs) from field 3 to field 1 IMAGR2: Restore 247.523 MicroJy ( 41 CCs) from field 3 to field 2 IMAGR2: Restore -1.128 MilliJy ( 84 CCs) from field 3 to field 5 IMAGR2: Restore-152.374 MicroJy ( 14 CCs) from field 4 to field 1 IMAGR2: Restore -89.698 MicroJy ( 6 CCs) from field 4 to field 2 IMAGR2: Restore 26.362 MicroJy ( 57 CCs) from field 4 to field 6 IMAGR2: Restore -97.890 MicroJy ( 14 CCs) from field 5 to field 1 IMAGR2: Restore-833.010 MicroJy ( 36 CCs) from field 5 to field 3 IMAGR2: Restore 482.179 MicroJy ( 7 CCs) from field 5 to field 7 IMAGR2: Restore 397.062 MicroJy ( 29 CCs) from field 6 to field 1 IMAGR2: Restore 905.632 MicroJy ( 77 CCs) from field 6 to field 4 IMAGR2: Restore-557.592 MicroJy ( 24 CCs) from field 6 to field 7 IMAGR2: Restore-128.997 MicroJy ( 5 CCs) from field 7 to field 1 IMAGR2: Restore 445.952 MicroJy ( 7 CCs) from field 7 to field 5 IMAGR2: Restore-128.685 MicroJy ( 22 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.025 Jy IMAGR2: Field 2 final Clean flux 690.724 MicroJy IMAGR2: Field 3 final Clean flux -7.221 MilliJy IMAGR2: Field 4 final Clean flux 10.211 MilliJy IMAGR2: Field 5 final Clean flux -4.598 MilliJy IMAGR2: Field 6 final Clean flux 12.400 MilliJy IMAGR2: Field 7 final Clean flux 6.094 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= 114 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 64.9 Real= 201 xtension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 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: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1368 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: AN04_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= 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: 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: 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: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09765 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: AN04_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= 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 120 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 121 disk= 1 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: Disk 1 in-CNO 127 renumbered as CNO 119 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 120 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06977 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 1227 CELLSIZE 0.26082 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.26082 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.062 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 69.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= 6 C 1 1012 1012 23 21 40.80 05 27 36.5 00001 -1 507 512 513 C 2 1012 1012 23 21 40.80 05 23 54.5 00002 -1 507 512 513 C 3 1012 1012 23 21 27.93 05 25 45.5 00003 -1 507 512 513 C 4 1012 1012 23 21 53.68 05 25 45.5 00004 -1 507 512 513 C 5 1012 1012 23 21 27.93 05 29 27.5 00005 -1 507 512 513 C 6 1012 1012 23 21 53.68 05 29 27.5 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 31 18.6 00007 -1 507 512 513 xtension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 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: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1368 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: AN04_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= 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: 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: 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: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09765 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: AN04_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= 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 120 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 121 disk= 1 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: Disk 1 in-CNO 127 renumbered as CNO 119 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 120 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06977 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: AN04_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.2203E+02 0 IMAGR2: Field 3 1012 1012 -1.9223E+02 -1.1103E+02 0 IMAGR2: Field 4 1012 1012 1.9226E+02 -1.1103E+02 0 IMAGR2: Field 5 1012 1012 -1.9223E+02 1.1097E+02 0 IMAGR2: Field 6 1012 1012 1.9226E+02 1.1097E+02 0 IMAGR2: Field 7 1012 1012 -5.9728E-02 2.2207E+02 0 IMAGR2: ZTXOP2: using translated file name = LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 121 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 26250 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.146E+05 IMAGR2: UVWAIT: Adding temperance S 2.291E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 7.573E+07 and out 1.070E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.178 due to weighting IMAGR2: UVWAIT: Average summed weight 1.146E+05 over 52500 vis IMAGR2: Create 2319+051 .IBM001. 1 (MA) on disk 1 cno 122 IMAGR2: Create 2319+051 .IBM002. 1 (MA) on disk 1 cno 123 IMAGR2: Create 2319+051 .IBM003. 1 (MA) on disk 1 cno 124 IMAGR2: Create 2319+051 .IBM004. 1 (MA) on disk 1 cno 125 IMAGR2: Create 2319+051 .IBM005. 1 (MA) on disk 1 cno 126 IMAGR2: Create 2319+051 .IBM006. 1 (MA) on disk 1 cno 127 IMAGR2: Create 2319+051 .IBM007. 1 (MA) on disk 1 cno 128 IMAGR2: Create 2319+051 .ICL001. 1 (MA) on disk 1 cno 129 IMAGR2: Create 2319+051 .ICL002. 1 (MA) on disk 1 cno 130 IMAGR2: Create 2319+051 .ICL003. 1 (MA) on disk 1 cno 131 IMAGR2: Create 2319+051 .ICL004. 1 (MA) on disk 1 cno 132 IMAGR2: Create 2319+051 .ICL005. 1 (MA) on disk 1 cno 133 IMAGR2: Create 2319+051 .ICL006. 1 (MA) on disk 1 cno 134 IMAGR2: Create 2319+051 .ICL007. 1 (MA) on disk 1 cno 135 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.13615E+09 IMAGR2: Field 1 Beam min = -126.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.346 x 0.852 arcsec, PA= -63.4 IMAGR2: Field 2 Sum of gridding weights = 1.13614E+09 IMAGR2: Field 2 Beam min = -126.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.347 x 0.852 arcsec, PA= -63.3 IMAGR2: Field 3 Sum of gridding weights = 1.13614E+09 IMAGR2: Field 3 Beam min = -139.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.344 x 0.852 arcsec, PA= -63.3 IMAGR2: Field 4 Sum of gridding weights = 1.13614E+09 IMAGR2: Field 4 Beam min = -141.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.348 x 0.852 arcsec, PA= -63.3 IMAGR2: Field 5 Sum of gridding weights = 1.13615E+09 IMAGR2: Field 5 Beam min = -126.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.343 x 0.852 arcsec, PA= -63.4 IMAGR2: Field 6 Sum of gridding weights = 1.13615E+09 IMAGR2: Field 6 Beam min = -125.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.347 x 0.852 arcsec, PA= -63.4 IMAGR2: Field 7 Sum of gridding weights = 1.13615E+09 IMAGR2: Field 7 Beam min = -126.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.344 x 0.852 arcsec, PA= -63.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.4 MilliJy,max = 23.3 MilliJy IMAGR2: Field 2 min = -2.3 MilliJy,max = 6.3 MilliJy IMAGR2: Field 3 min = -1.6 MilliJy,max = 3.3 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 4.8 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 4.5 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 3.2 MilliJy IMAGR2: Field 7 min = -2.4 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.91 MilliJy IMAGR2: 3519 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.307 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 13.265 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 13.265 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 1929 cell beam + residuals > 1.81 MilliJy IMAGR2: 1218 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.897 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 19.777 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 19.777 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -938.0 MicroJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.787E-03 < Second best 5.666E-03 IMAGR2: Field 7 min = -827.2 MicroJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.576E-03 < Second best 4.658E-03 IMAGR2: Field 1 min = -1.1 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 1127 cell beam + residuals > 1.23 MilliJy IMAGR2: 486 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.354 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 24.854 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 24.854 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -454.0 MicroJy,max = 687.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.571E-04 < Second best 4.302E-03 IMAGR2: Field 5 min = -462.4 MicroJy,max = 618.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.915E-04 < Second best 2.351E-03 IMAGR2: Field 6 min = -520.0 MicroJy,max = 631.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.042E-04 < Second best 2.240E-03 IMAGR2: Field 1 min = -655.6 MicroJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 221 cell beam + residuals > 834.07 MicroJy IMAGR2: 131 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.132 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 27.296 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 27.296 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -407.1 MicroJy,max = 459.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.264E-04 < Second best 1.787E-03 IMAGR2: Field 2 min = -509.3 MicroJy,max = 649.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.207E-04 < Second best 1.576E-03 IMAGR2: Field 7 min = -498.2 MicroJy,max = 555.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.316E-04 < Second best 1.078E-03 IMAGR2: Field 1 min = -654.5 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 581 cell beam + residuals > 320.47 MicroJy IMAGR2: 3063 Residual map points loaded IMAGR2: Field 1 min allowed flux = -548.666 MicroJy iter= 68 IMAGR2: Field 1 Clean flux density= 28.533 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 28.533 MilliJy 68 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -436.9 MicroJy,max = 505.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.186E-04 < Second best 6.207E-04 IMAGR2: Field 2 min = -477.8 MicroJy,max = 481.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.612E-04 < Second best 6.042E-04 IMAGR2: Field 6 min = -471.2 MicroJy,max = 561.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.272E-04 < Second best 5.915E-04 IMAGR2: Field 5 min = -435.9 MicroJy,max = 425.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.176E-04 < Second best 5.316E-04 IMAGR2: Field 7 min = -483.9 MicroJy,max = 457.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.609E-04 < Second best 5.233E-04 IMAGR2: Field 1 min = -550.7 MicroJy,max = 557.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 270.48 MicroJy IMAGR2: 4838 Residual map points loaded IMAGR2: Field 1 min Clean flux = 418.450 MicroJy iter= 117 IMAGR2: Field 1 Clean flux density= 29.526 MilliJy 117 comps IMAGR2: Total Cleaned flux density = 29.526 MilliJy 117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -469.4 MicroJy,max = 435.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 259.51 MicroJy IMAGR2: 3313 Residual map points loaded IMAGR2: Field 2 min Clean flux = 415.188 MicroJy iter= 4 IMAGR2: Field 2 Clean flux density= -89.917 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 29.436 MilliJy 121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -470.2 MicroJy,max = 438.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 250.26 MicroJy IMAGR2: 4649 Residual map points loaded IMAGR2: Field 7 min Clean flux = -406.778 MicroJy iter= 3 IMAGR2: Field 7 Clean flux density= -42.044 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 29.394 MilliJy 124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -449.7 MicroJy,max = 537.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 241.55 MicroJy IMAGR2: 5080 Residual map points loaded IMAGR2: Field 6 min Clean flux = 418.096 MicroJy iter= 4 IMAGR2: Field 6 Clean flux density= 85.368 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 29.480 MilliJy 128 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -419.5 MicroJy,max = 440.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.803E-04 < Second best 4.186E-04 IMAGR2: Field 4 min = -422.5 MicroJy,max = 494.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 218.94 MicroJy IMAGR2: 9722 Residual map points loaded IMAGR2: Field 4 min Clean flux = 415.015 MicroJy iter= 2 IMAGR2: Field 4 Clean flux density= -749.000 Nano Jy 2 comps IMAGR2: Total Cleaned flux density = 29.479 MilliJy 130 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -426.9 MicroJy,max = 394.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 192.95 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 5 min Clean flux = -403.344 MicroJy iter= 2 IMAGR2: Field 5 Clean flux density= -83.029 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 29.396 MilliJy 132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 418.450 less than limit 418.619 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 117 to 40 components IMAGR2: Field 2 compressed from 4 to 3 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 2 to 2 components IMAGR2: Field 5 compressed from 2 to 2 components IMAGR2: Field 6 compressed from 4 to 4 components IMAGR2: Field 7 compressed from 3 to 2 components IMAGR2: Field 1 min = -529.5 MicroJy,max = 400.6 MicroJy IMAGR2: Field 2 min = -446.5 MicroJy,max = 429.4 MicroJy IMAGR2: Field 3 min = -419.0 MicroJy,max = 439.9 MicroJy IMAGR2: Field 4 min = -400.5 MicroJy,max = 494.0 MicroJy IMAGR2: Field 5 min = -407.3 MicroJy,max = 394.6 MicroJy IMAGR2: Field 6 min = -449.8 MicroJy,max = 534.1 MicroJy IMAGR2: Field 7 min = -471.0 MicroJy,max = 405.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 90.080 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore-492.546 Nano Jy ( 2 CCs) from field 1 to field 4 IMAGR2: Restore 42.861 MicroJy ( 1 CCs) from field 1 to field 5 IMAGR2: Restore 41.845 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore 42.861 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore 41.519 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR2: Restore -42.250 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR2: Restore -43.078 MicroJy ( 1 CCs) from field 6 to field 1 IMAGR2: Restore 43.832 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 29.441 MilliJy IMAGR2: Field 2 final Clean flux 163.063 Nano Jy IMAGR2: Field 3 final Clean flux 41.519 MicroJy IMAGR2: Field 4 final Clean flux -1.242 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 final Clean flux -40.168 MicroJy IMAGR2: Field 6 final Clean flux 171.045 MicroJy IMAGR2: Field 7 final Clean flux 817.456 Nano 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= 121 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 26.1 Real= 79 xtension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 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: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1368 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: AN04_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= 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: 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: 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: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09765 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: AN04_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= 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 120 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 121 disk= 1 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: Disk 1 in-CNO 127 renumbered as CNO 119 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 120 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06977 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: AN04_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= 122 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 123 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 127 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 128 disk= 1 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 121 AIPS 2: Disk 1 in-CNO 130 renumbered as CNO 122 AIPS 2: Disk 1 in-CNO 131 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 132 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 133 renumbered as CNO 125 AIPS 2: Disk 1 in-CNO 134 renumbered as CNO 126 AIPS 2: Disk 1 in-CNO 135 renumbered as CNO 127 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 ?' 127 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18382: 10544 messages, oldest written 17-SEP-2006 16:57:51 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= 3298 /home/auto/run/AB922_2000JAN04_1.run.1 finished on Tue Sep 19 10:03:41 MDT 2006