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_2000FEB04_1' >>AIPS 2: 'AB922_2000FEB04_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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 5.00 min. of data in 30 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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.765E-01 +- 1.079E-02 source= 1331+305 FLAGR2: Overall average rms= 2.475E-03 +- 1.953E-04 source= 1331+305 FLAGR2: Overall average amp= 4.827E-02 +- 1.627E-03 source= 1244+408 FLAGR2: Overall average rms= 2.439E-03 +- 2.775E-04 source= 1244+408 FLAGR2: Overall average amp= 8.590E-02 +- 2.387E-03 source= 1035+564 FLAGR2: Overall average rms= 2.672E-03 +- 2.876E-04 source= 1035+564 FLAGR2: Overall average amp= 4.817E-02 +- 2.104E-03 source= 1148+594 FLAGR2: Overall average rms= 2.423E-03 +- 2.698E-04 source= 1148+594 FLAGR2: Overall average amp= 1.221E-01 +- 3.521E-03 source= 1400+621 FLAGR2: Overall average rms= 2.296E-03 +- 2.763E-04 source= 1400+621 FLAGR2: Overall average amp= 1.044E-01 +- 3.038E-03 source= 1549+506 FLAGR2: Overall average rms= 2.193E-03 +- 2.002E-04 source= 1549+506 FLAGR2: Overall average amp= 4.114E-03 +- 4.046E-04 source= 1600+434 FLAGR2: Overall average rms= 1.705E-03 +- 1.464E-04 source= 1600+434 FLAGR2: Overall average amp= 1.026E-02 +- 2.063E-03 source= 1559+437 FLAGR2: Overall average rms= 2.126E-03 +- 2.270E-04 source= 1559+437 FLAGR2: Overall average amp= 3.502E-02 +- 1.065E-03 source= 1545+478 FLAGR2: Overall average rms= 2.120E-03 +- 2.146E-04 source= 1545+478 FLAGR2: Overall average amp= 8.952E-02 +- 2.301E-03 source= 1634+627 FLAGR2: Overall average rms= 2.208E-03 +- 1.782E-04 source= 1634+627 FLAGR2: Overall average amp= 9.165E-02 +- 3.502E-03 source= 1642+689 FLAGR2: Overall average rms= 2.155E-03 +- 1.613E-04 source= 1642+689 FLAGR2: Overall average amp= 4.802E-03 +- 7.789E-04 source= 1608+656 FLAGR2: Overall average rms= 1.844E-03 +- 1.468E-04 source= 1608+656 FLAGR2: Overall average amp= 5.886E-02 +- 1.867E-03 source= 1823+796 FLAGR2: Overall average rms= 2.269E-03 +- 2.217E-04 source= 1823+796 FLAGR2: Overall average amp= 4.854E-02 +- 1.578E-03 source= 1945+709 FLAGR2: Overall average rms= 2.160E-03 +- 2.390E-04 source= 1945+709 FLAGR2: Overall average amp= 3.246E-02 +- 2.329E-03 source= 1815+614 FLAGR2: Overall average rms= 2.159E-03 +- 2.399E-04 source= 1815+614 FLAGR2: Overall average amp= 1.018E-01 +- 1.929E-03 source= 2355+498 FLAGR2: Overall average rms= 2.275E-03 +- 2.083E-04 source= 2355+498 FLAGR2: Overall average amp= 1.126E-01 +- 2.474E-03 source= 2320+052 FLAGR2: Overall average rms= 2.363E-03 +- 1.873E-04 source= 2320+052 FLAGR2: Overall average amp= 4.124E-03 +- 3.093E-04 source= 2319+051 FLAGR2: Overall average rms= 1.808E-03 +- 1.226E-04 source= 2319+051 FLAGR2: Found 1 bad times, 224 total flags FLAGR2: Wrote 0 antenna & IF independent flags FLAGR2: Wrote 2 antenna independent, IF dependent flags FLAGR2: Wrote 222 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 7.2 Real= 27 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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: / 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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 20000204 . 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 3388 good solutions CALIB2: Average closure rms = 0.0094 +- 0.0062 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.08594 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.40625 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.32812 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.16406 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.00781 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.00781 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= 1.2 Real= 4 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 20000204 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 5.216 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.88316E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 10 percent complete CALIB2: Model computation is 20 percent complete CALIB2: Model computation is 30 percent complete CALIB2: Model computation is 40 percent complete CALIB2: Model computation is 50 percent complete CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 70 percent complete CALIB2: Model computation is 80 percent complete CALIB2: Model computation is 90 percent complete CALIB2: Model computation is 100 percent complete CALIB2: FACSET: source model will be scaled to 5.195 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.84307E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 194 CCs CALIB2: Determining solutions CALIB2: Deleted 216 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 864 good solutions CALIB2: Average closure rms = 0.0030 +- 0.0010 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.03125 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.18750 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.21875 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.18750 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.06250 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 16 - 18 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 3.8 Real= 16 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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 847 merged records from 847 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.7 Real= 6 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 3672 records from CL table no. 2 CLCAL2: Processing SN table 1 CLCAL2: WARNING: SN table 1 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 847 merged records from 847 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.8 Real= 8 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 20000204 . 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.547E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.550E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.525E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.535E+00 CALIB2: Found 2524 good solutions CALIB2: Average closure rms = 0.0014 +- 0.0009 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.44118 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.38235 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.04902 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.00980 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= 2.2 Real= 10 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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 20000204 . 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.036E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.028E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.024E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.023E+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.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.37500 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.12500 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= 3.8 Real= 16 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1244+408 : 0 C 1 0.42521 +/- 0.00754 GETJY2: 2 0.42219 +/- 0.00789 GETJY2: 1035+564 : 0 A 1 0.77319 +/- 0.00468 GETJY2: 2 0.76816 +/- 0.00456 GETJY2: 1148+594 : 0 B 1 0.42519 +/- 0.00766 GETJY2: 2 0.42407 +/- 0.00786 GETJY2: 1400+621 : 0 C 1 1.09657 +/- 0.01196 GETJY2: 2 1.08635 +/- 0.01232 GETJY2: 1549+506 : 0 A 1 0.93691 +/- 0.00505 GETJY2: 2 0.93663 +/- 0.00504 GETJY2: 1545+478 : 0 B 1 0.31205 +/- 0.00302 GETJY2: 2 0.31046 +/- 0.00315 GETJY2: 1634+627 : 0 C 1 0.80562 +/- 0.01105 GETJY2: 2 0.79725 +/- 0.01231 GETJY2: 1642+689 : 0 A 1 0.82177 +/- 0.01441 GETJY2: 2 0.82189 +/- 0.01425 GETJY2: 1823+796 : 0 A 1 0.51816 +/- 0.00991 GETJY2: 2 0.51618 +/- 0.01013 GETJY2: 1945+709 : 0 B 1 0.42972 +/- 0.00754 GETJY2: 2 0.42776 +/- 0.00748 GETJY2: 2355+498 : 0 A 1 0.90513 +/- 0.00624 GETJY2: 2 0.89984 +/- 0.00715 GETJY2: 2320+052 : 0 A 1 0.98873 +/- 0.01369 GETJY2: 2 0.98691 +/- 0.01393 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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 631 merged records from 631 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.7 Real= 3 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 3672 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 631 merged records from 631 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.9 Real= 10 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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 20000204 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.3 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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 2970 0 2970 SPLIT2: Fully 0 0 40870 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 369 0 369 SPLIT2: Fully 0 0 5406 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Create 1035+564 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 7293 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 208 0 208 SPLIT2: Fully 0 0 6734 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 0 0 0 SPLIT2: Fully 0 0 6675 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 225 0 225 SPLIT2: Fully 0 0 10750 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Create 1600+434 .X BAND. 1 (UV) on disk 1 cno 9 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 17225 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Create 1559+437 .X BAND. 1 (UV) on disk 1 cno 10 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 4875 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Create 1545+478 .X BAND. 1 (UV) on disk 1 cno 11 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 4875 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 738 0 738 SPLIT2: Fully 0 0 18062 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 1154 0 1154 SPLIT2: Fully 0 0 21621 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 897 0 897 SPLIT2: Fully 0 0 56628 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 300 0 300 SPLIT2: Fully 0 0 6525 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 366 0 366 SPLIT2: Fully 0 0 5237 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 150 0 150 SPLIT2: Fully 0 0 5625 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 892 0 892 SPLIT2: Fully 0 0 12953 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 2344 0 2344 SPLIT2: Fully 0 0 31360 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 762 0 762 SPLIT2: Fully 0 0 58975 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 1.8 Real= 5 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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.05399 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 119.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.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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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.05399 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 43840 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.118E+05 IMAGR2: UVWAIT: Adding temperance S 2.235E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.138E+08 and out 1.757E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.182 due to weighting IMAGR2: UVWAIT: Average summed weight 1.118E+05 over 85954 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 = 1.86500E+09 IMAGR2: Field 1 Beam min = -108.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.226 x 0.679 arcsec, PA= 77.0 IMAGR2: Field 2 Sum of gridding weights = 1.86499E+09 IMAGR2: Field 2 Beam min = -108.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.226 x 0.679 arcsec, PA= 76.9 IMAGR2: Field 3 Sum of gridding weights = 1.86499E+09 IMAGR2: Field 3 Beam min = -107.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.228 x 0.679 arcsec, PA= 76.9 IMAGR2: Field 4 Sum of gridding weights = 1.86499E+09 IMAGR2: Field 4 Beam min = -107.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.225 x 0.679 arcsec, PA= 77.0 IMAGR2: Field 5 Sum of gridding weights = 1.86500E+09 IMAGR2: Field 5 Beam min = -107.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.227 x 0.679 arcsec, PA= 76.9 IMAGR2: Field 6 Sum of gridding weights = 1.86500E+09 IMAGR2: Field 6 Beam min = -108.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.224 x 0.679 arcsec, PA= 77.0 IMAGR2: Field 7 Sum of gridding weights = 1.86499E+09 IMAGR2: Field 7 Beam min = -108.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.226 x 0.679 arcsec, PA= 77.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -575.3 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -380.2 MilliJy,max = 833.5 MilliJy IMAGR2: Field 3 min = -300.3 MilliJy,max = 846.5 MilliJy IMAGR2: Field 4 min = -294.8 MilliJy,max = 501.7 MilliJy IMAGR2: Field 5 min = -302.4 MilliJy,max = 493.5 MilliJy IMAGR2: Field 6 min = -298.6 MilliJy,max = 850.2 MilliJy IMAGR2: Field 7 min = -339.9 MilliJy,max = 825.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 348.95 MilliJy IMAGR2: 9314 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.445 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 2.911 Jy 8 comps IMAGR2: Total Cleaned flux density = 2.911 Jy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -287.8 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 267.33 MilliJy IMAGR2: 1772 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.056 Jy iter= 17 IMAGR2: Field 1 Clean flux density= 4.310 Jy 17 comps IMAGR2: Total Cleaned flux density = 4.310 Jy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -155.0 MilliJy,max = 961.4 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 249.59 MilliJy IMAGR2: 79 Residual map points loaded IMAGR2: Field 1 min allowed flux = 475.112 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 4.934 Jy 26 comps IMAGR2: Total Cleaned flux density = 4.934 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -26.5 MilliJy,max = 64.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.020E-02 < Second best 8.061E-01 IMAGR2: Field 3 min = -26.9 MilliJy,max = 70.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.723E-02 < Second best 7.947E-01 IMAGR2: Field 2 min = -49.8 MilliJy,max = 69.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.020E-02 < Second best 7.831E-01 IMAGR2: Field 7 min = -46.8 MilliJy,max = 63.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.838E-02 < Second best 4.517E-01 IMAGR2: Field 1 min = -95.0 MilliJy,max = 430.3 MilliJy IMAGR2: BGC Clean: using 197 cell beam + residuals > 144.09 MilliJy IMAGR2: 41 Residual map points loaded IMAGR2: Field 1 min allowed flux = 211.560 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.213 Jy 35 comps IMAGR2: Total Cleaned flux density = 5.213 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -32.3 MilliJy,max = 35.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.700E-02 < Second best 3.585E-01 IMAGR2: Field 5 min = -33.2 MilliJy,max = 37.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.735E-02 < Second best 2.011E-01 IMAGR2: Field 1 min = -118.0 MilliJy,max = 193.1 MilliJy IMAGR2: BGC Clean: using 869 cell beam + residuals > 27.87 MilliJy IMAGR2: 2936 Residual map points loaded IMAGR2: Field 1 min allowed flux = -96.517 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 5.287 Jy 49 comps IMAGR2: Total Cleaned flux density = 5.287 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -89.9 MilliJy,max = 96.3 MilliJy IMAGR2: BGC Clean: using 221 cell beam + residuals > 24.42 MilliJy IMAGR2: 1428 Residual map points loaded IMAGR2: Field 1 min allowed flux = 47.816 MilliJy iter= 79 IMAGR2: Field 1 Clean flux density= 5.273 Jy 79 comps IMAGR2: Total Cleaned flux density = 5.273 Jy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.1 MilliJy,max = 10.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.008E-02 < Second best 6.020E-02 IMAGR2: Field 2 min = -21.0 MilliJy,max = 20.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.009E-02 < Second best 6.020E-02 IMAGR2: Field 6 min = -10.6 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.173E-02 < Second best 5.838E-02 IMAGR2: Field 7 min = -21.0 MilliJy,max = 21.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.010E-02 < Second best 4.549E-02 IMAGR2: Field 1 min = -47.9 MilliJy,max = 47.0 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 11.30 MilliJy IMAGR2: 7863 Residual map points loaded IMAGR2: Field 1 min allowed flux = -23.650 MilliJy iter= 155 IMAGR2: Field 1 Clean flux density= 5.271 Jy 155 comps IMAGR2: Total Cleaned flux density = 5.271 Jy 155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.1 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.125E-03 < Second best 2.700E-02 IMAGR2: Field 4 min = -11.0 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.962E-03 < Second best 2.252E-02 IMAGR2: Field 1 min = -23.2 MilliJy,max = 23.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.83 MilliJy IMAGR2: 2454 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -15.825 MilliJy iter= 279 IMAGR2: Field 1 Clean flux density= 5.336 Jy 279 comps IMAGR2: Total Cleaned flux density = 5.336 Jy 279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.1 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.169E-02 < Second best 2.009E-02 IMAGR2: Field 2 min = -10.7 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.078E-02 < Second best 1.508E-02 IMAGR2: Field 1 min = -13.9 MilliJy,max = 13.8 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 6.06 MilliJy IMAGR2: 3431 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -8.464 MilliJy iter= 409 IMAGR2: Field 1 Clean flux density= 5.317 Jy 409 comps IMAGR2: Total Cleaned flux density = 5.317 Jy 409 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.4 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.902E-03 < Second best 1.169E-02 IMAGR2: Field 7 min = -8.9 MilliJy,max = 10.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.921E-03 < Second best 1.078E-02 IMAGR2: Field 2 min = -8.2 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.333E-03 < Second best 1.008E-02 IMAGR2: Field 3 min = -7.9 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.593E-03 < Second best 9.921E-03 IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.32 MilliJy IMAGR2: 974 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -6.242 MilliJy iter= 72 IMAGR2: Field 7 Clean flux density= 5.242 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 5.323 Jy 481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.8 MilliJy,max = 9.4 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.32 MilliJy IMAGR2: 652 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.099 MilliJy iter= 70 IMAGR2: Field 2 Clean flux density= 12.639 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 5.335 Jy 551 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.6 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.32 MilliJy IMAGR2: 1042 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.249 MilliJy iter= 97 IMAGR2: Field 6 Clean flux density= 24.502 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 5.360 Jy 648 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.2 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.150E-03 < Second best 7.962E-03 IMAGR2: Field 4 min = -7.5 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.769E-03 < Second best 7.593E-03 IMAGR2: Field 3 min = -7.9 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.53 MilliJy IMAGR2: 2289 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.618 MilliJy iter= 164 IMAGR2: Field 3 Clean flux density= -9.364 MilliJy 164 comps IMAGR2: Total Cleaned flux density = 5.350 Jy 812 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -7.0 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.53 MilliJy IMAGR2: 1563 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.374 MilliJy iter= 566 IMAGR2: Field 1 Clean flux density= 5.323 Jy 566 comps IMAGR2: Total Cleaned flux density = 5.356 Jy 969 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -7.6 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.44 MilliJy IMAGR2: 1542 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.187 MilliJy iter= 165 IMAGR2: Field 5 Clean flux density= 5.937 MilliJy 165 comps IMAGR2: Total Cleaned flux density = 5.362 Jy 1134 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -7.4 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.44 MilliJy IMAGR2: 2195 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.266 MilliJy iter= 219 IMAGR2: Field 4 Clean flux density= 1.555 MilliJy 219 comps IMAGR2: Total Cleaned flux density = 5.364 Jy 1353 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -7.7 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.32 MilliJy IMAGR2: 1655 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.901 MilliJy iter= 286 IMAGR2: Field 6 Clean flux density= 7.887 MilliJy 286 comps IMAGR2: Total Cleaned flux density = 5.347 Jy 1542 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -6.3 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.095E-03 < Second best 5.828E-03 IMAGR2: Field 2 min = -6.6 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.09 MilliJy IMAGR2: 528 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.388 MilliJy iter= 184 IMAGR2: Field 2 Clean flux density= 4.481 MilliJy 184 comps IMAGR2: Total Cleaned flux density = 5.339 Jy 1656 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.8 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.97 MilliJy IMAGR2: 1430 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.426 MilliJy iter= 362 IMAGR2: Field 3 Clean flux density= -10.778 MilliJy 362 comps IMAGR2: Total Cleaned flux density = 5.337 Jy 1854 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.716E-03 < Second best 5.095E-03 IMAGR2: Field 7 min = -6.0 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.87 MilliJy IMAGR2: 390 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -4.090 MilliJy iter= 177 IMAGR2: Field 7 Clean flux density= 9.055 MilliJy 177 comps IMAGR2: Total Cleaned flux density = 5.341 Jy 1959 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.1 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.73 MilliJy IMAGR2: 1737 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.157 MilliJy iter= 450 IMAGR2: Field 4 Clean flux density= 6.195 MilliJy 450 comps IMAGR2: Total Cleaned flux density = 5.346 Jy 2190 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -6.5 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.61 MilliJy IMAGR2: 2350 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.084 MilliJy iter= 467 IMAGR2: Field 5 Clean flux density= 17.226 MilliJy 467 comps IMAGR2: Total Cleaned flux density = 5.357 Jy 2492 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -5.3 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.277E-03 < Second best 4.698E-03 IMAGR2: Field 6 min = -6.3 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.47 MilliJy IMAGR2: 2804 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.916 MilliJy iter= 621 IMAGR2: Field 6 Clean flux density= -3.039 MilliJy 621 comps IMAGR2: Total Cleaned flux density = 5.346 Jy 2827 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -5.1 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.47 MilliJy IMAGR2: 665 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.666 MilliJy iter= 727 IMAGR2: Field 1 Clean flux density= 5.333 Jy 727 comps IMAGR2: Total Cleaned flux density = 5.356 Jy 2988 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -6.2 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.38 MilliJy IMAGR2: 1075 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.604 MilliJy iter= 563 IMAGR2: Field 3 Clean flux density= -8.351 MilliJy 563 comps IMAGR2: Total Cleaned flux density = 5.358 Jy 3189 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.31 MilliJy IMAGR2: 235 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.401 MilliJy iter= 267 IMAGR2: Field 2 Clean flux density= 2.582 MilliJy 267 comps IMAGR2: Total Cleaned flux density = 5.357 Jy 3272 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.2 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.21 MilliJy IMAGR2: 1128 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.437 MilliJy iter= 679 IMAGR2: Field 4 Clean flux density= 16.834 MilliJy 679 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 3501 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -5.8 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.727E-03 < Second best 3.918E-03 IMAGR2: Field 7 min = -5.1 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.536E-03 < Second best 3.758E-03 IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.92 MilliJy IMAGR2: 2344 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.189 MilliJy iter= 955 IMAGR2: Field 6 Clean flux density= 889.363 MicroJy 955 comps IMAGR2: Total Cleaned flux density = 5.371 Jy 3835 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -5.7 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.91 MilliJy IMAGR2: 3228 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.256 MilliJy iter= 932 IMAGR2: Field 5 Clean flux density= 8.676 MilliJy 932 comps IMAGR2: Total Cleaned flux density = 5.363 Jy 4300 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -4.8 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.91 MilliJy IMAGR2: 515 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.028 MilliJy iter= 346 IMAGR2: Field 7 Clean flux density= 9.928 MilliJy 346 comps IMAGR2: Total Cleaned flux density = 5.363 Jy 4469 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.212E-03 < Second best 3.458E-03 IMAGR2: Field 3 min = -5.8 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 1460 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.967 MilliJy iter= 863 IMAGR2: Field 3 Clean flux density= -1.163 MilliJy 863 comps IMAGR2: Total Cleaned flux density = 5.371 Jy 4769 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -4.9 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 1568 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.894 MilliJy iter= 998 IMAGR2: Field 4 Clean flux density= 25.608 MilliJy 998 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 5088 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -4.5 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR2: 493 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.772 MilliJy iter= 451 IMAGR2: Field 2 Clean flux density= 3.290 MilliJy 451 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 5272 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -3.8 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.971E-03 < Second best 3.128E-03 IMAGR2: Field 5 min = -5.3 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.56 MilliJy IMAGR2: 1116 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.693 MilliJy iter= 1205 IMAGR2: Field 5 Clean flux density= 9.431 MilliJy 1205 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 5545 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR2: 2241 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.646 MilliJy iter= 1368 IMAGR2: Field 6 Clean flux density= -16.565 MilliJy 1368 comps IMAGR2: Total Cleaned flux density = 5.363 Jy 5958 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR2: 703 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.554 MilliJy iter= 943 IMAGR2: Field 1 Clean flux density= 5.343 Jy 943 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 6174 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.42 MilliJy IMAGR2: 146 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.456 MilliJy iter= 427 IMAGR2: Field 7 Clean flux density= 12.185 MilliJy 427 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 6255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.3 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.36 MilliJy IMAGR2: 1502 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.487 MilliJy iter= 1201 IMAGR2: Field 3 Clean flux density= 7.429 MilliJy 1201 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 6593 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.28 MilliJy IMAGR2: 1623 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.407 MilliJy iter= 1376 IMAGR2: Field 4 Clean flux density= 37.705 MilliJy 1376 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 6971 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.457E-03 < Second best 2.587E-03 IMAGR2: Field 5 min = -4.8 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR2: 1631 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.302 MilliJy iter= 1586 IMAGR2: Field 5 Clean flux density= 8.186 MilliJy 1586 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 7352 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 1654 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.213 MilliJy iter= 1738 IMAGR2: Field 6 Clean flux density= -15.614 MilliJy 1738 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 7722 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 560 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.164 MilliJy iter= 670 IMAGR2: Field 2 Clean flux density= 5.418 MilliJy 670 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 7941 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.07 MilliJy IMAGR2: 296 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.099 MilliJy iter= 1061 IMAGR2: Field 1 Clean flux density= 5.342 Jy 1061 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 8059 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 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 1423 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.101 MilliJy iter= 1561 IMAGR2: Field 3 Clean flux density= 16.245 MilliJy 1561 comps IMAGR2: Total Cleaned flux density = 5.406 Jy 8419 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 344 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.029 MilliJy iter= 591 IMAGR2: Field 7 Clean flux density= 17.314 MilliJy 591 comps IMAGR2: Total Cleaned flux density = 5.411 Jy 8583 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 1662 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.020 MilliJy iter= 1797 IMAGR2: Field 4 Clean flux density= 45.328 MilliJy 1797 comps IMAGR2: Total Cleaned flux density = 5.419 Jy 9004 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -4.5 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 1734 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.960 MilliJy iter= 2014 IMAGR2: Field 5 Clean flux density= 7.750 MilliJy 2014 comps IMAGR2: Total Cleaned flux density = 5.419 Jy 9432 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -4.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 1564 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.895 MilliJy iter= 2130 IMAGR2: Field 6 Clean flux density= -21.100 MilliJy 2130 comps IMAGR2: Total Cleaned flux density = 5.413 Jy 9824 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 459 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.829 MilliJy iter= 878 IMAGR2: Field 2 Clean flux density= 8.060 MilliJy 878 comps IMAGR2: Total Cleaned flux density = 5.416 Jy 10032 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -4.6 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 1124 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.809 MilliJy iter= 1904 IMAGR2: Field 3 Clean flux density= 22.481 MilliJy 1904 comps IMAGR2: Total Cleaned flux density = 5.422 Jy 10375 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 488 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.756 MilliJy iter= 1263 IMAGR2: Field 1 Clean flux density= 5.336 Jy 1263 comps IMAGR2: Total Cleaned flux density = 5.416 Jy 10577 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.808E-03 < Second best 1.941E-03 IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 1602 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.721 MilliJy iter= 2236 IMAGR2: Field 4 Clean flux density= 45.013 MilliJy 2236 comps IMAGR2: Total Cleaned flux density = 5.416 Jy 11016 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 2076 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.682 MilliJy iter= 2542 IMAGR2: Field 5 Clean flux density= 13.911 MilliJy 2542 comps IMAGR2: Total Cleaned flux density = 5.422 Jy 11544 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 1731 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.627 MilliJy iter= 2588 IMAGR2: Field 6 Clean flux density= -17.643 MilliJy 2588 comps IMAGR2: Total Cleaned flux density = 5.425 Jy 12002 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 756 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.599 MilliJy iter= 895 IMAGR2: Field 7 Clean flux density= 19.081 MilliJy 895 comps IMAGR2: Total Cleaned flux density = 5.427 Jy 12306 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 312 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.557 MilliJy iter= 1044 IMAGR2: Field 2 Clean flux density= 11.360 MilliJy 1044 comps IMAGR2: Total Cleaned flux density = 5.430 Jy 12472 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 1361 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.553 MilliJy iter= 2321 IMAGR2: Field 3 Clean flux density= 33.336 MilliJy 2321 comps IMAGR2: Total Cleaned flux density = 5.441 Jy 12889 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 235 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.494 MilliJy iter= 1389 IMAGR2: Field 1 Clean flux density= 5.337 Jy 1389 comps IMAGR2: Total Cleaned flux density = 5.442 Jy 13015 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 1437 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.490 MilliJy iter= 2682 IMAGR2: Field 4 Clean flux density= 49.668 MilliJy 2682 comps IMAGR2: Total Cleaned flux density = 5.447 Jy 13461 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1588 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.447 MilliJy iter= 3030 IMAGR2: Field 5 Clean flux density= 16.980 MilliJy 3030 comps IMAGR2: Total Cleaned flux density = 5.450 Jy 13949 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 1729 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.408 MilliJy iter= 3087 IMAGR2: Field 6 Clean flux density= -20.657 MilliJy 3087 comps IMAGR2: Total Cleaned flux density = 5.447 Jy 14448 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 542 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.359 MilliJy iter= 1157 IMAGR2: Field 7 Clean flux density= 19.615 MilliJy 1157 comps IMAGR2: Total Cleaned flux density = 5.447 Jy 14710 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 582 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.345 MilliJy iter= 1303 IMAGR2: Field 2 Clean flux density= 9.896 MilliJy 1303 comps IMAGR2: Total Cleaned flux density = 5.446 Jy 14969 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1667 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.334 MilliJy iter= 2802 IMAGR2: Field 3 Clean flux density= 29.987 MilliJy 2802 comps IMAGR2: Total Cleaned flux density = 5.443 Jy 15450 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 257 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.290 MilliJy iter= 1529 IMAGR2: Field 1 Clean flux density= 5.336 Jy 1529 comps IMAGR2: Total Cleaned flux density = 5.441 Jy 15590 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 1691 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.288 MilliJy iter= 3189 IMAGR2: Field 4 Clean flux density= 52.127 MilliJy 3189 comps IMAGR2: Total Cleaned flux density = 5.444 Jy 16097 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 1700 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.257 MilliJy iter= 3578 IMAGR2: Field 5 Clean flux density= 19.784 MilliJy 3578 comps IMAGR2: Total Cleaned flux density = 5.447 Jy 16645 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 1761 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.223 MilliJy iter= 3625 IMAGR2: Field 6 Clean flux density= -22.760 MilliJy 3625 comps IMAGR2: Total Cleaned flux density = 5.444 Jy 17183 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 483 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.184 MilliJy iter= 1389 IMAGR2: Field 7 Clean flux density= 21.972 MilliJy 1389 comps IMAGR2: Total Cleaned flux density = 5.447 Jy 17415 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 596 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.171 MilliJy iter= 1574 IMAGR2: Field 2 Clean flux density= 13.965 MilliJy 1574 comps IMAGR2: Total Cleaned flux density = 5.451 Jy 17686 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 1598 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.162 MilliJy iter= 3335 IMAGR2: Field 3 Clean flux density= 33.862 MilliJy 3335 comps IMAGR2: Total Cleaned flux density = 5.455 Jy 18219 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 257 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.125 MilliJy iter= 1665 IMAGR2: Field 1 Clean flux density= 5.333 Jy 1665 comps IMAGR2: Total Cleaned flux density = 5.452 Jy 18355 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1835 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.125 MilliJy iter= 3784 IMAGR2: Field 4 Clean flux density= 54.285 MilliJy 3784 comps IMAGR2: Total Cleaned flux density = 5.454 Jy 18950 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1830 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.095 MilliJy iter= 4168 IMAGR2: Field 5 Clean flux density= 21.475 MilliJy 4168 comps IMAGR2: Total Cleaned flux density = 5.456 Jy 19540 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1842 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.069 MilliJy iter= 4208 IMAGR2: Field 6 Clean flux density= -20.428 MilliJy 4208 comps IMAGR2: Total Cleaned flux density = 5.458 Jy 20123 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 645 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.040 MilliJy iter= 1690 IMAGR2: Field 7 Clean flux density= 21.157 MilliJy 1690 comps IMAGR2: Total Cleaned flux density = 5.457 Jy 20424 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 689 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.029 MilliJy iter= 1905 IMAGR2: Field 2 Clean flux density= 14.113 MilliJy 1905 comps IMAGR2: Total Cleaned flux density = 5.457 Jy 20755 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 989.77 MicroJy IMAGR2: 1602 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.019 MilliJy iter= 3890 IMAGR2: Field 3 Clean flux density= 36.511 MilliJy 3890 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 21310 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 966.66 MicroJy IMAGR2: 1418 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -992.907 MicroJy iter= 4313 IMAGR2: Field 4 Clean flux density= 58.409 MilliJy 4313 comps IMAGR2: Total Cleaned flux density = 5.464 Jy 21839 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 955.74 MicroJy IMAGR2: 412 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -965.790 MicroJy iter= 1868 IMAGR2: Field 1 Clean flux density= 5.331 Jy 1868 comps IMAGR2: Total Cleaned flux density = 5.463 Jy 22042 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 933.38 MicroJy IMAGR2: 1813 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -962.208 MicroJy iter= 4795 IMAGR2: Field 5 Clean flux density= 24.321 MilliJy 4795 comps IMAGR2: Total Cleaned flux density = 5.465 Jy 22669 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 912.29 MicroJy IMAGR2: 2253 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 943.935 MicroJy iter= 4920 IMAGR2: Field 6 Clean flux density= -23.931 MilliJy 4920 comps IMAGR2: Total Cleaned flux density = 5.462 Jy 23381 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 900.72 MicroJy IMAGR2: 578 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -912.929 MicroJy iter= 1978 IMAGR2: Field 7 Clean flux density= 20.129 MilliJy 1978 comps IMAGR2: Total Cleaned flux density = 5.461 Jy 23669 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 888.44 MicroJy IMAGR2: 624 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 901.925 MicroJy iter= 2225 IMAGR2: Field 2 Clean flux density= 17.130 MilliJy 2225 comps IMAGR2: Total Cleaned flux density = 5.464 Jy 23989 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 871.13 MicroJy IMAGR2: 1861 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -897.973 MicroJy iter= 4542 IMAGR2: Field 3 Clean flux density= 39.276 MilliJy 4542 comps IMAGR2: Total Cleaned flux density = 5.467 Jy 24641 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 854.91 MicroJy IMAGR2: 2063 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -881.465 MicroJy iter= 5008 IMAGR2: Field 4 Clean flux density= 62.664 MilliJy 5008 comps IMAGR2: Total Cleaned flux density = 5.471 Jy 25336 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 846.84 MicroJy IMAGR2: 387 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 854.684 MicroJy iter= 2066 IMAGR2: Field 1 Clean flux density= 5.329 Jy 2066 comps IMAGR2: Total Cleaned flux density = 5.468 Jy 25534 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 828.76 MicroJy IMAGR2: 1824 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 852.644 MicroJy iter= 5461 IMAGR2: Field 5 Clean flux density= 25.200 MilliJy 5461 comps IMAGR2: Total Cleaned flux density = 5.469 Jy 26200 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 809.47 MicroJy IMAGR2: 2256 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 836.103 MicroJy iter= 5687 IMAGR2: Field 6 Clean flux density= -26.595 MilliJy 5687 comps IMAGR2: Total Cleaned flux density = 5.467 Jy 26967 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 800.39 MicroJy IMAGR2: 582 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -810.714 MicroJy iter= 2283 IMAGR2: Field 7 Clean flux density= 19.120 MilliJy 2283 comps IMAGR2: Total Cleaned flux density = 5.466 Jy 27272 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 791.62 MicroJy IMAGR2: 753 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 803.646 MicroJy iter= 2589 IMAGR2: Field 2 Clean flux density= 18.585 MilliJy 2589 comps IMAGR2: Total Cleaned flux density = 5.467 Jy 27636 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 776.77 MicroJy IMAGR2: 1878 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 798.019 MicroJy iter= 5213 IMAGR2: Field 3 Clean flux density= 41.666 MilliJy 5213 comps IMAGR2: Total Cleaned flux density = 5.469 Jy 28307 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 759.81 MicroJy IMAGR2: 1932 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 781.051 MicroJy iter= 5723 IMAGR2: Field 4 Clean flux density= 68.278 MilliJy 5723 comps IMAGR2: Total Cleaned flux density = 5.475 Jy 29022 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 753.13 MicroJy IMAGR2: 358 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -759.291 MicroJy iter= 2254 IMAGR2: Field 1 Clean flux density= 5.326 Jy 2254 comps IMAGR2: Total Cleaned flux density = 5.472 Jy 29210 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 738.28 MicroJy IMAGR2: 1918 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -758.735 MicroJy iter= 6167 IMAGR2: Field 5 Clean flux density= 31.522 MilliJy 6167 comps IMAGR2: Total Cleaned flux density = 5.479 Jy 29916 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 722.04 MicroJy IMAGR2: 2260 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -746.769 MicroJy iter= 6423 IMAGR2: Field 6 Clean flux density= -27.394 MilliJy 6423 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 30652 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 714.63 MicroJy IMAGR2: 764 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -724.240 MicroJy iter= 2649 IMAGR2: Field 7 Clean flux density= 16.748 MilliJy 2649 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 31018 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 705.83 MicroJy IMAGR2: 774 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -715.462 MicroJy iter= 2961 IMAGR2: Field 2 Clean flux density= 19.939 MilliJy 2961 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 31390 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 694.06 MicroJy IMAGR2: 2409 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 715.199 MicroJy iter= 6051 IMAGR2: Field 3 Clean flux density= 41.088 MilliJy 6051 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 32228 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.96 MicroJy IMAGR2: 2207 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -703.358 MicroJy iter= 6456 IMAGR2: Field 4 Clean flux density= 73.741 MilliJy 6456 comps IMAGR2: Total Cleaned flux density = 5.482 Jy 32961 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 676.13 MicroJy IMAGR2: 512 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 682.436 MicroJy iter= 2503 IMAGR2: Field 1 Clean flux density= 5.325 Jy 2503 comps IMAGR2: Total Cleaned flux density = 5.481 Jy 33210 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 664.36 MicroJy IMAGR2: 2033 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 682.183 MicroJy iter= 6917 IMAGR2: Field 5 Clean flux density= 33.822 MilliJy 6917 comps IMAGR2: Total Cleaned flux density = 5.483 Jy 33960 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 653.89 MicroJy IMAGR2: 2643 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 673.397 MicroJy iter= 7313 IMAGR2: Field 6 Clean flux density= -24.658 MilliJy 7313 comps IMAGR2: Total Cleaned flux density = 5.486 Jy 34850 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 646.79 MicroJy IMAGR2: 616 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -654.020 MicroJy iter= 2969 IMAGR2: Field 7 Clean flux density= 17.026 MilliJy 2969 comps IMAGR2: Total Cleaned flux density = 5.486 Jy 35170 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 640.76 MicroJy IMAGR2: 853 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 649.580 MicroJy iter= 3372 IMAGR2: Field 2 Clean flux density= 21.549 MilliJy 3372 comps IMAGR2: Total Cleaned flux density = 5.488 Jy 35581 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 628.85 MicroJy IMAGR2: 2150 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -649.609 MicroJy iter= 6794 IMAGR2: Field 3 Clean flux density= 41.997 MilliJy 6794 comps IMAGR2: Total Cleaned flux density = 5.489 Jy 36324 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 617.30 MicroJy IMAGR2: 2168 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -633.138 MicroJy iter= 7264 IMAGR2: Field 4 Clean flux density= 73.821 MilliJy 7264 comps IMAGR2: Total Cleaned flux density = 5.489 Jy 37132 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -969.8 MicroJy,max = 896.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 612.75 MicroJy IMAGR2: 381 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 616.908 MicroJy iter= 2702 IMAGR2: Field 1 Clean flux density= 5.325 Jy 2702 comps IMAGR2: Total Cleaned flux density = 5.488 Jy 37331 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 602.52 MicroJy IMAGR2: 2076 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 617.345 MicroJy iter= 7707 IMAGR2: Field 5 Clean flux density= 36.332 MilliJy 7707 comps IMAGR2: Total Cleaned flux density = 5.491 Jy 38121 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 590.16 MicroJy IMAGR2: 2600 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 610.746 MicroJy iter= 8215 IMAGR2: Field 6 Clean flux density= -23.555 MilliJy 8215 comps IMAGR2: Total Cleaned flux density = 5.492 Jy 39023 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 585.17 MicroJy IMAGR2: 971 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 593.378 MicroJy iter= 3436 IMAGR2: Field 7 Clean flux density= 18.034 MilliJy 3436 comps IMAGR2: Total Cleaned flux density = 5.493 Jy 39490 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 579.18 MicroJy IMAGR2: 1007 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -587.793 MicroJy iter= 3859 IMAGR2: Field 2 Clean flux density= 24.116 MilliJy 3859 comps IMAGR2: Total Cleaned flux density = 5.495 Jy 39977 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 571.67 MicroJy IMAGR2: 2899 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -588.347 MicroJy iter= 7804 IMAGR2: Field 3 Clean flux density= 44.455 MilliJy 7804 comps IMAGR2: Total Cleaned flux density = 5.498 Jy 40987 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.90 MicroJy IMAGR2: 2561 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -580.712 MicroJy iter= 8130 IMAGR2: Field 4 Clean flux density= 78.223 MilliJy 8130 comps IMAGR2: Total Cleaned flux density = 5.502 Jy 41853 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 555.55 MicroJy IMAGR2: 2002 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -568.080 MicroJy iter= 8506 IMAGR2: Field 5 Clean flux density= 34.218 MilliJy 8506 comps IMAGR2: Total Cleaned flux density = 5.500 Jy 42652 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -842.3 MicroJy,max = 837.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 551.96 MicroJy IMAGR2: 569 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 556.927 MicroJy iter= 3000 IMAGR2: Field 1 Clean flux density= 5.324 Jy 3000 comps IMAGR2: Total Cleaned flux density = 5.499 Jy 42950 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 544.07 MicroJy IMAGR2: 2681 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 558.394 MicroJy iter= 9196 IMAGR2: Field 6 Clean flux density= -21.810 MilliJy 9196 comps IMAGR2: Total Cleaned flux density = 5.501 Jy 43931 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 538.35 MicroJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -543.375 MicroJy iter= 3777 IMAGR2: Field 7 Clean flux density= 18.276 MilliJy 3777 comps IMAGR2: Total Cleaned flux density = 5.501 Jy 44272 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 529.46 MicroJy IMAGR2: 2158 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 545.069 MicroJy iter= 8563 IMAGR2: Field 3 Clean flux density= 45.243 MilliJy 8563 comps IMAGR2: Total Cleaned flux density = 5.502 Jy 45031 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 523.58 MicroJy IMAGR2: 1176 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 531.295 MicroJy iter= 4421 IMAGR2: Field 2 Clean flux density= 26.247 MilliJy 4421 comps IMAGR2: Total Cleaned flux density = 5.504 Jy 45593 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.31 MicroJy IMAGR2: 2346 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 526.565 MicroJy iter= 9028 IMAGR2: Field 4 Clean flux density= 82.183 MilliJy 9028 comps IMAGR2: Total Cleaned flux density = 5.508 Jy 46491 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 507.95 MicroJy IMAGR2: 2494 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 520.114 MicroJy iter= 9461 IMAGR2: Field 5 Clean flux density= 38.356 MilliJy 9461 comps IMAGR2: Total Cleaned flux density = 5.512 Jy 47446 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 500.06 MicroJy IMAGR2: 2667 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 515.346 MicroJy iter= 10188 IMAGR2: Field 6 Clean flux density= -21.270 MilliJy 10188 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 48438 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -832.4 MicroJy,max = 793.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 495.99 MicroJy IMAGR2: 651 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 500.291 MicroJy iter= 3322 IMAGR2: Field 1 Clean flux density= 5.323 Jy 3322 comps IMAGR2: Total Cleaned flux density = 5.512 Jy 48760 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 491.05 MicroJy IMAGR2: 2624 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 505.230 MicroJy iter= 9461 IMAGR2: Field 3 Clean flux density= 47.326 MilliJy 9461 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 49658 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 487.51 MicroJy IMAGR2: 1228 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 494.885 MicroJy iter= 4363 IMAGR2: Field 7 Clean flux density= 18.674 MilliJy 4363 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 50244 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 482.04 MicroJy IMAGR2: 851 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -486.987 MicroJy iter= 4836 IMAGR2: Field 2 Clean flux density= 26.144 MilliJy 4836 comps IMAGR2: Total Cleaned flux density = 5.514 Jy 50659 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 475.97 MicroJy IMAGR2: 2615 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 489.640 MicroJy iter= 9924 IMAGR2: Field 4 Clean flux density= 84.218 MilliJy 9924 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 51555 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 468.98 MicroJy IMAGR2: 2374 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -481.920 MicroJy iter= 10350 IMAGR2: Field 5 Clean flux density= 34.725 MilliJy 10350 comps IMAGR2: Total Cleaned flux density = 5.513 Jy 52444 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 462.85 MicroJy IMAGR2: 2954 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -474.326 MicroJy iter= 11258 IMAGR2: Field 6 Clean flux density= -17.148 MilliJy 11258 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 53514 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.98 MicroJy IMAGR2: 2882 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 471.276 MicroJy iter= 10475 IMAGR2: Field 3 Clean flux density= 48.428 MilliJy 10475 comps IMAGR2: Total Cleaned flux density = 5.518 Jy 54528 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -735.3 MicroJy,max = 714.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.58 MicroJy IMAGR2: 590 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 458.000 MicroJy iter= 3622 IMAGR2: Field 1 Clean flux density= 5.322 Jy 3622 comps IMAGR2: Total Cleaned flux density = 5.517 Jy 54828 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 906.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 449.77 MicroJy IMAGR2: 804 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -454.091 MicroJy iter= 4770 IMAGR2: Field 7 Clean flux density= 17.456 MilliJy 4770 comps IMAGR2: Total Cleaned flux density = 5.516 Jy 55235 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 444.98 MicroJy IMAGR2: 2679 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 455.307 MicroJy iter= 10953 IMAGR2: Field 4 Clean flux density= 86.876 MilliJy 10953 comps IMAGR2: Total Cleaned flux density = 5.519 Jy 56264 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -957.1 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 441.44 MicroJy IMAGR2: 951 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -446.306 MicroJy iter= 5327 IMAGR2: Field 2 Clean flux density= 27.118 MilliJy 5327 comps IMAGR2: Total Cleaned flux density = 5.520 Jy 56755 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 436.46 MicroJy IMAGR2: 2546 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 445.693 MicroJy iter= 11340 IMAGR2: Field 5 Clean flux density= 37.150 MilliJy 11340 comps IMAGR2: Total Cleaned flux density = 5.522 Jy 57745 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.61 MicroJy IMAGR2: 3204 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -443.848 MicroJy iter= 12383 IMAGR2: Field 6 Clean flux density= -17.860 MilliJy 12383 comps IMAGR2: Total Cleaned flux density = 5.521 Jy 58870 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 425.02 MicroJy IMAGR2: 3262 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -435.676 MicroJy iter= 11683 IMAGR2: Field 3 Clean flux density= 52.774 MilliJy 11683 comps IMAGR2: Total Cleaned flux density = 5.526 Jy 60078 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -687.5 MicroJy,max = 605.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 422.83 MicroJy IMAGR2: 594 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -426.055 MicroJy iter= 3927 IMAGR2: Field 1 Clean flux density= 5.322 Jy 3927 comps IMAGR2: Total Cleaned flux density = 5.525 Jy 60383 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 418.27 MicroJy IMAGR2: 2598 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 427.239 MicroJy iter= 11970 IMAGR2: Field 4 Clean flux density= 88.924 MilliJy 11970 comps IMAGR2: Total Cleaned flux density = 5.527 Jy 61400 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 887.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 416.00 MicroJy IMAGR2: 1348 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 421.587 MicroJy iter= 5416 IMAGR2: Field 7 Clean flux density= 14.766 MilliJy 5416 comps IMAGR2: Total Cleaned flux density = 5.525 Jy 62046 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -907.3 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 413.43 MicroJy IMAGR2: 977 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -417.731 MicroJy iter= 5802 IMAGR2: Field 2 Clean flux density= 26.315 MilliJy 5802 comps IMAGR2: Total Cleaned flux density = 5.524 Jy 62521 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 409.09 MicroJy IMAGR2: 2584 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -419.601 MicroJy iter= 12285 IMAGR2: Field 5 Clean flux density= 36.825 MilliJy 12285 comps IMAGR2: Total Cleaned flux density = 5.523 Jy 63466 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 404.68 MicroJy IMAGR2: 3310 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 416.593 MicroJy iter= 13540 IMAGR2: Field 6 Clean flux density= -16.303 MilliJy 13540 comps IMAGR2: Total Cleaned flux density = 5.525 Jy 64623 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.63 MicroJy IMAGR2: 3089 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -410.294 MicroJy iter= 12768 IMAGR2: Field 3 Clean flux density= 54.034 MilliJy 12768 comps IMAGR2: Total Cleaned flux density = 5.526 Jy 65708 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 396.17 MicroJy IMAGR2: 2629 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 406.507 MicroJy iter= 12958 IMAGR2: Field 4 Clean flux density= 91.537 MilliJy 12958 comps IMAGR2: Total Cleaned flux density = 5.529 Jy 66696 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -598.4 MicroJy,max = 577.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.03 MicroJy IMAGR2: 541 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -396.861 MicroJy iter= 4202 IMAGR2: Field 1 Clean flux density= 5.322 Jy 4202 comps IMAGR2: Total Cleaned flux density = 5.529 Jy 66971 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -956.5 MicroJy,max = 866.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 390.11 MicroJy IMAGR2: 820 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 393.466 MicroJy iter= 5838 IMAGR2: Field 7 Clean flux density= 15.635 MilliJy 5838 comps IMAGR2: Total Cleaned flux density = 5.530 Jy 67393 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 385.95 MicroJy IMAGR2: 2443 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 395.265 MicroJy iter= 13201 IMAGR2: Field 5 Clean flux density= 38.231 MilliJy 13201 comps IMAGR2: Total Cleaned flux density = 5.532 Jy 68309 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -827.6 MicroJy,max = 984.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 383.39 MicroJy IMAGR2: 1188 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 387.571 MicroJy iter= 6365 IMAGR2: Field 2 Clean flux density= 25.582 MilliJy 6365 comps IMAGR2: Total Cleaned flux density = 5.531 Jy 68872 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 378.89 MicroJy IMAGR2: 3584 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 389.731 MicroJy iter= 14801 IMAGR2: Field 6 Clean flux density= -15.580 MilliJy 14801 comps IMAGR2: Total Cleaned flux density = 5.531 Jy 70133 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 374.56 MicroJy IMAGR2: 3158 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -384.664 MicroJy iter= 13893 IMAGR2: Field 3 Clean flux density= 56.237 MilliJy 13893 comps IMAGR2: Total Cleaned flux density = 5.534 Jy 71258 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 371.07 MicroJy IMAGR2: 3117 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 381.123 MicroJy iter= 14085 IMAGR2: Field 4 Clean flux density= 92.756 MilliJy 14085 comps IMAGR2: Total Cleaned flux density = 5.535 Jy 72385 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -560.4 MicroJy,max = 507.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 369.55 MicroJy IMAGR2: 617 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 371.839 MicroJy iter= 4505 IMAGR2: Field 1 Clean flux density= 5.322 Jy 4505 comps IMAGR2: Total Cleaned flux density = 5.534 Jy 72688 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 367.14 MicroJy IMAGR2: 2669 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -374.070 MicroJy iter= 14268 IMAGR2: Field 5 Clean flux density= 39.217 MilliJy 14268 comps IMAGR2: Total Cleaned flux density = 5.535 Jy 73755 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -982.7 MicroJy,max = 849.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 365.26 MicroJy IMAGR2: 1018 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 368.892 MicroJy iter= 6344 IMAGR2: Field 7 Clean flux density= 16.822 MilliJy 6344 comps IMAGR2: Total Cleaned flux density = 5.537 Jy 74261 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 360.34 MicroJy IMAGR2: 2684 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -369.989 MicroJy iter= 15785 IMAGR2: Field 6 Clean flux density= -15.393 MilliJy 15785 comps IMAGR2: Total Cleaned flux density = 5.537 Jy 75245 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -833.8 MicroJy,max = 936.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 358.47 MicroJy IMAGR2: 1812 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -363.485 MicroJy iter= 7180 IMAGR2: Field 2 Clean flux density= 23.858 MilliJy 7180 comps IMAGR2: Total Cleaned flux density = 5.535 Jy 76060 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 355.21 MicroJy IMAGR2: 3375 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 364.553 MicroJy iter= 15095 IMAGR2: Field 3 Clean flux density= 59.332 MilliJy 15095 comps IMAGR2: Total Cleaned flux density = 5.538 Jy 77262 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 351.84 MicroJy IMAGR2: 3166 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 360.690 MicroJy iter= 15261 IMAGR2: Field 4 Clean flux density= 92.395 MilliJy 15261 comps IMAGR2: Total Cleaned flux density = 5.538 Jy 78438 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.52 MicroJy IMAGR2: 2885 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 358.021 MicroJy iter= 15379 IMAGR2: Field 5 Clean flux density= 40.494 MilliJy 15379 comps IMAGR2: Total Cleaned flux density = 5.539 Jy 79549 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -536.3 MicroJy,max = 502.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 347.99 MicroJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -350.412 MicroJy iter= 4824 IMAGR2: Field 1 Clean flux density= 5.322 Jy 4824 comps IMAGR2: Total Cleaned flux density = 5.539 Jy 79868 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 346.46 MicroJy IMAGR2: 3037 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 354.884 MicroJy iter= 16896 IMAGR2: Field 6 Clean flux density= -15.103 MilliJy 16896 comps IMAGR2: Total Cleaned flux density = 5.540 Jy 80979 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 788.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 344.56 MicroJy IMAGR2: 1098 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -347.788 MicroJy iter= 6892 IMAGR2: Field 7 Clean flux density= 14.913 MilliJy 6892 comps IMAGR2: Total Cleaned flux density = 5.538 Jy 81527 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.96 MicroJy IMAGR2: 3125 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -350.171 MicroJy iter= 16198 IMAGR2: Field 3 Clean flux density= 61.280 MilliJy 16198 comps IMAGR2: Total Cleaned flux density = 5.540 Jy 82630 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -785.2 MicroJy,max = 889.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 338.14 MicroJy IMAGR2: 1151 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 341.397 MicroJy iter= 7735 IMAGR2: Field 2 Clean flux density= 25.691 MilliJy 7735 comps IMAGR2: Total Cleaned flux density = 5.542 Jy 83185 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 334.95 MicroJy IMAGR2: 3090 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -343.651 MicroJy iter= 16356 IMAGR2: Field 4 Clean flux density= 93.756 MilliJy 16356 comps IMAGR2: Total Cleaned flux density = 5.543 Jy 84280 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 331.83 MicroJy IMAGR2: 2824 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -339.676 MicroJy iter= 16461 IMAGR2: Field 5 Clean flux density= 40.184 MilliJy 16461 comps IMAGR2: Total Cleaned flux density = 5.543 Jy 85362 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 329.13 MicroJy IMAGR2: 3214 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -337.407 MicroJy iter= 18060 IMAGR2: Field 6 Clean flux density= -16.958 MilliJy 18060 comps IMAGR2: Total Cleaned flux density = 5.541 Jy 86526 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -470.6 MicroJy,max = 462.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 327.89 MicroJy IMAGR2: 708 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 330.116 MicroJy iter= 5182 IMAGR2: Field 1 Clean flux density= 5.323 Jy 5182 comps IMAGR2: Total Cleaned flux density = 5.542 Jy 86884 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 324.06 MicroJy IMAGR2: 2663 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 329.341 MicroJy iter= 17254 IMAGR2: Field 3 Clean flux density= 62.915 MilliJy 17254 comps IMAGR2: Total Cleaned flux density = 5.544 Jy 87940 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -891.1 MicroJy,max = 859.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 322.31 MicroJy IMAGR2: 1555 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -325.918 MicroJy iter= 7625 IMAGR2: Field 7 Clean flux density= 16.501 MilliJy 7625 comps IMAGR2: Total Cleaned flux density = 5.545 Jy 88673 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 320.28 MicroJy IMAGR2: 3337 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -328.490 MicroJy iter= 17617 IMAGR2: Field 4 Clean flux density= 92.595 MilliJy 17617 comps IMAGR2: Total Cleaned flux density = 5.544 Jy 89934 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 2 min = -778.3 MicroJy,max = 825.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 318.22 MicroJy IMAGR2: 1284 Residual map points loaded IMAGR2: Field 2 min Clean flux = -323.740 MicroJy iter= 8285 IMAGR2: Field 2 Clean flux density= 23.616 MilliJy 8285 comps IMAGR2: Total Cleaned flux density = 5.542 Jy 90484 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 313.60 MicroJy IMAGR2: 3231 Residual map points loaded IMAGR2: Field 5 min Clean flux = 323.866 MicroJy iter= 17591 IMAGR2: Field 5 Clean flux density= 39.907 MilliJy 17591 comps IMAGR2: Total Cleaned flux density = 5.542 Jy 91614 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 6 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 305.97 MicroJy IMAGR2: 4967 Residual map points loaded IMAGR2: Field 6 min Clean flux = -323.794 MicroJy iter= 19372 IMAGR2: Field 6 Clean flux density= -16.409 MilliJy 19372 comps IMAGR2: Total Cleaned flux density = 5.542 Jy 92926 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 1 min = -465.2 MicroJy,max = 513.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 294.87 MicroJy IMAGR2: 1423 Residual map points loaded IMAGR2: Field 1 min Clean flux = 323.688 MicroJy iter= 5342 IMAGR2: Field 1 Clean flux density= 5.323 Jy 5342 comps IMAGR2: Total Cleaned flux density = 5.542 Jy 93086 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 290.54 MicroJy IMAGR2: 6748 Residual map points loaded IMAGR2: Field 3 min Clean flux = -323.919 MicroJy iter= 18294 IMAGR2: Field 3 Clean flux density= 65.682 MilliJy 18294 comps IMAGR2: Total Cleaned flux density = 5.545 Jy 94126 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 268.79 MicroJy IMAGR2: 10047 Residual map points loaded IMAGR2: Field 4 min Clean flux = 323.904 MicroJy iter= 18458 IMAGR2: Field 4 Clean flux density= 92.628 MilliJy 18458 comps IMAGR2: Total Cleaned flux density = 5.545 Jy 94967 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Field 7 min = -901.3 MicroJy,max = 817.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 230.10 MicroJy IMAGR2: 19970 Residual map points loaded IMAGR2: Field 7 min Clean flux = 323.916 MicroJy iter= 7916 IMAGR2: Field 7 Clean flux density= 16.505 MilliJy 7916 comps IMAGR2: Total Cleaned flux density = 5.545 Jy 95258 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 43840 Pts IMAGR2: Peak residual in window 323.919 less than limit 323.928 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 5342 to 2573 components IMAGR2: Field 2 compressed from 8285 to 3505 components IMAGR2: Field 3 compressed from 18294 to 5752 components IMAGR2: Field 4 compressed from 18458 to 6294 components IMAGR2: Field 5 compressed from 17591 to 5905 components IMAGR2: Field 6 compressed from 19372 to 6149 components IMAGR2: Field 7 compressed from 7916 to 3394 components IMAGR2: Field 1 min = -453.9 MicroJy,max = 448.4 MicroJy IMAGR2: Field 2 min = -753.2 MicroJy,max = 830.2 MicroJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 2.2 MilliJy IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: Field 6 min = -2.3 MilliJy,max = 1.8 MilliJy IMAGR2: Field 7 min = -895.0 MicroJy,max = 810.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -2.255 MilliJy ( 168 CCs) from field 1 to field 2 IMAGR2: Restore -4.530 MilliJy ( 440 CCs) from field 1 to field 3 IMAGR2: Restore -3.897 MilliJy ( 384 CCs) from field 1 to field 4 IMAGR2: Restore-184.288 MicroJy ( 360 CCs) from field 1 to field 5 IMAGR2: Restore -8.666 MilliJy ( 446 CCs) from field 1 to field 6 IMAGR2: Restore -8.565 MilliJy ( 173 CCs) from field 1 to field 7 IMAGR2: Restore 5.769 MilliJy ( 164 CCs) from field 2 to field 1 IMAGR2: Restore -12.560 MilliJy ( 414 CCs) from field 2 to field 3 IMAGR2: Restore 3.992 MilliJy ( 438 CCs) from field 2 to field 4 IMAGR2: Restore -7.569 MilliJy ( 293 CCs) from field 3 to field 1 IMAGR2: Restore -7.228 MilliJy ( 243 CCs) from field 3 to field 2 IMAGR2: Restore -7.702 MilliJy ( 376 CCs) from field 3 to field 5 IMAGR2: Restore 4.454 MilliJy ( 373 CCs) from field 4 to field 1 IMAGR2: Restore 4.383 MilliJy ( 446 CCs) from field 4 to field 2 IMAGR2: Restore 3.264 MilliJy ( 380 CCs) from field 4 to field 6 IMAGR2: Restore 1.232 MilliJy ( 312 CCs) from field 5 to field 1 IMAGR2: Restore 2.311 MilliJy ( 296 CCs) from field 5 to field 3 IMAGR2: Restore 3.837 MilliJy ( 393 CCs) from field 5 to field 7 IMAGR2: Restore 5.020 MilliJy ( 341 CCs) from field 6 to field 1 IMAGR2: Restore -4.204 MilliJy ( 356 CCs) from field 6 to field 4 IMAGR2: Restore 6.058 MilliJy ( 327 CCs) from field 6 to field 7 IMAGR2: Restore 3.006 MilliJy ( 166 CCs) from field 7 to field 1 IMAGR2: Restore 3.830 MilliJy ( 448 CCs) from field 7 to field 5 IMAGR2: Restore 6.062 MilliJy ( 409 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.335 Jy IMAGR2: Field 2 final Clean flux 18.515 MilliJy IMAGR2: Field 3 final Clean flux 50.903 MilliJy IMAGR2: Field 4 final Clean flux 88.519 MilliJy IMAGR2: Field 5 final Clean flux 35.850 MilliJy IMAGR2: Field 6 final Clean flux -15.749 MilliJy IMAGR2: Field 7 final Clean flux 17.834 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= 257.3 Real= 1059 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 20000204.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000204.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.05399 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1487 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 127.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 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.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 5775 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.957E+04 IMAGR2: UVWAIT: Adding temperance S 5.914E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.450E+07 and out 1.762E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.149 due to weighting IMAGR2: UVWAIT: Average summed weight 2.957E+04 over 11253 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 = 1.87033E+08 IMAGR2: Field 1 Beam min = -175.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.616 x 0.684 arcsec, PA= 72.0 IMAGR2: Field 2 Sum of gridding weights = 1.87032E+08 IMAGR2: Field 2 Beam min = -175.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.617 x 0.684 arcsec, PA= 72.0 IMAGR2: Field 3 Sum of gridding weights = 1.87032E+08 IMAGR2: Field 3 Beam min = -124.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.619 x 0.684 arcsec, PA= 71.9 IMAGR2: Field 4 Sum of gridding weights = 1.87032E+08 IMAGR2: Field 4 Beam min = -117.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.614 x 0.684 arcsec, PA= 72.0 IMAGR2: Field 5 Sum of gridding weights = 1.87032E+08 IMAGR2: Field 5 Beam min = -129.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.618 x 0.684 arcsec, PA= 71.9 IMAGR2: Field 6 Sum of gridding weights = 1.87032E+08 IMAGR2: Field 6 Beam min = -141.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.613 x 0.684 arcsec, PA= 72.0 IMAGR2: Field 7 Sum of gridding weights = 1.87033E+08 IMAGR2: Field 7 Beam min = -175.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.615 x 0.684 arcsec, PA= 72.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -47.5 MilliJy,max = 419.8 MilliJy IMAGR2: Field 2 min = -38.3 MilliJy,max = 162.4 MilliJy IMAGR2: Field 3 min = -40.6 MilliJy,max = 175.6 MilliJy IMAGR2: Field 4 min = -41.4 MilliJy,max = 133.0 MilliJy IMAGR2: Field 5 min = -38.9 MilliJy,max = 132.2 MilliJy IMAGR2: Field 6 min = -39.8 MilliJy,max = 177.6 MilliJy IMAGR2: Field 7 min = -35.7 MilliJy,max = 161.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 61.67 MilliJy IMAGR2: 3965 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 225.087 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 219.231 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 219.231 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 = 202.6 MilliJy IMAGR2: BGC Clean: using 1969 cell beam + residuals > 44.25 MilliJy IMAGR2: 732 Residual map points loaded IMAGR2: Field 1 min allowed flux = 100.206 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 336.279 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 336.279 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.1 MilliJy,max = 39.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.750E-02 < Second best 1.672E-01 IMAGR2: Field 3 min = -10.3 MilliJy,max = 37.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.568E-02 < Second best 1.267E-01 IMAGR2: Field 4 min = -10.4 MilliJy,max = 31.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.997E-02 < Second best 1.260E-01 IMAGR2: Field 5 min = -9.6 MilliJy,max = 28.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.685E-02 < Second best 9.532E-02 IMAGR2: Field 1 min = -12.0 MilliJy,max = 90.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.580E-02 < Second best 9.331E-02 IMAGR2: Field 2 min = -10.0 MilliJy,max = 34.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.148E-02 < Second best 9.325E-02 IMAGR2: Field 7 min = -8.8 MilliJy,max = 36.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.924E-02 < Second best 8.580E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.25 MilliJy IMAGR2: 4724 Residual map points loaded IMAGR2: Field 1 min allowed flux = 42.479 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 393.197 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 393.197 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.7 MilliJy,max = 38.4 MilliJy IMAGR2: BGC Clean: using 1457 cell beam + residuals > 10.18 MilliJy IMAGR2: 368 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.479 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 417.947 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 417.947 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.1 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.794E-03 < Second best 3.568E-02 IMAGR2: Field 3 min = -3.9 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.180E-03 < Second best 2.997E-02 IMAGR2: Field 4 min = -5.2 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.333E-03 < Second best 2.685E-02 IMAGR2: Field 5 min = -3.7 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.880E-03 < Second best 2.148E-02 IMAGR2: Field 2 min = -4.1 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.469E-03 < Second best 1.924E-02 IMAGR2: Field 7 min = -3.5 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.431E-03 < Second best 1.758E-02 IMAGR2: Field 1 min = -4.9 MilliJy,max = 17.1 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 3.03 MilliJy IMAGR2: 4566 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.243 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 428.865 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 428.865 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 2.79 MilliJy IMAGR2: 914 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.935 MilliJy iter= 63 IMAGR2: Field 1 Clean flux density= 431.801 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 431.801 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.0 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.872E-03 < Second best 7.180E-03 IMAGR2: Field 3 min = -3.8 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.697E-03 < Second best 6.794E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.055E-03 < Second best 6.469E-03 IMAGR2: Field 2 min = -3.8 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.246E-03 < Second best 4.880E-03 IMAGR2: Field 5 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.005E-03 < Second best 4.431E-03 IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.815E-03 < Second best 4.246E-03 IMAGR2: BGC Clean: using 1451 cell beam + residuals > 2.05 MilliJy IMAGR2: 4442 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.980 MilliJy iter= 35 IMAGR2: Field 2 Clean flux density= 5.956 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 437.756 MilliJy 98 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 1451 cell beam + residuals > 2.05 MilliJy IMAGR2: 1610 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.645 MilliJy iter= 33 IMAGR2: Field 5 Clean flux density= 1.614 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 439.370 MilliJy 131 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 1451 cell beam + residuals > 2.05 MilliJy IMAGR2: 1110 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.526 MilliJy iter= 33 IMAGR2: Field 4 Clean flux density= -1.422 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 437.948 MilliJy 164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.163E-03 < Second best 3.697E-03 IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 1935 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.467 MilliJy iter= 61 IMAGR2: Field 3 Clean flux density= 1.818 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 439.766 MilliJy 225 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 693 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.288 MilliJy iter= 119 IMAGR2: Field 1 Clean flux density= 428.860 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 436.825 MilliJy 281 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.508E-03 < Second best 2.849E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.470E-03 < Second best 2.815E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.256E-03 < Second best 2.527E-03 IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.349E-03 < Second best 2.508E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 1136 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.978 MilliJy iter= 68 IMAGR2: Field 6 Clean flux density= 2.163 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 438.988 MilliJy 349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 1521 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.976 MilliJy iter= 120 IMAGR2: Field 2 Clean flux density= 4.699 MilliJy 120 comps IMAGR2: Total Cleaned flux density = 437.732 MilliJy 434 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.021E-03 < Second best 2.359E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.133E-03 < Second best 2.349E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 3263 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.888 MilliJy iter= 186 IMAGR2: Field 5 Clean flux density= 371.316 MicroJy 186 comps IMAGR2: Total Cleaned flux density = 436.489 MilliJy 587 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 337 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.586 MilliJy iter= 62 IMAGR2: Field 7 Clean flux density= 4.642 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 441.132 MilliJy 649 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.906E-03 < Second best 2.133E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.891E-03 < Second best 2.021E-03 IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 1900 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.643 MilliJy iter= 177 IMAGR2: Field 4 Clean flux density= 158.373 MicroJy 177 comps IMAGR2: Total Cleaned flux density = 442.711 MilliJy 793 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.744E-03 < Second best 1.894E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.611E-03 < Second best 1.892E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.754E-03 < Second best 1.891E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 2340 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.477 MilliJy iter= 223 IMAGR2: Field 3 Clean flux density= -121.335 MicroJy 223 comps IMAGR2: Total Cleaned flux density = 440.772 MilliJy 955 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.622E-03 < Second best 1.754E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.566E-03 < Second best 1.744E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 404 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.231 MilliJy iter= 198 IMAGR2: Field 1 Clean flux density= 422.590 MilliJy 198 comps IMAGR2: Total Cleaned flux density = 434.502 MilliJy 1034 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 556 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.252 MilliJy iter= 294 IMAGR2: Field 5 Clean flux density= 146.812 MicroJy 294 comps IMAGR2: Total Cleaned flux density = 434.278 MilliJy 1142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 777 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.258 MilliJy iter= 188 IMAGR2: Field 6 Clean flux density= 3.821 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 435.935 MilliJy 1262 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.370E-03 < Second best 1.566E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 2083 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.230 MilliJy iter= 325 IMAGR2: Field 2 Clean flux density= 11.974 MilliJy 325 comps IMAGR2: Total Cleaned flux density = 443.211 MilliJy 1467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.348E-03 < Second best 1.415E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.303E-03 < Second best 1.370E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.250E-03 < Second best 1.348E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 944.19 MicroJy IMAGR2: 1770 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.072 MilliJy iter= 269 IMAGR2: Field 7 Clean flux density= 968.467 MicroJy 269 comps IMAGR2: Total Cleaned flux density = 439.537 MilliJy 1674 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 944.61 MicroJy IMAGR2: 1260 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.044 MilliJy iter= 392 IMAGR2: Field 3 Clean flux density= 1.913 MilliJy 392 comps IMAGR2: Total Cleaned flux density = 441.571 MilliJy 1843 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 943.65 MicroJy IMAGR2: 659 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.020 MilliJy iter= 326 IMAGR2: Field 4 Clean flux density= -3.239 MilliJy 326 comps IMAGR2: Total Cleaned flux density = 438.174 MilliJy 1992 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 918.93 MicroJy IMAGR2: 691 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -990.133 MicroJy iter= 343 IMAGR2: Field 6 Clean flux density= 5.869 MilliJy 343 comps IMAGR2: Total Cleaned flux density = 440.222 MilliJy 2147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 897.14 MicroJy IMAGR2: 782 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 970.337 MicroJy iter= 468 IMAGR2: Field 5 Clean flux density= 325.507 MicroJy 468 comps IMAGR2: Total Cleaned flux density = 440.401 MilliJy 2321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.138E-04 < Second best 1.179E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 816.28 MicroJy IMAGR2: 1368 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 894.657 MicroJy iter= 551 IMAGR2: Field 2 Clean flux density= 7.116 MilliJy 551 comps IMAGR2: Total Cleaned flux density = 435.543 MilliJy 2547 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 785.00 MicroJy IMAGR2: 972 Residual map points loaded IMAGR2: Field 7 min Clean flux = 889.570 MicroJy iter= 365 IMAGR2: Field 7 Clean flux density= 4.737 MilliJy 365 comps IMAGR2: Total Cleaned flux density = 439.311 MilliJy 2643 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 > 745.49 MicroJy IMAGR2: 1231 Residual map points loaded IMAGR2: Field 3 min Clean flux = 891.310 MicroJy iter= 448 IMAGR2: Field 3 Clean flux density= 2.633 MilliJy 448 comps IMAGR2: Total Cleaned flux density = 440.031 MilliJy 2699 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 > 710.29 MicroJy IMAGR2: 1259 Residual map points loaded IMAGR2: Field 4 min Clean flux = 890.762 MicroJy iter= 353 IMAGR2: Field 4 Clean flux density= -2.553 MilliJy 353 comps IMAGR2: Total Cleaned flux density = 440.716 MilliJy 2726 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 678.88 MicroJy IMAGR2: 3870 Residual map points loaded IMAGR2: Field 6 min Clean flux = 891.043 MicroJy iter= 419 IMAGR2: Field 6 Clean flux density= 5.061 MilliJy 419 comps IMAGR2: Total Cleaned flux density = 439.908 MilliJy 2802 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 625.78 MicroJy IMAGR2: 3844 Residual map points loaded IMAGR2: Field 5 min Clean flux = -891.653 MicroJy iter= 498 IMAGR2: Field 5 Clean flux density= 540.325 MicroJy 498 comps IMAGR2: Total Cleaned flux density = 440.123 MilliJy 2832 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.120E-04 < Second best 8.581E-04 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.38 MicroJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 2 min Clean flux = -877.938 MicroJy iter= 557 IMAGR2: Field 2 Clean flux density= 7.302 MilliJy 557 comps IMAGR2: Total Cleaned flux density = 440.309 MilliJy 2838 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 891.653 less than limit 892.498 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 198 to 98 components IMAGR2: Field 2 compressed from 557 to 415 components IMAGR2: Field 3 compressed from 448 to 343 components IMAGR2: Field 4 compressed from 353 to 257 components IMAGR2: Field 5 compressed from 498 to 349 components IMAGR2: Field 6 compressed from 419 to 290 components IMAGR2: Field 7 compressed from 365 to 273 components IMAGR2: Field 1 min = -997.8 MicroJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-270.746 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore 269.698 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore -4.907 MilliJy ( 24 CCs) from field 1 to field 4 IMAGR2: Restore-533.046 MicroJy ( 7 CCs) from field 1 to field 5 IMAGR2: Restore -6.162 MilliJy ( 32 CCs) from field 1 to field 6 IMAGR2: Restore-126.369 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore -1.581 MilliJy ( 38 CCs) from field 2 to field 3 IMAGR2: Restore 2.318 MilliJy ( 22 CCs) from field 2 to field 4 IMAGR2: Restore 693.132 MicroJy ( 27 CCs) from field 3 to field 1 IMAGR2: Restore -2.059 MilliJy ( 14 CCs) from field 3 to field 2 IMAGR2: Restore 724.476 MicroJy ( 6 CCs) from field 3 to field 5 IMAGR2: Restore -1.097 MilliJy ( 5 CCs) from field 4 to field 1 IMAGR2: Restore -1.481 MilliJy ( 10 CCs) from field 4 to field 2 IMAGR2: Restore -2.335 MilliJy ( 13 CCs) from field 4 to field 6 IMAGR2: Restore-343.103 MicroJy ( 4 CCs) from field 5 to field 1 IMAGR2: Restore 530.003 MicroJy ( 5 CCs) from field 5 to field 3 IMAGR2: Restore-621.568 MicroJy ( 4 CCs) from field 5 to field 7 IMAGR2: Restore 519.646 MicroJy ( 11 CCs) from field 6 to field 1 IMAGR2: Restore 1.359 MilliJy ( 9 CCs) from field 6 to field 4 IMAGR2: Restore 413.184 MicroJy ( 5 CCs) from field 6 to field 7 IMAGR2: Restore 115.179 MicroJy ( 2 CCs) from field 7 to field 1 IMAGR2: Restore-727.969 MicroJy ( 8 CCs) from field 7 to field 5 IMAGR2: Restore 1.406 MilliJy ( 27 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 422.478 MilliJy IMAGR2: Field 2 final Clean flux 3.491 MilliJy IMAGR2: Field 3 final Clean flux 1.851 MilliJy IMAGR2: Field 4 final Clean flux -3.783 MilliJy IMAGR2: Field 5 final Clean flux 3.787 MicroJy IMAGR2: Field 6 final Clean flux -2.031 MilliJy IMAGR2: Field 7 final Clean flux 4.402 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 28 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 51.3 Real= 204 -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.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1317 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1318 CELLSIZE 0.24278 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24278 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 136.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 3 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 20.1 00002 -1 507 512 513 C 3 1012 1012 10 34 45.45 56 27 03.3 00003 -1 507 512 513 C 4 1012 1012 10 35 28.63 56 27 03.3 00004 -1 507 512 513 C 5 1012 1012 10 34 45.42 56 30 30.0 00005 -1 507 512 513 C 6 1012 1012 10 35 28.66 56 30 30.0 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 13.5 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1317 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR2: Field 2 1012 1012 8.2835E-04 -2.0669E+02 0 IMAGR2: Field 3 1012 1012 -1.7884E+02 -1.0349E+02 0 IMAGR2: Field 4 1012 1012 1.7884E+02 -1.0349E+02 0 IMAGR2: Field 5 1012 1012 -1.7909E+02 1.0321E+02 0 IMAGR2: Field 6 1012 1012 1.7909E+02 1.0321E+02 0 IMAGR2: Field 7 1012 1012 8.2835E-04 2.0671E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1035+564 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7371 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.716E+04 IMAGR2: UVWAIT: Adding temperance S 5.433E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.491E+07 and out 1.894E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR2: UVWAIT: Average summed weight 2.716E+04 over 14664 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.01052E+08 IMAGR2: Field 1 Beam min = -223.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.908 x 0.648 arcsec, PA= 51.9 IMAGR2: Field 2 Sum of gridding weights = 2.01052E+08 IMAGR2: Field 2 Beam min = -223.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.915 x 0.648 arcsec, PA= 51.9 IMAGR2: Field 3 Sum of gridding weights = 2.01053E+08 IMAGR2: Field 3 Beam min = -152.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.919 x 0.648 arcsec, PA= 51.8 IMAGR2: Field 4 Sum of gridding weights = 2.01052E+08 IMAGR2: Field 4 Beam min = -190.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.904 x 0.648 arcsec, PA= 52.0 IMAGR2: Field 5 Sum of gridding weights = 2.01052E+08 IMAGR2: Field 5 Beam min = -132.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.912 x 0.648 arcsec, PA= 51.8 IMAGR2: Field 6 Sum of gridding weights = 2.01052E+08 IMAGR2: Field 6 Beam min = -190.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.898 x 0.648 arcsec, PA= 52.0 IMAGR2: Field 7 Sum of gridding weights = 2.01052E+08 IMAGR2: Field 7 Beam min = -223.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.902 x 0.648 arcsec, PA= 51.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -70.2 MilliJy,max = 771.3 MilliJy IMAGR2: Field 2 min = -65.1 MilliJy,max = 316.7 MilliJy IMAGR2: Field 3 min = -95.2 MilliJy,max = 217.3 MilliJy IMAGR2: Field 4 min = -99.6 MilliJy,max = 171.4 MilliJy IMAGR2: Field 5 min = -93.6 MilliJy,max = 164.7 MilliJy IMAGR2: Field 6 min = -99.4 MilliJy,max = 220.7 MilliJy IMAGR2: Field 7 min = -66.6 MilliJy,max = 319.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 103.74 MilliJy IMAGR2: 4220 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 368.929 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 439.303 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 439.303 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 = 332.0 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 72.73 MilliJy IMAGR2: 518 Residual map points loaded IMAGR2: Field 1 min allowed flux = 158.818 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 628.416 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 628.416 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -12.6 MilliJy,max = 62.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.953E-02 < Second best 3.015E-01 IMAGR2: Field 2 min = -13.0 MilliJy,max = 57.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.465E-02 < Second best 2.069E-01 IMAGR2: Field 6 min = -20.5 MilliJy,max = 45.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.286E-02 < Second best 1.981E-01 IMAGR2: Field 3 min = -15.7 MilliJy,max = 40.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.113E-02 < Second best 1.511E-01 IMAGR2: Field 1 min = -14.2 MilliJy,max = 142.9 MilliJy IMAGR2: BGC Clean: using 995 cell beam + residuals > 52.46 MilliJy IMAGR2: 71 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 69.328 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 709.921 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 709.921 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -10.4 MilliJy,max = 17.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.537E-02 < Second best 1.323E-01 IMAGR2: Field 5 min = -8.5 MilliJy,max = 13.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.271E-02 < Second best 6.595E-02 IMAGR2: Field 1 min = -10.3 MilliJy,max = 62.4 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 13.67 MilliJy IMAGR2: 840 Residual map points loaded IMAGR2: Field 1 min allowed flux = 28.771 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 749.315 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 749.315 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.4 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.355E-02 < Second best 5.465E-02 IMAGR2: Field 2 min = -6.2 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.234E-03 < Second best 4.286E-02 IMAGR2: Field 6 min = -8.7 MilliJy,max = 13.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.247E-02 < Second best 3.113E-02 IMAGR2: Field 3 min = -6.5 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.423E-03 < Second best 2.737E-02 IMAGR2: Field 1 min = -8.7 MilliJy,max = 26.1 MilliJy IMAGR2: BGC Clean: using 1765 cell beam + residuals > 6.21 MilliJy IMAGR2: 1708 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.022 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 765.777 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 765.777 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.5 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.077E-03 < Second best 1.355E-02 IMAGR2: Field 7 min = -6.8 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.544E-03 < Second best 1.271E-02 IMAGR2: Field 5 min = -6.1 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.257E-03 < Second best 1.247E-02 IMAGR2: Field 6 min = -8.2 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.172E-03 < Second best 1.144E-02 IMAGR2: Field 1 min = -8.3 MilliJy,max = 11.0 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 4.24 MilliJy IMAGR2: 2549 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.513 MilliJy iter= 72 IMAGR2: Field 1 Clean flux density= 768.351 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 768.351 MilliJy 72 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.5 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.900E-03 < Second best 8.423E-03 IMAGR2: Field 3 min = -8.8 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 991 cell beam + residuals > 4.07 MilliJy IMAGR2: 2329 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.471 MilliJy iter= 29 IMAGR2: Field 3 Clean flux density= -1.301 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 767.050 MilliJy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.0 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.585E-03 < Second best 8.077E-03 IMAGR2: Field 4 min = -5.9 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.071E-03 < Second best 7.900E-03 IMAGR2: Field 6 min = -7.4 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 3.87 MilliJy IMAGR2: 4830 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.363 MilliJy iter= 48 IMAGR2: Field 6 Clean flux density= 16.475 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 783.524 MilliJy 149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.9 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.133E-03 < Second best 7.071E-03 IMAGR2: Field 4 min = -5.5 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 3.87 MilliJy IMAGR2: 537 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.427 MilliJy iter= 24 IMAGR2: Field 4 Clean flux density= 7.137 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 790.661 MilliJy 173 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.231E-03 < Second best 6.212E-03 IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 3.63 MilliJy IMAGR2: 1058 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.384 MilliJy iter= 112 IMAGR2: Field 1 Clean flux density= 766.130 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 788.441 MilliJy 213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 3.63 MilliJy IMAGR2: 460 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.096 MilliJy iter= 28 IMAGR2: Field 2 Clean flux density= 189.063 MicroJy 28 comps IMAGR2: Total Cleaned flux density = 788.630 MilliJy 241 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.8 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.818E-03 < Second best 5.225E-03 IMAGR2: Field 3 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 3.51 MilliJy IMAGR2: 1550 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.086 MilliJy iter= 72 IMAGR2: Field 3 Clean flux density= -137.073 MicroJy 72 comps IMAGR2: Total Cleaned flux density = 789.794 MilliJy 284 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.7 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.735E-03 < Second best 5.124E-03 IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.08 MilliJy IMAGR2: 4722 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.139 MilliJy iter= 161 IMAGR2: Field 6 Clean flux density= 22.206 MilliJy 161 comps IMAGR2: Total Cleaned flux density = 795.525 MilliJy 397 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.5 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.379E-03 < Second best 4.735E-03 IMAGR2: Field 7 min = -5.2 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.162E-03 < Second best 4.379E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.04 MilliJy IMAGR2: 915 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.566 MilliJy iter= 75 IMAGR2: Field 5 Clean flux density= 13.673 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 809.198 MilliJy 472 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.636E-03 < Second best 4.191E-03 IMAGR2: Field 1 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.662E-03 < Second best 4.162E-03 IMAGR2: Field 7 min = -5.2 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 487 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.196 MilliJy iter= 59 IMAGR2: Field 7 Clean flux density= -6.508 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 802.690 MilliJy 531 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.706E-03 < Second best 3.916E-03 IMAGR2: Field 2 min = -4.8 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.701E-03 < Second best 3.912E-03 IMAGR2: Field 3 min = -4.2 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.47 MilliJy IMAGR2: 5201 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.219 MilliJy iter= 250 IMAGR2: Field 3 Clean flux density= -13.957 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 788.871 MilliJy 709 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.9 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR2: 2269 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.914 MilliJy iter= 291 IMAGR2: Field 6 Clean flux density= 35.199 MilliJy 291 comps IMAGR2: Total Cleaned flux density = 801.863 MilliJy 839 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.184E-03 < Second best 3.662E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.42 MilliJy IMAGR2: 134 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.538 MilliJy iter= 149 IMAGR2: Field 1 Clean flux density= 769.716 MilliJy 149 comps IMAGR2: Total Cleaned flux density = 805.449 MilliJy 876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.093E-03 < Second best 3.414E-03 IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.993E-03 < Second best 3.184E-03 IMAGR2: Field 2 min = -3.6 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 679 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.505 MilliJy iter= 130 IMAGR2: Field 2 Clean flux density= -2.319 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 802.941 MilliJy 978 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 429 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.435 MilliJy iter= 106 IMAGR2: Field 4 Clean flux density= -1.883 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 793.921 MilliJy 1060 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.850E-03 < Second best 3.059E-03 IMAGR2: Field 7 min = -4.0 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 1123 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.247 MilliJy iter= 190 IMAGR2: Field 7 Clean flux density= 2.006 MilliJy 190 comps IMAGR2: Total Cleaned flux density = 802.435 MilliJy 1191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 921 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.196 MilliJy iter= 199 IMAGR2: Field 5 Clean flux density= 14.867 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 803.629 MilliJy 1315 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.539E-03 < Second best 2.791E-03 IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 1400 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.984 MilliJy iter= 437 IMAGR2: Field 6 Clean flux density= 33.130 MilliJy 437 comps IMAGR2: Total Cleaned flux density = 801.560 MilliJy 1461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 1767 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.000 MilliJy iter= 415 IMAGR2: Field 3 Clean flux density= -9.084 MilliJy 415 comps IMAGR2: Total Cleaned flux density = 806.434 MilliJy 1626 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.210E-03 < Second best 2.398E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.032E-03 < Second best 2.331E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 978 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.790 MilliJy iter= 259 IMAGR2: Field 4 Clean flux density= -235.778 MicroJy 259 comps IMAGR2: Total Cleaned flux density = 808.081 MilliJy 1779 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 261 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.706 MilliJy iter= 223 IMAGR2: Field 1 Clean flux density= 762.865 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 801.231 MilliJy 1853 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.002E-03 < Second best 2.102E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 702 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.607 MilliJy iter= 323 IMAGR2: Field 5 Clean flux density= 19.944 MilliJy 323 comps IMAGR2: Total Cleaned flux density = 806.307 MilliJy 1977 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 799 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.602 MilliJy iter= 266 IMAGR2: Field 2 Clean flux density= 3.387 MilliJy 266 comps IMAGR2: Total Cleaned flux density = 812.014 MilliJy 2113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 530 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.575 MilliJy iter= 298 IMAGR2: Field 7 Clean flux density= 6.139 MilliJy 298 comps IMAGR2: Total Cleaned flux density = 816.148 MilliJy 2221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.800E-03 < Second best 1.901E-03 IMAGR2: Field 6 min = -3.0 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 1638 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.446 MilliJy iter= 637 IMAGR2: Field 6 Clean flux density= 29.908 MilliJy 637 comps IMAGR2: Total Cleaned flux density = 812.926 MilliJy 2421 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 1953 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.457 MilliJy iter= 650 IMAGR2: Field 3 Clean flux density= -5.263 MilliJy 650 comps IMAGR2: Total Cleaned flux density = 816.746 MilliJy 2656 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 708 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.352 MilliJy iter= 413 IMAGR2: Field 4 Clean flux density= 2.836 MilliJy 413 comps IMAGR2: Total Cleaned flux density = 819.818 MilliJy 2810 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 174 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.283 MilliJy iter= 283 IMAGR2: Field 1 Clean flux density= 760.974 MilliJy 283 comps IMAGR2: Total Cleaned flux density = 817.927 MilliJy 2870 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 781 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.287 MilliJy iter= 479 IMAGR2: Field 5 Clean flux density= 18.815 MilliJy 479 comps IMAGR2: Total Cleaned flux density = 816.798 MilliJy 3026 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.18 MilliJy IMAGR2: 647 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.240 MilliJy iter= 402 IMAGR2: Field 2 Clean flux density= -564.131 MicroJy 402 comps IMAGR2: Total Cleaned flux density = 812.847 MilliJy 3162 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 1267 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.231 MilliJy iter= 509 IMAGR2: Field 7 Clean flux density= 13.009 MilliJy 509 comps IMAGR2: Total Cleaned flux density = 819.717 MilliJy 3373 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 944 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.159 MilliJy iter= 814 IMAGR2: Field 3 Clean flux density= -9.084 MilliJy 814 comps IMAGR2: Total Cleaned flux density = 815.896 MilliJy 3537 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 1978 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.139 MilliJy iter= 899 IMAGR2: Field 6 Clean flux density= 29.504 MilliJy 899 comps IMAGR2: Total Cleaned flux density = 815.491 MilliJy 3799 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 690 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.070 MilliJy iter= 578 IMAGR2: Field 4 Clean flux density= 6.194 MilliJy 578 comps IMAGR2: Total Cleaned flux density = 818.849 MilliJy 3964 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 999.30 MicroJy IMAGR2: 1332 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.062 MilliJy iter= 723 IMAGR2: Field 5 Clean flux density= 18.779 MilliJy 723 comps IMAGR2: Total Cleaned flux density = 818.814 MilliJy 4208 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 > 985.61 MicroJy IMAGR2: 189 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.003 MilliJy iter= 351 IMAGR2: Field 1 Clean flux density= 762.536 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 820.375 MilliJy 4276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 966.52 MicroJy IMAGR2: 1212 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.019 MilliJy iter= 626 IMAGR2: Field 2 Clean flux density= -784.189 MicroJy 626 comps IMAGR2: Total Cleaned flux density = 820.155 MilliJy 4500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 933.77 MicroJy IMAGR2: 1353 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 987.498 MicroJy iter= 759 IMAGR2: Field 7 Clean flux density= 13.816 MilliJy 759 comps IMAGR2: Total Cleaned flux density = 820.963 MilliJy 4750 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 910.99 MicroJy IMAGR2: 1830 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -967.820 MicroJy iter= 1103 IMAGR2: Field 3 Clean flux density= -7.889 MilliJy 1103 comps IMAGR2: Total Cleaned flux density = 822.159 MilliJy 5039 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 881.23 MicroJy IMAGR2: 2258 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -947.995 MicroJy iter= 1243 IMAGR2: Field 6 Clean flux density= 31.032 MilliJy 1243 comps IMAGR2: Total Cleaned flux density = 823.686 MilliJy 5383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 865.30 MicroJy IMAGR2: 617 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -892.976 MicroJy iter= 743 IMAGR2: Field 4 Clean flux density= 6.929 MilliJy 743 comps IMAGR2: Total Cleaned flux density = 824.421 MilliJy 5548 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 841.89 MicroJy IMAGR2: 1456 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -889.038 MicroJy iter= 1024 IMAGR2: Field 5 Clean flux density= 17.393 MilliJy 1024 comps IMAGR2: Total Cleaned flux density = 823.034 MilliJy 5849 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.54 MicroJy IMAGR2: 1111 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -860.258 MicroJy iter= 826 IMAGR2: Field 2 Clean flux density= -2.537 MilliJy 826 comps IMAGR2: Total Cleaned flux density = 821.281 MilliJy 6049 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 817.97 MicroJy IMAGR2: 371 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 836.350 MicroJy iter= 470 IMAGR2: Field 1 Clean flux density= 759.874 MilliJy 470 comps IMAGR2: Total Cleaned flux density = 818.620 MilliJy 6168 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.26 MicroJy IMAGR2: 1443 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -835.635 MicroJy iter= 1033 IMAGR2: Field 7 Clean flux density= 15.471 MilliJy 1033 comps IMAGR2: Total Cleaned flux density = 820.274 MilliJy 6442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 774.42 MicroJy IMAGR2: 1940 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 818.293 MicroJy iter= 1451 IMAGR2: Field 3 Clean flux density= -8.371 MilliJy 1451 comps IMAGR2: Total Cleaned flux density = 819.792 MilliJy 6790 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 750.40 MicroJy IMAGR2: 2829 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -805.016 MicroJy iter= 1680 IMAGR2: Field 6 Clean flux density= 32.345 MilliJy 1680 comps IMAGR2: Total Cleaned flux density = 821.105 MilliJy 7227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 740.78 MicroJy IMAGR2: 834 Residual map points loaded IMAGR2: Field 4 min Clean flux = 789.930 MicroJy iter= 888 IMAGR2: Field 4 Clean flux density= 9.074 MilliJy 888 comps IMAGR2: Total Cleaned flux density = 823.251 MilliJy 7372 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 718.16 MicroJy IMAGR2: 1513 Residual map points loaded IMAGR2: Field 5 min Clean flux = 789.329 MicroJy iter= 1192 IMAGR2: Field 5 Clean flux density= 17.001 MilliJy 1192 comps IMAGR2: Total Cleaned flux density = 822.859 MilliJy 7540 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 697.92 MicroJy IMAGR2: 1814 Residual map points loaded IMAGR2: Field 2 min Clean flux = 789.920 MicroJy iter= 934 IMAGR2: Field 2 Clean flux density= -3.000 MilliJy 934 comps IMAGR2: Total Cleaned flux density = 822.396 MilliJy 7648 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 669.91 MicroJy IMAGR2: 1704 Residual map points loaded IMAGR2: Field 7 min Clean flux = 789.059 MicroJy iter= 1078 IMAGR2: Field 7 Clean flux density= 15.204 MilliJy 1078 comps IMAGR2: Total Cleaned flux density = 822.129 MilliJy 7693 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -855.8 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.92 MicroJy IMAGR2: 907 Residual map points loaded IMAGR2: Field 1 min Clean flux = 788.535 MicroJy iter= 491 IMAGR2: Field 1 Clean flux density= 759.303 MilliJy 491 comps IMAGR2: Total Cleaned flux density = 821.558 MilliJy 7714 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 606.70 MicroJy IMAGR2: 4852 Residual map points loaded IMAGR2: Field 3 min Clean flux = -789.441 MicroJy iter= 1491 IMAGR2: Field 3 Clean flux density= -8.395 MilliJy 1491 comps IMAGR2: Total Cleaned flux density = 821.534 MilliJy 7754 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 487.22 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 6 min Clean flux = -788.187 MicroJy iter= 1714 IMAGR2: Field 6 Clean flux density= 32.005 MilliJy 1714 comps IMAGR2: Total Cleaned flux density = 821.194 MilliJy 7788 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 789.930 less than limit 789.987 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 491 to 297 components IMAGR2: Field 2 compressed from 934 to 565 components IMAGR2: Field 3 compressed from 1491 to 1008 components IMAGR2: Field 4 compressed from 888 to 538 components IMAGR2: Field 5 compressed from 1192 to 728 components IMAGR2: Field 6 compressed from 1714 to 1079 components IMAGR2: Field 7 compressed from 1078 to 659 components IMAGR2: Field 1 min = -825.4 MicroJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 566.239 MicroJy ( 13 CCs) from field 1 to field 2 IMAGR2: Restore -11.246 MilliJy ( 117 CCs) from field 1 to field 3 IMAGR2: Restore -3.001 MilliJy ( 19 CCs) from field 1 to field 4 IMAGR2: Restore -2.224 MilliJy ( 60 CCs) from field 1 to field 5 IMAGR2: Restore -15.499 MicroJy ( 83 CCs) from field 1 to field 6 IMAGR2: Restore 4.057 MilliJy ( 40 CCs) from field 1 to field 7 IMAGR2: Restore 194.448 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR2: Restore-205.243 MicroJy ( 41 CCs) from field 2 to field 3 IMAGR2: Restore -2.555 MilliJy ( 41 CCs) from field 2 to field 4 IMAGR2: Restore -10.041 MilliJy ( 132 CCs) from field 3 to field 1 IMAGR2: Restore -5.835 MilliJy ( 107 CCs) from field 3 to field 2 IMAGR2: Restore -1.467 MilliJy ( 56 CCs) from field 3 to field 5 IMAGR2: Restore 355.563 MicroJy ( 30 CCs) from field 4 to field 1 IMAGR2: Restore 2.635 MilliJy ( 51 CCs) from field 4 to field 2 IMAGR2: Restore -2.879 MilliJy ( 48 CCs) from field 4 to field 6 IMAGR2: Restore 2.332 MilliJy ( 56 CCs) from field 5 to field 1 IMAGR2: Restore 3.800 MilliJy ( 78 CCs) from field 5 to field 3 IMAGR2: Restore 1.203 MilliJy ( 65 CCs) from field 5 to field 7 IMAGR2: Restore 25.629 MilliJy ( 193 CCs) from field 6 to field 1 IMAGR2: Restore 6.050 MilliJy ( 114 CCs) from field 6 to field 4 IMAGR2: Restore 14.486 MilliJy ( 141 CCs) from field 6 to field 7 IMAGR2: Restore 1.561 MilliJy ( 20 CCs) from field 7 to field 1 IMAGR2: Restore 5.743 MilliJy ( 91 CCs) from field 7 to field 5 IMAGR2: Restore 4.123 MilliJy ( 61 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 779.334 MilliJy IMAGR2: Field 2 final Clean flux -5.633 MilliJy IMAGR2: Field 3 final Clean flux -16.045 MilliJy IMAGR2: Field 4 final Clean flux 9.568 MilliJy IMAGR2: Field 5 final Clean flux 19.052 MilliJy IMAGR2: Field 6 final Clean flux 33.234 MilliJy IMAGR2: Field 7 final Clean flux 34.950 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= 87.3 Real= 360 -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.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1317 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1357 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1308 CELLSIZE 0.24469 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24469 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 128.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 4 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.1357 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 6942 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.288E+04 IMAGR2: UVWAIT: Adding temperance S 6.576E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.762E+07 and out 2.207E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.165 due to weighting IMAGR2: UVWAIT: Average summed weight 3.288E+04 over 13728 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.34316E+08 IMAGR2: Field 1 Beam min = -156.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.790 x 0.646 arcsec, PA= 68.1 IMAGR2: Field 2 Sum of gridding weights = 2.34315E+08 IMAGR2: Field 2 Beam min = -156.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.792 x 0.646 arcsec, PA= 68.1 IMAGR2: Field 3 Sum of gridding weights = 2.34315E+08 IMAGR2: Field 3 Beam min = -99.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.794 x 0.646 arcsec, PA= 68.0 IMAGR2: Field 4 Sum of gridding weights = 2.34314E+08 IMAGR2: Field 4 Beam min = -91.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.788 x 0.646 arcsec, PA= 68.2 IMAGR2: Field 5 Sum of gridding weights = 2.34315E+08 IMAGR2: Field 5 Beam min = -100.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.793 x 0.646 arcsec, PA= 68.1 IMAGR2: Field 6 Sum of gridding weights = 2.34315E+08 IMAGR2: Field 6 Beam min = -92.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.786 x 0.646 arcsec, PA= 68.3 IMAGR2: Field 7 Sum of gridding weights = 2.34316E+08 IMAGR2: Field 7 Beam min = -156.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.789 x 0.646 arcsec, PA= 68.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -42.4 MilliJy,max = 421.3 MilliJy IMAGR2: Field 2 min = -35.6 MilliJy,max = 167.4 MilliJy IMAGR2: Field 3 min = -39.1 MilliJy,max = 153.4 MilliJy IMAGR2: Field 4 min = -40.3 MilliJy,max = 157.7 MilliJy IMAGR2: Field 5 min = -37.8 MilliJy,max = 154.5 MilliJy IMAGR2: Field 6 min = -39.3 MilliJy,max = 159.5 MilliJy IMAGR2: Field 7 min = -36.8 MilliJy,max = 170.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 48.44 MilliJy IMAGR2: 7441 Residual map points loaded IMAGR2: Field 1 min allowed flux = 201.525 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 239.967 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 239.967 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.2 MilliJy,max = 181.4 MilliJy IMAGR2: BGC Clean: using 1829 cell beam + residuals > 41.87 MilliJy IMAGR2: 437 Residual map points loaded IMAGR2: Field 1 min allowed flux = 82.601 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 352.683 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 352.683 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.8 MilliJy,max = 30.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.359E-02 < Second best 1.287E-01 IMAGR2: Field 7 min = -8.1 MilliJy,max = 30.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.353E-02 < Second best 1.271E-01 IMAGR2: Field 3 min = -7.6 MilliJy,max = 28.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.152E-02 < Second best 1.267E-01 IMAGR2: Field 2 min = -7.2 MilliJy,max = 28.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.179E-02 < Second best 8.615E-02 IMAGR2: Field 5 min = -9.5 MilliJy,max = 28.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.644E-02 < Second best 8.382E-02 IMAGR2: Field 4 min = -8.6 MilliJy,max = 31.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.662E-02 < Second best 7.857E-02 IMAGR2: Field 1 min = -9.5 MilliJy,max = 76.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 9.50 MilliJy IMAGR2: 6905 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.957 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 401.066 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 401.066 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 33.0 MilliJy IMAGR2: BGC Clean: using 1827 cell beam + residuals > 8.49 MilliJy IMAGR2: 407 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.667 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 422.075 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 422.075 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.444E-03 < Second best 2.353E-02 IMAGR2: Field 7 min = -4.2 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.760E-03 < Second best 2.179E-02 IMAGR2: Field 2 min = -3.9 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.322E-03 < Second best 2.152E-02 IMAGR2: Field 3 min = -3.2 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.686E-03 < Second best 1.662E-02 IMAGR2: Field 4 min = -4.0 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.357E-03 < Second best 1.644E-02 IMAGR2: Field 5 min = -3.7 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.699E-03 < Second best 1.491E-02 IMAGR2: Field 1 min = -5.7 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 2023 cell beam + residuals > 2.58 MilliJy IMAGR2: 6392 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.839 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 431.199 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 431.199 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.7 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 723 cell beam + residuals > 2.48 MilliJy IMAGR2: 2136 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.818 MilliJy iter= 75 IMAGR2: Field 1 Clean flux density= 432.379 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 432.379 MilliJy 75 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.850E-03 < Second best 5.760E-03 IMAGR2: Field 7 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.605E-03 < Second best 5.357E-03 IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.246E-03 < Second best 5.322E-03 IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.108E-03 < Second best 4.699E-03 IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.726E-03 < Second best 3.850E-03 IMAGR2: BGC Clean: using 1275 cell beam + residuals > 2.11 MilliJy IMAGR2: 1880 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.826 MilliJy iter= 30 IMAGR2: Field 6 Clean flux density= 493.465 MicroJy 30 comps IMAGR2: Total Cleaned flux density = 432.873 MilliJy 105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.766E-03 < Second best 3.640E-03 IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 2493 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.681 MilliJy iter= 143 IMAGR2: Field 1 Clean flux density= 444.114 MilliJy 143 comps IMAGR2: Total Cleaned flux density = 444.607 MilliJy 173 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.815E-03 < Second best 3.246E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 962 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.121 MilliJy iter= 49 IMAGR2: Field 4 Clean flux density= -5.173 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 439.434 MilliJy 222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.484E-03 < Second best 2.815E-03 IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 1.71 MilliJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.060 MilliJy iter= 48 IMAGR2: Field 7 Clean flux density= 5.051 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 444.485 MilliJy 270 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 1.71 MilliJy IMAGR2: 1680 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.063 MilliJy iter= 59 IMAGR2: Field 3 Clean flux density= -2.593 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 441.892 MilliJy 329 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.313E-03 < Second best 2.701E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.281E-03 < Second best 2.561E-03 IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.120E-03 < Second best 2.484E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.157E-03 < Second best 2.313E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 1170 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.757 MilliJy iter= 83 IMAGR2: Field 5 Clean flux density= 964.441 MicroJy 83 comps IMAGR2: Total Cleaned flux density = 442.856 MilliJy 412 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 2710 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.823 MilliJy iter= 160 IMAGR2: Field 6 Clean flux density= -1.749 MilliJy 160 comps IMAGR2: Total Cleaned flux density = 440.614 MilliJy 542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 596 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.621 MilliJy iter= 79 IMAGR2: Field 2 Clean flux density= -2.267 MilliJy 79 comps IMAGR2: Total Cleaned flux density = 438.347 MilliJy 621 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.895E-03 < Second best 2.027E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.665E-03 < Second best 1.973E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.735E-03 < Second best 1.970E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.733E-03 < Second best 1.895E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 532 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.365 MilliJy iter= 224 IMAGR2: Field 1 Clean flux density= 440.573 MilliJy 224 comps IMAGR2: Total Cleaned flux density = 434.806 MilliJy 702 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.527E-03 < Second best 1.735E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 2289 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.366 MilliJy iter= 219 IMAGR2: Field 3 Clean flux density= 7.408 MilliJy 219 comps IMAGR2: Total Cleaned flux density = 444.808 MilliJy 862 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 1184 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.308 MilliJy iter= 195 IMAGR2: Field 7 Clean flux density= 17.085 MilliJy 195 comps IMAGR2: Total Cleaned flux density = 456.842 MilliJy 1009 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.290E-03 < Second best 1.665E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 1474 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.213 MilliJy iter= 209 IMAGR2: Field 4 Clean flux density= 2.316 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 464.331 MilliJy 1169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.264E-03 < Second best 1.527E-03 IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 966.59 MicroJy IMAGR2: 638 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.057 MilliJy iter= 274 IMAGR2: Field 6 Clean flux density= 802.476 MicroJy 274 comps IMAGR2: Total Cleaned flux density = 466.882 MilliJy 1283 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 923.41 MicroJy IMAGR2: 1925 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.058 MilliJy iter= 416 IMAGR2: Field 3 Clean flux density= -6.562 MilliJy 416 comps IMAGR2: Total Cleaned flux density = 452.913 MilliJy 1480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.062E-03 < Second best 1.290E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 884.74 MicroJy IMAGR2: 462 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -950.671 MicroJy iter= 192 IMAGR2: Field 5 Clean flux density= -4.288 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 447.660 MilliJy 1589 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.60 MicroJy IMAGR2: 591 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 950.163 MicroJy iter= 210 IMAGR2: Field 2 Clean flux density= 3.994 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 453.921 MilliJy 1720 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.079E-03 < Second best 1.162E-03 IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 775.98 MicroJy IMAGR2: 1201 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -858.384 MicroJy iter= 395 IMAGR2: Field 4 Clean flux density= -103.433 MicroJy 395 comps IMAGR2: Total Cleaned flux density = 451.502 MilliJy 1906 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 774.74 MicroJy IMAGR2: 431 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 824.482 MicroJy iter= 313 IMAGR2: Field 7 Clean flux density= 14.308 MilliJy 313 comps IMAGR2: Total Cleaned flux density = 448.724 MilliJy 2024 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -917.2 MicroJy,max = 1.0 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 8.786E-04 < Second best 1.015E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 728.33 MicroJy IMAGR2: 916 Residual map points loaded IMAGR2: Field 3 min Clean flux = -813.894 MicroJy iter= 545 IMAGR2: Field 3 Clean flux density= -1.460 MilliJy 545 comps IMAGR2: Total Cleaned flux density = 453.826 MilliJy 2153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 685.59 MicroJy IMAGR2: 1399 Residual map points loaded IMAGR2: Field 6 min Clean flux = -814.004 MicroJy iter= 353 IMAGR2: Field 6 Clean flux density= 2.144 MilliJy 353 comps IMAGR2: Total Cleaned flux density = 455.167 MilliJy 2232 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -977.4 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 653.82 MicroJy IMAGR2: 1080 Residual map points loaded IMAGR2: Field 5 min Clean flux = 809.442 MicroJy iter= 214 IMAGR2: Field 5 Clean flux density= -3.263 MilliJy 214 comps IMAGR2: Total Cleaned flux density = 456.193 MilliJy 2254 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 605.82 MicroJy IMAGR2: 3071 Residual map points loaded IMAGR2: Field 2 min Clean flux = 813.577 MicroJy iter= 226 IMAGR2: Field 2 Clean flux density= 3.630 MilliJy 226 comps IMAGR2: Total Cleaned flux density = 455.829 MilliJy 2270 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -890.2 MicroJy,max = 983.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 589.74 MicroJy IMAGR2: 865 Residual map points loaded IMAGR2: Field 1 min Clean flux = -801.145 MicroJy iter= 228 IMAGR2: Field 1 Clean flux density= 440.402 MilliJy 228 comps IMAGR2: Total Cleaned flux density = 455.657 MilliJy 2274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 529.57 MicroJy IMAGR2: 6687 Residual map points loaded IMAGR2: Field 4 min Clean flux = -810.961 MicroJy iter= 397 IMAGR2: Field 4 Clean flux density= -266.302 MicroJy 397 comps IMAGR2: Total Cleaned flux density = 455.494 MilliJy 2276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 987.6 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 228 to 123 components IMAGR2: Field 2 compressed from 226 to 178 components IMAGR2: Field 3 compressed from 545 to 431 components IMAGR2: Field 4 compressed from 397 to 308 components IMAGR2: Field 5 compressed from 214 to 159 components IMAGR2: Field 6 compressed from 353 to 275 components IMAGR2: Field 7 compressed from 313 to 231 components IMAGR2: Field 1 min = -819.5 MicroJy,max = 965.5 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -981.0 MicroJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 987.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 72.662 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore-671.103 MicroJy ( 17 CCs) from field 1 to field 3 IMAGR2: Restore 3.228 MilliJy ( 21 CCs) from field 1 to field 4 IMAGR2: Restore-283.022 MicroJy ( 5 CCs) from field 1 to field 5 IMAGR2: Restore 5.512 MilliJy ( 38 CCs) from field 1 to field 6 IMAGR2: Restore 556.802 MicroJy ( 4 CCs) from field 1 to field 7 IMAGR2: Restore 1.261 MilliJy ( 14 CCs) from field 2 to field 1 IMAGR2: Restore -1.659 MilliJy ( 12 CCs) from field 2 to field 3 IMAGR2: Restore 511.600 MicroJy ( 24 CCs) from field 2 to field 4 IMAGR2: Restore 649.576 MicroJy ( 31 CCs) from field 3 to field 1 IMAGR2: Restore-588.518 MicroJy ( 15 CCs) from field 3 to field 2 IMAGR2: Restore -1.019 MilliJy ( 16 CCs) from field 3 to field 5 IMAGR2: Restore 2.329 MicroJy ( 11 CCs) from field 4 to field 1 IMAGR2: Restore 453.823 MicroJy ( 17 CCs) from field 4 to field 2 IMAGR2: Restore 806.306 MicroJy ( 33 CCs) from field 4 to field 6 IMAGR2: Restore -1.823 MilliJy ( 12 CCs) from field 5 to field 1 IMAGR2: Restore -1.774 MilliJy ( 12 CCs) from field 5 to field 3 IMAGR2: Restore -1.976 MilliJy ( 11 CCs) from field 5 to field 7 IMAGR2: Restore-665.881 MicroJy ( 24 CCs) from field 6 to field 1 IMAGR2: Restore 495.646 MicroJy ( 8 CCs) from field 6 to field 4 IMAGR2: Restore-145.805 MicroJy ( 7 CCs) from field 6 to field 7 IMAGR2: Restore 220.341 MicroJy ( 2 CCs) from field 7 to field 1 IMAGR2: Restore-364.663 MicroJy ( 4 CCs) from field 7 to field 5 IMAGR2: Restore 1.098 MilliJy ( 27 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 440.047 MilliJy IMAGR2: Field 2 final Clean flux 3.568 MilliJy IMAGR2: Field 3 final Clean flux -5.565 MilliJy IMAGR2: Field 4 final Clean flux 3.969 MilliJy IMAGR2: Field 5 final Clean flux -4.930 MilliJy IMAGR2: Field 6 final Clean flux 9.562 MilliJy IMAGR2: Field 7 final Clean flux 12.743 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= 48.6 Real= 203 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.1357 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1384 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 112.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 4 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.1357 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 6675 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.544E+04 IMAGR2: UVWAIT: Adding temperance S 7.087E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.958E+07 and out 2.450E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.156 due to weighting IMAGR2: UVWAIT: Average summed weight 3.544E+04 over 13350 vis IMAGR2: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 56 IMAGR2: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 63 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.60057E+08 IMAGR2: Field 1 Beam min = -201.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.167 x 0.664 arcsec, PA= -83.2 IMAGR2: Field 2 Sum of gridding weights = 2.60056E+08 IMAGR2: Field 2 Beam min = -201.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.167 x 0.664 arcsec, PA= -83.2 IMAGR2: Field 3 Sum of gridding weights = 2.60055E+08 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 Beam min = -124.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.168 x 0.664 arcsec, PA= -83.3 IMAGR2: Field 4 Sum of gridding weights = 2.60056E+08 IMAGR2: Field 4 Beam min = -119.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.166 x 0.664 arcsec, PA= -83.1 IMAGR2: Field 5 Sum of gridding weights = 2.60054E+08 IMAGR2: Field 5 Beam min = -117.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.168 x 0.664 arcsec, PA= -83.3 IMAGR2: Field 6 Sum of gridding weights = 2.60055E+08 IMAGR2: Field 6 Beam min = -139.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.166 x 0.664 arcsec, PA= -83.1 IMAGR2: Field 7 Sum of gridding weights = 2.60056E+08 IMAGR2: Field 7 Beam min = -201.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.167 x 0.664 arcsec, PA= -83.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -100.9 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -98.8 MilliJy,max = 325.1 MilliJy IMAGR2: Field 3 min = -113.2 MilliJy,max = 420.2 MilliJy IMAGR2: Field 4 min = -123.4 MilliJy,max = 415.1 MilliJy IMAGR2: Field 5 min = -115.5 MilliJy,max = 408.5 MilliJy IMAGR2: Field 6 min = -118.9 MilliJy,max = 429.2 MilliJy IMAGR2: Field 7 min = -106.5 MilliJy,max = 324.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 172.59 MilliJy IMAGR2: 2033 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 576.505 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 565.941 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 565.941 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 = -49.7 MilliJy,max = 518.9 MilliJy IMAGR2: BGC Clean: using 1977 cell beam + residuals > 108.54 MilliJy IMAGR2: 635 Residual map points loaded IMAGR2: Field 1 min allowed flux = 248.173 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 861.454 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 861.454 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -31.2 MilliJy,max = 97.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.327E-02 < Second best 3.329E-01 IMAGR2: Field 3 min = -25.0 MilliJy,max = 88.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.577E-02 < Second best 2.526E-01 IMAGR2: Field 4 min = -29.1 MilliJy,max = 92.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.753E-02 < Second best 2.479E-01 IMAGR2: Field 5 min = -23.3 MilliJy,max = 89.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.703E-02 < Second best 2.369E-01 IMAGR2: Field 2 min = -22.4 MilliJy,max = 72.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.623E-02 < Second best 2.361E-01 IMAGR2: Field 1 min = -29.7 MilliJy,max = 224.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.134E-01 < Second best 2.298E-01 IMAGR2: Field 7 min = -25.4 MilliJy,max = 72.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.340E-02 < Second best 2.134E-01 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 35.69 MilliJy IMAGR2: 3065 Residual map points loaded IMAGR2: Field 1 min allowed flux = 102.909 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 1.019 Jy 25 comps IMAGR2: Total Cleaned flux density = 1.019 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.9 MilliJy,max = 94.6 MilliJy IMAGR2: BGC Clean: using 1603 cell beam + residuals > 25.00 MilliJy IMAGR2: 335 Residual map points loaded IMAGR2: Field 1 min allowed flux = 47.281 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 1.080 Jy 34 comps IMAGR2: Total Cleaned flux density = 1.080 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -10.3 MilliJy,max = 16.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.163E-02 < Second best 7.327E-02 IMAGR2: Field 6 min = -15.0 MilliJy,max = 22.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.378E-02 < Second best 5.753E-02 IMAGR2: Field 4 min = -15.3 MilliJy,max = 20.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.346E-02 < Second best 5.703E-02 IMAGR2: Field 5 min = -8.9 MilliJy,max = 15.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.130E-02 < Second best 5.623E-02 IMAGR2: Field 2 min = -11.7 MilliJy,max = 17.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.645E-02 < Second best 5.340E-02 IMAGR2: Field 7 min = -10.5 MilliJy,max = 15.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.480E-02 < Second best 4.498E-02 IMAGR2: Field 1 min = -20.3 MilliJy,max = 43.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.52 MilliJy IMAGR2: 6154 Residual map points loaded IMAGR2: Field 1 min allowed flux = -21.243 MilliJy iter= 45 IMAGR2: Field 1 Clean flux density= 1.104 Jy 45 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.1 MilliJy,max = 20.4 MilliJy IMAGR2: BGC Clean: using 1225 cell beam + residuals > 6.60 MilliJy IMAGR2: 3016 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.473 MilliJy iter= 75 IMAGR2: Field 1 Clean flux density= 1.101 Jy 75 comps IMAGR2: Total Cleaned flux density = 1.101 Jy 75 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.8 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.013E-03 < Second best 1.480E-02 IMAGR2: Field 7 min = -8.1 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.592E-03 < Second best 1.378E-02 IMAGR2: Field 6 min = -9.7 MilliJy,max = 9.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.613E-03 < Second best 1.346E-02 IMAGR2: Field 4 min = -9.6 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.079E-03 < Second best 1.163E-02 IMAGR2: Field 3 min = -8.7 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.883E-03 < Second best 1.130E-02 IMAGR2: Field 5 min = -7.8 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.471E-03 < Second best 9.983E-03 IMAGR2: Field 1 min = -9.7 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.72 MilliJy IMAGR2: 4055 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.738 MilliJy iter= 141 IMAGR2: Field 1 Clean flux density= 1.106 Jy 141 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.9 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.856E-03 < Second best 9.013E-03 IMAGR2: Field 2 min = -7.0 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.772E-03 < Second best 8.613E-03 IMAGR2: Field 6 min = -7.9 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.51 MilliJy IMAGR2: 1756 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 6.074 MilliJy iter= 57 IMAGR2: Field 6 Clean flux density= 19.691 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 1.126 Jy 198 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.8 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.686E-03 < Second best 7.883E-03 IMAGR2: Field 3 min = -8.3 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 4.40 MilliJy IMAGR2: 2281 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.715 MilliJy iter= 68 IMAGR2: Field 3 Clean flux density= -21.151 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 266 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.6 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.111E-03 < Second best 7.471E-03 IMAGR2: Field 5 min = -6.4 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.987E-03 < Second best 7.393E-03 IMAGR2: Field 1 min = -7.6 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.01 MilliJy IMAGR2: 1249 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.064 MilliJy iter= 216 IMAGR2: Field 1 Clean flux density= 1.097 Jy 216 comps IMAGR2: Total Cleaned flux density = 1.095 Jy 341 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.8 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.99 MilliJy IMAGR2: 1921 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.133 MilliJy iter= 108 IMAGR2: Field 4 Clean flux density= 21.208 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 449 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.8 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.656E-03 < Second best 6.686E-03 IMAGR2: Field 7 min = -6.3 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.503E-03 < Second best 5.987E-03 IMAGR2: Field 5 min = -6.3 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.79 MilliJy IMAGR2: 1636 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.512 MilliJy iter= 88 IMAGR2: Field 5 Clean flux density= -11.934 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 537 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.7 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.537E-03 < Second best 5.503E-03 IMAGR2: Field 7 min = -5.5 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.62 MilliJy IMAGR2: 375 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.968 MilliJy iter= 50 IMAGR2: Field 7 Clean flux density= 5.395 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 587 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.5 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.36 MilliJy IMAGR2: 736 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.861 MilliJy iter= 156 IMAGR2: Field 3 Clean flux density= 51.640 MicroJy 156 comps IMAGR2: Total Cleaned flux density = 1.131 Jy 675 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.0 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.279E-03 < Second best 4.839E-03 IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.165E-03 < Second best 4.656E-03 IMAGR2: Field 2 min = -4.9 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.03 MilliJy IMAGR2: 1706 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.644 MilliJy iter= 143 IMAGR2: Field 2 Clean flux density= -12.350 MilliJy 143 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 818 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.00 MilliJy IMAGR2: 1096 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.474 MilliJy iter= 186 IMAGR2: Field 6 Clean flux density= 1.850 MilliJy 186 comps IMAGR2: Total Cleaned flux density = 1.101 Jy 947 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.841E-03 < Second best 4.279E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 min = -5.0 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.644E-03 < Second best 4.165E-03 IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.401E-03 < Second best 3.841E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.73 MilliJy IMAGR2: 1710 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.171 MilliJy iter= 252 IMAGR2: Field 5 Clean flux density= -24.273 MilliJy 252 comps IMAGR2: Total Cleaned flux density = 1.089 Jy 1111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.6 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.261E-03 < Second best 3.694E-03 IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.238E-03 < Second best 3.644E-03 IMAGR2: Field 4 min = -5.2 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR2: 1420 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.917 MilliJy iter= 281 IMAGR2: Field 4 Clean flux density= 52.368 MilliJy 281 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 1284 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.7 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 847 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.659 MilliJy iter= 282 IMAGR2: Field 2 Clean flux density= -29.231 MilliJy 282 comps IMAGR2: Total Cleaned flux density = 1.103 Jy 1423 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.809E-03 < Second best 3.325E-03 IMAGR2: Field 6 min = -3.8 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.951E-03 < Second best 3.261E-03 IMAGR2: Field 7 min = -4.5 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 2216 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.622 MilliJy iter= 298 IMAGR2: Field 7 Clean flux density= 11.086 MilliJy 298 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 1671 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 638 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.411 MilliJy iter= 294 IMAGR2: Field 3 Clean flux density= -8.823 MilliJy 294 comps IMAGR2: Total Cleaned flux density = 1.100 Jy 1809 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.738E-03 < Second best 2.951E-03 IMAGR2: Field 6 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.07 MilliJy IMAGR2: 1350 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.310 MilliJy iter= 398 IMAGR2: Field 6 Clean flux density= 22.249 MilliJy 398 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 2021 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.281E-03 < Second best 2.795E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.475E-03 < Second best 2.738E-03 IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 766 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.114 MilliJy iter= 425 IMAGR2: Field 5 Clean flux density= -34.677 MilliJy 425 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 2194 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 1071 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.052 MilliJy iter= 495 IMAGR2: Field 2 Clean flux density= -19.434 MilliJy 495 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 2407 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.257E-03 < Second best 2.475E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 915 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.886 MilliJy iter= 487 IMAGR2: Field 4 Clean flux density= 31.301 MilliJy 487 comps IMAGR2: Total Cleaned flux density = 1.098 Jy 2613 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 1255 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.821 MilliJy iter= 531 IMAGR2: Field 3 Clean flux density= 11.739 MilliJy 531 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 2850 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.884E-03 < Second best 2.257E-03 IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 917 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.781 MilliJy iter= 511 IMAGR2: Field 7 Clean flux density= 3.146 MilliJy 511 comps IMAGR2: Total Cleaned flux density = 1.111 Jy 3063 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 1074 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.688 MilliJy iter= 638 IMAGR2: Field 6 Clean flux density= 14.141 MilliJy 638 comps IMAGR2: Total Cleaned flux density = 1.103 Jy 3303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 509 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.583 MilliJy iter= 580 IMAGR2: Field 5 Clean flux density= -28.038 MilliJy 580 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 3458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 1144 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.536 MilliJy iter= 754 IMAGR2: Field 2 Clean flux density= -30.519 MilliJy 754 comps IMAGR2: Total Cleaned flux density = 1.098 Jy 3717 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.558E-03 < Second best 1.807E-03 IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 394 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.428 MilliJy iter= 626 IMAGR2: Field 4 Clean flux density= 35.147 MilliJy 626 comps IMAGR2: Total Cleaned flux density = 1.102 Jy 3856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 1074 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.408 MilliJy iter= 798 IMAGR2: Field 3 Clean flux density= 4.516 MilliJy 798 comps IMAGR2: Total Cleaned flux density = 1.095 Jy 4123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1908 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.370 MilliJy iter= 868 IMAGR2: Field 7 Clean flux density= 18.688 MilliJy 868 comps IMAGR2: Total Cleaned flux density = 1.111 Jy 4480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 1547 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.310 MilliJy iter= 985 IMAGR2: Field 6 Clean flux density= 2.136 MilliJy 985 comps IMAGR2: Total Cleaned flux density = 1.099 Jy 4827 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.375E-03 < Second best 1.517E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 1026 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.251 MilliJy iter= 878 IMAGR2: Field 5 Clean flux density= -21.815 MilliJy 878 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 5125 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 2596 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.244 MilliJy iter= 1206 IMAGR2: Field 2 Clean flux density= -33.877 MilliJy 1206 comps IMAGR2: Total Cleaned flux density = 1.101 Jy 5577 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.264E-03 < Second best 1.368E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 780 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.169 MilliJy iter= 875 IMAGR2: Field 4 Clean flux density= 32.450 MilliJy 875 comps IMAGR2: Total Cleaned flux density = 1.099 Jy 5826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1531 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.161 MilliJy iter= 1181 IMAGR2: Field 3 Clean flux density= 17.448 MilliJy 1181 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 6209 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 2369 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.137 MilliJy iter= 1381 IMAGR2: Field 7 Clean flux density= 5.159 MilliJy 1381 comps IMAGR2: Total Cleaned flux density = 1.098 Jy 6722 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.053 MilliJy iter= 236 IMAGR2: Field 1 Clean flux density= 1.097 Jy 236 comps IMAGR2: Total Cleaned flux density = 1.098 Jy 6742 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 1989 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.108 MilliJy iter= 1461 IMAGR2: Field 6 Clean flux density= 5.442 MilliJy 1461 comps IMAGR2: Total Cleaned flux density = 1.102 Jy 7218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 970 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.055 MilliJy iter= 1198 IMAGR2: Field 5 Clean flux density= -21.998 MilliJy 1198 comps IMAGR2: Total Cleaned flux density = 1.101 Jy 7538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 968.90 MicroJy IMAGR2: 2494 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.043 MilliJy iter= 1776 IMAGR2: Field 2 Clean flux density= -36.218 MilliJy 1776 comps IMAGR2: Total Cleaned flux density = 1.099 Jy 8108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 955.76 MicroJy IMAGR2: 981 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 999.648 MicroJy iter= 1218 IMAGR2: Field 4 Clean flux density= 28.588 MilliJy 1218 comps IMAGR2: Total Cleaned flux density = 1.095 Jy 8451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 933.84 MicroJy IMAGR2: 1593 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -986.750 MicroJy iter= 1635 IMAGR2: Field 3 Clean flux density= 28.146 MilliJy 1635 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 8905 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 902.41 MicroJy IMAGR2: 2531 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 968.581 MicroJy iter= 1961 IMAGR2: Field 7 Clean flux density= -4.269 MilliJy 1961 comps IMAGR2: Total Cleaned flux density = 1.097 Jy 9485 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 880.22 MicroJy IMAGR2: 1927 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -936.309 MicroJy iter= 1984 IMAGR2: Field 6 Clean flux density= 5.080 MilliJy 1984 comps IMAGR2: Total Cleaned flux density = 1.096 Jy 10008 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 868.94 MicroJy IMAGR2: 1410 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 914.573 MicroJy iter= 1638 IMAGR2: Field 5 Clean flux density= -13.221 MilliJy 1638 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 10448 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 867.11 MicroJy IMAGR2: 81 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -870.752 MicroJy iter= 290 IMAGR2: Field 1 Clean flux density= 1.095 Jy 290 comps IMAGR2: Total Cleaned flux density = 1.103 Jy 10502 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 > 835.40 MicroJy IMAGR2: 2138 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 883.273 MicroJy iter= 2343 IMAGR2: Field 2 Clean flux density= -33.792 MilliJy 2343 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 11069 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.21 MicroJy IMAGR2: 1113 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -861.579 MicroJy iter= 1603 IMAGR2: Field 4 Clean flux density= 20.738 MilliJy 1603 comps IMAGR2: Total Cleaned flux density = 1.098 Jy 11454 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 806.63 MicroJy IMAGR2: 1809 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 853.165 MicroJy iter= 2183 IMAGR2: Field 3 Clean flux density= 33.473 MilliJy 2183 comps IMAGR2: Total Cleaned flux density = 1.103 Jy 12002 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 785.64 MicroJy IMAGR2: 3528 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 846.300 MicroJy iter= 2745 IMAGR2: Field 7 Clean flux density= -4.509 MilliJy 2745 comps IMAGR2: Total Cleaned flux density = 1.103 Jy 12786 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 772.76 MicroJy IMAGR2: 2293 Residual map points loaded IMAGR2: Field 6 min Clean flux = 829.696 MicroJy iter= 2639 IMAGR2: Field 6 Clean flux density= -6.664 MilliJy 2639 comps IMAGR2: Total Cleaned flux density = 1.091 Jy 13441 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 753.24 MicroJy IMAGR2: 2937 Residual map points loaded IMAGR2: Field 5 min Clean flux = 829.891 MicroJy iter= 2249 IMAGR2: Field 5 Clean flux density= -4.142 MilliJy 2249 comps IMAGR2: Total Cleaned flux density = 1.100 Jy 14052 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 732.82 MicroJy IMAGR2: 5501 Residual map points loaded IMAGR2: Field 2 min Clean flux = 829.867 MicroJy iter= 3165 IMAGR2: Field 2 Clean flux density= -26.151 MilliJy 3165 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 14874 comps IMAGR2: ALGSTB: All 471 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 460- 0 Cells, with 6675 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 702.22 MicroJy IMAGR2: 1223 Residual map points loaded IMAGR2: Field 1 min Clean flux = -830.147 MicroJy iter= 401 IMAGR2: Field 1 Clean flux density= 1.092 Jy 401 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 14985 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 682.04 MicroJy IMAGR2: 2550 Residual map points loaded IMAGR2: Field 4 min Clean flux = -829.906 MicroJy iter= 1804 IMAGR2: Field 4 Clean flux density= 21.719 MilliJy 1804 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 15186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 658.25 MicroJy IMAGR2: 6434 Residual map points loaded IMAGR2: Field 3 min Clean flux = -829.661 MicroJy iter= 2747 IMAGR2: Field 3 Clean flux density= 34.653 MilliJy 2747 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 15750 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 555.92 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 7 min Clean flux = -830.067 MicroJy iter= 3070 IMAGR2: Field 7 Clean flux density= -4.691 MilliJy 3070 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 16075 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 830.147 less than limit 830.152 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 401 to 248 components IMAGR2: Field 2 compressed from 3165 to 1936 components IMAGR2: Field 3 compressed from 2747 to 1524 components IMAGR2: Field 4 compressed from 1804 to 1124 components IMAGR2: Field 5 compressed from 2249 to 1358 components IMAGR2: Field 6 compressed from 2639 to 1486 components IMAGR2: Field 7 compressed from 3070 to 1841 components IMAGR2: Field 1 min = -900.2 MicroJy,max = 973.2 MicroJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -1.675 MilliJy ( 21 CCs) from field 1 to field 2 IMAGR2: Restore -5.953 MilliJy ( 27 CCs) from field 1 to field 3 IMAGR2: Restore -7.319 MilliJy ( 69 CCs) from field 1 to field 4 IMAGR2: Restore -6.022 MilliJy ( 26 CCs) from field 1 to field 5 IMAGR2: Restore -5.989 MilliJy ( 86 CCs) from field 1 to field 6 IMAGR2: Restore 2.655 MilliJy ( 19 CCs) from field 1 to field 7 IMAGR2: Restore -1.013 MilliJy ( 39 CCs) from field 2 to field 1 IMAGR2: Restore -6.451 MilliJy ( 378 CCs) from field 2 to field 3 IMAGR2: Restore -1.912 MilliJy ( 179 CCs) from field 2 to field 4 IMAGR2: Restore -2.992 MilliJy ( 11 CCs) from field 3 to field 1 IMAGR2: Restore 760.367 MicroJy ( 28 CCs) from field 3 to field 2 IMAGR2: Restore -10.849 MilliJy ( 103 CCs) from field 3 to field 5 IMAGR2: Restore-570.729 MicroJy ( 14 CCs) from field 4 to field 1 IMAGR2: Restore-830.918 MicroJy ( 25 CCs) from field 4 to field 2 IMAGR2: Restore 2.939 MilliJy ( 65 CCs) from field 4 to field 6 IMAGR2: Restore-841.795 MicroJy ( 53 CCs) from field 5 to field 1 IMAGR2: Restore 3.304 MilliJy ( 143 CCs) from field 5 to field 3 IMAGR2: Restore -1.354 MilliJy ( 68 CCs) from field 5 to field 7 IMAGR2: Restore 947.139 MicroJy ( 9 CCs) from field 6 to field 1 IMAGR2: Restore 4.386 MilliJy ( 80 CCs) from field 6 to field 4 IMAGR2: Restore 3.656 MilliJy ( 30 CCs) from field 6 to field 7 IMAGR2: Restore 3.034 MilliJy ( 55 CCs) from field 7 to field 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore 2.392 MilliJy ( 112 CCs) from field 7 to field 5 IMAGR2: Restore 3.923 MilliJy ( 443 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.091 Jy IMAGR2: Field 2 final Clean flux -27.897 MilliJy IMAGR2: Field 3 final Clean flux 25.552 MilliJy IMAGR2: Field 4 final Clean flux 16.874 MilliJy IMAGR2: Field 5 final Clean flux -18.622 MilliJy IMAGR2: Field 6 final Clean flux -5.791 MilliJy IMAGR2: Field 7 final Clean flux 265.551 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= 49 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 107.7 Real= 459 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.1357 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1079 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 96.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= 6 C 1 1012 1012 15 49 17.47 50 38 05.8 00001 -1 507 512 513 C 2 1012 1012 15 49 17.47 50 34 45.3 00002 -1 507 512 513 C 3 1012 1012 15 48 59.23 50 36 25.4 00003 -1 507 512 513 C 4 1012 1012 15 49 35.71 50 36 25.4 00004 -1 507 512 513 C 5 1012 1012 15 48 59.21 50 39 46.0 00005 -1 507 512 513 C 6 1012 1012 15 49 35.73 50 39 46.0 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 41 26.3 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1357 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1079 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 10975 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.379E+04 IMAGR2: UVWAIT: Adding temperance S 6.757E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.337E+07 and out 4.232E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.136 due to weighting IMAGR2: UVWAIT: Average summed weight 3.379E+04 over 21800 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.49278E+08 IMAGR2: Field 1 Beam min = -154.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 924.549 x 672.851 Milliarcsec, PA= -72.4 IMAGR2: Field 2 Sum of gridding weights = 4.49278E+08 IMAGR2: Field 2 Beam min = -154.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 924.343 x 672.928 Milliarcsec, PA= -72.4 IMAGR2: Field 3 Sum of gridding weights = 4.49278E+08 IMAGR2: Field 3 Beam min = -155.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 924.986 x 672.921 Milliarcsec, PA= -72.5 IMAGR2: Field 4 Sum of gridding weights = 4.49276E+08 IMAGR2: Field 4 Beam min = -109.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 923.906 x 672.860 Milliarcsec, PA= -72.3 IMAGR2: Field 5 Sum of gridding weights = 4.49278E+08 IMAGR2: Field 5 Beam min = -154.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 925.194 x 672.842 Milliarcsec, PA= -72.4 IMAGR2: Field 6 Sum of gridding weights = 4.49277E+08 IMAGR2: Field 6 Beam min = -109.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 924.113 x 672.782 Milliarcsec, PA= -72.3 IMAGR2: Field 7 Sum of gridding weights = 4.49277E+08 IMAGR2: Field 7 Beam min = -154.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 924.757 x 672.773 Milliarcsec, PA= -72.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -84.4 MilliJy,max = 934.6 MilliJy IMAGR2: Field 2 min = -62.2 MilliJy,max = 157.5 MilliJy IMAGR2: Field 3 min = -82.2 MilliJy,max = 181.0 MilliJy IMAGR2: Field 4 min = -84.7 MilliJy,max = 179.6 MilliJy IMAGR2: Field 5 min = -84.9 MilliJy,max = 174.0 MilliJy IMAGR2: Field 6 min = -86.9 MilliJy,max = 180.7 MilliJy IMAGR2: Field 7 min = -60.7 MilliJy,max = 155.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 97.87 MilliJy IMAGR2: 2212 Residual map points loaded IMAGR2: Field 1 min allowed flux = 447.036 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 532.309 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 532.309 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -36.4 MilliJy,max = 402.3 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 61.49 MilliJy IMAGR2: 433 Residual map points loaded IMAGR2: Field 1 min allowed flux = 192.438 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 761.455 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 761.455 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.8 MilliJy,max = 173.2 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 65.29 MilliJy IMAGR2: 13 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 87.678 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 861.165 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 861.165 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.7 MilliJy,max = 17.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.475E-02 < Second best 1.621E-01 IMAGR2: Field 6 min = -10.4 MilliJy,max = 16.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.582E-02 < Second best 1.503E-01 IMAGR2: Field 2 min = -7.6 MilliJy,max = 15.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.505E-02 < Second best 1.479E-01 IMAGR2: Field 7 min = -8.6 MilliJy,max = 15.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.407E-02 < Second best 1.201E-01 IMAGR2: Field 5 min = -8.0 MilliJy,max = 17.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.205E-02 < Second best 1.167E-01 IMAGR2: Field 4 min = -10.1 MilliJy,max = 17.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.202E-02 < Second best 8.338E-02 IMAGR2: Field 1 min = -9.5 MilliJy,max = 80.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 9.18 MilliJy IMAGR2: 2384 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.691 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 917.379 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 917.379 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.4 MilliJy,max = 34.2 MilliJy IMAGR2: BGC Clean: using 1429 cell beam + residuals > 6.91 MilliJy IMAGR2: 207 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.041 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 939.575 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 939.575 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.8 MilliJy,max = 15.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.489E-02 < Second best 1.582E-02 IMAGR2: Field 6 min = -6.2 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.335E-03 < Second best 1.505E-02 IMAGR2: Field 2 min = -5.4 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.150E-03 < Second best 1.489E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.62 MilliJy IMAGR2: 44 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.683 MilliJy iter= 58 IMAGR2: Field 1 Clean flux density= 946.120 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 946.120 MilliJy 58 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.0 MilliJy,max = 5.8 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 5.104E-03 < Second best 1.407E-02 IMAGR2: Field 7 min = -6.0 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.016E-03 < Second best 1.205E-02 IMAGR2: Field 5 min = -5.9 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.043E-03 < Second best 1.202E-02 IMAGR2: Field 4 min = -6.6 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.948E-03 < Second best 7.315E-03 IMAGR2: Field 1 min = -7.5 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.17 MilliJy IMAGR2: 260 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.471 MilliJy iter= 88 IMAGR2: Field 1 Clean flux density= 941.336 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 941.336 MilliJy 88 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.0 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.139E-03 < Second best 6.043E-03 IMAGR2: Field 5 min = -5.7 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.11 MilliJy IMAGR2: 4650 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.637 MilliJy iter= 55 IMAGR2: Field 5 Clean flux density= 10.672 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 952.008 MilliJy 143 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.6 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.09 MilliJy IMAGR2: 6138 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.609 MilliJy iter= 88 IMAGR2: Field 4 Clean flux density= -14.247 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 937.760 MilliJy 231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.241E-03 < Second best 5.139E-03 IMAGR2: Field 6 min = -5.9 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.854E-03 < Second best 5.104E-03 IMAGR2: Field 3 min = -6.4 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.02 MilliJy IMAGR2: 1659 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.866 MilliJy iter= 73 IMAGR2: Field 3 Clean flux density= 17.207 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 954.967 MilliJy 304 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.5 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.598E-03 < Second best 4.854E-03 IMAGR2: Field 6 min = -6.1 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.99 MilliJy IMAGR2: 2610 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.926 MilliJy iter= 107 IMAGR2: Field 6 Clean flux density= -10.190 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 944.778 MilliJy 411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.4 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.99 MilliJy IMAGR2: 829 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.547 MilliJy iter= 82 IMAGR2: Field 7 Clean flux density= 7.867 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 952.645 MilliJy 493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.91 MilliJy IMAGR2: 3144 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.752 MilliJy iter= 215 IMAGR2: Field 5 Clean flux density= 9.101 MilliJy 215 comps IMAGR2: Total Cleaned flux density = 951.074 MilliJy 653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.2 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 4950 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.680 MilliJy iter= 321 IMAGR2: Field 4 Clean flux density= -15.732 MilliJy 321 comps IMAGR2: Total Cleaned flux density = 949.589 MilliJy 886 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 38 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.879 MilliJy iter= 113 IMAGR2: Field 1 Clean flux density= 941.212 MilliJy 113 comps IMAGR2: Total Cleaned flux density = 949.464 MilliJy 911 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR2: 178 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.967 MilliJy iter= 65 IMAGR2: Field 2 Clean flux density= 4.737 MilliJy 65 comps IMAGR2: Total Cleaned flux density = 954.202 MilliJy 976 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.8 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.395E-03 < Second best 3.699E-03 IMAGR2: Field 3 min = -5.6 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.354E-03 < Second best 3.595E-03 IMAGR2: Field 5 min = -4.7 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.55 MilliJy IMAGR2: 3438 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.140 MilliJy iter= 466 IMAGR2: Field 5 Clean flux density= 17.799 MilliJy 466 comps IMAGR2: Total Cleaned flux density = 962.900 MilliJy 1227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.6 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR2: 3711 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.948 MilliJy iter= 607 IMAGR2: Field 4 Clean flux density= -25.688 MilliJy 607 comps IMAGR2: Total Cleaned flux density = 952.945 MilliJy 1513 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.050E-03 < Second best 3.395E-03 IMAGR2: Field 6 min = -4.3 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.32 MilliJy IMAGR2: 1562 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.639 MilliJy iter= 326 IMAGR2: Field 6 Clean flux density= -10.473 MilliJy 326 comps IMAGR2: Total Cleaned flux density = 952.662 MilliJy 1732 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.0 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR2: 2512 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.674 MilliJy iter= 365 IMAGR2: Field 3 Clean flux density= 18.930 MilliJy 365 comps IMAGR2: Total Cleaned flux density = 954.385 MilliJy 2024 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR2: 656 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.483 MilliJy iter= 255 IMAGR2: Field 7 Clean flux density= 16.037 MilliJy 255 comps IMAGR2: Total Cleaned flux density = 962.555 MilliJy 2197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR2: 1194 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.383 MilliJy iter= 677 IMAGR2: Field 5 Clean flux density= 16.921 MilliJy 677 comps IMAGR2: Total Cleaned flux density = 961.677 MilliJy 2408 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 453 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.274 MilliJy iter= 211 IMAGR2: Field 2 Clean flux density= -2.227 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 954.713 MilliJy 2554 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.6 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 1897 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.256 MilliJy iter= 902 IMAGR2: Field 4 Clean flux density= -32.598 MilliJy 902 comps IMAGR2: Total Cleaned flux density = 947.802 MilliJy 2849 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.370E-03 < Second best 2.563E-03 IMAGR2: Field 3 min = -4.2 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.329E-03 < Second best 2.529E-03 IMAGR2: Field 6 min = -3.5 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 2063 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.064 MilliJy iter= 645 IMAGR2: Field 6 Clean flux density= -17.874 MilliJy 645 comps IMAGR2: Total Cleaned flux density = 940.400 MilliJy 3168 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 876 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.932 MilliJy iter= 491 IMAGR2: Field 7 Clean flux density= 17.526 MilliJy 491 comps IMAGR2: Total Cleaned flux density = 941.890 MilliJy 3404 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.205E-03 < Second best 2.329E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 3074 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.034 MilliJy iter= 800 IMAGR2: Field 3 Clean flux density= 34.620 MilliJy 800 comps IMAGR2: Total Cleaned flux density = 957.581 MilliJy 3839 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 814 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.852 MilliJy iter= 907 IMAGR2: Field 5 Clean flux density= 19.349 MilliJy 907 comps IMAGR2: Total Cleaned flux density = 960.008 MilliJy 4069 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 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 89 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.769 MilliJy iter= 154 IMAGR2: Field 1 Clean flux density= 942.860 MilliJy 154 comps IMAGR2: Total Cleaned flux density = 961.657 MilliJy 4110 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.8 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.058E-03 < Second best 2.163E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 2050 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.798 MilliJy iter= 1300 IMAGR2: Field 4 Clean flux density= -36.261 MilliJy 1300 comps IMAGR2: Total Cleaned flux density = 957.994 MilliJy 4508 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 455 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.705 MilliJy iter= 400 IMAGR2: Field 2 Clean flux density= -3.549 MilliJy 400 comps IMAGR2: Total Cleaned flux density = 956.671 MilliJy 4697 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 1922 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.713 MilliJy iter= 1024 IMAGR2: Field 6 Clean flux density= -15.143 MilliJy 1024 comps IMAGR2: Total Cleaned flux density = 959.402 MilliJy 5076 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 2514 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.636 MilliJy iter= 1225 IMAGR2: Field 3 Clean flux density= 30.531 MilliJy 1225 comps IMAGR2: Total Cleaned flux density = 955.314 MilliJy 5501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1374 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.582 MilliJy iter= 885 IMAGR2: Field 7 Clean flux density= 11.883 MilliJy 885 comps IMAGR2: Total Cleaned flux density = 949.671 MilliJy 5895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 705 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.500 MilliJy iter= 1136 IMAGR2: Field 5 Clean flux density= 21.088 MilliJy 1136 comps IMAGR2: Total Cleaned flux density = 951.411 MilliJy 6124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1164 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.468 MilliJy iter= 1617 IMAGR2: Field 4 Clean flux density= -38.582 MilliJy 1617 comps IMAGR2: Total Cleaned flux density = 949.090 MilliJy 6441 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 173 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.408 MilliJy iter= 237 IMAGR2: Field 1 Clean flux density= 945.428 MilliJy 237 comps IMAGR2: Total Cleaned flux density = 951.658 MilliJy 6524 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 1962 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.431 MilliJy iter= 1438 IMAGR2: Field 6 Clean flux density= -14.587 MilliJy 1438 comps IMAGR2: Total Cleaned flux density = 952.213 MilliJy 6938 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 1358 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.408 MilliJy iter= 831 IMAGR2: Field 2 Clean flux density= 4.401 MilliJy 831 comps IMAGR2: Total Cleaned flux density = 960.163 MilliJy 7369 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 3193 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.378 MilliJy iter= 1836 IMAGR2: Field 3 Clean flux density= 35.825 MilliJy 1836 comps IMAGR2: Total Cleaned flux density = 965.457 MilliJy 7980 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 1625 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.320 MilliJy iter= 1383 IMAGR2: Field 7 Clean flux density= 5.082 MilliJy 1383 comps IMAGR2: Total Cleaned flux density = 958.656 MilliJy 8478 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 420 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.246 MilliJy iter= 1311 IMAGR2: Field 5 Clean flux density= 22.577 MilliJy 1311 comps IMAGR2: Total Cleaned flux density = 960.145 MilliJy 8653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1196 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.244 MilliJy iter= 1972 IMAGR2: Field 4 Clean flux density= -40.696 MilliJy 1972 comps IMAGR2: Total Cleaned flux density = 958.031 MilliJy 9008 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 2944 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.250 MilliJy iter= 2046 IMAGR2: Field 6 Clean flux density= -15.523 MilliJy 2046 comps IMAGR2: Total Cleaned flux density = 957.094 MilliJy 9616 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1307 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.200 MilliJy iter= 1274 IMAGR2: Field 2 Clean flux density= 10.342 MilliJy 1274 comps IMAGR2: Total Cleaned flux density = 963.036 MilliJy 10059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 99 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.144 MilliJy iter= 290 IMAGR2: Field 1 Clean flux density= 944.352 MilliJy 290 comps IMAGR2: Total Cleaned flux density = 961.960 MilliJy 10112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 3574 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.183 MilliJy iter= 2516 IMAGR2: Field 3 Clean flux density= 35.835 MilliJy 2516 comps IMAGR2: Total Cleaned flux density = 961.971 MilliJy 10792 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1039 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.115 MilliJy iter= 1793 IMAGR2: Field 7 Clean flux density= 7.784 MilliJy 1793 comps IMAGR2: Total Cleaned flux density = 964.672 MilliJy 11202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 3894 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.126 MilliJy iter= 2801 IMAGR2: Field 6 Clean flux density= -9.770 MilliJy 2801 comps IMAGR2: Total Cleaned flux density = 970.425 MilliJy 11957 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 768 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.074 MilliJy iter= 1611 IMAGR2: Field 5 Clean flux density= 26.199 MilliJy 1611 comps IMAGR2: Total Cleaned flux density = 974.048 MilliJy 12257 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 269 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.032 MilliJy iter= 2109 IMAGR2: Field 4 Clean flux density= -39.721 MilliJy 2109 comps IMAGR2: Total Cleaned flux density = 975.023 MilliJy 12394 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 995.60 MicroJy IMAGR2: 968 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.030 MilliJy iter= 1670 IMAGR2: Field 2 Clean flux density= 11.414 MilliJy 1670 comps IMAGR2: Total Cleaned flux density = 976.095 MilliJy 12790 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 958.04 MicroJy IMAGR2: 2966 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.010 MilliJy iter= 3180 IMAGR2: Field 3 Clean flux density= 30.979 MilliJy 3180 comps IMAGR2: Total Cleaned flux density = 971.238 MilliJy 13454 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 956.69 MicroJy IMAGR2: 601 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -983.034 MicroJy iter= 511 IMAGR2: Field 1 Clean flux density= 937.637 MilliJy 511 comps IMAGR2: Total Cleaned flux density = 964.522 MilliJy 13675 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.1 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 925.44 MicroJy IMAGR2: 3885 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 981.817 MicroJy iter= 3591 IMAGR2: Field 6 Clean flux density= -8.532 MilliJy 3591 comps IMAGR2: Total Cleaned flux density = 965.760 MilliJy 14465 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 900.46 MicroJy IMAGR2: 793 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -925.826 MicroJy iter= 2166 IMAGR2: Field 7 Clean flux density= 1.313 MilliJy 2166 comps IMAGR2: Total Cleaned flux density = 959.290 MilliJy 14838 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 884.42 MicroJy IMAGR2: 710 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -903.363 MicroJy iter= 1891 IMAGR2: Field 5 Clean flux density= 29.415 MilliJy 1891 comps IMAGR2: Total Cleaned flux density = 962.506 MilliJy 15118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 878.52 MicroJy IMAGR2: 551 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 896.227 MicroJy iter= 2365 IMAGR2: Field 4 Clean flux density= -35.852 MilliJy 2365 comps IMAGR2: Total Cleaned flux density = 966.375 MilliJy 15374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 861.10 MicroJy IMAGR2: 859 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 885.386 MicroJy iter= 2050 IMAGR2: Field 2 Clean flux density= 18.131 MilliJy 2050 comps IMAGR2: Total Cleaned flux density = 973.093 MilliJy 15754 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 838.70 MicroJy IMAGR2: 4048 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -889.219 MicroJy iter= 4078 IMAGR2: Field 3 Clean flux density= 30.526 MilliJy 4078 comps IMAGR2: Total Cleaned flux density = 972.640 MilliJy 16652 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 823.86 MicroJy IMAGR2: 6364 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 887.164 MicroJy iter= 4733 IMAGR2: Field 6 Clean flux density= -18.132 MilliJy 4733 comps IMAGR2: Total Cleaned flux density = 963.040 MilliJy 17794 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.50 MicroJy IMAGR2: 2408 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -869.136 MicroJy iter= 1211 IMAGR2: Field 1 Clean flux density= 956.269 MilliJy 1211 comps IMAGR2: Total Cleaned flux density = 981.673 MilliJy 18494 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 816.92 MicroJy IMAGR2: 781 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -834.861 MicroJy iter= 2516 IMAGR2: Field 7 Clean flux density= -949.161 MicroJy 2516 comps IMAGR2: Total Cleaned flux density = 979.410 MilliJy 18844 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 811.41 MicroJy IMAGR2: 591 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -824.489 MicroJy iter= 2139 IMAGR2: Field 5 Clean flux density= 26.056 MilliJy 2139 comps IMAGR2: Total Cleaned flux density = 976.050 MilliJy 19092 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 808.16 MicroJy IMAGR2: 796 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 824.647 MicroJy iter= 2695 IMAGR2: Field 4 Clean flux density= -34.940 MilliJy 2695 comps IMAGR2: Total Cleaned flux density = 976.963 MilliJy 19422 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 787.95 MicroJy IMAGR2: 1857 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 816.185 MicroJy iter= 4591 IMAGR2: Field 3 Clean flux density= 28.994 MilliJy 4591 comps IMAGR2: Total Cleaned flux density = 975.431 MilliJy 19935 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 753.93 MicroJy IMAGR2: 3575 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -791.732 MicroJy iter= 5545 IMAGR2: Field 6 Clean flux density= -14.816 MilliJy 5545 comps IMAGR2: Total Cleaned flux density = 978.748 MilliJy 20747 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 743.28 MicroJy IMAGR2: 1815 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 771.525 MicroJy iter= 2778 IMAGR2: Field 2 Clean flux density= 16.723 MilliJy 2778 comps IMAGR2: Total Cleaned flux density = 977.340 MilliJy 21475 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 866.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 719.69 MicroJy IMAGR2: 183 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -730.602 MicroJy iter= 1295 IMAGR2: Field 1 Clean flux density= 953.771 MilliJy 1295 comps IMAGR2: Total Cleaned flux density = 974.842 MilliJy 21559 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 709.95 MicroJy IMAGR2: 599 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -720.580 MicroJy iter= 2801 IMAGR2: Field 7 Clean flux density= -2.849 MilliJy 2801 comps IMAGR2: Total Cleaned flux density = 972.942 MilliJy 21844 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.30 MicroJy IMAGR2: 126 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 699.532 MicroJy iter= 2766 IMAGR2: Field 4 Clean flux density= -33.469 MilliJy 2766 comps IMAGR2: Total Cleaned flux density = 974.414 MilliJy 21915 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 687.67 MicroJy IMAGR2: 1236 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -705.326 MicroJy iter= 2633 IMAGR2: Field 5 Clean flux density= 24.731 MilliJy 2633 comps IMAGR2: Total Cleaned flux density = 973.089 MilliJy 22409 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 672.27 MicroJy IMAGR2: 2978 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -701.403 MicroJy iter= 5354 IMAGR2: Field 3 Clean flux density= 32.309 MilliJy 5354 comps IMAGR2: Total Cleaned flux density = 976.404 MilliJy 23172 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 658.34 MicroJy IMAGR2: 6345 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -701.819 MicroJy iter= 6781 IMAGR2: Field 6 Clean flux density= -19.031 MilliJy 6781 comps IMAGR2: Total Cleaned flux density = 972.189 MilliJy 24408 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 648.13 MicroJy IMAGR2: 3481 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 683.556 MicroJy iter= 3893 IMAGR2: Field 2 Clean flux density= 22.172 MilliJy 3893 comps IMAGR2: Total Cleaned flux density = 977.637 MilliJy 25523 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 839.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 647.12 MicroJy IMAGR2: 393 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 660.714 MicroJy iter= 1482 IMAGR2: Field 1 Clean flux density= 951.250 MilliJy 1482 comps IMAGR2: Total Cleaned flux density = 975.116 MilliJy 25710 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 642.86 MicroJy IMAGR2: 794 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -654.469 MicroJy iter= 3169 IMAGR2: Field 7 Clean flux density= -2.836 MilliJy 3169 comps IMAGR2: Total Cleaned flux density = 975.129 MilliJy 26078 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 636.18 MicroJy IMAGR2: 808 Residual map points loaded IMAGR2: Field 5 min Clean flux = -647.296 MicroJy iter= 2984 IMAGR2: Field 5 Clean flux density= 24.641 MilliJy 2984 comps IMAGR2: Total Cleaned flux density = 975.039 MilliJy 26429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 602.69 MicroJy IMAGR2: 2406 Residual map points loaded IMAGR2: Field 6 min Clean flux = -647.040 MicroJy iter= 7273 IMAGR2: Field 6 Clean flux density= -17.255 MilliJy 7273 comps IMAGR2: Total Cleaned flux density = 976.815 MilliJy 26921 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.66 MicroJy IMAGR2: 7243 Residual map points loaded IMAGR2: Field 3 min Clean flux = -647.382 MicroJy iter= 6457 IMAGR2: Field 3 Clean flux density= 27.781 MilliJy 6457 comps IMAGR2: Total Cleaned flux density = 972.287 MilliJy 28024 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10975 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 552.41 MicroJy IMAGR2: 1492 Residual map points loaded IMAGR2: Field 4 min Clean flux = 647.092 MicroJy iter= 2867 IMAGR2: Field 4 Clean flux density= -32.552 MilliJy 2867 comps IMAGR2: Total Cleaned flux density = 973.203 MilliJy 28125 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 481.29 MicroJy IMAGR2: 3297 Residual map points loaded IMAGR2: Field 2 min Clean flux = 645.584 MicroJy iter= 3929 IMAGR2: Field 2 Clean flux density= 22.320 MilliJy 3929 comps IMAGR2: Total Cleaned flux density = 973.352 MilliJy 28161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -946.5 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 481.36 MicroJy IMAGR2: 9930 Residual map points loaded IMAGR2: Field 1 min Clean flux = 647.013 MicroJy iter= 1913 IMAGR2: Field 1 Clean flux density= 951.811 MilliJy 1913 comps IMAGR2: Total Cleaned flux density = 973.913 MilliJy 28592 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 > 397.64 MicroJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 7 min Clean flux = -647.183 MicroJy iter= 3296 IMAGR2: Field 7 Clean flux density= -5.368 MilliJy 3296 comps IMAGR2: Total Cleaned flux density = 971.382 MilliJy 28719 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 647.382 less than limit 647.412 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1913 to 1076 components IMAGR2: Field 2 compressed from 3929 to 1929 components IMAGR2: Field 3 compressed from 6457 to 3060 components IMAGR2: Field 4 compressed from 2867 to 1647 components IMAGR2: Field 5 compressed from 2984 to 1645 components IMAGR2: Field 6 compressed from 7273 to 3389 components IMAGR2: Field 7 compressed from 3296 to 1695 components IMAGR2: Field 1 min = -681.3 MicroJy,max = 600.9 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 156.367 MicroJy ( 8 CCs) from field 1 to field 2 IMAGR2: Restore 2.674 MilliJy ( 120 CCs) from field 1 to field 3 IMAGR2: Restore -1.074 MilliJy ( 73 CCs) from field 1 to field 4 IMAGR2: Restore 2.276 MilliJy ( 110 CCs) from field 1 to field 5 IMAGR2: Restore -1.849 MilliJy ( 103 CCs) from field 1 to field 6 IMAGR2: Restore 434.215 MicroJy ( 7 CCs) from field 1 to field 7 IMAGR2: Restore-845.761 MicroJy ( 20 CCs) from field 2 to field 1 IMAGR2: Restore 4.394 MilliJy ( 346 CCs) from field 2 to field 3 IMAGR2: Restore -1.416 MilliJy ( 87 CCs) from field 2 to field 4 IMAGR2: Restore -27.171 MicroJy ( 10 CCs) from field 3 to field 1 IMAGR2: Restore 2.046 MilliJy ( 48 CCs) from field 3 to field 2 IMAGR2: Restore 3.653 MilliJy ( 194 CCs) from field 3 to field 5 IMAGR2: Restore-508.034 MicroJy ( 11 CCs) from field 4 to field 1 IMAGR2: Restore -66.347 MicroJy ( 18 CCs) from field 4 to field 2 IMAGR2: Restore -12.191 MilliJy ( 188 CCs) from field 4 to field 6 IMAGR2: Restore 1.459 MilliJy ( 14 CCs) from field 5 to field 1 IMAGR2: Restore 10.667 MilliJy ( 230 CCs) from field 5 to field 3 IMAGR2: Restore -91.648 MicroJy ( 7 CCs) from field 5 to field 7 IMAGR2: Restore -1.532 MilliJy ( 15 CCs) from field 6 to field 1 IMAGR2: Restore 3.926 MilliJy ( 210 CCs) from field 6 to field 4 IMAGR2: Restore -1.167 MilliJy ( 130 CCs) from field 6 to field 7 IMAGR2: Restore 348.828 MicroJy ( 6 CCs) from field 7 to field 1 IMAGR2: Restore 1.612 MilliJy ( 72 CCs) from field 7 to field 5 IMAGR2: Restore 1.912 MilliJy ( 221 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 950.707 MilliJy IMAGR2: Field 2 final Clean flux 24.456 MilliJy IMAGR2: Field 3 final Clean flux 45.515 MilliJy IMAGR2: Field 4 final Clean flux -31.115 MilliJy IMAGR2: Field 5 final Clean flux 32.182 MilliJy IMAGR2: Field 6 final Clean flux -29.384 MilliJy IMAGR2: Field 7 final Clean flux -6.192 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= 149.1 Real= 768 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.1357 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1079 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.08613 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.23321 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23321 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 92.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 7 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 13 29.2 00002 -1 507 512 513 C 3 1012 1012 16 01 24.71 43 15 08.4 00003 -1 507 512 513 C 4 1012 1012 16 01 56.18 43 15 08.4 00004 -1 507 512 513 C 5 1012 1012 16 01 24.69 43 18 27.0 00005 -1 507 512 513 C 6 1012 1012 16 01 56.20 43 18 27.0 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 20 06.3 00007 -1 507 512 513 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08613 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 17225 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 7.584E+04 IMAGR2: UVWAIT: Adding temperance S 1.517E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.391E+07 and out 7.423E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR2: UVWAIT: Average summed weight 7.584E+04 over 34450 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 = 7.88090E+08 IMAGR2: Field 1 Beam min = -165.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 873.071 x 645.381 Milliarcsec, PA= -69.8 IMAGR2: Field 2 Sum of gridding weights = 7.88090E+08 IMAGR2: Field 2 Beam min = -165.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 872.872 x 645.515 Milliarcsec, PA= -69.8 IMAGR2: Field 3 Sum of gridding weights = 7.88089E+08 IMAGR2: Field 3 Beam min = -151.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 873.398 x 645.508 Milliarcsec, PA= -69.9 IMAGR2: Field 4 Sum of gridding weights = 7.88088E+08 IMAGR2: Field 4 Beam min = -139.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 872.546 x 645.388 Milliarcsec, PA= -69.7 IMAGR2: Field 5 Sum of gridding weights = 7.88088E+08 IMAGR2: Field 5 Beam min = -151.6 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 fit FWHM = 860.701 x 646.100 Milliarcsec, PA= -72.1 IMAGR2: Field 6 Sum of gridding weights = 7.88089E+08 IMAGR2: Field 6 Beam min = -153.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 872.744 x 645.254 Milliarcsec, PA= -69.7 IMAGR2: Field 7 Sum of gridding weights = 7.88089E+08 IMAGR2: Field 7 Beam min = -165.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 873.270 x 645.247 Milliarcsec, PA= -69.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.5 MilliJy,max = 19.5 MilliJy IMAGR2: Field 2 min = -2.0 MilliJy,max = 5.4 MilliJy IMAGR2: Field 3 min = -2.3 MilliJy,max = 8.3 MilliJy IMAGR2: Field 4 min = -2.0 MilliJy,max = 6.6 MilliJy IMAGR2: Field 5 min = -2.3 MilliJy,max = 6.6 MilliJy IMAGR2: Field 6 min = -1.9 MilliJy,max = 7.5 MilliJy IMAGR2: Field 7 min = -2.2 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.79 MilliJy IMAGR2: 4139 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.514 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 14.550 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 14.550 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 1509 cell beam + residuals > 2.15 MilliJy IMAGR2: 1813 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.160 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 28.057 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 28.057 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -924.8 MicroJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.455E-03 < Second best 5.111E-03 IMAGR2: Field 2 min = -860.6 MicroJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.391E-03 < Second best 5.025E-03 IMAGR2: Field 3 min = -855.1 MicroJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.317E-03 < Second best 4.910E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.54 MilliJy IMAGR2: 300 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.416 MilliJy iter= 46 IMAGR2: Field 1 Clean flux density= 34.406 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 34.406 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -712.2 MicroJy,max = 875.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.859E-04 < Second best 4.484E-03 IMAGR2: Field 6 min = -666.7 MicroJy,max = 953.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.024E-04 < Second best 3.898E-03 IMAGR2: Field 5 min = -683.2 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.634E-04 < Second best 2.300E-03 IMAGR2: Field 1 min = -835.7 MicroJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 603 cell beam + residuals > 630.92 MicroJy IMAGR2: 2179 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.127 MilliJy iter= 65 IMAGR2: Field 1 Clean flux density= 37.523 MilliJy 65 comps IMAGR2: Total Cleaned flux density = 37.523 MilliJy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -631.5 MicroJy,max = 726.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.339E-04 < Second best 1.391E-03 IMAGR2: Field 2 min = -664.3 MicroJy,max = 746.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.142E-04 < Second best 1.317E-03 IMAGR2: Field 3 min = -685.8 MicroJy,max = 753.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.208E-04 < Second best 1.074E-03 IMAGR2: Field 1 min = -859.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 438.21 MicroJy IMAGR2: 5094 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -691.380 MicroJy iter= 114 IMAGR2: Field 1 Clean flux density= 40.691 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 40.691 MilliJy 114 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -589.8 MicroJy,max = 633.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.998E-04 < Second best 7.859E-04 IMAGR2: Field 4 min = -606.3 MicroJy,max = 576.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.316E-04 < Second best 7.634E-04 IMAGR2: Field 5 min = -592.1 MicroJy,max = 593.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.321E-04 < Second best 7.208E-04 IMAGR2: Field 3 min = -631.7 MicroJy,max = 673.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.447E-04 < Second best 7.142E-04 IMAGR2: Field 2 min = -605.3 MicroJy,max = 664.8 MicroJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 423.32 MicroJy IMAGR2: 593 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -520.012 MicroJy iter= 29 IMAGR2: Field 2 Clean flux density= 512.302 MicroJy 29 comps IMAGR2: Total Cleaned flux density = 41.203 MilliJy 143 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -669.9 MicroJy,max = 655.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 367.63 MicroJy IMAGR2: 5512 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 560.823 MicroJy iter= 211 IMAGR2: Field 1 Clean flux density= 44.193 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 44.705 MilliJy 240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -540.3 MicroJy,max = 539.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.159E-04 < Second best 6.339E-04 IMAGR2: Field 7 min = -533.8 MicroJy,max = 489.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.117E-04 < Second best 5.998E-04 IMAGR2: Field 6 min = -511.9 MicroJy,max = 559.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.39 MicroJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 6 min Clean flux = -504.682 MicroJy iter= 2 IMAGR2: Field 6 Clean flux density= 5.475 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 44.710 MilliJy 242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -518.0 MicroJy,max = 496.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.967E-04 < Second best 5.321E-04 IMAGR2: Field 5 min = -519.9 MicroJy,max = 562.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.903E-04 < Second best 5.316E-04 IMAGR2: Field 4 min = -529.8 MicroJy,max = 538.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 323.95 MicroJy IMAGR2: 1548 Residual map points loaded IMAGR2: Field 4 min Clean flux = 490.333 MicroJy iter= 2 IMAGR2: Field 4 Clean flux density= 100.800 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 44.811 MilliJy 244 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -539.3 MicroJy,max = 539.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 320.65 MicroJy IMAGR2: 3350 Residual map points loaded IMAGR2: Field 3 min Clean flux = -515.666 MicroJy iter= 3 IMAGR2: Field 3 Clean flux density= -158.600 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 44.653 MilliJy 247 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -530.8 MicroJy,max = 488.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 312.82 MicroJy IMAGR2: 4902 Residual map points loaded IMAGR2: Field 7 min Clean flux = -515.813 MicroJy iter= 2 IMAGR2: Field 7 Clean flux density= -104.657 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 44.548 MilliJy 249 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -502.9 MicroJy,max = 495.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 261.47 MicroJy IMAGR2: 13870 Residual map points loaded IMAGR2: Field 2 min Clean flux = 495.399 MicroJy iter= 30 IMAGR2: Field 2 Clean flux density= 561.842 MicroJy 30 comps IMAGR2: Total Cleaned flux density = 44.597 MilliJy 250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -515.5 MicroJy,max = 497.0 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 211 to 106 components IMAGR2: Field 2 compressed from 30 to 26 components IMAGR2: Field 3 compressed from 3 to 3 components IMAGR2: Field 4 compressed from 2 to 2 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 2 to 2 components IMAGR2: Field 7 compressed from 2 to 2 components IMAGR2: Field 1 min = -515.5 MicroJy,max = 497.0 MicroJy IMAGR2: Field 2 min = -503.7 MicroJy,max = 487.3 MicroJy IMAGR2: Field 3 min = -534.6 MicroJy,max = 540.6 MicroJy IMAGR2: Field 4 min = -528.8 MicroJy,max = 537.9 MicroJy IMAGR2: Field 5 min = -516.5 MicroJy,max = 563.2 MicroJy IMAGR2: Field 6 min = -503.1 MicroJy,max = 545.3 MicroJy IMAGR2: Field 7 min = -506.6 MicroJy,max = 489.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 202.997 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR2: Restore 129.554 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR2: Restore 202.997 MicroJy ( 3 CCs) from field 1 to field 5 IMAGR2: Restore 276.546 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR2: Restore 74.240 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore 53.060 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 410.036 MicroJy ( 10 CCs) from field 2 to field 3 IMAGR2: Restore 107.450 MicroJy ( 2 CCs) from field 2 to field 4 IMAGR2: Restore -53.326 MicroJy ( 1 CCs) from field 3 to field 2 IMAGR2: Restore -53.076 MicroJy ( 1 CCs) from field 7 to field 5 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 44.246 MilliJy IMAGR2: Field 2 final Clean flux 508.517 MicroJy IMAGR2: Field 3 final Clean flux 454.434 MicroJy IMAGR2: Field 4 final Clean flux 337.804 MicroJy IMAGR2: Field 5 final Clean flux 149.921 MicroJy IMAGR2: Field 6 final Clean flux 282.021 MicroJy IMAGR2: Field 7 final Clean flux -30.418 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 63 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 28.3 Real= 153 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08613 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23325 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23325 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 92.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 6 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 45 58.3 00002 -1 507 512 513 C 3 1012 1012 15 59 15.31 43 47 37.5 00003 -1 507 512 513 C 4 1012 1012 15 59 47.07 43 47 37.5 00004 -1 507 512 513 C 5 1012 1012 15 59 15.29 43 50 56.1 00005 -1 507 512 513 C 6 1012 1012 15 59 47.09 43 50 56.1 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 52 35.4 00007 -1 507 512 513 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08613 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 -1.0823E-02 -1.9856E+02 0 IMAGR2: Field 3 1012 1012 -1.7187E+02 -9.9360E+01 0 IMAGR2: Field 4 1012 1012 1.7185E+02 -9.9360E+01 0 IMAGR2: Field 5 1012 1012 -1.7209E+02 9.9240E+01 0 IMAGR2: Field 6 1012 1012 1.7207E+02 9.9240E+01 0 IMAGR2: Field 7 1012 1012 -1.0823E-02 1.9854E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 70 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4875 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.760E+04 IMAGR2: UVWAIT: Adding temperance S 5.520E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.506E+07 and out 1.782E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.119 due to weighting IMAGR2: UVWAIT: Average summed weight 2.760E+04 over 9750 vis IMAGR2: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 77 IMAGR2: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 83 IMAGR2: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 84 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.89138E+08 IMAGR2: Field 1 Beam min = -136.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 897.012 x 690.903 Milliarcsec, PA= -76.5 IMAGR2: Field 2 Sum of gridding weights = 1.89138E+08 IMAGR2: Field 2 Beam min = -136.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 896.872 x 691.006 Milliarcsec, PA= -76.5 IMAGR2: Field 3 Sum of gridding weights = 1.89137E+08 IMAGR2: Field 3 Beam min = -120.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 897.421 x 690.988 Milliarcsec, PA= -76.6 IMAGR2: Field 4 Sum of gridding weights = 1.89137E+08 IMAGR2: Field 4 Beam min = -101.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 896.465 x 690.922 Milliarcsec, PA= -76.4 IMAGR2: Field 5 Sum of gridding weights = 1.89136E+08 IMAGR2: Field 5 Beam min = -120.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 897.564 x 690.884 Milliarcsec, PA= -76.5 IMAGR2: Field 6 Sum of gridding weights = 1.89137E+08 IMAGR2: Field 6 Beam min = -102.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 896.604 x 690.819 Milliarcsec, PA= -76.4 IMAGR2: Field 7 Sum of gridding weights = 1.89137E+08 IMAGR2: Field 7 Beam min = -136.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 897.157 x 690.799 Milliarcsec, PA= -76.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -7.9 MilliJy,max = 76.0 MilliJy IMAGR2: Field 2 min = -7.4 MilliJy,max = 26.2 MilliJy IMAGR2: Field 3 min = -7.7 MilliJy,max = 40.9 MilliJy IMAGR2: Field 4 min = -8.0 MilliJy,max = 29.9 MilliJy IMAGR2: Field 5 min = -7.5 MilliJy,max = 29.7 MilliJy IMAGR2: Field 6 min = -8.1 MilliJy,max = 37.5 MilliJy IMAGR2: Field 7 min = -7.9 MilliJy,max = 24.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.95 MilliJy IMAGR2: 1147 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 45.745 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 35.722 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 35.722 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 = -5.6 MilliJy,max = 41.3 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 10.48 MilliJy IMAGR2: 600 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 20.461 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 67.189 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 67.189 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 13.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.230E-02 < Second best 3.135E-02 IMAGR2: Field 3 min = -3.4 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.129E-02 < Second best 2.502E-02 IMAGR2: Field 2 min = -3.4 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.522E-03 < Second best 2.339E-02 IMAGR2: Field 7 min = -3.7 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.109E-03 < Second best 2.122E-02 IMAGR2: Field 4 min = -3.8 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.081E-03 < Second best 1.960E-02 IMAGR2: Field 5 min = -3.7 MilliJy,max = 10.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.281E-03 < Second best 1.947E-02 IMAGR2: Field 1 min = -4.1 MilliJy,max = 20.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.03 MilliJy IMAGR2: 4996 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.864 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 90.307 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 90.307 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.252E-03 < Second best 1.129E-02 IMAGR2: Field 3 min = -2.5 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.426E-03 < Second best 9.391E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 1507 cell beam + residuals > 3.43 MilliJy IMAGR2: 1097 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.803 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 101.929 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 101.929 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.917E-03 < Second best 8.109E-03 IMAGR2: Field 7 min = -2.6 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.783E-03 < Second best 7.522E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.334E-03 < Second best 7.081E-03 IMAGR2: Field 4 min = -2.5 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.934E-03 < Second best 6.252E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.856E-03 < Second best 5.426E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.758E-03 < Second best 4.576E-03 IMAGR2: Field 1 min = -2.8 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.81 MilliJy IMAGR2: 7168 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.068 MilliJy iter= 99 IMAGR2: Field 1 Clean flux density= 119.658 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 119.658 MilliJy 99 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.631E-03 < Second best 3.856E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.657E-03 < Second best 3.783E-03 IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.534E-03 < Second best 3.758E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.429E-03 < Second best 3.334E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.263E-03 < Second best 2.934E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.039E-03 < Second best 2.929E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 7267 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.260 MilliJy iter= 192 IMAGR2: Field 1 Clean flux density= 139.886 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 139.886 MilliJy 192 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.731E-03 < Second best 2.631E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.585E-03 < Second best 2.534E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.766E-03 < Second best 2.429E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.626E-03 < Second best 2.263E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.544E-03 < Second best 2.161E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.852E-03 < Second best 2.039E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 999.62 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 1932 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.329 MilliJy iter= 71 IMAGR2: Field 4 Clean flux density= -3.710 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 136.176 MilliJy 263 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.616E-03 < Second best 1.766E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.533E-03 < Second best 1.731E-03 IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 940.43 MicroJy IMAGR2: 3079 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.235 MilliJy iter= 93 IMAGR2: Field 6 Clean flux density= 5.460 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 141.636 MilliJy 356 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.316E-03 < Second best 1.616E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.287E-03 < Second best 1.585E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.194E-03 < Second best 1.544E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.113E-03 < Second best 1.533E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 862.50 MicroJy IMAGR2: 745 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -988.257 MicroJy iter= 53 IMAGR2: Field 7 Clean flux density= -841.836 MicroJy 53 comps IMAGR2: Total Cleaned flux density = 140.794 MilliJy 409 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 862.50 MicroJy IMAGR2: 395 Residual map points loaded IMAGR2: Field 3 min Clean flux = 971.233 MicroJy iter= 42 IMAGR2: Field 3 Clean flux density= -412.939 MicroJy 42 comps IMAGR2: Total Cleaned flux density = 140.381 MilliJy 451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.135E-03 < Second best 1.270E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.516E-04 < Second best 1.194E-03 IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.029E-03 < Second best 1.182E-03 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.073E-03 < Second best 1.135E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 683.89 MicroJy IMAGR2: 4178 Residual map points loaded IMAGR2: Field 1 min Clean flux = -968.394 MicroJy iter= 232 IMAGR2: Field 1 Clean flux density= 139.241 MilliJy 232 comps IMAGR2: Total Cleaned flux density = 139.736 MilliJy 491 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.658E-04 < Second best 1.073E-03 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 643.50 MicroJy IMAGR2: 3267 Residual map points loaded IMAGR2: Field 6 min Clean flux = 933.910 MicroJy iter= 98 IMAGR2: Field 6 Clean flux density= 5.768 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 140.045 MilliJy 496 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 > 622.33 MicroJy IMAGR2: 2397 Residual map points loaded IMAGR2: Field 5 min Clean flux = -970.928 MicroJy iter= 3 IMAGR2: Field 5 Clean flux density= -302.647 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 139.742 MilliJy 499 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 > 610.55 MicroJy IMAGR2: 1627 Residual map points loaded IMAGR2: Field 2 min Clean flux = 916.711 MicroJy iter= 2 IMAGR2: Field 2 Clean flux density= 191.623 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 139.934 MilliJy 501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.575E-04 < Second best 9.460E-04 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 232 to 139 components IMAGR2: Field 2 compressed from 2 to 2 components IMAGR2: Field 3 compressed from 42 to 37 components IMAGR2: Field 4 compressed from 71 to 53 components IMAGR2: Field 5 compressed from 3 to 3 components IMAGR2: Field 6 compressed from 98 to 81 components IMAGR2: Field 7 compressed from 53 to 44 components IMAGR2: Field 1 min = -939.0 MicroJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -906.7 MicroJy,max = 934.0 MicroJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 5 min = -969.4 MicroJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 630.423 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR2: Restore 2.830 MilliJy ( 10 CCs) from field 1 to field 3 IMAGR2: Restore 4.758 MilliJy ( 18 CCs) from field 1 to field 4 IMAGR2: Restore 1.828 MilliJy ( 11 CCs) from field 1 to field 5 IMAGR2: Restore 7.526 MilliJy ( 26 CCs) from field 1 to field 6 IMAGR2: Restore 227.194 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore 99.952 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore 20.491 MicroJy ( 13 CCs) from field 3 to field 1 IMAGR2: Restore-106.313 MicroJy ( 7 CCs) from field 3 to field 2 IMAGR2: Restore-304.197 MicroJy ( 4 CCs) from field 3 to field 5 IMAGR2: Restore -3.013 MilliJy ( 20 CCs) from field 4 to field 1 IMAGR2: Restore -2.000 MilliJy ( 11 CCs) from field 4 to field 2 IMAGR2: Restore 738.986 MicroJy ( 15 CCs) from field 4 to field 6 IMAGR2: Restore 2.814 MilliJy ( 24 CCs) from field 6 to field 1 IMAGR2: Restore 516.854 MicroJy ( 4 CCs) from field 6 to field 4 IMAGR2: Restore 369.565 MicroJy ( 24 CCs) from field 6 to field 7 IMAGR2: Restore-600.623 MicroJy ( 9 CCs) from field 7 to field 1 IMAGR2: Restore -16.474 MicroJy ( 9 CCs) from field 7 to field 5 IMAGR2: Restore-318.662 MicroJy ( 11 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 138.463 MilliJy IMAGR2: Field 2 final Clean flux -1.285 MilliJy IMAGR2: Field 3 final Clean flux 2.417 MilliJy IMAGR2: Field 4 final Clean flux 1.665 MilliJy IMAGR2: Field 5 final Clean flux 1.205 MilliJy IMAGR2: Field 6 final Clean flux 13.715 MilliJy IMAGR2: Field 7 final Clean flux -245.077 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= 33.9 Real= 173 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08613 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC2: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23424 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23424 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 96.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 5 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.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 4875 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.746E+04 IMAGR2: UVWAIT: Adding temperance S 5.491E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.489E+07 and out 1.752E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.131 due to weighting IMAGR2: UVWAIT: Average summed weight 2.746E+04 over 9750 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.86040E+08 IMAGR2: Field 1 Beam min = -167.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 962.100 x 700.331 Milliarcsec, PA= -75.8 IMAGR2: Field 2 Sum of gridding weights = 1.86040E+08 IMAGR2: Field 2 Beam min = -167.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 961.922 x 700.434 Milliarcsec, PA= -75.8 IMAGR2: Field 3 Sum of gridding weights = 1.86040E+08 IMAGR2: Field 3 Beam min = -174.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 962.590 x 700.422 Milliarcsec, PA= -75.9 IMAGR2: Field 4 Sum of gridding weights = 1.86040E+08 IMAGR2: Field 4 Beam min = -133.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 961.416 x 700.353 Milliarcsec, PA= -75.7 IMAGR2: Field 5 Sum of gridding weights = 1.86039E+08 IMAGR2: Field 5 Beam min = -174.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 962.771 x 700.317 Milliarcsec, PA= -75.8 IMAGR2: Field 6 Sum of gridding weights = 1.86040E+08 IMAGR2: Field 6 Beam min = -156.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 961.596 x 700.249 Milliarcsec, PA= -75.7 IMAGR2: Field 7 Sum of gridding weights = 1.86040E+08 IMAGR2: Field 7 Beam min = -167.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 962.279 x 700.226 Milliarcsec, PA= -75.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -26.1 MilliJy,max = 309.9 MilliJy IMAGR2: Field 2 min = -27.4 MilliJy,max = 91.1 MilliJy IMAGR2: Field 3 min = -35.8 MilliJy,max = 131.3 MilliJy IMAGR2: Field 4 min = -32.8 MilliJy,max = 123.7 MilliJy IMAGR2: Field 5 min = -35.0 MilliJy,max = 124.2 MilliJy IMAGR2: Field 6 min = -34.2 MilliJy,max = 129.5 MilliJy IMAGR2: Field 7 min = -28.7 MilliJy,max = 94.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 67.03 MilliJy IMAGR2: 497 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 203.335 MilliJy iter= 5 IMAGR2: Field 1 Clean flux density= 126.913 MilliJy 5 comps IMAGR2: Total Cleaned flux density = 126.913 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 = -15.8 MilliJy,max = 183.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 43.98 MilliJy IMAGR2: 325 Residual map points loaded IMAGR2: Field 1 min allowed flux = 87.530 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 231.139 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 231.139 MilliJy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -10.3 MilliJy,max = 35.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.004E-02 < Second best 1.105E-01 IMAGR2: Field 6 min = -9.0 MilliJy,max = 34.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.942E-02 < Second best 9.043E-02 IMAGR2: Field 7 min = -8.6 MilliJy,max = 26.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.559E-02 < Second best 8.686E-02 IMAGR2: Field 2 min = -7.7 MilliJy,max = 24.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.359E-02 < Second best 8.326E-02 IMAGR2: Field 1 min = -8.0 MilliJy,max = 78.8 MilliJy IMAGR2: BGC Clean: using 1927 cell beam + residuals > 26.91 MilliJy IMAGR2: 89 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 37.654 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 281.743 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 281.743 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.0 MilliJy,max = 14.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.331E-03 < Second best 7.599E-02 IMAGR2: Field 4 min = -4.5 MilliJy,max = 13.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.365E-03 < Second best 3.582E-02 IMAGR2: Field 1 min = -5.0 MilliJy,max = 34.7 MilliJy IMAGR2: BGC Clean: using 1955 cell beam + residuals > 8.59 MilliJy IMAGR2: 389 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.662 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 303.891 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 303.891 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.982E-03 < Second best 2.942E-02 IMAGR2: Field 6 min = -3.5 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.671E-03 < Second best 2.559E-02 IMAGR2: Field 7 min = -3.1 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.108E-03 < Second best 2.359E-02 IMAGR2: Field 2 min = -3.6 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.469E-03 < Second best 1.585E-02 IMAGR2: Field 1 min = -4.8 MilliJy,max = 15.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.60 MilliJy IMAGR2: 945 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.356 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 313.593 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 313.593 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.642E-03 < Second best 9.331E-03 IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.573E-03 < Second best 7.001E-03 IMAGR2: Field 1 min = -6.3 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 1927 cell beam + residuals > 2.26 MilliJy IMAGR2: 1419 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.329 MilliJy iter= 64 IMAGR2: Field 1 Clean flux density= 313.061 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 313.061 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.766E-03 < Second best 5.982E-03 IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.463E-03 < Second best 5.671E-03 IMAGR2: Field 6 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.517E-03 < Second best 5.469E-03 IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.544E-03 < Second best 3.573E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 1929 cell beam + residuals > 1.69 MilliJy IMAGR2: 1469 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.216 MilliJy iter= 25 IMAGR2: Field 5 Clean flux density= 4.358 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 317.420 MilliJy 89 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.52 MilliJy IMAGR2: 2128 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.056 MilliJy iter= 101 IMAGR2: Field 1 Clean flux density= 313.062 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 317.421 MilliJy 126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.209E-03 < Second best 2.642E-03 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.327E-03 < Second best 2.544E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.166E-03 < Second best 2.517E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 583 cell beam + residuals > 1.42 MilliJy IMAGR2: 1212 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.812 MilliJy iter= 39 IMAGR2: Field 6 Clean flux density= 1.515 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 318.936 MilliJy 165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.027E-03 < Second best 2.327E-03 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 583 cell beam + residuals > 1.42 MilliJy IMAGR2: 1367 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.756 MilliJy iter= 42 IMAGR2: Field 4 Clean flux density= -2.400 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 316.535 MilliJy 207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 583 cell beam + residuals > 1.42 MilliJy IMAGR2: 1109 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.712 MilliJy iter= 47 IMAGR2: Field 7 Clean flux density= 2.607 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 319.142 MilliJy 254 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.834E-03 < Second best 2.118E-03 IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.857E-03 < Second best 2.027E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 583 cell beam + residuals > 1.30 MilliJy IMAGR2: 958 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.532 MilliJy iter= 48 IMAGR2: Field 3 Clean flux density= -5.742 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 313.400 MilliJy 302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 631 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.438 MilliJy iter= 154 IMAGR2: Field 1 Clean flux density= 312.219 MilliJy 154 comps IMAGR2: Total Cleaned flux density = 312.557 MilliJy 355 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.739E-03 < Second best 1.834E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 715 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.427 MilliJy iter= 71 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Clean flux density= 3.495 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 316.052 MilliJy 426 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1162 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.435 MilliJy iter= 112 IMAGR2: Field 5 Clean flux density= 5.052 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 316.745 MilliJy 513 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 1019 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.372 MilliJy iter= 133 IMAGR2: Field 6 Clean flux density= 5.498 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 320.729 MilliJy 607 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 1463 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.319 MilliJy iter= 158 IMAGR2: Field 4 Clean flux density= -1.539 MilliJy 158 comps IMAGR2: Total Cleaned flux density = 321.590 MilliJy 723 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 722 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.202 MilliJy iter= 151 IMAGR2: Field 7 Clean flux density= 266.089 MicroJy 151 comps IMAGR2: Total Cleaned flux density = 319.250 MilliJy 827 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 315 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.096 MilliJy iter= 111 IMAGR2: Field 3 Clean flux density= -8.451 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 316.540 MilliJy 890 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.190E-03 < Second best 1.375E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.267E-03 < Second best 1.367E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.169E-03 < Second best 1.313E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 886.18 MicroJy IMAGR2: 1310 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.007 MilliJy iter= 261 IMAGR2: Field 6 Clean flux density= 1.311 MilliJy 261 comps IMAGR2: Total Cleaned flux density = 312.353 MilliJy 1018 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 887.81 MicroJy IMAGR2: 2695 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.062 MilliJy iter= 322 IMAGR2: Field 5 Clean flux density= 1.216 MilliJy 322 comps IMAGR2: Total Cleaned flux density = 308.517 MilliJy 1228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 839.81 MicroJy IMAGR2: 3342 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.006 MilliJy iter= 412 IMAGR2: Field 4 Clean flux density= -4.713 MilliJy 412 comps IMAGR2: Total Cleaned flux density = 305.343 MilliJy 1482 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 840.59 MicroJy IMAGR2: 555 Residual map points loaded IMAGR2: Field 1 min Clean flux = 971.260 MicroJy iter= 230 IMAGR2: Field 1 Clean flux density= 316.171 MilliJy 230 comps IMAGR2: Total Cleaned flux density = 309.295 MilliJy 1558 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.073E-03 < Second best 1.152E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.15 MicroJy IMAGR2: 528 Residual map points loaded IMAGR2: Field 7 min Clean flux = -970.942 MicroJy iter= 179 IMAGR2: Field 7 Clean flux density= -499.097 MicroJy 179 comps IMAGR2: Total Cleaned flux density = 308.530 MilliJy 1586 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 793.42 MicroJy IMAGR2: 388 Residual map points loaded IMAGR2: Field 2 min Clean flux = 970.498 MicroJy iter= 90 IMAGR2: Field 2 Clean flux density= 2.365 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 307.400 MilliJy 1605 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 > 772.17 MicroJy IMAGR2: 719 Residual map points loaded IMAGR2: Field 3 min Clean flux = 970.608 MicroJy iter= 124 IMAGR2: Field 3 Clean flux density= -8.758 MilliJy 124 comps IMAGR2: Total Cleaned flux density = 307.093 MilliJy 1618 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 727.27 MicroJy IMAGR2: 2972 Residual map points loaded IMAGR2: Field 5 min Clean flux = 970.535 MicroJy iter= 363 IMAGR2: Field 5 Clean flux density= 3.549 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 309.426 MilliJy 1659 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 664.07 MicroJy IMAGR2: 2563 Residual map points loaded IMAGR2: Field 6 min Clean flux = 960.280 MicroJy iter= 267 IMAGR2: Field 6 Clean flux density= 1.510 MilliJy 267 comps IMAGR2: Total Cleaned flux density = 309.625 MilliJy 1665 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.85 MicroJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 4 min Clean flux = -966.776 MicroJy iter= 428 IMAGR2: Field 4 Clean flux density= -5.121 MilliJy 428 comps IMAGR2: Total Cleaned flux density = 309.216 MilliJy 1681 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 971.260 less than limit 971.395 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 230 to 107 components IMAGR2: Field 2 compressed from 90 to 78 components IMAGR2: Field 3 compressed from 124 to 97 components IMAGR2: Field 4 compressed from 428 to 341 components IMAGR2: Field 5 compressed from 363 to 289 components IMAGR2: Field 6 compressed from 267 to 200 components IMAGR2: Field 7 compressed from 179 to 150 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 836.4 MicroJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 281.315 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore-369.308 MicroJy ( 3 CCs) from field 1 to field 4 IMAGR2: Restore 906.205 MicroJy ( 12 CCs) from field 1 to field 5 IMAGR2: Restore-369.308 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR2: Restore-269.218 MicroJy ( 3 CCs) from field 1 to field 7 IMAGR2: Restore 325.298 MicroJy ( 7 CCs) from field 2 to field 4 IMAGR2: Restore 341.314 MicroJy ( 1 CCs) from field 3 to field 1 IMAGR2: Restore-821.699 MicroJy ( 8 CCs) from field 3 to field 2 IMAGR2: Restore-702.913 MicroJy ( 15 CCs) from field 3 to field 5 IMAGR2: Restore-186.656 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR2: Restore -64.680 MicroJy ( 4 CCs) from field 4 to field 2 IMAGR2: Restore-948.622 MicroJy ( 14 CCs) from field 4 to field 6 IMAGR2: Restore 119.566 MicroJy ( 2 CCs) from field 5 to field 1 IMAGR2: Restore-757.800 MicroJy ( 18 CCs) from field 5 to field 3 IMAGR2: Restore 2.058 MilliJy ( 9 CCs) from field 5 to field 7 IMAGR2: Restore -1.389 MilliJy ( 25 CCs) from field 6 to field 4 IMAGR2: Restore 381.764 MicroJy ( 2 CCs) from field 6 to field 7 IMAGR2: Restore 45.233 MicroJy ( 16 CCs) from field 7 to field 5 IMAGR2: Restore 177.581 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 316.446 MilliJy IMAGR2: Field 2 final Clean flux 1.479 MilliJy IMAGR2: Field 3 final Clean flux -9.234 MilliJy IMAGR2: Field 4 final Clean flux -6.555 MilliJy IMAGR2: Field 5 final Clean flux 3.798 MilliJy IMAGR2: Field 6 final Clean flux 369.432 MicroJy IMAGR2: Field 7 final Clean flux 1.671 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= 42.7 Real= 222 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.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.08244 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1634+627 X BAND Seq 1 Disk: 1 in slot 12 SETFC2: SETCEL: recommends IMSIZE 1421 CELLSIZE 0.22525 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22525 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:34:33.86 62:45:35.7 5.002 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 95.3 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= 6 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.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.08244 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 18800 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.573E+04 IMAGR2: UVWAIT: Adding temperance S 5.147E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.699E+07 and out 7.432E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.164 due to weighting IMAGR2: UVWAIT: Average summed weight 2.573E+04 over 37087 vis IMAGR2: Create 1634+627 .IBM001. 1 (MA) on disk 1 cno 85 IMAGR2: Create 1634+627 .IBM002. 1 (MA) on disk 1 cno 86 IMAGR2: Create 1634+627 .ICL001. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1634+627 .ICL002. 1 (MA) on disk 1 cno 88 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 7.89013E+08 IMAGR2: Field 1 Beam min = -85.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 966.738 x 654.597 Milliarcsec, PA= -57.3 IMAGR2: Field 2 Sum of gridding weights = 7.89025E+08 IMAGR2: Field 2 Beam min = -85.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 966.738 x 654.599 Milliarcsec, PA= -57.3 IMAGR2: CLBHIS: minimum component 0.400 of current peak IMAGR2: Field 1 min = -69.2 MilliJy,max = 799.6 MilliJy IMAGR2: Field 2 min = -69.4 MilliJy,max = 791.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 42.63 MilliJy IMAGR2: 17424 Residual map points loaded IMAGR2: Field 1 min allowed flux = 309.795 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 520.820 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 520.820 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -24.5 MilliJy,max = 273.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.605E-01 < Second best 2.945E-01 IMAGR2: Field 1 min = -24.6 MilliJy,max = 278.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 16.52 MilliJy IMAGR2: 11599 Residual map points loaded IMAGR2: Field 1 min allowed flux = 110.580 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 702.975 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 702.975 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.0 MilliJy,max = 102.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.733E-02 < Second best 1.051E-01 IMAGR2: Field 1 min = -9.1 MilliJy,max = 101.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.90 MilliJy IMAGR2: 16419 Residual map points loaded IMAGR2: Field 1 min allowed flux = 38.868 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 774.867 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 774.867 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 36.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.468E-02 < Second best 3.695E-02 IMAGR2: Field 1 min = -4.3 MilliJy,max = 35.0 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 2.59 MilliJy IMAGR2: 15030 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.889 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 801.527 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 801.527 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.2 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.48 MilliJy IMAGR2: 95 Residual map points loaded IMAGR2: Field 2 min allowed flux = 4.856 MilliJy iter= 20 IMAGR2: Field 2 Clean flux density= 5.603 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 807.130 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 653 cell beam + residuals > 1.74 MilliJy IMAGR2: 13326 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.947 MilliJy iter= 96 IMAGR2: Field 1 Clean flux density= 805.696 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 811.300 MilliJy 116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 30 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.044 MilliJy iter= 52 IMAGR2: Field 2 Clean flux density= 6.482 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 812.179 MilliJy 148 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 19949 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.492 MilliJy iter= 211 IMAGR2: Field 1 Clean flux density= 817.921 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 824.403 MilliJy 263 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 19930 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.290 MilliJy iter= 375 IMAGR2: Field 1 Clean flux density= 824.396 MilliJy 375 comps IMAGR2: Total Cleaned flux density = 830.879 MilliJy 427 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 19921 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.135 MilliJy iter= 602 IMAGR2: Field 1 Clean flux density= 832.013 MilliJy 602 comps IMAGR2: Total Cleaned flux density = 838.495 MilliJy 654 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 19913 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.983 MilliJy iter= 900 IMAGR2: Field 1 Clean flux density= 842.477 MilliJy 900 comps IMAGR2: Total Cleaned flux density = 848.960 MilliJy 952 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.678E-03 < Second best 1.902E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.847 MilliJy iter= 1280 IMAGR2: Field 1 Clean flux density= 842.421 MilliJy 1280 comps IMAGR2: Total Cleaned flux density = 848.904 MilliJy 1332 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 19971 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.714 MilliJy iter= 1758 IMAGR2: Field 1 Clean flux density= 850.741 MilliJy 1758 comps IMAGR2: Total Cleaned flux density = 857.224 MilliJy 1810 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.528E-03 < Second best 1.645E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.586 MilliJy iter= 2328 IMAGR2: Field 1 Clean flux density= 849.412 MilliJy 2328 comps IMAGR2: Total Cleaned flux density = 855.895 MilliJy 2380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 3 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.241 MilliJy iter= 55 IMAGR2: Field 2 Clean flux density= 6.319 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 855.731 MilliJy 2383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.469 MilliJy iter= 3005 IMAGR2: Field 1 Clean flux density= 853.995 MilliJy 3005 comps IMAGR2: Total Cleaned flux density = 860.313 MilliJy 3060 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 19971 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.364 MilliJy iter= 3802 IMAGR2: Field 1 Clean flux density= 862.579 MilliJy 3802 comps IMAGR2: Total Cleaned flux density = 868.897 MilliJy 3857 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.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 19969 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.266 MilliJy iter= 4735 IMAGR2: Field 1 Clean flux density= 865.336 MilliJy 4735 comps IMAGR2: Total Cleaned flux density = 871.655 MilliJy 4790 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 971.10 MicroJy IMAGR2: 19947 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.174 MilliJy iter= 5820 IMAGR2: Field 1 Clean flux density= 871.971 MilliJy 5820 comps IMAGR2: Total Cleaned flux density = 878.289 MilliJy 5875 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 891.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.056E-04 < Second best 1.126E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 907.13 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.089 MilliJy iter= 7050 IMAGR2: Field 1 Clean flux density= 872.727 MilliJy 7050 comps IMAGR2: Total Cleaned flux density = 879.045 MilliJy 7105 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 18800 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 851.10 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.012 MilliJy iter= 8485 IMAGR2: Field 1 Clean flux density= 874.783 MilliJy 8485 comps IMAGR2: Total Cleaned flux density = 881.101 MilliJy 8540 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 18800 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.14 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -942.859 MicroJy iter= 10111 IMAGR2: Field 1 Clean flux density= 882.677 MilliJy 10111 comps IMAGR2: Total Cleaned flux density = 888.996 MilliJy 10166 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 18800 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 748.27 MicroJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -881.147 MicroJy iter= 11943 IMAGR2: Field 1 Clean flux density= 876.448 MilliJy 11943 comps IMAGR2: Total Cleaned flux density = 882.767 MilliJy 11998 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 18800 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 704.79 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -826.128 MicroJy iter= 14024 IMAGR2: Field 1 Clean flux density= 896.084 MilliJy 14024 comps IMAGR2: Total Cleaned flux density = 902.402 MilliJy 14079 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 18800 Pts IMAGR2: Field 2 min = -671.9 MicroJy,max = 723.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.436E-04 < Second best 7.919E-04 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 668.25 MicroJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 778.187 MicroJy iter= 16331 IMAGR2: Field 1 Clean flux density= 878.161 MilliJy 16331 comps IMAGR2: Total Cleaned flux density = 884.479 MilliJy 16386 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 18800 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 638.83 MicroJy IMAGR2: 19969 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 744.497 MicroJy iter= 18916 IMAGR2: Field 1 Clean flux density= 907.061 MilliJy 18916 comps IMAGR2: Total Cleaned flux density = 913.380 MilliJy 18971 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 18800 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 618.12 MicroJy IMAGR2: 19971 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -716.154 MicroJy iter= 21806 IMAGR2: Field 1 Clean flux density= 884.814 MilliJy 21806 comps IMAGR2: Total Cleaned flux density = 891.132 MilliJy 21861 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 18800 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 616.81 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 713.152 MicroJy iter= 24975 IMAGR2: Field 1 Clean flux density= 923.264 MilliJy 24975 comps IMAGR2: Total Cleaned flux density = 929.582 MilliJy 25030 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 18800 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 632.78 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -729.698 MicroJy iter= 28438 IMAGR2: Field 1 Clean flux density= 872.880 MilliJy 28438 comps IMAGR2: Total Cleaned flux density = 879.198 MilliJy 28493 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 18800 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 700.64 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -808.897 MicroJy iter= 32109 IMAGR2: Field 1 Clean flux density= 985.513 MilliJy 32109 comps IMAGR2: Total Cleaned flux density = 991.831 MilliJy 32164 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 18800 Pts IMAGR2: Field 1 min = -3.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 959.09 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.524 MilliJy iter= 32819 IMAGR2: Field 1 Clean flux density= 870.849 MilliJy 32819 comps IMAGR2: Total Cleaned flux density = 877.167 MilliJy 32874 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 641.20 MicroJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.121 MilliJy iter= 33072 IMAGR2: Field 1 Clean flux density= 907.081 MilliJy 33072 comps IMAGR2: Total Cleaned flux density = 913.400 MilliJy 33127 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.64 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -654.241 MicroJy iter= 37094 IMAGR2: Field 1 Clean flux density= 935.308 MilliJy 37094 comps IMAGR2: Total Cleaned flux density = 941.627 MilliJy 37149 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 18800 Pts IMAGR2: Field 2 min = -836.6 MicroJy,max = 619.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.65 MicroJy IMAGR2: 6 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 577.285 MicroJy iter= 61 IMAGR2: Field 2 Clean flux density= 6.152 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 941.460 MilliJy 37155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 554.13 MicroJy IMAGR2: 19972 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -627.649 MicroJy iter= 41183 IMAGR2: Field 1 Clean flux density= 886.292 MilliJy 41183 comps IMAGR2: Total Cleaned flux density = 892.443 MilliJy 41244 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 18800 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 654.98 MicroJy IMAGR2: 19971 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 740.983 MicroJy iter= 45377 IMAGR2: Field 1 Clean flux density= 1.062 Jy 45377 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 45438 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 18800 Pts IMAGR2: Field 1 min = -4.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.972 MilliJy iter= 46263 IMAGR2: Field 1 Clean flux density= 849.647 MilliJy 46263 comps IMAGR2: Total Cleaned flux density = 855.800 MilliJy 46324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 131 cell beam + residuals > 1.01 MilliJy IMAGR2: 18125 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.314 MilliJy iter= 46571 IMAGR2: Field 1 Clean flux density= 941.514 MilliJy 46571 comps IMAGR2: Total Cleaned flux density = 947.666 MilliJy 46632 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 585.77 MicroJy IMAGR2: 19962 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.067 MilliJy iter= 46672 IMAGR2: Field 1 Clean flux density= 928.306 MilliJy 46672 comps IMAGR2: Total Cleaned flux density = 934.458 MilliJy 46733 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.95 MicroJy IMAGR2: 19958 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 582.640 MicroJy iter= 51416 IMAGR2: Field 1 Clean flux density= 965.487 MilliJy 51416 comps IMAGR2: Total Cleaned flux density = 971.640 MilliJy 51477 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 18800 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.46 MicroJy IMAGR2: 19972 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -620.078 MicroJy iter= 56103 IMAGR2: Field 1 Clean flux density= 854.992 MilliJy 56103 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 861.144 MilliJy 56164 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 18800 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 906.38 MicroJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.380 MilliJy iter= 57097 IMAGR2: Field 1 Clean flux density= 1.021 Jy 57097 comps IMAGR2: Total Cleaned flux density = 1.028 Jy 57158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 651 cell beam + residuals > 824.11 MicroJy IMAGR2: 13536 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.960 MilliJy iter= 57166 IMAGR2: Field 1 Clean flux density= 1.003 Jy 57166 comps IMAGR2: Total Cleaned flux density = 1.009 Jy 57227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 584.49 MicroJy IMAGR2: 19975 Residual map points loaded IMAGR2: Field 1 min allowed flux = -749.628 MicroJy iter= 59391 IMAGR2: Field 1 Clean flux density= 810.729 MilliJy 59391 comps IMAGR2: Total Cleaned flux density = 816.881 MilliJy 59452 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 18800 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 19970 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.173 MilliJy iter= 60054 IMAGR2: Field 1 Clean flux density= 993.132 MilliJy 60054 comps IMAGR2: Total Cleaned flux density = 999.285 MilliJy 60115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 651 cell beam + residuals > 1.10 MilliJy IMAGR2: 9159 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.614 MilliJy iter= 60129 IMAGR2: Field 1 Clean flux density= 965.864 MilliJy 60129 comps IMAGR2: Total Cleaned flux density = 972.016 MilliJy 60190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 616.49 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.007 MilliJy iter= 61165 IMAGR2: Field 1 Clean flux density= 821.097 MilliJy 61165 comps IMAGR2: Total Cleaned flux density = 827.249 MilliJy 61226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 129 cell beam + residuals > 1.09 MilliJy IMAGR2: 13466 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.173 MilliJy iter= 61596 IMAGR2: Field 1 Clean flux density= 941.663 MilliJy 61596 comps IMAGR2: Total Cleaned flux density = 947.816 MilliJy 61657 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 651 cell beam + residuals > 693.88 MicroJy IMAGR2: 9321 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.646 MilliJy iter= 61656 IMAGR2: Field 1 Clean flux density= 927.192 MilliJy 61656 comps IMAGR2: Total Cleaned flux density = 933.344 MilliJy 61717 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.59 MicroJy IMAGR2: 19953 Residual map points loaded IMAGR2: Field 1 min allowed flux = -634.755 MicroJy iter= 63082 IMAGR2: Field 1 Clean flux density= 858.167 MilliJy 63082 comps IMAGR2: Total Cleaned flux density = 864.319 MilliJy 63143 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 18800 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 556.41 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.077 MilliJy iter= 63435 IMAGR2: Field 1 Clean flux density= 908.278 MilliJy 63435 comps IMAGR2: Total Cleaned flux density = 914.430 MilliJy 63496 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 425.40 MicroJy IMAGR2: 19932 Residual map points loaded IMAGR2: Field 1 min allowed flux = -793.374 MicroJy iter= 63600 IMAGR2: Field 1 Clean flux density= 890.648 MilliJy 63600 comps IMAGR2: Total Cleaned flux density = 896.800 MilliJy 63661 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.30 MicroJy IMAGR2: 19891 Residual map points loaded IMAGR2: Field 1 min Clean flux = -494.656 MicroJy iter= 65173 IMAGR2: Field 1 Clean flux density= 899.711 MilliJy 65173 comps IMAGR2: Total Cleaned flux density = 905.863 MilliJy 65234 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 18800 Pts IMAGR2: Field 2 min = -344.5 MicroJy,max = 395.0 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 65173 to 28648 components IMAGR2: Field 2 compressed from 61 to 12 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -344.5 MicroJy,max = 395.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 798.740 MilliJy ( 70 CCs) from field 1 to field 2 IMAGR2: Restore 6.152 MilliJy ( 12 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 905.863 MilliJy IMAGR2: Field 2 final Clean flux 804.892 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= 213.9 Real= 1114 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.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.08244 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.0749 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1642+689 X BAND Seq 1 Disk: 1 in slot 13 SETFC2: SETCEL: recommends IMSIZE 1440 CELLSIZE 0.22235 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22235 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 97.3 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= 6 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.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.08244 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.0749 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 22775 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.354E+04 IMAGR2: UVWAIT: Adding temperance S 4.708E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.797E+07 and out 8.860E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.164 due to weighting IMAGR2: UVWAIT: Average summed weight 2.354E+04 over 45425 vis IMAGR2: Create 1642+689 .IBM001. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1642+689 .IBM002. 1 (MA) on disk 1 cno 88 IMAGR2: Create 1642+689 .ICL001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1642+689 .ICL002. 1 (MA) on disk 1 cno 90 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 9.40574E+08 IMAGR2: Field 1 Beam min = -86.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.021 x 0.653 arcsec, PA= -54.0 IMAGR2: Field 2 Sum of gridding weights = 9.40589E+08 IMAGR2: Field 2 Beam min = -86.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.021 x 0.653 arcsec, PA= -54.0 IMAGR2: CLBHIS: minimum component 0.372 of current peak IMAGR2: Field 1 min = -73.3 MilliJy,max = 812.3 MilliJy IMAGR2: Field 2 min = -72.6 MilliJy,max = 814.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 46.39 MilliJy IMAGR2: 1026 Residual map points loaded IMAGR2: Field 2 min allowed flux = 284.151 MilliJy iter= 11 IMAGR2: Field 2 Clean flux density= 559.201 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 559.201 MilliJy 11 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -25.0 MilliJy,max = 259.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.463E-01 < Second best 2.702E-01 IMAGR2: Field 2 min = -24.8 MilliJy,max = 255.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 16.17 MilliJy IMAGR2: 926 Residual map points loaded IMAGR2: Field 2 min allowed flux = 92.703 MilliJy iter= 23 IMAGR2: Field 2 Clean flux density= 752.630 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 752.630 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.4 MilliJy,max = 85.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.163E-02 < Second best 8.816E-02 IMAGR2: Field 2 min = -9.3 MilliJy,max = 84.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.28 MilliJy IMAGR2: 1175 Residual map points loaded IMAGR2: Field 2 min allowed flux = 31.245 MilliJy iter= 35 IMAGR2: Field 2 Clean flux density= 817.193 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 817.193 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.0 MilliJy,max = 29.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.804E-02 < Second best 2.972E-02 IMAGR2: Field 2 min = -15.1 MilliJy,max = 28.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.54 MilliJy IMAGR2: 1802 Residual map points loaded IMAGR2: Field 2 min allowed flux = -10.604 MilliJy iter= 68 IMAGR2: Field 2 Clean flux density= 840.709 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 840.709 MilliJy 68 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 22775 Pts IMAGR2: Field 1 min = -10.1 MilliJy,max = 11.3 MilliJy IMAGR2: BGC Clean: using 2025 cell beam + residuals > 2.14 MilliJy IMAGR2: 9826 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.424 MilliJy iter= 97 IMAGR2: Field 1 Clean flux density= 11.475 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 852.185 MilliJy 165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 291 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.833 MilliJy iter= 159 IMAGR2: Field 2 Clean flux density= 848.391 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 859.867 MilliJy 256 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 22775 Pts IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 19086 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.337 MilliJy iter= 299 IMAGR2: Field 1 Clean flux density= 25.287 MilliJy 299 comps IMAGR2: Total Cleaned flux density = 873.678 MilliJy 458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 222 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.695 MilliJy iter= 241 IMAGR2: Field 2 Clean flux density= 852.180 MilliJy 241 comps IMAGR2: Total Cleaned flux density = 877.466 MilliJy 540 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 22775 Pts IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 19680 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.974 MilliJy iter= 604 IMAGR2: Field 1 Clean flux density= 30.379 MilliJy 604 comps IMAGR2: Total Cleaned flux density = 882.559 MilliJy 845 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 19620 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.793 MilliJy iter= 988 IMAGR2: Field 1 Clean flux density= 36.339 MilliJy 988 comps IMAGR2: Total Cleaned flux density = 888.519 MilliJy 1229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 19531 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.654 MilliJy iter= 1475 IMAGR2: Field 1 Clean flux density= 44.674 MilliJy 1475 comps IMAGR2: Total Cleaned flux density = 896.854 MilliJy 1716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.319E-03 < Second best 1.587E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 19906 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.527 MilliJy iter= 2055 IMAGR2: Field 1 Clean flux density= 45.877 MilliJy 2055 comps IMAGR2: Total Cleaned flux density = 898.057 MilliJy 2296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 19865 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.418 MilliJy iter= 2757 IMAGR2: Field 1 Clean flux density= 54.101 MilliJy 2757 comps IMAGR2: Total Cleaned flux density = 906.281 MilliJy 2998 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 19806 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.316 MilliJy iter= 3575 IMAGR2: Field 1 Clean flux density= 54.088 MilliJy 3575 comps IMAGR2: Total Cleaned flux density = 906.269 MilliJy 3816 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.077E-03 < Second best 1.264E-03 IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 998.51 MicroJy IMAGR2: 19964 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.222 MilliJy iter= 4515 IMAGR2: Field 1 Clean flux density= 54.439 MilliJy 4515 comps IMAGR2: Total Cleaned flux density = 906.619 MilliJy 4756 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 944.25 MicroJy IMAGR2: 19928 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.140 MilliJy iter= 5589 IMAGR2: Field 1 Clean flux density= 63.486 MilliJy 5589 comps IMAGR2: Total Cleaned flux density = 915.666 MilliJy 5830 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 893.15 MicroJy IMAGR2: 19911 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.066 MilliJy iter= 6803 IMAGR2: Field 1 Clean flux density= 58.718 MilliJy 6803 comps IMAGR2: Total Cleaned flux density = 910.897 MilliJy 7044 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 2 min = -930.7 MicroJy,max = 973.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.686E-04 < Second best 1.023E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 844.08 MicroJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 997.406 MicroJy iter= 8173 IMAGR2: Field 1 Clean flux density= 71.186 MilliJy 8173 comps IMAGR2: Total Cleaned flux density = 923.366 MilliJy 8414 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 799.15 MicroJy IMAGR2: 19966 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 938.019 MicroJy iter= 9722 IMAGR2: Field 1 Clean flux density= 66.182 MilliJy 9722 comps IMAGR2: Total Cleaned flux density = 918.361 MilliJy 9963 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 758.21 MicroJy IMAGR2: 19957 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -883.180 MicroJy iter= 11452 IMAGR2: Field 1 Clean flux density= 75.910 MilliJy 11452 comps IMAGR2: Total Cleaned flux density = 928.090 MilliJy 11693 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 2 min = -780.5 MicroJy,max = 739.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.482E-04 < Second best 8.474E-04 IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 717.22 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -830.815 MicroJy iter= 13398 IMAGR2: Field 1 Clean flux density= 64.547 MilliJy 13398 comps IMAGR2: Total Cleaned flux density = 916.728 MilliJy 13639 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.83 MicroJy IMAGR2: 19969 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -785.312 MicroJy iter= 15503 IMAGR2: Field 1 Clean flux density= 77.832 MilliJy 15503 comps IMAGR2: Total Cleaned flux density = 930.013 MilliJy 15744 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 647.61 MicroJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -744.390 MicroJy iter= 17837 IMAGR2: Field 1 Clean flux density= 69.491 MilliJy 17837 comps IMAGR2: Total Cleaned flux density = 921.670 MilliJy 18078 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 2 min = -715.4 MicroJy,max = 626.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.009E-04 < Second best 7.139E-04 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 618.28 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 706.902 MicroJy iter= 20413 IMAGR2: Field 1 Clean flux density= 79.138 MilliJy 20413 comps IMAGR2: Total Cleaned flux density = 931.318 MilliJy 20654 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 592.64 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -675.101 MicroJy iter= 23228 IMAGR2: Field 1 Clean flux density= 74.691 MilliJy 23228 comps IMAGR2: Total Cleaned flux density = 926.871 MilliJy 23469 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.50 MicroJy IMAGR2: 19957 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -640.431 MicroJy iter= 26229 IMAGR2: Field 1 Clean flux density= 78.466 MilliJy 26229 comps IMAGR2: Total Cleaned flux density = 930.649 MilliJy 26470 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 544.91 MicroJy IMAGR2: 19970 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 614.984 MicroJy iter= 29475 IMAGR2: Field 1 Clean flux density= 83.955 MilliJy 29475 comps IMAGR2: Total Cleaned flux density = 936.137 MilliJy 29716 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 2 min = -631.3 MicroJy,max = 567.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.446E-04 < Second best 5.895E-04 IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.51 MicroJy IMAGR2: 19973 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 586.784 MicroJy iter= 32941 IMAGR2: Field 1 Clean flux density= 86.379 MilliJy 32941 comps IMAGR2: Total Cleaned flux density = 938.562 MilliJy 33182 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 506.82 MicroJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 567.058 MicroJy iter= 36612 IMAGR2: Field 1 Clean flux density= 86.469 MilliJy 36612 comps IMAGR2: Total Cleaned flux density = 938.650 MilliJy 36853 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 2 min = -669.5 MicroJy,max = 526.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.160E-04 < Second best 5.434E-04 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.60 MicroJy IMAGR2: 19975 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 545.818 MicroJy iter= 40477 IMAGR2: Field 1 Clean flux density= 83.932 MilliJy 40477 comps IMAGR2: Total Cleaned flux density = 936.113 MilliJy 40718 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.31 MicroJy IMAGR2: 19967 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 532.841 MicroJy iter= 44433 IMAGR2: Field 1 Clean flux density= 91.832 MilliJy 44433 comps IMAGR2: Total Cleaned flux density = 944.012 MilliJy 44674 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 2 min = -605.5 MicroJy,max = 547.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.31 MicroJy IMAGR2: 10 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -477.786 MicroJy iter= 249 IMAGR2: Field 2 Clean flux density= 851.876 MilliJy 249 comps IMAGR2: Total Cleaned flux density = 943.709 MilliJy 44682 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 465.30 MicroJy IMAGR2: 19958 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 514.228 MicroJy iter= 48615 IMAGR2: Field 1 Clean flux density= 88.866 MilliJy 48615 comps IMAGR2: Total Cleaned flux density = 940.744 MilliJy 48864 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.03 MicroJy IMAGR2: 19963 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -502.243 MicroJy iter= 52879 IMAGR2: Field 1 Clean flux density= 97.048 MilliJy 52879 comps IMAGR2: Total Cleaned flux density = 948.927 MilliJy 53128 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.84 MicroJy IMAGR2: 19963 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 492.619 MicroJy iter= 57356 IMAGR2: Field 1 Clean flux density= 92.394 MilliJy 57356 comps IMAGR2: Total Cleaned flux density = 944.271 MilliJy 57605 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 447.88 MicroJy IMAGR2: 19948 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 490.772 MicroJy iter= 61937 IMAGR2: Field 1 Clean flux density= 94.439 MilliJy 61937 comps IMAGR2: Total Cleaned flux density = 946.317 MilliJy 62186 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.31 MicroJy IMAGR2: 19964 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -497.582 MicroJy iter= 66496 IMAGR2: Field 1 Clean flux density= 95.038 MilliJy 66496 comps IMAGR2: Total Cleaned flux density = 946.916 MilliJy 66745 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.87 MicroJy IMAGR2: 19967 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -503.366 MicroJy iter= 70920 IMAGR2: Field 1 Clean flux density= 93.541 MilliJy 70920 comps IMAGR2: Total Cleaned flux density = 945.421 MilliJy 71169 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 467.99 MicroJy IMAGR2: 19951 Residual map points loaded IMAGR2: Field 1 min allowed flux = -610.056 MicroJy iter= 71906 IMAGR2: Field 1 Clean flux density= 91.594 MilliJy 71906 comps IMAGR2: Total Cleaned flux density = 943.474 MilliJy 72155 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22775 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 357.38 MicroJy IMAGR2: 19807 Residual map points loaded IMAGR2: Field 1 min Clean flux = 449.409 MicroJy iter= 72801 IMAGR2: Field 1 Clean flux density= 93.527 MilliJy 72801 comps IMAGR2: Total Cleaned flux density = 945.406 MilliJy 73050 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -407.9 MicroJy,max = 436.7 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 72801 to 26423 components IMAGR2: Field 2 compressed from 249 to 55 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -407.9 MicroJy,max = 436.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 15.001 MilliJy ( 63 CCs) from field 1 to field 2 IMAGR2: Restore 851.876 MilliJy ( 55 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 945.404 MilliJy IMAGR2: Field 2 final Clean flux 866.877 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= 156.4 Real= 828 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.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.08244 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.0749 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.04713 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.22608 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22608 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 98.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 6 C 1 2036 2036 16 09 13.96 65 32 28.0 00001 -1 1019 1024 1025 C 2 246 246 16 09 14.01 65 32 29.3 00002 -1 100 128 129 C 3 246 246 16 09 08.38 65 35 14.5 00003 -1 100 128 129 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.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.08244 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.0749 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.04713 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1608+656' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 57525 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.538E+04 IMAGR2: UVWAIT: Adding temperance S 1.108E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.722E+08 and out 2.811E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR2: UVWAIT: Average summed weight 5.537E+04 over 115047 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 = 2.98424E+09 IMAGR2: Field 1 Beam min = -107.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 984.166 x 615.350 Milliarcsec, PA= -62.1 IMAGR2: Field 2 Sum of gridding weights = 2.98427E+09 IMAGR2: Field 2 Beam min = -107.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 984.172 x 615.351 Milliarcsec, PA= -62.1 IMAGR2: Field 3 Sum of gridding weights = 2.98426E+09 IMAGR2: Field 3 Beam min = -107.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 984.662 x 615.322 Milliarcsec, PA= -62.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.8 MilliJy,max = 27.4 MilliJy IMAGR2: Field 2 min = -3.7 MilliJy,max = 26.7 MilliJy IMAGR2: Field 3 min = -940.4 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.51 MilliJy IMAGR2: 14324 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.116 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 15.618 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 15.618 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 = -2.3 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.176E-02 < Second best 1.247E-02 IMAGR2: Field 1 min = -2.4 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 799 cell beam + residuals > 961.89 MicroJy IMAGR2: 15797 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.927 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 34.940 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 34.940 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.00 MilliJy IMAGR2: 494 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.854 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= 10.907 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 45.847 MilliJy 56 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 57525 Pts IMAGR2: Field 1 min = -916.2 MicroJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 1789 cell beam + residuals > 384.39 MicroJy IMAGR2: 7921 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.440 MilliJy iter= 57 IMAGR2: Field 1 Clean flux density= 40.542 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 51.450 MilliJy 83 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 385.11 MicroJy IMAGR2: 693 Residual map points loaded IMAGR2: Field 2 min allowed flux = 719.426 MicroJy iter= 59 IMAGR2: Field 2 Clean flux density= 13.394 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 53.936 MilliJy 116 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 57525 Pts IMAGR2: Field 3 min = -343.3 MicroJy,max = 856.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.171E-04 < Second best 1.370E-03 IMAGR2: Field 1 min = -721.9 MicroJy,max = 815.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.780E-04 < Second best 8.171E-04 IMAGR2: BGC Clean: using 193 cell beam + residuals > 263.74 MicroJy IMAGR2: 189 Residual map points loaded IMAGR2: Field 3 min allowed flux = 417.100 MicroJy iter= 14 IMAGR2: Field 3 Clean flux density= 797.981 MicroJy 14 comps IMAGR2: Total Cleaned flux density = 54.734 MilliJy 130 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -730.6 MicroJy,max = 751.0 MicroJy IMAGR2: BGC Clean: using 193 cell beam + residuals > 263.74 MicroJy IMAGR2: 12074 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 447.481 MicroJy iter= 182 IMAGR2: Field 1 Clean flux density= 43.184 MilliJy 182 comps IMAGR2: Total Cleaned flux density = 57.376 MilliJy 255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -481.2 MicroJy,max = 429.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 247.12 MicroJy IMAGR2: 1079 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -342.214 MicroJy iter= 175 IMAGR2: Field 2 Clean flux density= 12.877 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 56.859 MilliJy 371 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 57525 Pts IMAGR2: Field 1 min = -426.9 MicroJy,max = 442.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 222.82 MicroJy IMAGR2: 17822 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -332.649 MicroJy iter= 408 IMAGR2: Field 1 Clean flux density= 44.104 MilliJy 408 comps IMAGR2: Total Cleaned flux density = 57.779 MilliJy 597 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -299.6 MicroJy,max = 329.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 222.25 MicroJy IMAGR2: 161 Residual map points loaded IMAGR2: Field 3 min Clean flux = 277.591 MicroJy iter= 26 IMAGR2: Field 3 Clean flux density= 1.101 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 58.082 MilliJy 609 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -380.1 MicroJy,max = 324.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 220.17 MicroJy IMAGR2: 584 Residual map points loaded IMAGR2: Field 2 min Clean flux = -281.711 MicroJy iter= 195 IMAGR2: Field 2 Clean flux density= 12.880 MilliJy 195 comps IMAGR2: Total Cleaned flux density = 58.085 MilliJy 629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -332.8 MicroJy,max = 353.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.33 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -285.637 MicroJy iter= 706 IMAGR2: Field 1 Clean flux density= 44.603 MilliJy 706 comps IMAGR2: Total Cleaned flux density = 58.584 MilliJy 927 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -326.5 MicroJy,max = 341.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 192.12 MicroJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min Clean flux = 280.242 MicroJy iter= 709 IMAGR2: Field 1 Clean flux density= 44.574 MilliJy 709 comps IMAGR2: Total Cleaned flux density = 58.555 MilliJy 930 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 281.711 less than limit 282.784 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 709 to 491 components IMAGR2: Field 2 compressed from 195 to 91 components IMAGR2: Field 3 compressed from 26 to 12 components IMAGR2: Field 1 min = -326.6 MicroJy,max = 341.0 MicroJy IMAGR2: Field 2 min = -334.7 MicroJy,max = 284.7 MicroJy IMAGR2: Field 3 min = -293.0 MicroJy,max = 290.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 42.618 MilliJy ( 118 CCs) from field 1 to field 2 IMAGR2: Restore 335.061 MicroJy ( 8 CCs) from field 1 to field 3 IMAGR2: Restore 12.880 MilliJy ( 91 CCs) from field 2 to field 1 IMAGR2: Restore 1.101 MilliJy ( 12 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 58.555 MilliJy IMAGR2: Field 2 final Clean flux 55.498 MilliJy IMAGR2: Field 3 final Clean flux 1.436 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 88 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 38.4 Real= 203 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.1619 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.08244 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.0749 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.04713 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1608+656' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1368 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.21964 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21964 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 98.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= 7 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 and 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.1368 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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 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 2.501E+04 IMAGR2: UVWAIT: Adding temperance S 5.002E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.971E+07 and out 2.545E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.160 due to weighting IMAGR2: UVWAIT: Average summed weight 2.501E+04 over 13350 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.70156E+08 IMAGR2: Field 1 Beam min = -95.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.079 x 0.659 arcsec, PA= -19.2 IMAGR2: Field 2 Sum of gridding weights = 2.70161E+08 IMAGR2: Field 2 Beam min = -105.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.079 x 0.659 arcsec, PA= -19.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -49.6 MilliJy,max = 517.1 MilliJy IMAGR2: Field 2 min = -51.5 MilliJy,max = 495.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 58.15 MilliJy IMAGR2: 12708 Residual map points loaded IMAGR2: Field 1 min allowed flux = 247.324 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 294.502 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 294.502 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -22.4 MilliJy,max = 214.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.036E-01 < Second best 2.352E-01 IMAGR2: Field 1 min = -21.5 MilliJy,max = 222.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 27.82 MilliJy IMAGR2: 8290 Residual map points loaded IMAGR2: Field 1 min allowed flux = 106.465 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 421.275 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 421.275 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.0 MilliJy,max = 92.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.810E-02 < Second best 1.012E-01 IMAGR2: Field 1 min = -9.5 MilliJy,max = 95.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 11.97 MilliJy IMAGR2: 8506 Residual map points loaded IMAGR2: Field 1 min allowed flux = 45.830 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 475.847 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 475.847 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 40.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.837E-02 < Second best 4.358E-02 IMAGR2: Field 1 min = -4.3 MilliJy,max = 41.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.15 MilliJy IMAGR2: 9757 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.728 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 499.338 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 499.338 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 18.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.725E-02 < Second best 1.876E-02 IMAGR2: Field 1 min = -3.1 MilliJy,max = 17.8 MilliJy IMAGR2: BGC Clean: using 2033 cell beam + residuals > 3.26 MilliJy IMAGR2: 2837 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.249 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 510.502 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 510.502 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.99 MilliJy IMAGR2: 37 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.610 MilliJy iter= 9 IMAGR2: Field 2 Clean flux density= 4.904 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 515.406 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 1.42 MilliJy IMAGR2: 18198 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.378 MilliJy iter= 88 IMAGR2: Field 1 Clean flux density= 515.326 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 520.230 MilliJy 97 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.068E-03 < Second best 2.272E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 19942 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.164 MilliJy iter= 173 IMAGR2: Field 1 Clean flux density= 520.005 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 524.909 MilliJy 182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 19894 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.889 MilliJy iter= 299 IMAGR2: Field 1 Clean flux density= 520.289 MilliJy 299 comps IMAGR2: Total Cleaned flux density = 525.193 MilliJy 308 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.636E-03 < Second best 1.809E-03 IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 19924 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.648 MilliJy iter= 473 IMAGR2: Field 1 Clean flux density= 526.443 MilliJy 473 comps IMAGR2: Total Cleaned flux density = 531.347 MilliJy 482 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.280E-03 < Second best 1.579E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 19937 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.448 MilliJy iter= 706 IMAGR2: Field 1 Clean flux density= 522.639 MilliJy 706 comps IMAGR2: Total Cleaned flux density = 527.544 MilliJy 715 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 929.36 MicroJy IMAGR2: 19898 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.269 MilliJy iter= 1010 IMAGR2: Field 1 Clean flux density= 540.521 MilliJy 1010 comps IMAGR2: Total Cleaned flux density = 545.425 MilliJy 1019 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.087E-03 < Second best 1.216E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 840.00 MicroJy IMAGR2: 19944 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.129 MilliJy iter= 1409 IMAGR2: Field 1 Clean flux density= 517.217 MilliJy 1409 comps IMAGR2: Total Cleaned flux density = 522.121 MilliJy 1418 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -872.2 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.013E-03 < Second best 1.081E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 761.30 MicroJy IMAGR2: 19941 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.014 MilliJy iter= 1935 IMAGR2: Field 1 Clean flux density= 559.031 MilliJy 1935 comps IMAGR2: Total Cleaned flux density = 563.935 MilliJy 1944 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 799.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 761.82 MicroJy IMAGR2: 145 Residual map points loaded IMAGR2: Field 2 min Clean flux = -810.933 MicroJy iter= 38 IMAGR2: Field 2 Clean flux density= 2.038 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 561.068 MilliJy 1973 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 688.78 MicroJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -905.178 MicroJy iter= 2616 IMAGR2: Field 1 Clean flux density= 514.815 MilliJy 2616 comps IMAGR2: Total Cleaned flux density = 516.853 MilliJy 2654 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 675.33 MicroJy IMAGR2: 19966 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 897.870 MicroJy iter= 3556 IMAGR2: Field 1 Clean flux density= 604.733 MilliJy 3556 comps IMAGR2: Total Cleaned flux density = 606.770 MilliJy 3594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 1.7 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 1511 cell beam + residuals > 1.33 MilliJy IMAGR2: 10525 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.082 MilliJy iter= 3607 IMAGR2: Field 1 Clean flux density= 591.108 MilliJy 3607 comps IMAGR2: Total Cleaned flux density = 593.146 MilliJy 3645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 820.28 MicroJy IMAGR2: 18864 Residual map points loaded IMAGR2: Field 1 min allowed flux = -961.445 MicroJy iter= 4139 IMAGR2: Field 1 Clean flux density= 531.823 MilliJy 4139 comps IMAGR2: Total Cleaned flux density = 533.861 MilliJy 4177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 1511 cell beam + residuals > 696.56 MicroJy IMAGR2: 14784 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.096 MilliJy iter= 4183 IMAGR2: Field 1 Clean flux density= 537.851 MilliJy 4183 comps IMAGR2: Total Cleaned flux density = 539.889 MilliJy 4221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 570.64 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min Clean flux = 820.839 MicroJy iter= 4413 IMAGR2: Field 1 Clean flux density= 549.199 MilliJy 4413 comps IMAGR2: Total Cleaned flux density = 551.237 MilliJy 4451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 820.839 less than limit 820.979 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 4413 to 2809 components IMAGR2: Field 2 compressed from 38 to 21 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -648.5 MicroJy,max = 522.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 512.232 MilliJy ( 35 CCs) from field 1 to field 2 IMAGR2: Restore 2.038 MilliJy ( 21 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 551.237 MilliJy IMAGR2: Field 2 final Clean flux 514.270 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= 46.4 Real= 277 and 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.1368 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.151 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1945+709 X BAND Seq 1 Disk: 1 in slot 16 SETFC2: SETCEL: recommends IMSIZE 1451 CELLSIZE 0.22053 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22053 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 19:45:53.64 70:55:48.3 0.953 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 88.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 8 C 1 2036 2036 19 45 53.52 70 55 48.7 00001 -1 1019 1024 1025 C 2 246 246 19 45 53.64 70 55 48.3 00002 -1 100 128 129 and 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.1368 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.151 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.4702E-03 -2.3000E-02 0 IMAGR2: Field 2 246 246 5.8957E-01 -4.2300E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1945+709 .IMAGR . 1 (UV) on disk 1 cno 93 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5603 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.313E+04 IMAGR2: UVWAIT: Adding temperance S 4.626E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.696E+07 and out 2.129E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.164 due to weighting IMAGR2: UVWAIT: Average summed weight 2.313E+04 over 11056 vis IMAGR2: Create 1945+709 .IBM001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1945+709 .IBM002. 1 (MA) on disk 1 cno 95 IMAGR2: Create 1945+709 .ICL001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1945+709 .ICL002. 1 (MA) on disk 1 cno 97 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.26020E+08 IMAGR2: Field 1 Beam min = -92.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 932.260 x 678.323 Milliarcsec, PA= 4.4 IMAGR2: Field 2 Sum of gridding weights = 2.26023E+08 IMAGR2: Field 2 Beam min = -98.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 932.256 x 678.329 Milliarcsec, PA= 4.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -39.9 MilliJy,max = 428.3 MilliJy IMAGR2: Field 2 min = -42.9 MilliJy,max = 415.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 66.47 MilliJy IMAGR2: 3368 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 227.629 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 223.458 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 223.458 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 = -19.7 MilliJy,max = 200.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.905E-01 < Second best 2.165E-01 IMAGR2: Field 1 min = -19.3 MilliJy,max = 204.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 35.33 MilliJy IMAGR2: 2018 Residual map points loaded IMAGR2: Field 1 min allowed flux = 97.987 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 340.136 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 340.136 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.9 MilliJy,max = 88.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.371E-02 < Second best 9.319E-02 IMAGR2: Field 1 min = -9.2 MilliJy,max = 88.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 15.21 MilliJy IMAGR2: 2450 Residual map points loaded IMAGR2: Field 1 min allowed flux = 40.319 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 395.737 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 395.737 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.0 MilliJy,max = 36.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.480E-02 < Second best 3.835E-02 IMAGR2: Field 1 min = -5.1 MilliJy,max = 36.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.26 MilliJy IMAGR2: 3127 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.807 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 418.777 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 418.777 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 15.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.472E-02 < Second best 1.599E-02 IMAGR2: Field 1 min = -4.6 MilliJy,max = 15.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.61 MilliJy IMAGR2: 11927 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.908 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 428.308 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 428.308 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.40 MilliJy IMAGR2: 76 Residual map points loaded IMAGR2: Field 2 min allowed flux = -3.331 MilliJy iter= 12 IMAGR2: Field 2 Clean flux density= 2.403 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 430.710 MilliJy 54 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 1587 cell beam + residuals > 2.04 MilliJy IMAGR2: 11824 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.260 MilliJy iter= 86 IMAGR2: Field 1 Clean flux density= 426.765 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 429.168 MilliJy 98 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.880E-03 < Second best 3.116E-03 IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 19929 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.980 MilliJy iter= 170 IMAGR2: Field 1 Clean flux density= 431.056 MilliJy 170 comps IMAGR2: Total Cleaned flux density = 433.459 MilliJy 182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.361E-03 < Second best 2.853E-03 IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 19945 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.651 MilliJy iter= 292 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 428.854 MilliJy 292 comps IMAGR2: Total Cleaned flux density = 431.257 MilliJy 304 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 19927 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.416 MilliJy iter= 464 IMAGR2: Field 1 Clean flux density= 437.009 MilliJy 464 comps IMAGR2: Total Cleaned flux density = 439.411 MilliJy 476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.786E-03 < Second best 2.314E-03 IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 19965 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.204 MilliJy iter= 699 IMAGR2: Field 1 Clean flux density= 420.127 MilliJy 699 comps IMAGR2: Total Cleaned flux density = 422.530 MilliJy 711 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 19949 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.017 MilliJy iter= 1021 IMAGR2: Field 1 Clean flux density= 452.679 MilliJy 1021 comps IMAGR2: Total Cleaned flux density = 455.081 MilliJy 1033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 19927 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.888 MilliJy iter= 1468 IMAGR2: Field 1 Clean flux density= 381.832 MilliJy 1468 comps IMAGR2: Total Cleaned flux density = 384.235 MilliJy 1480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.41 MilliJy IMAGR2: 16681 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.871 MilliJy iter= 1755 IMAGR2: Field 1 Clean flux density= 442.450 MilliJy 1755 comps IMAGR2: Total Cleaned flux density = 444.853 MilliJy 1767 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 19879 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.645 MilliJy iter= 2409 IMAGR2: Field 1 Clean flux density= 347.971 MilliJy 2409 comps IMAGR2: Total Cleaned flux density = 350.374 MilliJy 2421 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.26 MilliJy IMAGR2: 603 Residual map points loaded IMAGR2: Field 2 min allowed flux = 3.740 MilliJy iter= 21 IMAGR2: Field 2 Clean flux density= 7.258 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 355.228 MilliJy 2430 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.24 MilliJy IMAGR2: 220 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.683 MilliJy iter= 38 IMAGR2: Field 2 Clean flux density= 11.247 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 359.218 MilliJy 2447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 87 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.240 MilliJy iter= 66 IMAGR2: Field 2 Clean flux density= 15.216 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 363.187 MilliJy 2475 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 19877 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.549 MilliJy iter= 3305 IMAGR2: Field 1 Clean flux density= 475.630 MilliJy 3305 comps IMAGR2: Total Cleaned flux density = 490.846 MilliJy 3371 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 1587 cell beam + residuals > 2.04 MilliJy IMAGR2: 8265 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.426 MilliJy iter= 3340 IMAGR2: Field 1 Clean flux density= 460.780 MilliJy 3340 comps IMAGR2: Total Cleaned flux density = 475.996 MilliJy 3406 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.4 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 1.35 MilliJy IMAGR2: 19421 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.588 MilliJy iter= 3902 IMAGR2: Field 1 Clean flux density= 364.926 MilliJy 3902 comps IMAGR2: Total Cleaned flux density = 380.142 MilliJy 3968 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 1587 cell beam + residuals > 1.30 MilliJy IMAGR2: 14579 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.186 MilliJy iter= 3932 IMAGR2: Field 1 Clean flux density= 372.911 MilliJy 3932 comps IMAGR2: Total Cleaned flux density = 388.127 MilliJy 3998 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 19835 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.366 MilliJy iter= 5174 IMAGR2: Field 1 Clean flux density= 540.121 MilliJy 5174 comps IMAGR2: Total Cleaned flux density = 555.337 MilliJy 5240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 1587 cell beam + residuals > 2.44 MilliJy IMAGR2: 14361 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.101 MilliJy iter= 5225 IMAGR2: Field 1 Clean flux density= 513.480 MilliJy 5225 comps IMAGR2: Total Cleaned flux density = 528.695 MilliJy 5291 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.54 MilliJy IMAGR2: 15642 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.871 MilliJy iter= 5599 IMAGR2: Field 1 Clean flux density= 426.593 MilliJy 5599 comps IMAGR2: Total Cleaned flux density = 441.809 MilliJy 5665 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 1585 cell beam + residuals > 1.04 MilliJy IMAGR2: 19121 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.567 MilliJy iter= 5666 IMAGR2: Field 1 Clean flux density= 439.121 MilliJy 5666 comps IMAGR2: Total Cleaned flux density = 454.337 MilliJy 5732 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 881.68 MicroJy IMAGR2: 19705 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.083 MilliJy iter= 7031 IMAGR2: Field 1 Clean flux density= 488.977 MilliJy 7031 comps IMAGR2: Total Cleaned flux density = 504.193 MilliJy 7097 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 895.67 MicroJy IMAGR2: 297 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.156 MilliJy iter= 91 IMAGR2: Field 2 Clean flux density= 11.319 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 500.296 MilliJy 7122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 995.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 880.76 MicroJy IMAGR2: 100 Residual map points loaded IMAGR2: Field 2 min Clean flux = -903.616 MicroJy iter= 131 IMAGR2: Field 2 Clean flux density= 7.904 MilliJy 131 comps IMAGR2: Total Cleaned flux density = 496.882 MilliJy 7162 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 850.14 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.060 MilliJy iter= 8811 IMAGR2: Field 1 Clean flux density= 367.230 MilliJy 8811 comps IMAGR2: Total Cleaned flux density = 375.135 MilliJy 8942 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 1585 cell beam + residuals > 2.28 MilliJy IMAGR2: 18170 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.432 MilliJy iter= 8897 IMAGR2: Field 1 Clean flux density= 404.290 MilliJy 8897 comps IMAGR2: Total Cleaned flux density = 412.194 MilliJy 9028 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 1.35 MilliJy IMAGR2: 16861 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.488 MilliJy iter= 9508 IMAGR2: Field 1 Clean flux density= 505.249 MilliJy 9508 comps IMAGR2: Total Cleaned flux density = 513.154 MilliJy 9639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 1585 cell beam + residuals > 1.09 MilliJy IMAGR2: 17213 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.639 MilliJy iter= 9591 IMAGR2: Field 1 Clean flux density= 488.587 MilliJy 9591 comps IMAGR2: Total Cleaned flux density = 496.491 MilliJy 9722 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 > 732.73 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min Clean flux = -906.070 MicroJy iter= 11304 IMAGR2: Field 1 Clean flux density= 349.653 MilliJy 11304 comps IMAGR2: Total Cleaned flux density = 357.558 MilliJy 11435 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 906.070 less than limit 906.093 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 11304 to 6885 components IMAGR2: Field 2 compressed from 131 to 57 components LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -2.8 MilliJy,max = 5.1 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 5.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 417.395 MilliJy ( 55 CCs) from field 1 to field 2 IMAGR2: Restore 7.904 MilliJy ( 57 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 357.557 MilliJy IMAGR2: Field 2 final Clean flux 425.299 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= 76.6 Real= 481 and 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.1368 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.151 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1815+614 X BAND Seq 1 Disk: 1 in slot 17 SETFC2: SETCEL: recommends IMSIZE 1452 CELLSIZE 0.22043 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22043 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:15:36.85 61:27:11.6 0.849 1.000 0.000 SETFC2: 3 18:15:33.31 61:29:23.6 0.083 0.609 0.037 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 85.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.4 Real= 9 C 1 2036 2036 18 15 36.79 61 27 11.6 00001 -1 1019 1024 1025 C 2 246 246 18 15 36.85 61 27 11.6 00002 -1 100 128 129 C 3 246 246 18 15 33.31 61 29 23.6 00003 -1 100 128 129 and 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.1368 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.151 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.4336E-02 -4.1000E-02 0 IMAGR2: Field 2 246 246 4.1575E-01 -4.1000E-02 0 IMAGR2: Field 3 246 246 -2.4959E+01 1.3196E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR2: Create 1815+614 .IMAGR . 1 (UV) on disk 1 cno 95 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5775 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.402E+04 IMAGR2: UVWAIT: Adding temperance S 4.805E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.823E+07 and out 2.267E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.153 due to weighting IMAGR2: UVWAIT: Average summed weight 2.402E+04 over 11550 vis IMAGR2: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 97 IMAGR2: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 98 IMAGR2: Create 1815+614 .ICL001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 1815+614 .ICL002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 1815+614 .ICL003. 1 (MA) on disk 1 cno 101 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.40720E+08 IMAGR2: Field 1 Beam min = -94.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 884.422 x 666.345 Milliarcsec, PA= -30.9 IMAGR2: Field 2 Sum of gridding weights = 2.40724E+08 IMAGR2: Field 2 Beam min = -96.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 884.424 x 666.343 Milliarcsec, PA= -30.9 IMAGR2: Field 3 Sum of gridding weights = 2.40724E+08 IMAGR2: Field 3 Beam min = -98.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 884.730 x 666.340 Milliarcsec, PA= -30.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -27.8 MilliJy,max = 273.6 MilliJy IMAGR2: Field 2 min = -38.3 MilliJy,max = 272.3 MilliJy IMAGR2: Field 3 min = -21.6 MilliJy,max = 53.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 44.60 MilliJy IMAGR2: 3357 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 154.034 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 145.762 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 145.762 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 = -18.9 MilliJy,max = 138.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.315E-01 < Second best 1.465E-01 IMAGR2: Field 1 min = -15.7 MilliJy,max = 138.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 25.11 MilliJy IMAGR2: 2311 Residual map points loaded IMAGR2: Field 1 min allowed flux = 64.371 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 233.741 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 233.741 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.6 MilliJy,max = 58.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.548E-02 < Second best 6.123E-02 IMAGR2: Field 1 min = -8.9 MilliJy,max = 59.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.49 MilliJy IMAGR2: 5097 Residual map points loaded IMAGR2: Field 1 min allowed flux = 28.779 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 278.109 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 278.109 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.2 MilliJy,max = 26.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.505E-02 < Second best 4.879E-02 IMAGR2: Field 3 min = -5.7 MilliJy,max = 28.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 8.32 MilliJy IMAGR2: 58 Residual map points loaded IMAGR2: Field 3 min allowed flux = 13.447 MilliJy iter= 9 IMAGR2: Field 3 Clean flux density= 18.026 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 296.135 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.6 MilliJy,max = 25.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.69 MilliJy IMAGR2: 16975 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.555 MilliJy iter= 37 IMAGR2: Field 1 Clean flux density= 296.307 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 314.333 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.8 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.189E-02 < Second best 1.281E-02 IMAGR2: Field 3 min = -4.9 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.67 MilliJy IMAGR2: 34 Residual map points loaded IMAGR2: Field 3 min allowed flux = 6.058 MilliJy iter= 20 IMAGR2: Field 3 Clean flux density= 27.413 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 323.721 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 12.2 MilliJy IMAGR2: BGC Clean: using 1527 cell beam + residuals > 3.95 MilliJy IMAGR2: 11419 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.533 MilliJy iter= 81 IMAGR2: Field 1 Clean flux density= 324.231 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 351.645 MilliJy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.5 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.91 MilliJy IMAGR2: 250 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.846 MilliJy iter= 31 IMAGR2: Field 2 Clean flux density= -1.791 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 349.854 MilliJy 132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 1997 cell beam + residuals > 2.64 MilliJy IMAGR2: 12242 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.748 MilliJy iter= 149 IMAGR2: Field 1 Clean flux density= 337.976 MilliJy 149 comps IMAGR2: Total Cleaned flux density = 363.599 MilliJy 200 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.491E-03 < Second best 4.638E-03 IMAGR2: Field 2 min = -4.5 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 2.50 MilliJy IMAGR2: 295 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.930 MilliJy iter= 69 IMAGR2: Field 2 Clean flux density= -2.503 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 362.887 MilliJy 238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 18394 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.910 MilliJy iter= 343 IMAGR2: Field 1 Clean flux density= 363.290 MilliJy 343 comps IMAGR2: Total Cleaned flux density = 388.201 MilliJy 432 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.083E-03 < Second best 2.809E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.004E-03 < Second best 2.783E-03 IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 19282 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.740 MilliJy iter= 588 IMAGR2: Field 1 Clean flux density= 343.515 MilliJy 588 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 368.426 MilliJy 677 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.210E-03 < Second best 2.004E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.274E-03 < Second best 1.666E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 885.74 MicroJy IMAGR2: 19651 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.234 MilliJy iter= 900 IMAGR2: Field 1 Clean flux density= 355.576 MilliJy 900 comps IMAGR2: Total Cleaned flux density = 380.487 MilliJy 989 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 916.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.091E-04 < Second best 1.210E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.030E-03 < Second best 1.182E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 682.99 MicroJy IMAGR2: 19685 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -920.063 MicroJy iter= 1293 IMAGR2: Field 1 Clean flux density= 351.714 MilliJy 1293 comps IMAGR2: Total Cleaned flux density = 376.625 MilliJy 1382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -993.2 MicroJy,max = 785.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.286E-04 < Second best 9.091E-04 IMAGR2: Field 2 min = -760.1 MicroJy,max = 675.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.695E-04 < Second best 8.820E-04 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 542.70 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min Clean flux = -886.287 MicroJy iter= 1298 IMAGR2: Field 1 Clean flux density= 351.988 MilliJy 1298 comps IMAGR2: Total Cleaned flux density = 376.899 MilliJy 1387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 886.287 less than limit 892.498 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1298 to 1018 components IMAGR2: Field 2 compressed from 69 to 40 components IMAGR2: Field 3 compressed from 20 to 6 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -760.7 MicroJy,max = 671.6 MicroJy IMAGR2: Field 3 min = -987.4 MicroJy,max = 780.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 296.343 MilliJy ( 82 CCs) from field 1 to field 2 IMAGR2: Restore 13.036 MilliJy ( 22 CCs) from field 1 to field 3 IMAGR2: Restore -2.503 MilliJy ( 40 CCs) from field 2 to field 1 IMAGR2: Restore 27.413 MilliJy ( 6 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 376.899 MilliJy IMAGR2: Field 2 final Clean flux 293.841 MilliJy IMAGR2: Field 3 final Clean flux 40.449 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 95 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 25.8 Real= 159 and 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.1368 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.151 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09607 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2355+498 X BAND Seq 1 Disk: 1 in slot 18 SETFC2: SETCEL: recommends IMSIZE 1379 CELLSIZE 0.23211 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23211 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.05 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 75.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 11 C 1 1012 1012 23 55 09.46 49 50 08.3 00001 -1 507 512 513 C 2 1012 1012 23 55 09.46 49 46 50.7 00002 -1 507 512 513 C 3 1012 1012 23 54 51.78 49 48 29.5 00003 -1 507 512 513 C 4 1012 1012 23 55 27.14 49 48 29.5 00004 -1 507 512 513 C 5 1012 1012 23 54 51.76 49 51 47.1 00005 -1 507 512 513 C 6 1012 1012 23 55 27.16 49 51 47.1 00006 -1 507 512 513 C 7 1012 1012 23 55 09.46 49 53 25.9 00007 -1 507 512 513 and 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.1368 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.151 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09607 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.8382E-02 -4.0000E-02 0 IMAGR2: Field 2 1012 1012 1.8382E-02 -1.9764E+02 0 IMAGR2: Field 3 1012 1012 -1.7103E+02 -9.8840E+01 0 IMAGR2: Field 4 1012 1012 1.7107E+02 -9.8840E+01 0 IMAGR2: Field 5 1012 1012 -1.7122E+02 9.8760E+01 0 IMAGR2: Field 6 1012 1012 1.7126E+02 9.8760E+01 0 IMAGR2: Field 7 1012 1012 1.8382E-02 1.9756E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2355+498 .IMAGR . 1 (UV) on disk 1 cno 98 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 13845 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.560E+04 IMAGR2: UVWAIT: Adding temperance S 7.121E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.888E+07 and out 4.810E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR2: UVWAIT: Average summed weight 3.560E+04 over 26948 vis IMAGR2: Create 2355+498 .IBM001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 2355+498 .IBM002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 2355+498 .IBM003. 1 (MA) on disk 1 cno 101 IMAGR2: Create 2355+498 .IBM004. 1 (MA) on disk 1 cno 102 IMAGR2: Create 2355+498 .IBM005. 1 (MA) on disk 1 cno 103 IMAGR2: Create 2355+498 .IBM006. 1 (MA) on disk 1 cno 104 IMAGR2: Create 2355+498 .IBM007. 1 (MA) on disk 1 cno 105 IMAGR2: Create 2355+498 .ICL001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 2355+498 .ICL002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 2355+498 .ICL003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2355+498 .ICL004. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2355+498 .ICL005. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2355+498 .ICL006. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2355+498 .ICL007. 1 (MA) on disk 1 cno 112 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.10657E+08 IMAGR2: Field 1 Beam min = -148.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.069 x 0.707 arcsec, PA= 89.3 IMAGR2: Field 2 Sum of gridding weights = 5.10656E+08 IMAGR2: Field 2 Beam min = -148.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.069 x 0.708 arcsec, PA= 89.3 IMAGR2: Field 3 Sum of gridding weights = 5.10655E+08 IMAGR2: Field 3 Beam min = -86.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.068 x 0.707 arcsec, PA= 89.2 IMAGR2: Field 4 Sum of gridding weights = 5.10656E+08 IMAGR2: Field 4 Beam min = -150.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.070 x 0.708 arcsec, PA= 89.4 IMAGR2: Field 5 Sum of gridding weights = 5.10656E+08 IMAGR2: Field 5 Beam min = -111.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.068 x 0.707 arcsec, PA= 89.2 IMAGR2: Field 6 Sum of gridding weights = 5.10655E+08 IMAGR2: Field 6 Beam min = -129.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.070 x 0.707 arcsec, PA= 89.3 IMAGR2: Field 7 Sum of gridding weights = 5.10657E+08 IMAGR2: Field 7 Beam min = -148.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.069 x 0.707 arcsec, PA= 89.2 IMAGR2: CLBHIS: minimum component 0.459 of current peak IMAGR2: Field 1 min = -67.8 MilliJy,max = 894.3 MilliJy IMAGR2: Field 2 min = -76.4 MilliJy,max = 131.6 MilliJy IMAGR2: Field 3 min = -68.6 MilliJy,max = 194.0 MilliJy IMAGR2: Field 4 min = -73.8 MilliJy,max = 184.9 MilliJy IMAGR2: Field 5 min = -70.2 MilliJy,max = 186.0 MilliJy IMAGR2: Field 6 min = -74.7 MilliJy,max = 195.4 MilliJy IMAGR2: Field 7 min = -79.8 MilliJy,max = 136.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 89.55 MilliJy IMAGR2: 2291 Residual map points loaded IMAGR2: Field 1 min allowed flux = 384.970 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 547.834 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 547.834 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.3 MilliJy,max = 346.5 MilliJy IMAGR2: BGC Clean: using 765 cell beam + residuals > 62.59 MilliJy IMAGR2: 105 Residual map points loaded IMAGR2: Field 1 min allowed flux = 149.367 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 781.187 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 781.187 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -14.3 MilliJy,max = 33.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.401E-02 < Second best 1.501E-01 IMAGR2: Field 5 min = -13.2 MilliJy,max = 28.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.294E-02 < Second best 1.420E-01 IMAGR2: Field 1 min = -16.2 MilliJy,max = 134.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 51.40 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 67.726 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 869.487 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 869.487 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.8 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.340E-02 < Second best 1.257E-01 IMAGR2: Field 2 min = -9.3 MilliJy,max = 13.7 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 1.306E-02 < Second best 1.222E-01 IMAGR2: Field 6 min = -9.6 MilliJy,max = 17.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.441E-02 < Second best 1.171E-01 IMAGR2: Field 3 min = -7.6 MilliJy,max = 11.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.255E-03 < Second best 6.441E-02 IMAGR2: Field 1 min = -13.8 MilliJy,max = 61.8 MilliJy IMAGR2: BGC Clean: using 2027 cell beam + residuals > 7.96 MilliJy IMAGR2: 2156 Residual map points loaded IMAGR2: Field 1 min allowed flux = 25.862 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 915.240 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 915.240 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.9 MilliJy,max = 24.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.285E-02 < Second best 2.401E-02 IMAGR2: Field 4 min = -8.4 MilliJy,max = 11.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.828E-03 < Second best 2.294E-02 IMAGR2: Field 5 min = -7.4 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.385E-03 < Second best 2.285E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.45 MilliJy IMAGR2: 1607 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.995 MilliJy iter= 68 IMAGR2: Field 1 Clean flux density= 912.010 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 912.010 MilliJy 68 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.4 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.481E-03 < Second best 1.340E-02 IMAGR2: Field 7 min = -6.8 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.123E-03 < Second best 1.306E-02 IMAGR2: Field 2 min = -7.5 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.142E-03 < Second best 1.047E-02 IMAGR2: Field 1 min = -10.5 MilliJy,max = 11.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.13 MilliJy IMAGR2: 1730 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.609 MilliJy iter= 124 IMAGR2: Field 1 Clean flux density= 915.913 MilliJy 124 comps IMAGR2: Total Cleaned flux density = 915.913 MilliJy 124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.2 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.686E-03 < Second best 9.123E-03 IMAGR2: Field 7 min = -6.2 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.267E-03 < Second best 8.828E-03 IMAGR2: Field 4 min = -6.6 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.235E-03 < Second best 8.267E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.78 MilliJy IMAGR2: 1822 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.236 MilliJy iter= 56 IMAGR2: Field 7 Clean flux density= 23.817 MilliJy 56 comps IMAGR2: Total Cleaned flux density = 939.730 MilliJy 180 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.7 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.351E-03 < Second best 7.142E-03 IMAGR2: Field 2 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.67 MilliJy IMAGR2: 1951 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.976 MilliJy iter= 75 IMAGR2: Field 2 Clean flux density= 1.175 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 940.905 MilliJy 255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.3 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.65 MilliJy IMAGR2: 1825 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.718 MilliJy iter= 83 IMAGR2: Field 3 Clean flux density= 5.729 MilliJy 83 comps IMAGR2: Total Cleaned flux density = 946.634 MilliJy 338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.407E-03 < Second best 6.351E-03 IMAGR2: Field 6 min = -6.5 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.58 MilliJy IMAGR2: 2627 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.679 MilliJy iter= 115 IMAGR2: Field 6 Clean flux density= 11.254 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 957.888 MilliJy 453 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.48 MilliJy IMAGR2: 570 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.115 MilliJy iter= 206 IMAGR2: Field 1 Clean flux density= 905.402 MilliJy 206 comps IMAGR2: Total Cleaned flux density = 947.377 MilliJy 535 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.4 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.40 MilliJy IMAGR2: 2211 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.235 MilliJy iter= 141 IMAGR2: Field 4 Clean flux density= 23.378 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 970.755 MilliJy 676 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.0 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 1654 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.084 MilliJy iter= 144 IMAGR2: Field 5 Clean flux density= 19.949 MilliJy 144 comps IMAGR2: Total Cleaned flux density = 990.703 MilliJy 820 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.2 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.395E-03 < Second best 4.759E-03 IMAGR2: Field 2 min = -5.3 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.22 MilliJy IMAGR2: 680 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.625 MilliJy iter= 183 IMAGR2: Field 2 Clean flux density= 5.143 MilliJy 183 comps IMAGR2: Total Cleaned flux density = 994.672 MilliJy 928 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.034E-03 < Second best 4.477E-03 IMAGR2: Field 6 min = -4.9 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.053E-03 < Second best 4.395E-03 IMAGR2: Field 7 min = -5.1 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.99 MilliJy IMAGR2: 1616 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.555 MilliJy iter= 239 IMAGR2: Field 7 Clean flux density= 44.391 MilliJy 239 comps IMAGR2: Total Cleaned flux density = 1.015 Jy 1111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.8 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.91 MilliJy IMAGR2: 2562 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.417 MilliJy iter= 351 IMAGR2: Field 4 Clean flux density= 32.098 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 1321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.804E-03 < Second best 4.034E-03 IMAGR2: Field 3 min = -4.8 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 2092 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.349 MilliJy iter= 325 IMAGR2: Field 3 Clean flux density= -6.290 MilliJy 325 comps IMAGR2: Total Cleaned flux density = 1.012 Jy 1563 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.81 MilliJy IMAGR2: 181 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.944 MilliJy iter= 270 IMAGR2: Field 1 Clean flux density= 899.583 MilliJy 270 comps IMAGR2: Total Cleaned flux density = 1.006 Jy 1627 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.9 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.537E-03 < Second best 3.804E-03 IMAGR2: Field 6 min = -4.1 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.68 MilliJy IMAGR2: 1445 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.041 MilliJy iter= 341 IMAGR2: Field 6 Clean flux density= 29.420 MilliJy 341 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 1853 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.9 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.68 MilliJy IMAGR2: 1490 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.991 MilliJy iter= 365 IMAGR2: Field 5 Clean flux density= 11.993 MilliJy 365 comps IMAGR2: Total Cleaned flux density = 1.016 Jy 2074 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.232E-03 < Second best 3.406E-03 IMAGR2: Field 7 min = -4.1 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.047E-03 < Second best 3.276E-03 IMAGR2: Field 4 min = -4.4 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR2: 2325 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.744 MilliJy iter= 628 IMAGR2: Field 4 Clean flux density= 46.136 MilliJy 628 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 2351 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.5 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR2: 811 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.632 MilliJy iter= 384 IMAGR2: Field 2 Clean flux density= -5.872 MilliJy 384 comps IMAGR2: Total Cleaned flux density = 1.019 Jy 2552 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.9 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR2: 976 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.500 MilliJy iter= 535 IMAGR2: Field 3 Clean flux density= 3.249 MilliJy 535 comps IMAGR2: Total Cleaned flux density = 1.029 Jy 2762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR2: 923 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.491 MilliJy iter= 463 IMAGR2: Field 7 Clean flux density= 59.314 MilliJy 463 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 2986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 467 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 min algorithm flux= 2.338 MilliJy iter= 484 IMAGR2: Field 6 Clean flux density= 28.998 MilliJy 484 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 3129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.7 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR2: 1815 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.352 MilliJy iter= 678 IMAGR2: Field 5 Clean flux density= 19.865 MilliJy 678 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 3442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.350E-03 < Second best 2.633E-03 IMAGR2: Field 4 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 3079 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.263 MilliJy iter= 1041 IMAGR2: Field 4 Clean flux density= 44.520 MilliJy 1041 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 3855 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 2 min = -4.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 590 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.076 MilliJy iter= 578 IMAGR2: Field 2 Clean flux density= -13.715 MilliJy 578 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 4049 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.271E-03 < Second best 2.387E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 1126 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.004 MilliJy iter= 739 IMAGR2: Field 7 Clean flux density= 64.394 MilliJy 739 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 4325 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.886 MilliJy iter= 317 IMAGR2: Field 1 Clean flux density= 895.782 MilliJy 317 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 4372 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 792 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.972 MilliJy iter= 774 IMAGR2: Field 3 Clean flux density= -7.315 MilliJy 774 comps IMAGR2: Total Cleaned flux density = 1.033 Jy 4611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 1532 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.926 MilliJy iter= 982 IMAGR2: Field 5 Clean flux density= 26.788 MilliJy 982 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 4915 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 925 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.856 MilliJy iter= 759 IMAGR2: Field 6 Clean flux density= 34.362 MilliJy 759 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 5190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 3004 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.814 MilliJy iter= 1515 IMAGR2: Field 4 Clean flux density= 58.819 MilliJy 1515 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 5664 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 608 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.690 MilliJy iter= 791 IMAGR2: Field 2 Clean flux density= -22.410 MilliJy 791 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 5877 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 1045 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.674 MilliJy iter= 1037 IMAGR2: Field 7 Clean flux density= 72.768 MilliJy 1037 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 6175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 760 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.624 MilliJy iter= 1031 IMAGR2: Field 3 Clean flux density= -2.222 MilliJy 1031 comps IMAGR2: Total Cleaned flux density = 1.064 Jy 6432 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 2558 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.628 MilliJy iter= 1463 IMAGR2: Field 5 Clean flux density= 17.835 MilliJy 1463 comps IMAGR2: Total Cleaned flux density = 1.055 Jy 6913 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 111 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.519 MilliJy iter= 383 IMAGR2: Field 1 Clean flux density= 893.429 MilliJy 383 comps IMAGR2: Total Cleaned flux density = 1.053 Jy 6979 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 549 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.513 MilliJy iter= 963 IMAGR2: Field 6 Clean flux density= 33.977 MilliJy 963 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 7183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 3827 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.534 MilliJy iter= 2146 IMAGR2: Field 4 Clean flux density= 53.877 MilliJy 2146 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 7814 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 587 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.432 MilliJy iter= 1030 IMAGR2: Field 2 Clean flux density= -23.324 MilliJy 1030 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 8053 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 1201 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.424 MilliJy iter= 1410 IMAGR2: Field 7 Clean flux density= 80.584 MilliJy 1410 comps IMAGR2: Total Cleaned flux density = 1.054 Jy 8426 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 3387 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.424 MilliJy iter= 2076 IMAGR2: Field 5 Clean flux density= 26.309 MilliJy 2076 comps IMAGR2: Total Cleaned flux density = 1.063 Jy 9039 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 305 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.317 MilliJy iter= 1191 IMAGR2: Field 3 Clean flux density= -1.050 MilliJy 1191 comps IMAGR2: Total Cleaned flux density = 1.064 Jy 9199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 4324 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.357 MilliJy iter= 2866 IMAGR2: Field 4 Clean flux density= 42.448 MilliJy 2866 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 9919 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 87 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.258 MilliJy iter= 429 IMAGR2: Field 1 Clean flux density= 892.887 MilliJy 429 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 9965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 229 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.243 MilliJy iter= 1096 IMAGR2: Field 6 Clean flux density= 32.586 MilliJy 1096 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 10098 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 518 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.240 MilliJy iter= 1268 IMAGR2: Field 2 Clean flux density= -21.496 MilliJy 1268 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 10336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 3742 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min algorithm flux= 1.254 MilliJy iter= 2777 IMAGR2: Field 5 Clean flux density= 20.674 MilliJy 2777 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 11037 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 547 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.162 MilliJy iter= 1652 IMAGR2: Field 7 Clean flux density= 81.424 MilliJy 1652 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 11279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 4899 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.174 MilliJy iter= 3736 IMAGR2: Field 4 Clean flux density= 48.112 MilliJy 3736 comps IMAGR2: Total Cleaned flux density = 1.053 Jy 12149 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 968 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.118 MilliJy iter= 1596 IMAGR2: Field 3 Clean flux density= 3.370 MilliJy 1596 comps IMAGR2: Total Cleaned flux density = 1.058 Jy 12554 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 103 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.083 MilliJy iter= 490 IMAGR2: Field 1 Clean flux density= 892.044 MilliJy 490 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 12615 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.04 MilliJy IMAGR2: 3127 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.092 MilliJy iter= 3419 IMAGR2: Field 5 Clean flux density= 27.236 MilliJy 3419 comps IMAGR2: Total Cleaned flux density = 1.063 Jy 13257 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 697 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.057 MilliJy iter= 1398 IMAGR2: Field 6 Clean flux density= 24.817 MilliJy 1398 comps IMAGR2: Total Cleaned flux density = 1.056 Jy 13559 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.02 MilliJy IMAGR2: 1549 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.059 MilliJy iter= 1809 IMAGR2: Field 2 Clean flux density= -28.120 MilliJy 1809 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 14100 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 966.66 MicroJy IMAGR2: 2074 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.004 MilliJy iter= 4253 IMAGR2: Field 4 Clean flux density= 47.117 MilliJy 4253 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 14617 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 959.64 MicroJy IMAGR2: 2717 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.018 MilliJy iter= 2401 IMAGR2: Field 7 Clean flux density= 97.143 MilliJy 2401 comps IMAGR2: Total Cleaned flux density = 1.064 Jy 15366 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 945.23 MicroJy IMAGR2: 629 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 966.652 MicroJy iter= 1892 IMAGR2: Field 3 Clean flux density= 2.056 MilliJy 1892 comps IMAGR2: Total Cleaned flux density = 1.062 Jy 15662 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 913.36 MicroJy IMAGR2: 2658 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -954.348 MicroJy iter= 4071 IMAGR2: Field 5 Clean flux density= 18.431 MilliJy 4071 comps IMAGR2: Total Cleaned flux density = 1.053 Jy 16314 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.11 MicroJy IMAGR2: 208 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 915.270 MicroJy iter= 586 IMAGR2: Field 1 Clean flux density= 890.107 MilliJy 586 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 16410 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 890.09 MicroJy IMAGR2: 1015 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 913.664 MicroJy iter= 2198 IMAGR2: Field 2 Clean flux density= -30.581 MilliJy 2198 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 16799 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 875.34 MicroJy IMAGR2: 829 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 901.294 MicroJy iter= 1716 IMAGR2: Field 6 Clean flux density= 24.053 MilliJy 1716 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 17117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 842.23 MicroJy IMAGR2: 274 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 850.322 MicroJy iter= 2538 IMAGR2: Field 7 Clean flux density= 98.649 MilliJy 2538 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 17254 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 831.56 MicroJy IMAGR2: 6159 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 892.260 MicroJy iter= 5354 IMAGR2: Field 4 Clean flux density= 47.948 MilliJy 5354 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 18355 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 823.46 MicroJy IMAGR2: 1005 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 843.983 MicroJy iter= 2281 IMAGR2: Field 3 Clean flux density= 1.600 MilliJy 2281 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 18744 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 825.53 MicroJy IMAGR2: 7367 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -888.668 MicroJy iter= 5319 IMAGR2: Field 5 Clean flux density= 28.850 MilliJy 5319 comps IMAGR2: Total Cleaned flux density = 1.061 Jy 19992 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.04 MicroJy IMAGR2: 282 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 831.674 MicroJy iter= 711 IMAGR2: Field 1 Clean flux density= 887.010 MilliJy 711 comps IMAGR2: Total Cleaned flux density = 1.058 Jy 20117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 817.01 MicroJy IMAGR2: 1128 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -837.468 MicroJy iter= 2628 IMAGR2: Field 2 Clean flux density= -34.864 MilliJy 2628 comps IMAGR2: Total Cleaned flux density = 1.053 Jy 20547 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 811.30 MicroJy IMAGR2: 552 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -824.049 MicroJy iter= 1984 IMAGR2: Field 6 Clean flux density= 23.268 MilliJy 1984 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 20815 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 > 784.14 MicroJy IMAGR2: 3038 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 813.253 MicroJy iter= 6051 IMAGR2: Field 4 Clean flux density= 44.041 MilliJy 6051 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 21512 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 743.95 MicroJy IMAGR2: 4196 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -780.627 MicroJy iter= 6183 IMAGR2: Field 5 Clean flux density= 20.876 MilliJy 6183 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 22376 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 742.26 MicroJy IMAGR2: 1262 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -766.933 MicroJy iter= 3012 IMAGR2: Field 7 Clean flux density= 107.997 MilliJy 3012 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 22850 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 730.97 MicroJy IMAGR2: 476 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -740.829 MicroJy iter= 2524 IMAGR2: Field 3 Clean flux density= 4.422 MilliJy 2524 comps IMAGR2: Total Cleaned flux density = 1.053 Jy 23093 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 720.20 MicroJy IMAGR2: 1218 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 736.560 MicroJy iter= 3090 IMAGR2: Field 2 Clean flux density= -35.786 MilliJy 3090 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 23555 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 981.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.467E-04 < Second best 7.903E-04 IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 706.70 MicroJy IMAGR2: 468 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -715.474 MicroJy iter= 2214 IMAGR2: Field 6 Clean flux density= 22.042 MilliJy 2214 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 23785 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 689.21 MicroJy IMAGR2: 4587 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -719.805 MicroJy iter= 7015 IMAGR2: Field 4 Clean flux density= 47.803 MilliJy 7015 comps IMAGR2: Total Cleaned flux density = 1.054 Jy 24749 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 679.32 MicroJy IMAGR2: 6774 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -716.104 MicroJy iter= 7438 IMAGR2: Field 5 Clean flux density= 25.400 MilliJy 7438 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 26004 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.06 MicroJy IMAGR2: 296 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 684.844 MicroJy iter= 849 IMAGR2: Field 1 Clean flux density= 885.521 MilliJy 849 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 26142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 671.31 MicroJy IMAGR2: 985 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -684.521 MicroJy iter= 3434 IMAGR2: Field 7 Clean flux density= 109.239 MilliJy 3434 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 26564 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 668.85 MicroJy IMAGR2: 629 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 679.318 MicroJy iter= 2832 IMAGR2: Field 3 Clean flux density= 5.122 MilliJy 2832 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 26872 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 > 661.97 MicroJy IMAGR2: 1154 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 674.911 MicroJy iter= 3545 IMAGR2: Field 2 Clean flux density= -37.918 MilliJy 3545 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 27327 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 652.12 MicroJy IMAGR2: 4546 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -676.432 MicroJy iter= 7937 IMAGR2: Field 4 Clean flux density= 47.475 MilliJy 7937 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 28249 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 626.74 MicroJy IMAGR2: 4595 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -653.705 MicroJy iter= 8371 IMAGR2: Field 5 Clean flux density= 22.457 MilliJy 8371 comps IMAGR2: Total Cleaned flux density = 1.054 Jy 29182 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 622.81 MicroJy IMAGR2: 1050 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 635.200 MicroJy iter= 2703 IMAGR2: Field 6 Clean flux density= 20.418 MilliJy 2703 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 29671 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 1 min = -892.2 MicroJy,max = 825.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 620.22 MicroJy IMAGR2: 105 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -622.870 MicroJy iter= 908 IMAGR2: Field 1 Clean flux density= 884.449 MilliJy 908 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 29730 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 613.12 MicroJy IMAGR2: 548 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 619.998 MicroJy iter= 3676 IMAGR2: Field 7 Clean flux density= 110.308 MilliJy 3676 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 29972 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 609.62 MicroJy IMAGR2: 592 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -616.684 MicroJy iter= 3129 IMAGR2: Field 3 Clean flux density= 6.446 MilliJy 3129 comps IMAGR2: Total Cleaned flux density = 1.054 Jy 30269 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 594.07 MicroJy IMAGR2: 4995 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -617.025 MicroJy iter= 8978 IMAGR2: Field 4 Clean flux density= 51.229 MilliJy 8978 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 31310 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 583.66 MicroJy IMAGR2: 751 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 592.412 MicroJy iter= 3907 IMAGR2: Field 2 Clean flux density= -37.924 MilliJy 3907 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 31672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 573.50 MicroJy IMAGR2: 6539 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 598.601 MicroJy iter= 9638 IMAGR2: Field 5 Clean flux density= 26.268 MilliJy 9638 comps IMAGR2: Total Cleaned flux density = 1.061 Jy 32939 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 568.67 MicroJy IMAGR2: 1008 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -578.268 MicroJy iter= 3159 IMAGR2: Field 6 Clean flux density= 19.585 MilliJy 3159 comps IMAGR2: Total Cleaned flux density = 1.060 Jy 33395 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 1 min = -871.3 MicroJy,max = 792.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 568.02 MicroJy IMAGR2: 207 Residual map points loaded IMAGR2: Field 1 min Clean flux = -576.289 MicroJy iter= 999 IMAGR2: Field 1 Clean flux density= 883.383 MilliJy 999 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 33486 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 564.77 MicroJy IMAGR2: 663 Residual map points loaded IMAGR2: Field 7 min Clean flux = -576.294 MicroJy iter= 3936 IMAGR2: Field 7 Clean flux density= 110.961 MilliJy 3936 comps IMAGR2: Total Cleaned flux density = 1.060 Jy 33746 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 552.98 MicroJy IMAGR2: 6172 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 577.628 MicroJy iter= 10112 IMAGR2: Field 4 Clean flux density= 50.867 MilliJy 10112 comps IMAGR2: Total Cleaned flux density = 1.060 Jy 34880 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 551.00 MicroJy IMAGR2: 1243 Residual map points loaded IMAGR2: Field 3 min Clean flux = 576.224 MicroJy iter= 3538 IMAGR2: Field 3 Clean flux density= 6.953 MilliJy 3538 comps IMAGR2: Total Cleaned flux density = 1.060 Jy 35289 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 523.05 MicroJy IMAGR2: 4881 Residual map points loaded IMAGR2: Field 5 min Clean flux = 576.412 MicroJy iter= 10166 IMAGR2: Field 5 Clean flux density= 26.433 MilliJy 10166 comps IMAGR2: Total Cleaned flux density = 1.060 Jy 35817 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13845 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 503.40 MicroJy IMAGR2: 2804 Residual map points loaded IMAGR2: Field 2 min Clean flux = -576.034 MicroJy iter= 4185 IMAGR2: Field 2 Clean flux density= -39.376 MilliJy 4185 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 36095 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -986.2 MicroJy,max = 981.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 479.47 MicroJy IMAGR2: 1594 Residual map points loaded IMAGR2: Field 6 min Clean flux = -575.888 MicroJy iter= 3215 IMAGR2: Field 6 Clean flux density= 19.232 MilliJy 3215 comps IMAGR2: Total Cleaned flux density = 1.058 Jy 36151 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 400.12 MicroJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 4 min Clean flux = 576.350 MicroJy iter= 10263 IMAGR2: Field 4 Clean flux density= 53.148 MilliJy 10263 comps IMAGR2: Total Cleaned flux density = 1.061 Jy 36302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 576.412 less than limit 576.417 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 999 to 556 components IMAGR2: Field 2 compressed from 4185 to 2096 components IMAGR2: Field 3 compressed from 3538 to 1887 components IMAGR2: Field 4 compressed from 10263 to 4543 components IMAGR2: Field 5 compressed from 10166 to 4619 components IMAGR2: Field 6 compressed from 3215 to 1773 components IMAGR2: Field 7 compressed from 3936 to 2012 components IMAGR2: Field 1 min = -795.0 MicroJy,max = 730.2 MicroJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -987.3 MicroJy,max = 953.3 MicroJy IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -2.808 MilliJy ( 47 CCs) from field 1 to field 2 IMAGR2: Restore -4.688 MilliJy ( 72 CCs) from field 1 to field 3 IMAGR2: Restore -3.706 MilliJy ( 200 CCs) from field 1 to field 4 IMAGR2: Restore -8.794 MilliJy ( 101 CCs) from field 1 to field 5 IMAGR2: Restore -9.054 MilliJy ( 135 CCs) from field 1 to field 6 IMAGR2: Restore 159.123 MicroJy ( 20 CCs) from field 1 to field 7 IMAGR2: Restore -7.136 MilliJy ( 45 CCs) from field 2 to field 1 IMAGR2: Restore -10.041 MilliJy ( 71 CCs) from field 2 to field 3 IMAGR2: Restore 8.177 MilliJy ( 457 CCs) from field 2 to field 4 IMAGR2: Restore-202.436 MicroJy ( 24 CCs) from field 3 to field 1 IMAGR2: Restore-861.620 MicroJy ( 38 CCs) from field 3 to field 2 IMAGR2: Restore -11.786 MilliJy ( 133 CCs) from field 3 to field 5 IMAGR2: Restore 2.797 MilliJy ( 83 CCs) from field 4 to field 1 IMAGR2: Restore 4.882 MilliJy ( 206 CCs) from field 4 to field 2 IMAGR2: Restore 12.594 MilliJy ( 191 CCs) from field 4 to field 6 IMAGR2: Restore -4.784 MilliJy ( 154 CCs) from field 5 to field 1 IMAGR2: Restore 1.172 MilliJy ( 125 CCs) from field 5 to field 3 IMAGR2: Restore -7.431 MilliJy ( 302 CCs) from field 5 to field 7 IMAGR2: Restore -1.573 MilliJy ( 51 CCs) from field 6 to field 1 IMAGR2: Restore 19.004 MilliJy ( 196 CCs) from field 6 to field 4 IMAGR2: Restore-713.044 MicroJy ( 75 CCs) from field 6 to field 7 IMAGR2: Restore 7.215 MilliJy ( 33 CCs) from field 7 to field 1 IMAGR2: Restore -3.620 MilliJy ( 428 CCs) from field 7 to field 5 IMAGR2: Restore 8.422 MilliJy ( 104 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 879.699 MilliJy IMAGR2: Field 2 final Clean flux -38.164 MilliJy IMAGR2: Field 3 final Clean flux -6.604 MilliJy IMAGR2: Field 4 final Clean flux 76.623 MilliJy IMAGR2: Field 5 final Clean flux 2.233 MilliJy IMAGR2: Field 6 final Clean flux 31.194 MilliJy IMAGR2: Field 7 final Clean flux 102.976 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 98 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 171.3 Real= 1098 and 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.1368 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_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.151 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09607 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 99 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 100 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 101 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 102 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06157 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2320+052 X BAND Seq 1 Disk: 1 in slot 19 SETFC2: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.23434 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23434 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 38.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 10 C 1 1012 1012 23 20 44.86 05 13 50.0 00001 -1 507 512 513 C 2 1012 1012 23 20 44.86 05 10 30.5 00002 -1 507 512 513 C 3 1012 1012 23 20 33.29 05 12 10.2 00003 -1 507 512 513 C 4 1012 1012 23 20 56.42 05 12 10.2 00004 -1 507 512 513 C 5 1012 1012 23 20 33.29 05 15 29.7 00005 -1 507 512 513 C 6 1012 1012 23 20 56.42 05 15 29.7 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 09.5 00007 -1 507 512 513 sion files of type HI AIPS 2: Destroyed MA image file: catno= 102 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06157 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.0788E-02 4.7000E-02 0 IMAGR2: Field 2 1012 1012 5.0788E-02 -1.9945E+02 0 IMAGR2: Field 3 1012 1012 -1.7278E+02 -9.9753E+01 0 IMAGR2: Field 4 1012 1012 1.7273E+02 -9.9753E+01 0 IMAGR2: Field 5 1012 1012 -1.7278E+02 9.9747E+01 0 IMAGR2: Field 6 1012 1012 1.7273E+02 9.9747E+01 0 IMAGR2: Field 7 1012 1012 5.0788E-02 1.9955E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2320+052 .IMAGR . 1 (UV) on disk 1 cno 105 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 33704 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.762E+04 IMAGR2: UVWAIT: Adding temperance S 1.152E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 8.910E+07 and out 1.217E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.164 due to weighting IMAGR2: UVWAIT: Average summed weight 5.762E+04 over 65742 vis IMAGR2: Create 2320+052 .IBM001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 2320+052 .IBM002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 2320+052 .IBM003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2320+052 .IBM004. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2320+052 .IBM005. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2320+052 .IBM006. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2320+052 .IBM007. 1 (MA) on disk 1 cno 112 IMAGR2: Create 2320+052 .ICL001. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2320+052 .ICL002. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2320+052 .ICL003. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2320+052 .ICL004. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2320+052 .ICL005. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2320+052 .ICL006. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2320+052 .ICL007. 1 (MA) on disk 1 cno 119 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.29203E+09 IMAGR2: Field 1 Beam min = -138.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.241 x 0.741 arcsec, PA= -51.2 IMAGR2: Field 2 Sum of gridding weights = 1.29202E+09 IMAGR2: Field 2 Beam min = -138.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.243 x 0.741 arcsec, PA= -51.2 IMAGR2: Field 3 Sum of gridding weights = 1.29202E+09 IMAGR2: Field 3 Beam min = -94.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.241 x 0.741 arcsec, PA= -51.2 IMAGR2: Field 4 Sum of gridding weights = 1.29203E+09 IMAGR2: Field 4 Beam min = -145.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.243 x 0.741 arcsec, PA= -51.2 IMAGR2: Field 5 Sum of gridding weights = 1.29202E+09 IMAGR2: Field 5 Beam min = -94.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.239 x 0.741 arcsec, PA= -51.2 IMAGR2: Field 6 Sum of gridding weights = 1.29203E+09 IMAGR2: Field 6 Beam min = -145.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.242 x 0.741 arcsec, PA= -51.2 IMAGR2: Field 7 Sum of gridding weights = 1.29203E+09 IMAGR2: Field 7 Beam min = -137.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.240 x 0.741 arcsec, PA= -51.2 IMAGR2: CLBHIS: minimum component 0.361 of current peak IMAGR2: Field 1 min = -90.6 MilliJy,max = 965.2 MilliJy IMAGR2: Field 2 min = -54.6 MilliJy,max = 136.7 MilliJy IMAGR2: Field 3 min = -82.3 MilliJy,max = 85.6 MilliJy IMAGR2: Field 4 min = -79.2 MilliJy,max = 105.3 MilliJy IMAGR2: Field 5 min = -80.9 MilliJy,max = 104.7 MilliJy IMAGR2: Field 6 min = -80.3 MilliJy,max = 86.3 MilliJy IMAGR2: Field 7 min = -61.5 MilliJy,max = 123.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 61.77 MilliJy IMAGR2: 5132 Residual map points loaded IMAGR2: Field 1 min allowed flux = 327.053 MilliJy iter= 12 IMAGR2: Field 1 Clean flux density= 703.732 MilliJy 12 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 703.732 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 = -29.0 MilliJy,max = 297.2 MilliJy IMAGR2: BGC Clean: using 671 cell beam + residuals > 43.19 MilliJy IMAGR2: 166 Residual map points loaded IMAGR2: Field 1 min allowed flux = 106.225 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 929.091 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 929.091 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.8 MilliJy,max = 13.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.305E-02 < Second best 1.177E-01 IMAGR2: Field 7 min = -7.9 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.434E-02 < Second best 1.010E-01 IMAGR2: Field 1 min = -19.0 MilliJy,max = 97.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.254E-02 < Second best 1.005E-01 IMAGR2: Field 4 min = -9.4 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.911E-03 < Second best 9.994E-02 IMAGR2: Field 5 min = -8.3 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.542E-03 < Second best 9.254E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 27.42 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 38.376 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 999.186 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 999.186 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.6 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.664E-03 < Second best 8.176E-02 IMAGR2: Field 3 min = -4.6 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.561E-03 < Second best 3.649E-02 IMAGR2: Field 1 min = -20.1 MilliJy,max = 34.8 MilliJy IMAGR2: BGC Clean: using 1117 cell beam + residuals > 4.83 MilliJy IMAGR2: 1041 Residual map points loaded IMAGR2: Field 1 min allowed flux = -12.481 MilliJy iter= 62 IMAGR2: Field 1 Clean flux density= 1.005 Jy 62 comps IMAGR2: Total Cleaned flux density = 1.005 Jy 62 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.9 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.725E-03 < Second best 1.305E-02 IMAGR2: Field 2 min = -4.4 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.623E-03 < Second best 1.187E-02 IMAGR2: Field 1 min = -12.0 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.63 MilliJy IMAGR2: 648 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.682 MilliJy iter= 129 IMAGR2: Field 1 Clean flux density= 999.067 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 999.067 MilliJy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.670E-03 < Second best 9.542E-03 IMAGR2: Field 5 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.806E-03 < Second best 6.363E-03 IMAGR2: Field 1 min = -6.4 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 1065 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.693 MilliJy iter= 235 IMAGR2: Field 1 Clean flux density= 999.551 MilliJy 235 comps IMAGR2: Total Cleaned flux density = 999.551 MilliJy 235 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.344E-03 < Second best 4.664E-03 IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.371E-03 < Second best 4.623E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.320E-03 < Second best 4.561E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.352E-03 < Second best 3.806E-03 IMAGR2: Field 5 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 3204 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.484 MilliJy iter= 104 IMAGR2: Field 5 Clean flux density= 6.448 MilliJy 104 comps IMAGR2: Total Cleaned flux density = 1.006 Jy 339 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 3189 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.417 MilliJy iter= 141 IMAGR2: Field 4 Clean flux density= 11.029 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 1.017 Jy 480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.146E-03 < Second best 3.371E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.041E-03 < Second best 3.352E-03 IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 4480 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.284 MilliJy iter= 198 IMAGR2: Field 3 Clean flux density= -138.922 MicroJy 198 comps IMAGR2: Total Cleaned flux density = 1.017 Jy 678 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 1 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 827 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.025 MilliJy iter= 379 IMAGR2: Field 1 Clean flux density= 997.977 MilliJy 379 comps IMAGR2: Total Cleaned flux density = 1.015 Jy 822 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 3454 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.128 MilliJy iter= 245 IMAGR2: Field 6 Clean flux density= 15.775 MilliJy 245 comps IMAGR2: Total Cleaned flux density = 1.031 Jy 1067 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 2114 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.926 MilliJy iter= 322 IMAGR2: Field 5 Clean flux density= 15.501 MilliJy 322 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 1285 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.971E-03 < Second best 2.320E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.016E-03 < Second best 2.312E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 2076 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.821 MilliJy iter= 379 IMAGR2: Field 4 Clean flux density= 14.574 MilliJy 379 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 1523 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 2856 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.765 MilliJy iter= 492 IMAGR2: Field 3 Clean flux density= -3.658 MilliJy 492 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 1817 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 2982 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.669 MilliJy iter= 568 IMAGR2: Field 6 Clean flux density= 21.489 MilliJy 568 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 2140 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 62 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.461 MilliJy iter= 44 IMAGR2: Field 2 Clean flux density= 503.497 MicroJy 44 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 2184 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.775E-03 < Second best 1.934E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 321 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.472 MilliJy iter= 488 IMAGR2: Field 1 Clean flux density= 996.655 MilliJy 488 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 2293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 2164 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.523 MilliJy iter= 626 IMAGR2: Field 5 Clean flux density= 19.314 MilliJy 626 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 2597 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 93 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.375 MilliJy iter= 47 IMAGR2: Field 7 Clean flux density= 1.107 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 2644 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 2031 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.456 MilliJy iter= 695 IMAGR2: Field 4 Clean flux density= 14.238 MilliJy 695 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 2960 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 2512 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.402 MilliJy iter= 863 IMAGR2: Field 3 Clean flux density= -3.093 MilliJy 863 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 3331 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 2936 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.344 MilliJy iter= 995 IMAGR2: Field 6 Clean flux density= 23.578 MilliJy 995 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 3758 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 1932 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.264 MilliJy iter= 964 IMAGR2: Field 5 Clean flux density= 16.747 MilliJy 964 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 4096 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 474 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.198 MilliJy iter= 658 IMAGR2: Field 1 Clean flux density= 999.473 MilliJy 658 comps IMAGR2: Total Cleaned flux density = 1.053 Jy 4266 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.292E-03 < Second best 1.397E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1770 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.191 MilliJy iter= 1036 IMAGR2: Field 4 Clean flux density= 16.652 MilliJy 1036 comps IMAGR2: Total Cleaned flux density = 1.055 Jy 4607 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 2401 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.161 MilliJy iter= 1282 IMAGR2: Field 3 Clean flux density= 533.574 MicroJy 1282 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 5026 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 140 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.077 MilliJy iter= 131 IMAGR2: Field 7 Clean flux density= 2.465 MilliJy 131 comps IMAGR2: Total Cleaned flux density = 1.060 Jy 5110 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 102 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.073 MilliJy iter= 109 IMAGR2: Field 2 Clean flux density= 1.564 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 1.061 Jy 5175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 2297 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.096 MilliJy iter= 1436 IMAGR2: Field 6 Clean flux density= 26.127 MilliJy 1436 comps IMAGR2: Total Cleaned flux density = 1.064 Jy 5616 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.38 MicroJy IMAGR2: 2546 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.063 MilliJy iter= 1432 IMAGR2: Field 5 Clean flux density= 19.468 MilliJy 1432 comps IMAGR2: Total Cleaned flux density = 1.066 Jy 6084 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 969.34 MicroJy IMAGR2: 505 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.001 MilliJy iter= 852 IMAGR2: Field 1 Clean flux density= 1.000 Jy 852 comps IMAGR2: Total Cleaned flux density = 1.067 Jy 6278 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 941.22 MicroJy IMAGR2: 1942 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.005 MilliJy iter= 1456 IMAGR2: Field 4 Clean flux density= 14.152 MilliJy 1456 comps IMAGR2: Total Cleaned flux density = 1.065 Jy 6698 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 907.97 MicroJy IMAGR2: 2287 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 974.744 MicroJy iter= 1772 IMAGR2: Field 3 Clean flux density= 3.294 MilliJy 1772 comps IMAGR2: Total Cleaned flux density = 1.067 Jy 7188 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 881.50 MicroJy IMAGR2: 1859 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 934.586 MicroJy iter= 1865 IMAGR2: Field 6 Clean flux density= 27.107 MilliJy 1865 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 7617 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 875.71 MicroJy IMAGR2: 180 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 889.287 MicroJy iter= 238 IMAGR2: Field 7 Clean flux density= 5.930 MilliJy 238 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 7724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 871.53 MicroJy IMAGR2: 200 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -884.283 MicroJy iter= 226 IMAGR2: Field 2 Clean flux density= 911.657 MicroJy 226 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 7841 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 842.25 MicroJy IMAGR2: 2109 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -892.949 MicroJy iter= 1897 IMAGR2: Field 5 Clean flux density= 22.001 MilliJy 1897 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 8306 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 821.86 MicroJy IMAGR2: 2070 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 869.798 MicroJy iter= 1930 IMAGR2: Field 4 Clean flux density= 14.263 MilliJy 1930 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 8780 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 808.89 MicroJy IMAGR2: 648 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 835.192 MicroJy iter= 1108 IMAGR2: Field 1 Clean flux density= 1.003 Jy 1108 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 9036 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 781.76 MicroJy IMAGR2: 1982 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -825.082 MicroJy iter= 2263 IMAGR2: Field 3 Clean flux density= 4.211 MilliJy 2263 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 9527 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 760.92 MicroJy IMAGR2: 2490 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -809.279 MicroJy iter= 2462 IMAGR2: Field 6 Clean flux density= 26.092 MilliJy 2462 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 10124 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 743.19 MicroJy IMAGR2: 1983 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 780.813 MicroJy iter= 2397 IMAGR2: Field 5 Clean flux density= 21.442 MilliJy 2397 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 10624 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 738.26 MicroJy IMAGR2: 289 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -750.726 MicroJy iter= 398 IMAGR2: Field 7 Clean flux density= 7.398 MilliJy 398 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 10784 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 733.11 MicroJy IMAGR2: 228 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -743.078 MicroJy iter= 352 IMAGR2: Field 2 Clean flux density= 1.687 MilliJy 352 comps IMAGR2: Total Cleaned flux density = 1.078 Jy 10910 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 712.33 MicroJy IMAGR2: 2166 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -748.327 MicroJy iter= 2468 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 Clean flux density= 12.938 MilliJy 2468 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 11448 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 702.93 MicroJy IMAGR2: 559 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -718.206 MicroJy iter= 1346 IMAGR2: Field 1 Clean flux density= 1.003 Jy 1346 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 11686 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 685.50 MicroJy IMAGR2: 1949 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 718.312 MicroJy iter= 2800 IMAGR2: Field 3 Clean flux density= 5.333 MilliJy 2800 comps IMAGR2: Total Cleaned flux density = 1.078 Jy 12223 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 665.06 MicroJy IMAGR2: 2124 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 697.872 MicroJy iter= 3049 IMAGR2: Field 6 Clean flux density= 27.475 MilliJy 3049 comps IMAGR2: Total Cleaned flux density = 1.080 Jy 12810 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 648.77 MicroJy IMAGR2: 2356 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -679.826 MicroJy iter= 2992 IMAGR2: Field 5 Clean flux density= 21.953 MilliJy 2992 comps IMAGR2: Total Cleaned flux density = 1.080 Jy 13405 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 644.83 MicroJy IMAGR2: 313 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -653.661 MicroJy iter= 563 IMAGR2: Field 7 Clean flux density= 10.207 MilliJy 563 comps IMAGR2: Total Cleaned flux density = 1.083 Jy 13570 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 629.87 MicroJy IMAGR2: 2491 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -660.612 MicroJy iter= 3109 IMAGR2: Field 4 Clean flux density= 11.252 MilliJy 3109 comps IMAGR2: Total Cleaned flux density = 1.081 Jy 14211 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 2 min = -910.6 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 625.44 MicroJy IMAGR2: 344 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -635.508 MicroJy iter= 552 IMAGR2: Field 2 Clean flux density= 1.830 MilliJy 552 comps IMAGR2: Total Cleaned flux density = 1.081 Jy 14411 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 612.58 MicroJy IMAGR2: 1758 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -635.708 MicroJy iter= 3319 IMAGR2: Field 3 Clean flux density= 7.050 MilliJy 3319 comps IMAGR2: Total Cleaned flux density = 1.083 Jy 14930 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 1 min = -841.3 MicroJy,max = 844.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 604.07 MicroJy IMAGR2: 648 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 617.320 MicroJy iter= 1639 IMAGR2: Field 1 Clean flux density= 1.005 Jy 1639 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 15223 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.84 MicroJy IMAGR2: 1863 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 612.382 MicroJy iter= 3621 IMAGR2: Field 6 Clean flux density= 28.488 MilliJy 3621 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 15795 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 575.79 MicroJy IMAGR2: 2860 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -603.616 MicroJy iter= 3720 IMAGR2: Field 5 Clean flux density= 21.219 MilliJy 3720 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 16523 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.65 MicroJy IMAGR2: 2627 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 587.729 MicroJy iter= 3814 IMAGR2: Field 4 Clean flux density= 11.061 MilliJy 3814 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 17228 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -960.9 MicroJy,max = 892.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 558.20 MicroJy IMAGR2: 411 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 566.350 MicroJy iter= 775 IMAGR2: Field 7 Clean flux density= 11.545 MilliJy 775 comps IMAGR2: Total Cleaned flux density = 1.086 Jy 17440 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 548.16 MicroJy IMAGR2: 2056 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -569.294 MicroJy iter= 3955 IMAGR2: Field 3 Clean flux density= 6.613 MilliJy 3955 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 18076 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 2 min = -804.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 543.82 MicroJy IMAGR2: 252 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 549.152 MicroJy iter= 702 IMAGR2: Field 2 Clean flux density= 1.559 MilliJy 702 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 18226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -816.1 MicroJy,max = 753.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.73 MicroJy IMAGR2: 518 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 545.323 MicroJy iter= 1877 IMAGR2: Field 1 Clean flux density= 1.005 Jy 1877 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 18464 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 527.84 MicroJy IMAGR2: 1885 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -547.182 MicroJy iter= 4250 IMAGR2: Field 6 Clean flux density= 26.916 MilliJy 4250 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 19093 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.60 MicroJy IMAGR2: 2741 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -535.806 MicroJy iter= 4457 IMAGR2: Field 5 Clean flux density= 21.653 MilliJy 4457 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 19830 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 502.13 MicroJy IMAGR2: 2795 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 522.417 MicroJy iter= 4575 IMAGR2: Field 4 Clean flux density= 8.676 MilliJy 4575 comps IMAGR2: Total Cleaned flux density = 1.082 Jy 20591 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 493.15 MicroJy IMAGR2: 2312 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -511.587 MicroJy iter= 4685 IMAGR2: Field 3 Clean flux density= 8.902 MilliJy 4685 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 21321 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -932.6 MicroJy,max = 808.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.98 MicroJy IMAGR2: 658 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 498.851 MicroJy iter= 1111 IMAGR2: Field 7 Clean flux density= 13.365 MilliJy 1111 comps IMAGR2: Total Cleaned flux density = 1.086 Jy 21657 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 2 min = -729.1 MicroJy,max = 912.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 487.72 MicroJy IMAGR2: 294 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -492.457 MicroJy iter= 869 IMAGR2: Field 2 Clean flux density= 1.390 MilliJy 869 comps IMAGR2: Total Cleaned flux density = 1.086 Jy 21824 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 479.30 MicroJy IMAGR2: 1624 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -493.274 MicroJy iter= 4842 IMAGR2: Field 6 Clean flux density= 25.475 MilliJy 4842 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 22416 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -714.3 MicroJy,max = 702.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 474.29 MicroJy IMAGR2: 726 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 482.270 MicroJy iter= 2211 IMAGR2: Field 1 Clean flux density= 1.006 Jy 2211 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 22750 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 463.30 MicroJy IMAGR2: 2577 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -480.137 MicroJy iter= 5207 IMAGR2: Field 5 Clean flux density= 21.183 MilliJy 5207 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 23500 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.32 MicroJy IMAGR2: 3344 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 472.811 MicroJy iter= 5477 IMAGR2: Field 4 Clean flux density= 6.660 MilliJy 5477 comps IMAGR2: Total Cleaned flux density = 1.083 Jy 24402 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 445.89 MicroJy IMAGR2: 2446 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -461.320 MicroJy iter= 5474 IMAGR2: Field 3 Clean flux density= 10.722 MilliJy 5474 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 25191 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -821.4 MicroJy,max = 753.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 442.29 MicroJy IMAGR2: 471 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 447.138 MicroJy iter= 1348 IMAGR2: Field 7 Clean flux density= 15.034 MilliJy 1348 comps IMAGR2: Total Cleaned flux density = 1.086 Jy 25428 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 436.30 MicroJy IMAGR2: 1907 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 448.901 MicroJy iter= 5517 IMAGR2: Field 6 Clean flux density= 24.158 MilliJy 5517 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 26103 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 2 min = -676.7 MicroJy,max = 853.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 434.39 MicroJy IMAGR2: 581 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 440.419 MicroJy iter= 1172 IMAGR2: Field 2 Clean flux density= 1.854 MilliJy 1172 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 26406 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 1 min = -644.0 MicroJy,max = 643.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.23 MicroJy IMAGR2: 579 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -436.003 MicroJy iter= 2500 IMAGR2: Field 1 Clean flux density= 1.005 Jy 2500 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 26695 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 422.84 MicroJy IMAGR2: 2734 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 436.715 MicroJy iter= 5999 IMAGR2: Field 5 Clean flux density= 21.695 MilliJy 5999 comps IMAGR2: Total Cleaned flux density = 1.085 Jy 27487 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 413.91 MicroJy IMAGR2: 3489 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -429.570 MicroJy iter= 6451 IMAGR2: Field 4 Clean flux density= 7.139 MilliJy 6451 comps IMAGR2: Total Cleaned flux density = 1.086 Jy 28461 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 406.92 MicroJy IMAGR2: 2460 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -419.930 MicroJy iter= 6319 IMAGR2: Field 3 Clean flux density= 13.904 MilliJy 6319 comps IMAGR2: Total Cleaned flux density = 1.089 Jy 29306 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 402.25 MicroJy IMAGR2: 2003 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -413.511 MicroJy iter= 6261 IMAGR2: Field 6 Clean flux density= 22.276 MilliJy 6261 comps IMAGR2: Total Cleaned flux density = 1.087 Jy 30050 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -692.5 MicroJy,max = 695.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.59 MicroJy IMAGR2: 591 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 404.610 MicroJy iter= 1654 IMAGR2: Field 7 Clean flux density= 15.810 MilliJy 1654 comps IMAGR2: Total Cleaned flux density = 1.088 Jy 30356 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 2 min = -600.8 MicroJy,max = 748.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 397.08 MicroJy IMAGR2: 382 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -400.640 MicroJy iter= 1392 IMAGR2: Field 2 Clean flux density= 1.996 MilliJy 1392 comps IMAGR2: Total Cleaned flux density = 1.088 Jy 30576 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -1.0 MilliJy,max = 980.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 390.72 MicroJy IMAGR2: 2671 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 401.993 MicroJy iter= 6793 IMAGR2: Field 5 Clean flux density= 22.853 MilliJy 6793 comps IMAGR2: Total Cleaned flux density = 1.089 Jy 31370 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 1 min = -547.3 MicroJy,max = 634.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.80 MicroJy IMAGR2: 939 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -393.878 MicroJy iter= 2911 IMAGR2: Field 1 Clean flux density= 1.006 Jy 2911 comps IMAGR2: Total Cleaned flux density = 1.090 Jy 31781 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 4 min = -980.5 MicroJy,max = 902.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 379.49 MicroJy IMAGR2: 2877 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -391.397 MicroJy iter= 7359 IMAGR2: Field 4 Clean flux density= 5.325 MilliJy 7359 comps IMAGR2: Total Cleaned flux density = 1.088 Jy 32689 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 373.87 MicroJy IMAGR2: 2652 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -385.586 MicroJy iter= 7236 IMAGR2: Field 3 Clean flux density= 17.584 MilliJy 7236 comps IMAGR2: Total Cleaned flux density = 1.091 Jy 33606 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 368.71 MicroJy IMAGR2: 2265 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 378.743 MicroJy iter= 7075 IMAGR2: Field 6 Clean flux density= 22.297 MilliJy 7075 comps IMAGR2: Total Cleaned flux density = 1.091 Jy 34420 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -631.3 MicroJy,max = 653.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 366.65 MicroJy IMAGR2: 640 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 370.910 MicroJy iter= 1990 IMAGR2: Field 7 Clean flux density= 16.463 MilliJy 1990 comps IMAGR2: Total Cleaned flux density = 1.092 Jy 34756 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -928.1 MicroJy,max = 926.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 361.76 MicroJy IMAGR2: 3272 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -373.051 MicroJy iter= 7774 IMAGR2: Field 5 Clean flux density= 23.241 MilliJy 7774 comps IMAGR2: Total Cleaned flux density = 1.092 Jy 35737 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 2 min = -636.1 MicroJy,max = 652.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 360.35 MicroJy IMAGR2: 766 Residual map points loaded IMAGR2: Field 2 min Clean flux = -369.416 MicroJy iter= 1697 IMAGR2: Field 2 Clean flux density= 2.284 MilliJy 1697 comps IMAGR2: Total Cleaned flux density = 1.093 Jy 36042 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 1 min = -560.1 MicroJy,max = 564.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 356.10 MicroJy IMAGR2: 867 Residual map points loaded IMAGR2: Field 1 min Clean flux = 369.413 MicroJy iter= 3189 IMAGR2: Field 1 Clean flux density= 1.006 Jy 3189 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 36320 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 4 min = -910.4 MicroJy,max = 860.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 348.98 MicroJy IMAGR2: 3531 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 min Clean flux = -369.435 MicroJy iter= 8096 IMAGR2: Field 4 Clean flux density= 6.083 MilliJy 8096 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 37057 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 3 min = -948.0 MicroJy,max = 950.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 334.62 MicroJy IMAGR2: 3592 Residual map points loaded IMAGR2: Field 3 min Clean flux = 369.386 MicroJy iter= 7683 IMAGR2: Field 3 Clean flux density= 18.314 MilliJy 7683 comps IMAGR2: Total Cleaned flux density = 1.095 Jy 37504 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 6 min = -976.0 MicroJy,max = 999.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 318.75 MicroJy IMAGR2: 4648 Residual map points loaded IMAGR2: Field 6 min Clean flux = -369.439 MicroJy iter= 7370 IMAGR2: Field 6 Clean flux density= 21.992 MilliJy 7370 comps IMAGR2: Total Cleaned flux density = 1.095 Jy 37799 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 5 min = -873.6 MicroJy,max = 908.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 293.80 MicroJy IMAGR2: 12352 Residual map points loaded IMAGR2: Field 5 min Clean flux = -369.234 MicroJy iter= 8045 IMAGR2: Field 5 Clean flux density= 22.096 MilliJy 8045 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 38070 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 33704 Pts IMAGR2: Field 7 min = -582.0 MicroJy,max = 595.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 232.61 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 7 min Clean flux = 369.353 MicroJy iter= 2033 IMAGR2: Field 7 Clean flux density= 16.883 MilliJy 2033 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 38113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 369.439 less than limit 369.439 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 3189 to 1547 components IMAGR2: Field 2 compressed from 1697 to 875 components IMAGR2: Field 3 compressed from 7683 to 3277 components IMAGR2: Field 4 compressed from 8096 to 3461 components IMAGR2: Field 5 compressed from 8045 to 3376 components IMAGR2: Field 6 compressed from 7370 to 3119 components IMAGR2: Field 7 compressed from 2033 to 1056 components IMAGR2: Field 1 min = -512.0 MicroJy,max = 542.9 MicroJy IMAGR2: Field 2 min = -562.5 MicroJy,max = 630.4 MicroJy IMAGR2: Field 3 min = -927.5 MicroJy,max = 936.7 MicroJy IMAGR2: Field 4 min = -894.9 MicroJy,max = 797.9 MicroJy IMAGR2: Field 5 min = -848.8 MicroJy,max = 914.6 MicroJy IMAGR2: Field 6 min = -958.6 MicroJy,max = 996.4 MicroJy IMAGR2: Field 7 min = -575.6 MicroJy,max = 588.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-820.094 MicroJy ( 10 CCs) from field 1 to field 2 IMAGR2: Restore -2.076 MilliJy ( 325 CCs) from field 1 to field 3 IMAGR2: Restore 3.161 MilliJy ( 416 CCs) from field 1 to field 4 IMAGR2: Restore 2.416 MilliJy ( 310 CCs) from field 1 to field 5 IMAGR2: Restore 3.939 MilliJy ( 428 CCs) from field 1 to field 6 IMAGR2: Restore 717.012 MicroJy ( 17 CCs) from field 1 to field 7 IMAGR2: Restore -1.398 MilliJy ( 19 CCs) from field 2 to field 1 IMAGR2: Restore -1.310 MilliJy ( 113 CCs) from field 2 to field 3 IMAGR2: Restore 3.966 MilliJy ( 132 CCs) from field 2 to field 4 IMAGR2: Restore 3.262 MilliJy ( 208 CCs) from field 3 to field 1 IMAGR2: Restore -1.448 MilliJy ( 106 CCs) from field 3 to field 2 IMAGR2: Restore 5.263 MilliJy ( 402 CCs) from field 3 to field 5 IMAGR2: Restore 692.075 MicroJy ( 170 CCs) from field 4 to field 1 IMAGR2: Restore 318.329 MicroJy ( 103 CCs) from field 4 to field 2 IMAGR2: Restore 4.602 MilliJy ( 380 CCs) from field 4 to field 6 IMAGR2: Restore -1.890 MilliJy ( 172 CCs) from field 5 to field 1 IMAGR2: Restore 5.285 MilliJy ( 356 CCs) from field 5 to field 3 IMAGR2: Restore 1.935 MilliJy ( 66 CCs) from field 5 to field 7 IMAGR2: Restore 4.254 MilliJy ( 201 CCs) from field 6 to field 1 IMAGR2: Restore 2.945 MilliJy ( 336 CCs) from field 6 to field 4 IMAGR2: Restore 1.828 MilliJy ( 82 CCs) from field 6 to field 7 IMAGR2: Restore 1.206 MilliJy ( 26 CCs) from field 7 to field 1 IMAGR2: Restore 240.530 MicroJy ( 149 CCs) from field 7 to field 5 IMAGR2: Restore 1.698 MilliJy ( 111 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.013 Jy IMAGR2: Field 2 final Clean flux 334.518 MicroJy IMAGR2: Field 3 final Clean flux 20.213 MilliJy IMAGR2: Field 4 final Clean flux 16.154 MilliJy IMAGR2: Field 5 final Clean flux 30.016 MilliJy IMAGR2: Field 6 final Clean flux 32.230 MilliJy IMAGR2: Field 7 final Clean flux 21.363 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 105 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 148.7 Real= 953 sion files of type HI AIPS 2: Destroyed MA image file: catno= 102 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06157 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04625 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2319+051 X BAND Seq 1 Disk: 1 in slot 20 SETFC2: SETCEL: recommends IMSIZE 1364 CELLSIZE 0.23470 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23470 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 39.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 13 C 1 1012 1012 23 21 40.80 05 27 36.5 00001 -1 507 512 513 C 2 1012 1012 23 21 40.80 05 24 16.7 00002 -1 507 512 513 C 3 1012 1012 23 21 29.22 05 25 56.6 00003 -1 507 512 513 C 4 1012 1012 23 21 52.39 05 25 56.6 00004 -1 507 512 513 C 5 1012 1012 23 21 29.22 05 29 16.4 00005 -1 507 512 513 C 6 1012 1012 23 21 52.39 05 29 16.4 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 30 56.3 00007 -1 507 512 513 sion files of type HI AIPS 2: Destroyed MA image file: catno= 102 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06157 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04625 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -5.9728E-02 -3.0000E-02 0 IMAGR2: Field 2 1012 1012 -5.9728E-02 -1.9983E+02 0 IMAGR2: Field 3 1012 1012 -1.7297E+02 -9.9930E+01 0 IMAGR2: Field 4 1012 1012 1.7300E+02 -9.9930E+01 0 IMAGR2: Field 5 1012 1012 -1.7297E+02 9.9870E+01 0 IMAGR2: Field 6 1012 1012 1.7300E+02 9.9870E+01 0 IMAGR2: Field 7 1012 1012 -5.9728E-02 1.9977E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2319+051 .IMAGR . 1 (UV) on disk 1 cno 112 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 59737 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.147E+05 IMAGR2: UVWAIT: Adding temperance S 2.294E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.614E+08 and out 2.226E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.177 due to weighting IMAGR2: UVWAIT: Average summed weight 1.147E+05 over 119399 vis IMAGR2: Create 2319+051 .IBM001. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2319+051 .IBM002. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2319+051 .IBM003. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2319+051 .IBM004. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2319+051 .IBM005. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2319+051 .IBM006. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2319+051 .IBM007. 1 (MA) on disk 1 cno 119 IMAGR2: Create 2319+051 .ICL001. 1 (MA) on disk 1 cno 120 IMAGR2: Create 2319+051 .ICL002. 1 (MA) on disk 1 cno 121 IMAGR2: Create 2319+051 .ICL003. 1 (MA) on disk 1 cno 122 IMAGR2: Create 2319+051 .ICL004. 1 (MA) on disk 1 cno 123 IMAGR2: Create 2319+051 .ICL005. 1 (MA) on disk 1 cno 124 IMAGR2: Create 2319+051 .ICL006. 1 (MA) on disk 1 cno 125 IMAGR2: Create 2319+051 .ICL007. 1 (MA) on disk 1 cno 126 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.36353E+09 IMAGR2: Field 1 Beam min = -110.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.188 x 0.742 arcsec, PA= -54.8 IMAGR2: Field 2 Sum of gridding weights = 2.36352E+09 IMAGR2: Field 2 Beam min = -110.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.189 x 0.742 arcsec, PA= -54.8 IMAGR2: Field 3 Sum of gridding weights = 2.36352E+09 IMAGR2: Field 3 Beam min = -101.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.187 x 0.742 arcsec, PA= -54.8 IMAGR2: Field 4 Sum of gridding weights = 2.36353E+09 IMAGR2: Field 4 Beam min = -107.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.190 x 0.742 arcsec, PA= -54.8 IMAGR2: Field 5 Sum of gridding weights = 2.36352E+09 IMAGR2: Field 5 Beam min = -101.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.186 x 0.742 arcsec, PA= -54.8 IMAGR2: Field 6 Sum of gridding weights = 2.36352E+09 IMAGR2: Field 6 Beam min = -107.0 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 fit FWHM = 1.189 x 0.742 arcsec, PA= -54.9 IMAGR2: Field 7 Sum of gridding weights = 2.36352E+09 IMAGR2: Field 7 Beam min = -110.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.187 x 0.742 arcsec, PA= -54.9 IMAGR2: CLBHIS: minimum component 0.419 of current peak IMAGR2: Field 1 min = -2.3 MilliJy,max = 22.9 MilliJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 3.4 MilliJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 2.2 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 2.6 MilliJy IMAGR2: Field 5 min = -1.5 MilliJy,max = 2.7 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 2.5 MilliJy IMAGR2: Field 7 min = -2.0 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.81 MilliJy IMAGR2: 3402 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.885 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 14.937 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 14.937 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 1663 cell beam + residuals > 1.14 MilliJy IMAGR2: 451 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.207 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 21.739 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 21.739 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -559.3 MicroJy,max = 778.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.443E-04 < Second best 3.221E-03 IMAGR2: Field 7 min = -544.0 MicroJy,max = 861.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.227E-04 < Second best 3.050E-03 IMAGR2: Field 1 min = -596.7 MicroJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 702.68 MicroJy IMAGR2: 254 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.259 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 25.784 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 25.784 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -422.2 MicroJy,max = 528.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.046E-04 < Second best 2.380E-03 IMAGR2: Field 4 min = -453.8 MicroJy,max = 451.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.317E-04 < Second best 1.635E-03 IMAGR2: Field 3 min = -441.6 MicroJy,max = 411.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.801E-04 < Second best 1.475E-03 IMAGR2: Field 6 min = -463.5 MicroJy,max = 453.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.611E-04 < Second best 1.198E-03 IMAGR2: Field 1 min = -562.5 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 318.28 MicroJy IMAGR2: 3694 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 577.135 MicroJy iter= 89 IMAGR2: Field 1 Clean flux density= 28.996 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 28.996 MilliJy 89 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -455.7 MicroJy,max = 532.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.088E-04 < Second best 7.443E-04 IMAGR2: Field 2 min = -489.8 MicroJy,max = 491.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.702E-04 < Second best 5.502E-04 IMAGR2: Field 1 min = -545.1 MicroJy,max = 545.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 253.90 MicroJy IMAGR2: 8061 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -422.261 MicroJy iter= 171 IMAGR2: Field 1 Clean flux density= 30.661 MilliJy 171 comps IMAGR2: Total Cleaned flux density = 30.661 MilliJy 171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -451.4 MicroJy,max = 475.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.550E-04 < Second best 5.046E-04 IMAGR2: Field 5 min = -392.1 MicroJy,max = 480.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.954E-04 < Second best 4.702E-04 IMAGR2: Field 2 min = -439.8 MicroJy,max = 439.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.211E-04 < Second best 4.550E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 246.54 MicroJy IMAGR2: 2989 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 342.173 MicroJy iter= 78 IMAGR2: Field 7 Clean flux density= 1.066 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 31.727 MilliJy 249 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -414.0 MicroJy,max = 405.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.961E-04 < Second best 4.211E-04 IMAGR2: Field 2 min = -417.0 MicroJy,max = 424.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 243.56 MicroJy IMAGR2: 2489 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 319.126 MicroJy iter= 87 IMAGR2: Field 2 Clean flux density= 908.849 MicroJy 87 comps IMAGR2: Total Cleaned flux density = 32.636 MilliJy 336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -410.2 MicroJy,max = 385.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 231.36 MicroJy IMAGR2: 4835 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -310.452 MicroJy iter= 302 IMAGR2: Field 1 Clean flux density= 31.205 MilliJy 302 comps IMAGR2: Total Cleaned flux density = 33.180 MilliJy 467 comps IMAGR2: ALGSTB: All 496 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 485- 0 Cells, with 59737 Pts IMAGR2: Field 4 min = -352.2 MicroJy,max = 374.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.226E-04 < Second best 3.954E-04 IMAGR2: Field 5 min = -341.8 MicroJy,max = 401.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.154E-04 < Second best 3.801E-04 IMAGR2: Field 3 min = -336.2 MicroJy,max = 350.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.183E-04 < Second best 3.611E-04 IMAGR2: Field 6 min = -347.5 MicroJy,max = 332.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.986E-04 < Second best 3.274E-04 IMAGR2: Field 7 min = -342.0 MicroJy,max = 311.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.995E-04 < Second best 3.226E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 218.46 MicroJy IMAGR2: 1352 Residual map points loaded IMAGR2: Field 4 min Clean flux = 277.454 MicroJy iter= 40 IMAGR2: Field 4 Clean flux density= 231.647 MicroJy 40 comps IMAGR2: Total Cleaned flux density = 33.412 MilliJy 507 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -333.4 MicroJy,max = 348.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 216.51 MicroJy IMAGR2: 1010 Residual map points loaded IMAGR2: Field 3 min Clean flux = -277.082 MicroJy iter= 21 IMAGR2: Field 3 Clean flux density= -204.915 MicroJy 21 comps IMAGR2: Total Cleaned flux density = 33.207 MilliJy 528 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -341.6 MicroJy,max = 395.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 214.88 MicroJy IMAGR2: 1376 Residual map points loaded IMAGR2: Field 5 min Clean flux = 276.878 MicroJy iter= 35 IMAGR2: Field 5 Clean flux density= 144.308 MicroJy 35 comps IMAGR2: Total Cleaned flux density = 33.351 MilliJy 563 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -334.3 MicroJy,max = 323.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 205.20 MicroJy IMAGR2: 3322 Residual map points loaded IMAGR2: Field 2 min Clean flux = 277.376 MicroJy iter= 101 IMAGR2: Field 2 Clean flux density= 965.011 MicroJy 101 comps IMAGR2: Total Cleaned flux density = 33.407 MilliJy 577 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -330.1 MicroJy,max = 309.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 198.77 MicroJy IMAGR2: 3980 Residual map points loaded IMAGR2: Field 7 min Clean flux = -277.096 MicroJy iter= 101 IMAGR2: Field 7 Clean flux density= 862.194 MicroJy 101 comps IMAGR2: Total Cleaned flux density = 33.204 MilliJy 600 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -336.7 MicroJy,max = 324.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 190.71 MicroJy IMAGR2: 3124 Residual map points loaded IMAGR2: Field 6 min Clean flux = -276.599 MicroJy iter= 11 IMAGR2: Field 6 Clean flux density= -86.779 MicroJy 11 comps IMAGR2: Total Cleaned flux density = 33.117 MilliJy 611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -321.9 MicroJy,max = 355.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 166.33 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min Clean flux = 277.319 MicroJy iter= 328 IMAGR2: Field 1 Clean flux density= 31.434 MilliJy 328 comps IMAGR2: Total Cleaned flux density = 33.346 MilliJy 637 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 277.454 less than limit 277.499 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 328 to 202 components IMAGR2: Field 2 compressed from 101 to 88 components IMAGR2: Field 3 compressed from 21 to 20 components IMAGR2: Field 4 compressed from 40 to 38 components IMAGR2: Field 5 compressed from 35 to 33 components IMAGR2: Field 6 compressed from 11 to 11 components IMAGR2: Field 7 compressed from 101 to 78 components IMAGR2: Field 1 min = -320.8 MicroJy,max = 352.2 MicroJy IMAGR2: Field 2 min = -328.5 MicroJy,max = 322.2 MicroJy IMAGR2: Field 3 min = -316.2 MicroJy,max = 342.9 MicroJy IMAGR2: Field 4 min = -339.9 MicroJy,max = 365.1 MicroJy IMAGR2: Field 5 min = -335.3 MicroJy,max = 386.0 MicroJy IMAGR2: Field 6 min = -334.4 MicroJy,max = 319.8 MicroJy IMAGR2: Field 7 min = -329.6 MicroJy,max = 304.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 38.460 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore 116.826 MicroJy ( 10 CCs) from field 1 to field 3 IMAGR2: Restore -46.062 MicroJy ( 9 CCs) from field 1 to field 4 IMAGR2: Restore 554.187 MicroJy ( 21 CCs) from field 1 to field 5 IMAGR2: Restore 97.787 MicroJy ( 5 CCs) from field 1 to field 6 IMAGR2: Restore 228.525 MicroJy ( 9 CCs) from field 1 to field 7 IMAGR2: Restore 88.939 MicroJy ( 14 CCs) from field 2 to field 1 IMAGR2: Restore 193.710 MicroJy ( 6 CCs) from field 2 to field 3 IMAGR2: Restore -2.459 MicroJy ( 8 CCs) from field 2 to field 4 IMAGR2: Restore 28.498 MicroJy ( 5 CCs) from field 3 to field 1 IMAGR2: Restore-119.664 MicroJy ( 9 CCs) from field 3 to field 2 IMAGR2: Restore -27.708 MicroJy ( 1 CCs) from field 3 to field 5 IMAGR2: Restore -62.046 MicroJy ( 17 CCs) from field 4 to field 1 IMAGR2: Restore 53.162 MicroJy ( 6 CCs) from field 4 to field 2 IMAGR2: Restore 87.920 MicroJy ( 3 CCs) from field 4 to field 6 IMAGR2: Restore 57.541 MicroJy ( 8 CCs) from field 5 to field 1 IMAGR2: Restore 58.118 MicroJy ( 3 CCs) from field 5 to field 3 IMAGR2: Restore 58.717 MicroJy ( 4 CCs) from field 5 to field 7 IMAGR2: Restore -27.660 MicroJy ( 1 CCs) from field 6 to field 1 IMAGR2: Restore -27.660 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR2: Restore -1.800 MicroJy ( 2 CCs) from field 6 to field 7 IMAGR2: Restore 37.152 MicroJy ( 5 CCs) from field 7 to field 1 IMAGR2: Restore 26.734 MicroJy ( 4 CCs) from field 7 to field 5 IMAGR2: Restore-275.930 MicroJy ( 5 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 31.557 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 final Clean flux 936.969 MicroJy IMAGR2: Field 3 final Clean flux 163.740 MicroJy IMAGR2: Field 4 final Clean flux 155.467 MicroJy IMAGR2: Field 5 final Clean flux 697.522 MicroJy IMAGR2: Field 6 final Clean flux -177.002 MicroJy IMAGR2: Field 7 final Clean flux 1.148 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 112 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 46.2 Real= 279 sion files of type HI AIPS 2: Destroyed MA image file: catno= 102 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06157 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04625 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB04_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 113 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 114 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 115 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 116 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 117 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 118 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 119 disk= 1 AIPS 2: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: Disk 1 in-CNO 122 renumbered as CNO 114 AIPS 2: Disk 1 in-CNO 123 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 116 AIPS 2: Disk 1 in-CNO 125 renumbered as CNO 117 AIPS 2: Disk 1 in-CNO 126 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: ' ' AIPS 2: Found in Version=ABIN AIPS 2: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 2: Disk 1 No files needed renumbering AIPS 2: 'EMPTY CATALOG ?' 118 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18404: 12647 messages, oldest written 17-SEP-2006 17:32:50 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= 9238 /home/auto/run/AB922_2000FEB04_1.run.1 finished on Sun Sep 17 23:48:58 MDT 2006