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_2000JAN20_1' >>AIPS 2: 'AB922_2000JAN20_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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 3.25 min. of data in 39 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 5.144E-01 +- 2.316E-02 source= 1331+305 FLAGR2: Overall average rms= 1.957E-03 +- 1.220E-04 source= 1331+305 FLAGR2: Overall average amp= 4.342E-02 +- 1.999E-03 source= 1244+408 FLAGR2: Overall average rms= 1.872E-03 +- 2.249E-04 source= 1244+408 FLAGR2: Overall average amp= 7.637E-02 +- 3.076E-03 source= 1035+564 FLAGR2: Overall average rms= 2.180E-03 +- 2.505E-04 source= 1035+564 FLAGR2: Overall average amp= 4.316E-02 +- 2.141E-03 source= 1148+594 FLAGR2: Overall average rms= 1.867E-03 +- 2.182E-04 source= 1148+594 FLAGR2: Overall average amp= 1.088E-01 +- 5.120E-03 source= 1400+621 FLAGR2: Overall average rms= 1.758E-03 +- 1.915E-04 source= 1400+621 FLAGR2: Overall average amp= 9.359E-02 +- 4.667E-03 source= 1549+506 FLAGR2: Overall average rms= 1.716E-03 +- 1.519E-04 source= 1549+506 FLAGR2: Overall average amp= 3.764E-03 +- 4.659E-04 source= 1600+434 FLAGR2: Overall average rms= 1.338E-03 +- 1.205E-04 source= 1600+434 FLAGR2: Overall average amp= 9.238E-03 +- 1.820E-03 source= 1559+437 FLAGR2: Overall average rms= 1.649E-03 +- 1.997E-04 source= 1559+437 FLAGR2: Overall average amp= 3.164E-02 +- 1.526E-03 source= 1545+478 FLAGR2: Overall average rms= 1.704E-03 +- 2.256E-04 source= 1545+478 FLAGR2: Overall average amp= 8.061E-02 +- 3.854E-03 source= 1634+627 FLAGR2: Overall average rms= 1.705E-03 +- 1.164E-04 source= 1634+627 FLAGR2: Overall average amp= 8.223E-02 +- 3.626E-03 source= 1642+689 FLAGR2: Overall average rms= 1.685E-03 +- 1.262E-04 source= 1642+689 FLAGR2: Overall average amp= 4.284E-03 +- 6.755E-04 source= 1608+656 FLAGR2: Overall average rms= 1.414E-03 +- 1.036E-04 source= 1608+656 FLAGR2: Overall average amp= 5.237E-02 +- 2.092E-03 source= 1823+796 FLAGR2: Overall average rms= 1.727E-03 +- 1.471E-04 source= 1823+796 FLAGR2: Overall average amp= 4.334E-02 +- 1.912E-03 source= 1945+709 FLAGR2: Overall average rms= 1.683E-03 +- 1.451E-04 source= 1945+709 FLAGR2: Overall average amp= 2.880E-02 +- 1.496E-03 source= 1815+614 FLAGR2: Overall average rms= 1.663E-03 +- 1.473E-04 source= 1815+614 FLAGR2: Overall average amp= 8.843E-02 +- 3.918E-03 source= 2355+498 FLAGR2: Overall average rms= 1.733E-03 +- 1.744E-04 source= 2355+498 FLAGR2: Overall average amp= 9.944E-02 +- 5.345E-03 source= 2320+052 FLAGR2: Overall average rms= 1.820E-03 +- 1.539E-04 source= 2320+052 FLAGR2: Overall average amp= 3.613E-03 +- 3.017E-04 source= 2319+051 FLAGR2: Overall average rms= 1.362E-03 +- 7.466E-05 source= 2319+051 FLAGR2: Found 29 bad times, 452 total flags FLAGR2: Wrote 3 antenna & IF independent flags FLAGR2: Wrote 26 antenna independent, IF dependent flags FLAGR2: Wrote 423 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 14.1 Real= 40 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000120 . 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 3876 good solutions CALIB2: Average closure rms = 0.0101 +- 0.0073 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.26207 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.50345 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.14483 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.05517 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.02069 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.4 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_X.MODEL CALRD2: Create 3C286_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000120 . 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.0008 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.21875 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.12500 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.21875 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.15625 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.09375 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.2 Real= 21 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 969 merged records from 969 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.9 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 4050 records from CL table no. 2 CLCAL2: Processing SN table 1 CLCAL2: WARNING: SN table 1 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 969 merged records from 969 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= 2.7 Real= 11 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000120 . 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.785E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.790E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.787E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.823E+00 CALIB2: Found 3228 good solutions CALIB2: Average closure rms = 0.0012 +- 0.0009 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.55797 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.15942 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.02174 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 2.6 Real= 11 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000120 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 5.216 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.88316E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 10 percent complete CALIB2: Model computation is 20 percent complete CALIB2: Model computation is 30 percent complete CALIB2: Model computation is 40 percent complete CALIB2: Model computation is 50 percent complete CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 70 percent complete CALIB2: Model computation is 80 percent complete CALIB2: Model computation is 90 percent complete CALIB2: Model computation is 100 percent complete CALIB2: FACSET: source model will be scaled to 5.195 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.84307E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 194 CCs CALIB2: Determining solutions CALIB2: Deleted 54 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.196E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.198E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.211E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.237E+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 0 - 2 percent outside 2.5 times rms CALIB2: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.2 Real= 17 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1244+408 : 0 C 1 0.43523 +/- 0.00072 GETJY2: 2 0.43297 +/- 0.00079 GETJY2: 1035+564 : 0 A 1 0.76085 +/- 0.00296 GETJY2: 2 0.75657 +/- 0.00289 GETJY2: 1148+594 : 0 B 1 0.43116 +/- 0.00184 GETJY2: 2 0.42934 +/- 0.00231 GETJY2: 1400+621 : 0 C 1 1.09926 +/- 0.00266 GETJY2: 2 1.09310 +/- 0.00271 GETJY2: 1549+506 : 0 A 1 0.94346 +/- 0.00266 GETJY2: 2 0.94414 +/- 0.00267 GETJY2: 1545+478 : 0 B 1 0.31843 +/- 0.00078 GETJY2: 2 0.31690 +/- 0.00084 GETJY2: 1634+627 : 0 C 1 0.80416 +/- 0.00180 GETJY2: 2 0.79756 +/- 0.00170 GETJY2: 1642+689 : 0 A 1 0.82641 +/- 0.00200 GETJY2: 2 0.82587 +/- 0.00186 GETJY2: 1823+796 : 0 A 1 0.52416 +/- 0.00243 GETJY2: 2 0.52243 +/- 0.00244 GETJY2: 1945+709 : 0 B 1 0.43444 +/- 0.00176 GETJY2: 2 0.43288 +/- 0.00183 GETJY2: 2355+498 : 0 A 1 0.87452 +/- 0.01122 GETJY2: 2 0.87042 +/- 0.01124 GETJY2: 2320+052 : 0 A 1 0.99932 +/- 0.00318 GETJY2: 2 0.99827 +/- 0.00316 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 807 merged records from 807 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.9 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 4050 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 807 merged records from 807 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= 2.3 Real= 9 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 20000120 .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.4 Real= 2 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1331+305 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 6056 0 6056 SPLIT2: Fully 0 0 43193 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 0 0 0 SPLIT2: Fully 0 0 6500 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 208 0 208 SPLIT2: Fully 0 0 6812 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 7163 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 310 0 310 SPLIT2: Fully 0 0 7763 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 1515 0 1515 SPLIT2: Fully 0 0 18739 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 466 0 466 SPLIT2: Fully 0 0 38846 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 52 0 52 SPLIT2: Fully 0 0 5915 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 292 0 292 SPLIT2: Fully 0 0 5213 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 2588 0 2588 SPLIT2: Fully 0 0 26545 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 2186 0 2186 SPLIT2: Fully 0 0 32222 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 2250 0 2250 SPLIT2: Fully 0 0 61281 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 414 0 414 SPLIT2: Fully 0 0 15030 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Create 1945+709 .X BAND. 1 (UV) on disk 1 cno 16 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 208 0 208 SPLIT2: Fully 0 0 14885 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 520 0 520 SPLIT2: Fully 0 0 14618 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 654 0 654 SPLIT2: Fully 0 0 12815 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 1216 0 1216 SPLIT2: Fully 0 0 31532 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 16548 0 16548 SPLIT2: Fully 0 0 77767 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= 2.4 Real= 7 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07204 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 107.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07204 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 49249 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.176E+05 IMAGR2: UVWAIT: Adding temperance S 2.352E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.262E+08 and out 1.986E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.185 due to weighting IMAGR2: UVWAIT: Average summed weight 1.176E+05 over 96614 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 35 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.10792E+09 IMAGR2: Field 1 Beam min = -112.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.231 x 0.680 arcsec, PA= 76.9 IMAGR2: Field 2 Sum of gridding weights = 2.10791E+09 IMAGR2: Field 2 Beam min = -112.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.232 x 0.680 arcsec, PA= 76.8 IMAGR2: Field 3 Sum of gridding weights = 2.10792E+09 IMAGR2: Field 3 Beam min = -111.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.233 x 0.680 arcsec, PA= 76.8 IMAGR2: Field 4 Sum of gridding weights = 2.10792E+09 IMAGR2: Field 4 Beam min = -112.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.230 x 0.680 arcsec, PA= 76.9 IMAGR2: Field 5 Sum of gridding weights = 2.10792E+09 IMAGR2: Field 5 Beam min = -112.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.233 x 0.679 arcsec, PA= 76.8 IMAGR2: Field 6 Sum of gridding weights = 2.10792E+09 IMAGR2: Field 6 Beam min = -112.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.229 x 0.679 arcsec, PA= 76.9 IMAGR2: Field 7 Sum of gridding weights = 2.10792E+09 IMAGR2: Field 7 Beam min = -112.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.231 x 0.679 arcsec, PA= 76.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -605.2 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -369.8 MilliJy,max = 779.5 MilliJy IMAGR2: Field 3 min = -254.5 MilliJy,max = 770.5 MilliJy IMAGR2: Field 4 min = -271.8 MilliJy,max = 456.1 MilliJy IMAGR2: Field 5 min = -269.9 MilliJy,max = 435.2 MilliJy IMAGR2: Field 6 min = -269.4 MilliJy,max = 770.4 MilliJy IMAGR2: Field 7 min = -335.7 MilliJy,max = 780.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 336.33 MilliJy IMAGR2: 9387 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.444 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 2.910 Jy 8 comps IMAGR2: Total Cleaned flux density = 2.910 Jy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -303.9 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 243.05 MilliJy IMAGR2: 2161 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.055 Jy iter= 17 IMAGR2: Field 1 Clean flux density= 4.308 Jy 17 comps IMAGR2: Total Cleaned flux density = 4.308 Jy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -162.7 MilliJy,max = 962.6 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 240.86 MilliJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 1 min allowed flux = 473.857 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 4.932 Jy 26 comps IMAGR2: Total Cleaned flux density = 4.932 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -47.2 MilliJy,max = 64.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.768E-02 < Second best 7.432E-01 IMAGR2: Field 2 min = -49.0 MilliJy,max = 61.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.604E-02 < Second best 7.338E-01 IMAGR2: Field 3 min = -25.6 MilliJy,max = 65.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.218E-02 < Second best 7.337E-01 IMAGR2: Field 6 min = -30.4 MilliJy,max = 58.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.601E-02 < Second best 4.505E-01 IMAGR2: Field 1 min = -98.6 MilliJy,max = 431.1 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 118.08 MilliJy IMAGR2: 66 Residual map points loaded IMAGR2: Field 1 min allowed flux = 210.889 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.211 Jy 35 comps IMAGR2: Total Cleaned flux density = 5.211 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -30.1 MilliJy,max = 32.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.599E-02 < Second best 2.986E-01 IMAGR2: Field 5 min = -30.0 MilliJy,max = 33.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.635E-02 < Second best 2.005E-01 IMAGR2: Field 1 min = -118.4 MilliJy,max = 193.4 MilliJy IMAGR2: BGC Clean: using 869 cell beam + residuals > 24.84 MilliJy IMAGR2: 3786 Residual map points loaded IMAGR2: Field 1 min allowed flux = -95.829 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 5.296 Jy 50 comps IMAGR2: Total Cleaned flux density = 5.296 Jy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -89.9 MilliJy,max = 88.5 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 23.88 MilliJy IMAGR2: 1219 Residual map points loaded IMAGR2: Field 1 min allowed flux = -44.292 MilliJy iter= 84 IMAGR2: Field 1 Clean flux density= 5.268 Jy 84 comps IMAGR2: Total Cleaned flux density = 5.268 Jy 84 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -17.1 MilliJy,max = 17.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.630E-02 < Second best 5.768E-02 IMAGR2: Field 7 min = -20.4 MilliJy,max = 22.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.112E-02 < Second best 5.604E-02 IMAGR2: Field 2 min = -19.9 MilliJy,max = 22.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.190E-02 < Second best 5.601E-02 IMAGR2: Field 6 min = -14.2 MilliJy,max = 17.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.661E-02 < Second best 4.215E-02 IMAGR2: Field 1 min = -43.9 MilliJy,max = 43.2 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 11.04 MilliJy IMAGR2: 6610 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.956 MilliJy iter= 172 IMAGR2: Field 1 Clean flux density= 5.284 Jy 172 comps IMAGR2: Total Cleaned flux density = 5.284 Jy 172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -13.2 MilliJy,max = 17.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.152E-02 < Second best 2.599E-02 IMAGR2: Field 4 min = -14.0 MilliJy,max = 13.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.145E-02 < Second best 2.190E-02 IMAGR2: Field 2 min = -15.2 MilliJy,max = 17.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.713E-02 < Second best 2.112E-02 IMAGR2: Field 7 min = -15.4 MilliJy,max = 18.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.718E-02 < Second best 2.092E-02 IMAGR2: Field 1 min = -21.4 MilliJy,max = 21.7 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 8.21 MilliJy IMAGR2: 4788 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -12.910 MilliJy iter= 301 IMAGR2: Field 1 Clean flux density= 5.305 Jy 301 comps IMAGR2: Total Cleaned flux density = 5.305 Jy 301 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -12.5 MilliJy,max = 15.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.455E-02 < Second best 1.713E-02 IMAGR2: Field 2 min = -14.0 MilliJy,max = 14.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.388E-02 < Second best 1.661E-02 IMAGR2: Field 6 min = -12.7 MilliJy,max = 15.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.519E-02 < Second best 1.630E-02 IMAGR2: Field 3 min = -15.2 MilliJy,max = 12.0 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 8.13 MilliJy IMAGR2: 194 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -9.128 MilliJy iter= 36 IMAGR2: Field 3 Clean flux density= 268.956 MicroJy 36 comps IMAGR2: Total Cleaned flux density = 5.305 Jy 337 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.6 MilliJy,max = 16.1 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 8.13 MilliJy IMAGR2: 295 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -9.231 MilliJy iter= 43 IMAGR2: Field 6 Clean flux density= -5.593 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 5.300 Jy 380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -12.2 MilliJy,max = 15.1 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 8.13 MilliJy IMAGR2: 800 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 9.631 MilliJy iter= 71 IMAGR2: Field 7 Clean flux density= 35.404 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 5.335 Jy 451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -14.0 MilliJy,max = 13.8 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 8.13 MilliJy IMAGR2: 638 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 9.452 MilliJy iter= 74 IMAGR2: Field 2 Clean flux density= 16.009 MilliJy 74 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 525 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.8 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.50 MilliJy IMAGR2: 3006 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.412 MilliJy iter= 471 IMAGR2: Field 1 Clean flux density= 5.289 Jy 471 comps IMAGR2: Total Cleaned flux density = 5.335 Jy 695 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -10.0 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.102E-03 < Second best 1.145E-02 IMAGR2: Field 4 min = -9.8 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.32 MilliJy IMAGR2: 1642 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -7.554 MilliJy iter= 142 IMAGR2: Field 4 Clean flux density= 1.480 MilliJy 142 comps IMAGR2: Total Cleaned flux density = 5.336 Jy 837 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -9.9 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.424E-03 < Second best 9.102E-03 IMAGR2: Field 5 min = -10.0 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.14 MilliJy IMAGR2: 1795 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -7.308 MilliJy iter= 167 IMAGR2: Field 5 Clean flux density= 7.146 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 5.343 Jy 1004 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -10.2 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.262E-03 < Second best 8.812E-03 IMAGR2: Field 6 min = -10.1 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.164E-03 < Second best 8.716E-03 IMAGR2: Field 3 min = -8.5 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.75 MilliJy IMAGR2: 1220 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -6.614 MilliJy iter= 190 IMAGR2: Field 3 Clean flux density= 13.864 MilliJy 190 comps IMAGR2: Total Cleaned flux density = 5.357 Jy 1158 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -9.5 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.72 MilliJy IMAGR2: 1620 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -6.668 MilliJy iter= 269 IMAGR2: Field 7 Clean flux density= 51.085 MilliJy 269 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 1356 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -10.0 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.70 MilliJy IMAGR2: 1067 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.442 MilliJy iter= 259 IMAGR2: Field 2 Clean flux density= 26.015 MilliJy 259 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 1541 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -8.6 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.68 MilliJy IMAGR2: 1262 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.385 MilliJy iter= 231 IMAGR2: Field 6 Clean flux density= -12.674 MilliJy 231 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 1729 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -7.5 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.42 MilliJy IMAGR2: 1221 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.005 MilliJy iter= 663 IMAGR2: Field 1 Clean flux density= 5.300 Jy 663 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 1921 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -7.8 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.588E-03 < Second best 7.000E-03 IMAGR2: Field 5 min = -7.8 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.05 MilliJy IMAGR2: 1608 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.623 MilliJy iter= 390 IMAGR2: Field 5 Clean flux density= 9.007 MilliJy 390 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 2144 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -7.8 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.05 MilliJy IMAGR2: 1511 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.592 MilliJy iter= 377 IMAGR2: Field 4 Clean flux density= 2.000 MilliJy 377 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 2379 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -8.1 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.782E-03 < Second best 6.334E-03 IMAGR2: Field 3 min = -6.8 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.80 MilliJy IMAGR2: 1027 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.190 MilliJy iter= 382 IMAGR2: Field 3 Clean flux density= 8.265 MilliJy 382 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 2571 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -8.9 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.678E-03 < Second best 6.114E-03 IMAGR2: Field 6 min = -7.8 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.54 MilliJy IMAGR2: 1887 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.018 MilliJy iter= 505 IMAGR2: Field 6 Clean flux density= -20.001 MilliJy 505 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 2845 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -7.9 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.54 MilliJy IMAGR2: 955 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.868 MilliJy iter= 478 IMAGR2: Field 7 Clean flux density= 36.939 MilliJy 478 comps IMAGR2: Total Cleaned flux density = 5.362 Jy 3054 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -6.6 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.41 MilliJy IMAGR2: 1345 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.763 MilliJy iter= 908 IMAGR2: Field 1 Clean flux density= 5.306 Jy 908 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 3299 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -8.0 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.39 MilliJy IMAGR2: 360 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.571 MilliJy iter= 389 IMAGR2: Field 2 Clean flux density= 29.931 MilliJy 389 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 3429 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -6.9 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.014E-03 < Second best 5.365E-03 IMAGR2: Field 4 min = -6.6 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.10 MilliJy IMAGR2: 1703 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.444 MilliJy iter= 671 IMAGR2: Field 4 Clean flux density= -3.304 MilliJy 671 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 3723 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -6.9 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.09 MilliJy IMAGR2: 2028 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.462 MilliJy iter= 730 IMAGR2: Field 5 Clean flux density= 5.995 MilliJy 730 comps IMAGR2: Total Cleaned flux density = 5.364 Jy 4063 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -6.1 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.99 MilliJy IMAGR2: 805 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.205 MilliJy iter= 597 IMAGR2: Field 3 Clean flux density= 9.687 MilliJy 597 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 4278 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -6.3 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.87 MilliJy IMAGR2: 1221 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.110 MilliJy iter= 763 IMAGR2: Field 6 Clean flux density= -25.050 MilliJy 763 comps IMAGR2: Total Cleaned flux density = 5.361 Jy 4536 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -6.7 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.78 MilliJy IMAGR2: 587 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.941 MilliJy iter= 661 IMAGR2: Field 7 Clean flux density= 33.045 MilliJy 661 comps IMAGR2: Total Cleaned flux density = 5.357 Jy 4719 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.68 MilliJy IMAGR2: 1061 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.881 MilliJy iter= 1159 IMAGR2: Field 1 Clean flux density= 5.317 Jy 1159 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 4970 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.64 MilliJy IMAGR2: 382 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.745 MilliJy iter= 537 IMAGR2: Field 2 Clean flux density= 34.590 MilliJy 537 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 5118 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -6.1 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.52 MilliJy IMAGR2: 1139 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.707 MilliJy iter= 990 IMAGR2: Field 5 Clean flux density= 7.305 MilliJy 990 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 5378 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -5.7 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.40 MilliJy IMAGR2: 2035 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.644 MilliJy iter= 1057 IMAGR2: Field 4 Clean flux density= -747.853 MicroJy 1057 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 5764 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -5.5 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.33 MilliJy IMAGR2: 1293 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.512 MilliJy iter= 900 IMAGR2: Field 3 Clean flux density= 24.750 MilliJy 900 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 6067 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -5.7 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.24 MilliJy IMAGR2: 1303 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.409 MilliJy iter= 1072 IMAGR2: Field 6 Clean flux density= -41.276 MilliJy 1072 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 6376 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -6.3 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.19 MilliJy IMAGR2: 618 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.297 MilliJy iter= 877 IMAGR2: Field 7 Clean flux density= 34.470 MilliJy 877 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 6592 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -5.3 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.11 MilliJy IMAGR2: 834 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.226 MilliJy iter= 1390 IMAGR2: Field 1 Clean flux density= 5.311 Jy 1390 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 6823 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -5.9 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.08 MilliJy IMAGR2: 383 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.153 MilliJy iter= 692 IMAGR2: Field 2 Clean flux density= 40.832 MilliJy 692 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 6978 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -5.3 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.00 MilliJy IMAGR2: 1278 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.135 MilliJy iter= 1294 IMAGR2: Field 5 Clean flux density= 15.185 MilliJy 1294 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 7282 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -5.1 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.90 MilliJy IMAGR2: 1532 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.041 MilliJy iter= 1406 IMAGR2: Field 4 Clean flux density= -1.459 MilliJy 1406 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 7631 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -5.3 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR2: 1356 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.960 MilliJy iter= 1249 IMAGR2: Field 3 Clean flux density= 24.339 MilliJy 1249 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 7980 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -5.2 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.76 MilliJy IMAGR2: 1344 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.878 MilliJy iter= 1414 IMAGR2: Field 6 Clean flux density= -43.183 MilliJy 1414 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 8322 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -5.5 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 650 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.794 MilliJy iter= 1115 IMAGR2: Field 7 Clean flux density= 31.571 MilliJy 1115 comps IMAGR2: Total Cleaned flux density = 5.378 Jy 8560 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.66 MilliJy IMAGR2: 737 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.740 MilliJy iter= 1633 IMAGR2: Field 1 Clean flux density= 5.316 Jy 1633 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 8803 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.63 MilliJy IMAGR2: 418 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.689 MilliJy iter= 872 IMAGR2: Field 2 Clean flux density= 44.187 MilliJy 872 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 8983 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -4.9 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.56 MilliJy IMAGR2: 1446 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.669 MilliJy iter= 1657 IMAGR2: Field 5 Clean flux density= 19.511 MilliJy 1657 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 9346 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -4.7 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR2: 1570 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.598 MilliJy iter= 1797 IMAGR2: Field 4 Clean flux density= -4.496 MilliJy 1797 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 9737 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -5.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR2: 1209 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.522 MilliJy iter= 1606 IMAGR2: Field 3 Clean flux density= 29.430 MilliJy 1606 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 10094 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -4.9 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 1479 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.464 MilliJy iter= 1789 IMAGR2: Field 6 Clean flux density= -49.025 MilliJy 1789 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 10469 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -4.9 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR2: 651 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.397 MilliJy iter= 1369 IMAGR2: Field 7 Clean flux density= 30.175 MilliJy 1369 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 10723 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 634 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.345 MilliJy iter= 1855 IMAGR2: Field 1 Clean flux density= 5.316 Jy 1855 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 10945 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -4.4 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 481 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.316 MilliJy iter= 1080 IMAGR2: Field 2 Clean flux density= 45.065 MilliJy 1080 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 11153 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -4.6 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 1432 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.292 MilliJy iter= 2046 IMAGR2: Field 5 Clean flux density= 34.327 MilliJy 2046 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 11542 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -4.5 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 1558 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.233 MilliJy iter= 2233 IMAGR2: Field 4 Clean flux density= -11.560 MilliJy 2233 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 11978 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -4.7 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR2: 1291 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.179 MilliJy iter= 1998 IMAGR2: Field 3 Clean flux density= 27.632 MilliJy 1998 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 12370 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -4.7 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 1381 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.124 MilliJy iter= 2186 IMAGR2: Field 6 Clean flux density= -47.267 MilliJy 2186 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 12767 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR2: 721 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.072 MilliJy iter= 1651 IMAGR2: Field 7 Clean flux density= 22.223 MilliJy 1651 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 13049 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 617 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.032 MilliJy iter= 2083 IMAGR2: Field 1 Clean flux density= 5.318 Jy 2083 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 13277 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 499 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.006 MilliJy iter= 1308 IMAGR2: Field 2 Clean flux density= 47.581 MilliJy 1308 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 13505 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 1560 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.986 MilliJy iter= 2481 IMAGR2: Field 5 Clean flux density= 39.621 MilliJy 2481 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 13940 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -4.2 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 1428 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.931 MilliJy iter= 2656 IMAGR2: Field 4 Clean flux density= -22.074 MilliJy 2656 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 14363 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -4.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 1416 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.893 MilliJy iter= 2443 IMAGR2: Field 3 Clean flux density= 30.806 MilliJy 2443 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 14808 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 1589 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.851 MilliJy iter= 2652 IMAGR2: Field 6 Clean flux density= -49.449 MilliJy 2652 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 15274 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 698 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.804 MilliJy iter= 1947 IMAGR2: Field 7 Clean flux density= 23.283 MilliJy 1947 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 15570 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 505 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.768 MilliJy iter= 2298 IMAGR2: Field 1 Clean flux density= 5.317 Jy 2298 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 15785 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 495 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.749 MilliJy iter= 1535 IMAGR2: Field 2 Clean flux density= 48.937 MilliJy 1535 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 16012 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -4.2 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 1545 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.730 MilliJy iter= 2939 IMAGR2: Field 5 Clean flux density= 46.415 MilliJy 2939 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 16470 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 1530 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.689 MilliJy iter= 3120 IMAGR2: Field 4 Clean flux density= -25.854 MilliJy 3120 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 16934 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -4.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 1327 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.651 MilliJy iter= 2874 IMAGR2: Field 3 Clean flux density= 32.263 MilliJy 2874 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 17365 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 1515 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.614 MilliJy iter= 3124 IMAGR2: Field 6 Clean flux density= -44.521 MilliJy 3124 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 17837 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 762 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.578 MilliJy iter= 2272 IMAGR2: Field 7 Clean flux density= 20.141 MilliJy 2272 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 18162 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 585 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.551 MilliJy iter= 2548 IMAGR2: Field 1 Clean flux density= 5.323 Jy 2548 comps IMAGR2: Total Cleaned flux density = 5.400 Jy 18412 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 584 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.536 MilliJy iter= 1805 IMAGR2: Field 2 Clean flux density= 44.107 MilliJy 1805 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 18682 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -3.9 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1521 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.515 MilliJy iter= 3403 IMAGR2: Field 5 Clean flux density= 51.384 MilliJy 3403 comps IMAGR2: Total Cleaned flux density = 5.400 Jy 19146 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 1494 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.478 MilliJy iter= 3593 IMAGR2: Field 4 Clean flux density= -26.720 MilliJy 3593 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 19619 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 1625 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.453 MilliJy iter= 3394 IMAGR2: Field 3 Clean flux density= 33.848 MilliJy 3394 comps IMAGR2: Total Cleaned flux density = 5.401 Jy 20139 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -3.8 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 1735 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.423 MilliJy iter= 3645 IMAGR2: Field 6 Clean flux density= -44.486 MilliJy 3645 comps IMAGR2: Total Cleaned flux density = 5.401 Jy 20660 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 862 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.393 MilliJy iter= 2646 IMAGR2: Field 7 Clean flux density= 20.700 MilliJy 2646 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 21034 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 489 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.365 MilliJy iter= 2776 IMAGR2: Field 1 Clean flux density= 5.321 Jy 2776 comps IMAGR2: Total Cleaned flux density = 5.400 Jy 21262 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 724 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.357 MilliJy iter= 2136 IMAGR2: Field 2 Clean flux density= 46.005 MilliJy 2136 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 21593 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 1783 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.343 MilliJy iter= 3960 IMAGR2: Field 5 Clean flux density= 47.565 MilliJy 3960 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 22150 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 1498 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.311 MilliJy iter= 4094 IMAGR2: Field 4 Clean flux density= -36.367 MilliJy 4094 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 22651 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 1430 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.286 MilliJy iter= 3888 IMAGR2: Field 3 Clean flux density= 35.604 MilliJy 3888 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 23145 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -3.5 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1746 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.261 MilliJy iter= 4201 IMAGR2: Field 6 Clean flux density= -44.099 MilliJy 4201 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 23701 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 829 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.233 MilliJy iter= 3017 IMAGR2: Field 7 Clean flux density= 13.907 MilliJy 3017 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 24072 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 452 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.211 MilliJy iter= 2987 IMAGR2: Field 1 Clean flux density= 5.325 Jy 2987 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 24283 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 622 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.200 MilliJy iter= 2436 IMAGR2: Field 2 Clean flux density= 44.307 MilliJy 2436 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 24583 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 1642 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.184 MilliJy iter= 4495 IMAGR2: Field 5 Clean flux density= 53.488 MilliJy 4495 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 25118 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 1723 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.161 MilliJy iter= 4648 IMAGR2: Field 4 Clean flux density= -43.251 MilliJy 4648 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 25672 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1715 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.141 MilliJy iter= 4467 IMAGR2: Field 3 Clean flux density= 33.512 MilliJy 4467 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 26251 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -3.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1967 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.120 MilliJy iter= 4843 IMAGR2: Field 6 Clean flux density= -41.514 MilliJy 4843 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 26893 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.099 MilliJy iter= 3484 IMAGR2: Field 7 Clean flux density= 12.719 MilliJy 3484 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 27360 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 490 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.079 MilliJy iter= 3233 IMAGR2: Field 1 Clean flux density= 5.327 Jy 3233 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 27606 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 714 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.071 MilliJy iter= 2772 IMAGR2: Field 2 Clean flux density= 44.330 MilliJy 2772 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 27942 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1713 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.059 MilliJy iter= 5046 IMAGR2: Field 5 Clean flux density= 52.596 MilliJy 5046 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 28493 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 1609 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.038 MilliJy iter= 5203 IMAGR2: Field 4 Clean flux density= -45.868 MilliJy 5203 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 29048 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 997.29 MicroJy IMAGR2: 1640 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.021 MilliJy iter= 5059 IMAGR2: Field 3 Clean flux density= 31.179 MilliJy 5059 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 29640 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 978.38 MicroJy IMAGR2: 1931 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.001 MilliJy iter= 5476 IMAGR2: Field 6 Clean flux density= -47.764 MilliJy 5476 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 30273 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 964.73 MicroJy IMAGR2: 1023 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 981.865 MicroJy iter= 3944 IMAGR2: Field 7 Clean flux density= 10.518 MilliJy 3944 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 30733 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 955.36 MicroJy IMAGR2: 476 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -964.840 MicroJy iter= 3466 IMAGR2: Field 1 Clean flux density= 5.330 Jy 3466 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 30966 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 945.08 MicroJy IMAGR2: 772 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -958.374 MicroJy iter= 3148 IMAGR2: Field 2 Clean flux density= 44.790 MilliJy 3148 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 31342 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 928.61 MicroJy IMAGR2: 2043 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 950.147 MicroJy iter= 5686 IMAGR2: Field 5 Clean flux density= 54.993 MilliJy 5686 comps IMAGR2: Total Cleaned flux density = 5.378 Jy 31982 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 911.73 MicroJy IMAGR2: 1916 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 932.410 MicroJy iter= 5851 IMAGR2: Field 4 Clean flux density= -50.075 MilliJy 5851 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 32630 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 896.92 MicroJy IMAGR2: 1819 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -917.408 MicroJy iter= 5700 IMAGR2: Field 3 Clean flux density= 32.759 MilliJy 5700 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 33271 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 881.02 MicroJy IMAGR2: 2066 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 902.456 MicroJy iter= 6178 IMAGR2: Field 6 Clean flux density= -48.779 MilliJy 6178 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 33973 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 870.13 MicroJy IMAGR2: 1099 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 884.342 MicroJy iter= 4430 IMAGR2: Field 7 Clean flux density= 8.155 MilliJy 4430 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 34459 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 863.13 MicroJy IMAGR2: 450 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -870.485 MicroJy iter= 3689 IMAGR2: Field 1 Clean flux density= 5.331 Jy 3689 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 34682 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 854.99 MicroJy IMAGR2: 773 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -865.707 MicroJy iter= 3524 IMAGR2: Field 2 Clean flux density= 45.121 MilliJy 3524 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 35058 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 839.00 MicroJy IMAGR2: 1932 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 857.006 MicroJy iter= 6332 IMAGR2: Field 5 Clean flux density= 56.871 MilliJy 6332 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 35704 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 823.98 MicroJy IMAGR2: 1974 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -841.657 MicroJy iter= 6522 IMAGR2: Field 4 Clean flux density= -52.923 MilliJy 6522 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 36375 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 809.82 MicroJy IMAGR2: 1885 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -827.082 MicroJy iter= 6375 IMAGR2: Field 3 Clean flux density= 33.646 MilliJy 6375 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 37050 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.17 MicroJy IMAGR2: 2126 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -814.320 MicroJy iter= 6910 IMAGR2: Field 6 Clean flux density= -49.353 MilliJy 6910 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 37782 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 785.52 MicroJy IMAGR2: 1082 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 797.604 MicroJy iter= 4925 IMAGR2: Field 7 Clean flux density= 9.185 MilliJy 4925 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 38277 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 779.49 MicroJy IMAGR2: 559 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -786.758 MicroJy iter= 3952 IMAGR2: Field 1 Clean flux density= 5.332 Jy 3952 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 38540 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 772.31 MicroJy IMAGR2: 886 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 782.169 MicroJy iter= 3930 IMAGR2: Field 2 Clean flux density= 46.286 MilliJy 3930 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 38946 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 759.59 MicroJy IMAGR2: 2247 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -776.319 MicroJy iter= 7069 IMAGR2: Field 5 Clean flux density= 58.762 MilliJy 7069 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 39683 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 747.48 MicroJy IMAGR2: 2233 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -763.980 MicroJy iter= 7276 IMAGR2: Field 4 Clean flux density= -55.610 MilliJy 7276 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 40437 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 736.65 MicroJy IMAGR2: 1941 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 752.123 MicroJy iter= 7097 IMAGR2: Field 3 Clean flux density= 33.087 MilliJy 7097 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 41159 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 724.82 MicroJy IMAGR2: 2244 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 740.966 MicroJy iter= 7679 IMAGR2: Field 6 Clean flux density= -51.319 MilliJy 7679 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 41928 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 717.25 MicroJy IMAGR2: 1281 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 728.662 MicroJy iter= 5498 IMAGR2: Field 7 Clean flux density= 7.400 MilliJy 5498 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 42501 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 712.03 MicroJy IMAGR2: 497 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 717.356 MicroJy iter= 4189 IMAGR2: Field 1 Clean flux density= 5.331 Jy 4189 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 42738 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 705.83 MicroJy IMAGR2: 930 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 714.377 MicroJy iter= 4367 IMAGR2: Field 2 Clean flux density= 49.928 MilliJy 4367 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 43175 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 694.61 MicroJy IMAGR2: 2160 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 708.829 MicroJy iter= 7800 IMAGR2: Field 5 Clean flux density= 58.482 MilliJy 7800 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 43906 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 683.33 MicroJy IMAGR2: 2255 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -697.336 MicroJy iter= 8015 IMAGR2: Field 4 Clean flux density= -56.222 MilliJy 8015 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 44645 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.70 MicroJy IMAGR2: 2075 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 687.376 MicroJy iter= 7843 IMAGR2: Field 3 Clean flux density= 37.099 MilliJy 7843 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 45391 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 664.11 MicroJy IMAGR2: 2416 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 678.125 MicroJy iter= 8483 IMAGR2: Field 6 Clean flux density= -50.791 MilliJy 8483 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 46195 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 656.48 MicroJy IMAGR2: 1261 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -666.249 MicroJy iter= 6069 IMAGR2: Field 7 Clean flux density= 7.362 MilliJy 6069 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 46766 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 652.44 MicroJy IMAGR2: 549 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -657.393 MicroJy iter= 4441 IMAGR2: Field 1 Clean flux density= 5.332 Jy 4441 comps IMAGR2: Total Cleaned flux density = 5.378 Jy 47018 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 645.99 MicroJy IMAGR2: 888 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 653.415 MicroJy iter= 4787 IMAGR2: Field 2 Clean flux density= 48.765 MilliJy 4787 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 47438 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 636.69 MicroJy IMAGR2: 2228 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -649.358 MicroJy iter= 8588 IMAGR2: Field 5 Clean flux density= 60.439 MilliJy 8588 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 48226 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 627.86 MicroJy IMAGR2: 2437 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -640.937 MicroJy iter= 8817 IMAGR2: Field 4 Clean flux density= -60.173 MilliJy 8817 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 49028 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 618.96 MicroJy IMAGR2: 2025 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 630.812 MicroJy iter= 8596 IMAGR2: Field 3 Clean flux density= 39.657 MilliJy 8596 comps IMAGR2: Total Cleaned flux density = 5.378 Jy 49781 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 610.00 MicroJy IMAGR2: 2550 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 622.998 MicroJy iter= 9357 IMAGR2: Field 6 Clean flux density= -48.505 MilliJy 9357 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 50655 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 603.17 MicroJy IMAGR2: 1249 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 611.551 MicroJy iter= 6627 IMAGR2: Field 7 Clean flux density= 7.540 MilliJy 6627 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 51213 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -948.1 MicroJy,max = 968.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.53 MicroJy IMAGR2: 605 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 604.221 MicroJy iter= 4733 IMAGR2: Field 1 Clean flux density= 5.332 Jy 4733 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 51505 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 594.91 MicroJy IMAGR2: 1009 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -601.774 MicroJy iter= 5280 IMAGR2: Field 2 Clean flux density= 48.905 MilliJy 5280 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 51998 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 587.42 MicroJy IMAGR2: 2502 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 598.997 MicroJy iter= 9419 IMAGR2: Field 5 Clean flux density= 60.856 MilliJy 9419 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 52829 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 579.28 MicroJy IMAGR2: 2548 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 590.610 MicroJy iter= 9662 IMAGR2: Field 4 Clean flux density= -61.205 MilliJy 9662 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 53674 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 572.82 MicroJy IMAGR2: 2225 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 583.557 MicroJy iter= 9409 IMAGR2: Field 3 Clean flux density= 42.535 MilliJy 9409 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 54487 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.39 MicroJy IMAGR2: 2719 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -577.304 MicroJy iter= 10286 IMAGR2: Field 6 Clean flux density= -48.394 MilliJy 10286 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 55416 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 560.29 MicroJy IMAGR2: 1495 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -568.554 MicroJy iter= 7303 IMAGR2: Field 7 Clean flux density= 6.411 MilliJy 7303 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 56092 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -881.4 MicroJy,max = 944.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 557.23 MicroJy IMAGR2: 608 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -561.318 MicroJy iter= 5023 IMAGR2: Field 1 Clean flux density= 5.331 Jy 5023 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 56382 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 552.73 MicroJy IMAGR2: 944 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 558.496 MicroJy iter= 5735 IMAGR2: Field 2 Clean flux density= 47.604 MilliJy 5735 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 56837 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 545.86 MicroJy IMAGR2: 2603 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 556.139 MicroJy iter= 10306 IMAGR2: Field 5 Clean flux density= 60.024 MilliJy 10306 comps IMAGR2: Total Cleaned flux density = 5.378 Jy 57724 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 539.00 MicroJy IMAGR2: 2521 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 548.910 MicroJy iter= 10503 IMAGR2: Field 4 Clean flux density= -59.657 MilliJy 10503 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 58565 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 532.78 MicroJy IMAGR2: 2200 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -542.079 MicroJy iter= 10230 IMAGR2: Field 3 Clean flux density= 42.658 MilliJy 10230 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 59386 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 525.37 MicroJy IMAGR2: 2519 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -535.076 MicroJy iter= 11171 IMAGR2: Field 6 Clean flux density= -48.537 MilliJy 11171 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 60271 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 519.94 MicroJy IMAGR2: 1333 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -526.628 MicroJy iter= 7917 IMAGR2: Field 7 Clean flux density= 7.656 MilliJy 7917 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 60885 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -796.5 MicroJy,max = 842.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 517.10 MicroJy IMAGR2: 588 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 520.624 MicroJy iter= 5305 IMAGR2: Field 1 Clean flux density= 5.332 Jy 5305 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 61167 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 513.62 MicroJy IMAGR2: 1044 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 519.127 MicroJy iter= 6240 IMAGR2: Field 2 Clean flux density= 47.898 MilliJy 6240 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 61672 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 507.44 MicroJy IMAGR2: 2679 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 517.043 MicroJy iter= 11205 IMAGR2: Field 5 Clean flux density= 59.161 MilliJy 11205 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 62571 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 501.03 MicroJy IMAGR2: 2680 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -513.340 MicroJy iter= 11384 IMAGR2: Field 4 Clean flux density= -60.737 MilliJy 11384 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 63452 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 495.64 MicroJy IMAGR2: 2456 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 507.134 MicroJy iter= 11073 IMAGR2: Field 3 Clean flux density= 42.817 MilliJy 11073 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 64295 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 490.02 MicroJy IMAGR2: 2828 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -499.474 MicroJy iter= 12145 IMAGR2: Field 6 Clean flux density= -48.631 MilliJy 12145 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 65269 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 486.13 MicroJy IMAGR2: 1406 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -492.168 MicroJy iter= 8566 IMAGR2: Field 7 Clean flux density= 6.484 MilliJy 8566 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 65918 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -711.0 MicroJy,max = 844.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 483.88 MicroJy IMAGR2: 556 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 487.003 MicroJy iter= 5579 IMAGR2: Field 1 Clean flux density= 5.332 Jy 5579 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 66192 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.60 MicroJy IMAGR2: 1081 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 485.818 MicroJy iter= 6750 IMAGR2: Field 2 Clean flux density= 48.085 MilliJy 6750 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 66702 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 475.63 MicroJy IMAGR2: 2836 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 484.463 MicroJy iter= 12144 IMAGR2: Field 5 Clean flux density= 59.943 MilliJy 12144 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 67641 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.97 MicroJy IMAGR2: 2957 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 479.688 MicroJy iter= 12378 IMAGR2: Field 4 Clean flux density= -59.903 MilliJy 12378 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 68635 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 466.10 MicroJy IMAGR2: 2500 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -474.144 MicroJy iter= 12001 IMAGR2: Field 3 Clean flux density= 44.260 MilliJy 12001 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 69563 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 460.79 MicroJy IMAGR2: 2733 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 468.913 MicroJy iter= 13121 IMAGR2: Field 6 Clean flux density= -47.046 MilliJy 13121 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 70539 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.30 MicroJy IMAGR2: 1505 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 463.549 MicroJy iter= 9267 IMAGR2: Field 7 Clean flux density= 7.979 MilliJy 9267 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 71240 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -707.0 MicroJy,max = 775.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 455.59 MicroJy IMAGR2: 622 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 458.452 MicroJy iter= 5871 IMAGR2: Field 1 Clean flux density= 5.332 Jy 5871 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 71532 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 452.87 MicroJy IMAGR2: 1127 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -457.484 MicroJy iter= 7282 IMAGR2: Field 2 Clean flux density= 48.210 MilliJy 7282 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 72064 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.47 MicroJy IMAGR2: 2914 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -458.841 MicroJy iter= 13072 IMAGR2: Field 5 Clean flux density= 58.594 MilliJy 13072 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 72992 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 443.52 MicroJy IMAGR2: 2879 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -453.888 MicroJy iter= 13296 IMAGR2: Field 4 Clean flux density= -58.693 MilliJy 13296 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 73910 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 439.05 MicroJy IMAGR2: 2317 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -448.367 MicroJy iter= 12824 IMAGR2: Field 3 Clean flux density= 44.981 MilliJy 12824 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 74733 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 434.42 MicroJy IMAGR2: 2637 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 441.868 MicroJy iter= 14045 IMAGR2: Field 6 Clean flux density= -48.305 MilliJy 14045 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 75657 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.54 MicroJy IMAGR2: 1380 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -435.547 MicroJy iter= 9890 IMAGR2: Field 7 Clean flux density= 6.991 MilliJy 9890 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 76280 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 1 min = -661.6 MicroJy,max = 689.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 428.39 MicroJy IMAGR2: 564 Residual map points loaded IMAGR2: Field 1 min Clean flux = 432.095 MicroJy iter= 6124 IMAGR2: Field 1 Clean flux density= 5.332 Jy 6124 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 76533 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 422.91 MicroJy IMAGR2: 2920 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 432.489 MicroJy iter= 13967 IMAGR2: Field 5 Clean flux density= 57.411 MilliJy 13967 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 77428 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 420.05 MicroJy IMAGR2: 1719 Residual map points loaded IMAGR2: Field 2 min Clean flux = -432.180 MicroJy iter= 7879 IMAGR2: Field 2 Clean flux density= 48.166 MilliJy 7879 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 78025 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 412.27 MicroJy IMAGR2: 3668 Residual map points loaded IMAGR2: Field 4 min Clean flux = -432.197 MicroJy iter= 14176 IMAGR2: Field 4 Clean flux density= -58.161 MilliJy 14176 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 78905 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.84 MicroJy IMAGR2: 4067 Residual map points loaded IMAGR2: Field 3 min Clean flux = 432.168 MicroJy iter= 13529 IMAGR2: Field 3 Clean flux density= 45.192 MilliJy 13529 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 79610 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 384.21 MicroJy IMAGR2: 6054 Residual map points loaded IMAGR2: Field 6 min Clean flux = 432.208 MicroJy iter= 14690 IMAGR2: Field 6 Clean flux density= -47.456 MilliJy 14690 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 80255 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 359.73 MicroJy IMAGR2: 6756 Residual map points loaded IMAGR2: Field 7 min Clean flux = -432.194 MicroJy iter= 10135 IMAGR2: Field 7 Clean flux density= 7.025 MilliJy 10135 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 80500 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 324.64 MicroJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 5 min Clean flux = -432.139 MicroJy iter= 14500 IMAGR2: Field 5 Clean flux density= 58.143 MilliJy 14500 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 81033 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49249 Pts IMAGR2: Peak residual in window 432.208 less than limit 432.215 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 6124 to 2561 components IMAGR2: Field 2 compressed from 7879 to 3107 components IMAGR2: Field 3 compressed from 13529 to 4669 components IMAGR2: Field 4 compressed from 14176 to 5197 components IMAGR2: Field 5 compressed from 14500 to 5269 components IMAGR2: Field 6 compressed from 14690 to 5179 components IMAGR2: Field 7 compressed from 10135 to 3895 components IMAGR2: Field 1 min = -655.3 MicroJy,max = 662.1 MicroJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 5.896 MilliJy ( 187 CCs) from field 1 to field 2 IMAGR2: Restore 30.428 MilliJy ( 495 CCs) from field 1 to field 3 IMAGR2: Restore -25.856 MilliJy ( 550 CCs) from field 1 to field 4 IMAGR2: Restore 36.127 MilliJy ( 535 CCs) from field 1 to field 5 IMAGR2: Restore -21.786 MilliJy ( 394 CCs) from field 1 to field 6 IMAGR2: Restore -11.207 MilliJy ( 68 CCs) from field 1 to field 7 IMAGR2: Restore 3.807 MilliJy ( 77 CCs) from field 2 to field 1 IMAGR2: Restore 5.211 MilliJy ( 290 CCs) from field 2 to field 3 IMAGR2: Restore 13.316 MilliJy ( 436 CCs) from field 2 to field 4 IMAGR2: Restore 4.700 MilliJy ( 284 CCs) from field 3 to field 1 IMAGR2: Restore -5.535 MilliJy ( 208 CCs) from field 3 to field 2 IMAGR2: Restore 4.068 MilliJy ( 306 CCs) from field 3 to field 5 IMAGR2: Restore -14.345 MilliJy ( 309 CCs) from field 4 to field 1 IMAGR2: Restore-927.895 MicroJy ( 300 CCs) from field 4 to field 2 IMAGR2: Restore -5.198 MilliJy ( 391 CCs) from field 4 to field 6 IMAGR2: Restore 10.353 MilliJy ( 340 CCs) from field 5 to field 1 IMAGR2: Restore 5.491 MilliJy ( 401 CCs) from field 5 to field 3 IMAGR2: Restore-699.062 MicroJy ( 244 CCs) from field 5 to field 7 IMAGR2: Restore 2.267 MilliJy ( 400 CCs) from field 6 to field 1 IMAGR2: Restore -4.993 MilliJy ( 323 CCs) from field 6 to field 4 IMAGR2: Restore 8.063 MilliJy ( 286 CCs) from field 6 to field 7 IMAGR2: Restore -3.442 MilliJy ( 145 CCs) from field 7 to field 1 IMAGR2: Restore 280.445 MicroJy ( 520 CCs) from field 7 to field 5 IMAGR2: Restore-806.832 MicroJy ( 318 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 47.599 MilliJy IMAGR2: Field 3 final Clean flux 86.321 MilliJy IMAGR2: Field 4 final Clean flux -75.693 MilliJy IMAGR2: Field 5 final Clean flux 98.619 MilliJy IMAGR2: Field 6 final Clean flux -75.246 MilliJy IMAGR2: Field 7 final Clean flux 3.182 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 21 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 252.5 Real= 1036 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 20000120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000120.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07204 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1983 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 118.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= 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.1983 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 6500 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.238E+04 IMAGR2: UVWAIT: Adding temperance S 6.475E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.646E+07 and out 2.034E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.138 due to weighting IMAGR2: UVWAIT: Average summed weight 3.238E+04 over 13000 vis IMAGR2: Create 1244+408 .IBM001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1244+408 .IBM002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1244+408 .IBM003. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1244+408 .IBM004. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1244+408 .IBM005. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1244+408 .IBM006. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1244+408 .IBM007. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1244+408 .ICL001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1244+408 .ICL002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1244+408 .ICL003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1244+408 .ICL004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1244+408 .ICL005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1244+408 .ICL006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1244+408 .ICL007. 1 (MA) on disk 1 cno 42 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.15913E+08 IMAGR2: Field 1 Beam min = -203.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.618 x 0.674 arcsec, PA= 71.7 IMAGR2: Field 2 Sum of gridding weights = 2.15913E+08 IMAGR2: Field 2 Beam min = -203.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.619 x 0.674 arcsec, PA= 71.7 IMAGR2: Field 3 Sum of gridding weights = 2.15912E+08 IMAGR2: Field 3 Beam min = -135.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.621 x 0.674 arcsec, PA= 71.7 IMAGR2: Field 4 Sum of gridding weights = 2.15912E+08 IMAGR2: Field 4 Beam min = -124.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.616 x 0.674 arcsec, PA= 71.8 IMAGR2: Field 5 Sum of gridding weights = 2.15912E+08 IMAGR2: Field 5 Beam min = -135.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.620 x 0.674 arcsec, PA= 71.7 IMAGR2: Field 6 Sum of gridding weights = 2.15913E+08 IMAGR2: Field 6 Beam min = -136.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.615 x 0.674 arcsec, PA= 71.8 IMAGR2: Field 7 Sum of gridding weights = 2.15913E+08 IMAGR2: Field 7 Beam min = -203.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.617 x 0.674 arcsec, PA= 71.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -46.1 MilliJy,max = 430.1 MilliJy IMAGR2: Field 2 min = -39.9 MilliJy,max = 163.7 MilliJy IMAGR2: Field 3 min = -47.7 MilliJy,max = 177.5 MilliJy IMAGR2: Field 4 min = -48.5 MilliJy,max = 136.8 MilliJy IMAGR2: Field 5 min = -44.9 MilliJy,max = 133.7 MilliJy IMAGR2: Field 6 min = -48.1 MilliJy,max = 185.1 MilliJy IMAGR2: Field 7 min = -37.3 MilliJy,max = 164.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 74.18 MilliJy IMAGR2: 1888 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 253.971 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 201.528 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 201.528 MilliJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -25.5 MilliJy,max = 230.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 43.80 MilliJy IMAGR2: 1244 Residual map points loaded IMAGR2: Field 1 min allowed flux = 113.075 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 334.173 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 334.173 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.4 MilliJy,max = 47.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.519E-02 < Second best 1.690E-01 IMAGR2: Field 3 min = -10.9 MilliJy,max = 40.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.829E-02 < Second best 1.303E-01 IMAGR2: Field 4 min = -12.7 MilliJy,max = 34.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.264E-02 < Second best 1.274E-01 IMAGR2: Field 5 min = -10.7 MilliJy,max = 30.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.945E-02 < Second best 1.076E-01 IMAGR2: Field 1 min = -12.3 MilliJy,max = 102.6 MilliJy IMAGR2: BGC Clean: using 1165 cell beam + residuals > 35.08 MilliJy IMAGR2: 82 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 47.004 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 398.056 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 398.056 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.7 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.636E-03 < Second best 9.127E-02 IMAGR2: Field 7 min = -5.7 MilliJy,max = 18.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.192E-02 < Second best 4.519E-02 IMAGR2: Field 6 min = -6.4 MilliJy,max = 21.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.066E-02 < Second best 4.472E-02 IMAGR2: Field 1 min = -6.7 MilliJy,max = 42.8 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 9.08 MilliJy IMAGR2: 1105 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.663 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 425.540 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 425.540 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.3 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.052E-03 < Second best 3.264E-02 IMAGR2: Field 4 min = -5.2 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.534E-03 < Second best 2.945E-02 IMAGR2: Field 5 min = -5.3 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.795E-03 < Second best 2.066E-02 IMAGR2: Field 6 min = -4.8 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.041E-02 < Second best 1.966E-02 IMAGR2: Field 1 min = -5.1 MilliJy,max = 18.7 MilliJy IMAGR2: BGC Clean: using 1883 cell beam + residuals > 4.54 MilliJy IMAGR2: 1177 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.016 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 437.617 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 437.617 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.5 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.545E-03 < Second best 1.041E-02 IMAGR2: Field 6 min = -5.2 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.900E-03 < Second best 9.636E-03 IMAGR2: Field 2 min = -3.9 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.116E-03 < Second best 8.583E-03 IMAGR2: Field 1 min = -5.6 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 2.95 MilliJy IMAGR2: 1784 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.231 MilliJy iter= 64 IMAGR2: Field 1 Clean flux density= 439.369 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 439.369 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.8 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.534E-03 < Second best 6.795E-03 IMAGR2: Field 5 min = -5.4 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.158E-03 < Second best 6.052E-03 IMAGR2: Field 3 min = -4.7 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.482E-03 < Second best 5.900E-03 IMAGR2: Field 6 min = -5.0 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.821E-03 < Second best 5.545E-03 IMAGR2: Field 7 min = -4.2 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.612E-03 < Second best 5.534E-03 IMAGR2: BGC Clean: using 1165 cell beam + residuals > 2.58 MilliJy IMAGR2: 4265 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.757 MilliJy iter= 37 IMAGR2: Field 4 Clean flux density= 3.775 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 443.144 MilliJy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 1165 cell beam + residuals > 2.58 MilliJy IMAGR2: 3863 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.576 MilliJy iter= 46 IMAGR2: Field 5 Clean flux density= -3.372 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 439.772 MilliJy 147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.5 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.329E-03 < Second best 4.612E-03 IMAGR2: Field 7 min = -3.9 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 1165 cell beam + residuals > 2.58 MilliJy IMAGR2: 810 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.077 MilliJy iter= 31 IMAGR2: Field 7 Clean flux density= 7.601 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 447.373 MilliJy 178 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.889E-03 < Second best 4.329E-03 IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 1165 cell beam + residuals > 2.58 MilliJy IMAGR2: 974 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.029 MilliJy iter= 33 IMAGR2: Field 6 Clean flux density= 681.842 MicroJy 33 comps IMAGR2: Total Cleaned flux density = 448.055 MilliJy 211 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.837E-03 < Second best 4.034E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.488E-03 < Second best 3.889E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 105 cell beam + residuals > 2.39 MilliJy IMAGR2: 1651 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.086 MilliJy iter= 70 IMAGR2: Field 3 Clean flux density= 2.562 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 450.616 MilliJy 281 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 285 cell beam + residuals > 2.38 MilliJy IMAGR2: 217 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.653 MilliJy iter= 33 IMAGR2: Field 2 Clean flux density= 3.328 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 453.945 MilliJy 314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.26 MilliJy IMAGR2: 2011 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.871 MilliJy iter= 131 IMAGR2: Field 4 Clean flux density= 3.211 MilliJy 131 comps IMAGR2: Total Cleaned flux density = 453.380 MilliJy 408 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.104E-03 < Second best 3.417E-03 IMAGR2: Field 5 min = -4.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 2115 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.652 MilliJy iter= 162 IMAGR2: Field 5 Clean flux density= -8.485 MilliJy 162 comps IMAGR2: Total Cleaned flux density = 448.267 MilliJy 524 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 236 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.300 MilliJy iter= 113 IMAGR2: Field 1 Clean flux density= 450.194 MilliJy 113 comps IMAGR2: Total Cleaned flux density = 459.092 MilliJy 573 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 408 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.245 MilliJy iter= 127 IMAGR2: Field 3 Clean flux density= -3.278 MilliJy 127 comps IMAGR2: Total Cleaned flux density = 453.252 MilliJy 630 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.639E-03 < Second best 2.896E-03 IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR2: 2228 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.244 MilliJy iter= 178 IMAGR2: Field 6 Clean flux density= 4.858 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 457.428 MilliJy 775 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.300E-03 < Second best 2.639E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 270 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.857 MilliJy iter= 96 IMAGR2: Field 7 Clean flux density= 7.721 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 457.548 MilliJy 840 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.232E-03 < Second best 2.536E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 634 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.736 MilliJy iter= 130 IMAGR2: Field 2 Clean flux density= 5.243 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 459.463 MilliJy 937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 1056 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.750 MilliJy iter= 254 IMAGR2: Field 4 Clean flux density= 6.503 MilliJy 254 comps IMAGR2: Total Cleaned flux density = 462.756 MilliJy 1060 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 918 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.712 MilliJy iter= 286 IMAGR2: Field 5 Clean flux density= -9.985 MilliJy 286 comps IMAGR2: Total Cleaned flux density = 461.256 MilliJy 1184 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.878E-03 < Second best 2.148E-03 IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.915E-03 < Second best 2.147E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 2179 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.507 MilliJy iter= 329 IMAGR2: Field 3 Clean flux density= -873.024 MicroJy 329 comps IMAGR2: Total Cleaned flux density = 463.662 MilliJy 1386 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 2123 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.495 MilliJy iter= 379 IMAGR2: Field 6 Clean flux density= -8.619 MilliJy 379 comps IMAGR2: Total Cleaned flux density = 450.184 MilliJy 1587 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 138 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.346 MilliJy iter= 161 IMAGR2: Field 1 Clean flux density= 451.161 MilliJy 161 comps IMAGR2: Total Cleaned flux density = 451.152 MilliJy 1635 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.574E-03 < Second best 1.676E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.527E-03 < Second best 1.661E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.368E-03 < Second best 1.639E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1021 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.201 MilliJy iter= 443 IMAGR2: Field 5 Clean flux density= -10.107 MilliJy 443 comps IMAGR2: Total Cleaned flux density = 451.029 MilliJy 1792 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 134 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.190 MilliJy iter= 117 IMAGR2: Field 7 Clean flux density= 8.891 MilliJy 117 comps IMAGR2: Total Cleaned flux density = 452.200 MilliJy 1813 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.09 MilliJy IMAGR2: 1431 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.210 MilliJy iter= 452 IMAGR2: Field 4 Clean flux density= 3.611 MilliJy 452 comps IMAGR2: Total Cleaned flux density = 449.307 MilliJy 2011 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.346E-03 < Second best 1.430E-03 IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 932.49 MicroJy IMAGR2: 1189 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.186 MilliJy iter= 403 IMAGR2: Field 6 Clean flux density= -7.331 MilliJy 403 comps IMAGR2: Total Cleaned flux density = 450.595 MilliJy 2035 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.255E-03 < Second best 1.346E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 917.21 MicroJy IMAGR2: 3164 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.189 MilliJy iter= 387 IMAGR2: Field 3 Clean flux density= 1.593 MilliJy 387 comps IMAGR2: Total Cleaned flux density = 453.061 MilliJy 2093 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.172E-03 < Second best 1.255E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 861.79 MicroJy IMAGR2: 1421 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.186 MilliJy iter= 135 IMAGR2: Field 2 Clean flux density= 4.857 MilliJy 135 comps IMAGR2: Total Cleaned flux density = 452.674 MilliJy 2098 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 852.13 MicroJy IMAGR2: 1320 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.175 MilliJy iter= 164 IMAGR2: Field 1 Clean flux density= 451.044 MilliJy 164 comps IMAGR2: Total Cleaned flux density = 452.557 MilliJy 2101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 742.47 MicroJy IMAGR2: 3961 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.168 MilliJy iter= 453 IMAGR2: Field 4 Clean flux density= 3.494 MilliJy 453 comps IMAGR2: Total Cleaned flux density = 452.440 MilliJy 2102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 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 164 to 85 components IMAGR2: Field 2 compressed from 135 to 91 components IMAGR2: Field 3 compressed from 387 to 273 components IMAGR2: Field 4 compressed from 453 to 330 components IMAGR2: Field 5 compressed from 443 to 326 components IMAGR2: Field 6 compressed from 403 to 302 components IMAGR2: Field 7 compressed from 117 to 90 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 3 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 8.328 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR2: Restore-472.219 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore 1.361 MilliJy ( 15 CCs) from field 1 to field 4 IMAGR2: Restore-627.523 MicroJy ( 9 CCs) from field 1 to field 5 IMAGR2: Restore 1.042 MilliJy ( 13 CCs) from field 1 to field 6 IMAGR2: Restore 4.723 MilliJy ( 22 CCs) from field 2 to field 3 IMAGR2: Restore-472.729 MicroJy ( 11 CCs) from field 2 to field 4 IMAGR2: Restore-693.111 MicroJy ( 14 CCs) from field 3 to field 1 IMAGR2: Restore-668.759 MicroJy ( 5 CCs) from field 3 to field 2 IMAGR2: Restore 319.891 MicroJy ( 16 CCs) from field 3 to field 5 IMAGR2: Restore -1.253 MilliJy ( 19 CCs) from field 4 to field 1 IMAGR2: Restore 1.962 MilliJy ( 15 CCs) from field 4 to field 2 IMAGR2: Restore 380.667 MicroJy ( 25 CCs) from field 4 to field 6 IMAGR2: Restore -3.986 MilliJy ( 26 CCs) from field 5 to field 1 IMAGR2: Restore-486.521 MicroJy ( 42 CCs) from field 5 to field 3 IMAGR2: Restore -4.250 MilliJy ( 20 CCs) from field 5 to field 7 IMAGR2: Restore -3.003 MilliJy ( 22 CCs) from field 6 to field 1 IMAGR2: Restore 580.861 MicroJy ( 22 CCs) from field 6 to field 4 IMAGR2: Restore -1.165 MilliJy ( 18 CCs) from field 6 to field 7 IMAGR2: Restore-265.133 MicroJy ( 7 CCs) from field 7 to field 5 IMAGR2: Restore 5.194 MilliJy ( 18 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 442.108 MilliJy IMAGR2: Field 2 final Clean flux 6.159 MilliJy IMAGR2: Field 3 final Clean flux 5.357 MilliJy IMAGR2: Field 4 final Clean flux 4.963 MilliJy IMAGR2: Field 5 final Clean flux -10.680 MilliJy IMAGR2: Field 6 final Clean flux -714.906 MicroJy IMAGR2: Field 7 final Clean flux 3.476 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= 50.3 Real= 212 -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.1983 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1318 CELLSIZE 0.24280 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24280 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 134.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.41 56 30 30.0 00005 -1 507 512 513 C 6 1012 1012 10 35 28.67 56 30 30.0 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 13.5 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1983 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR2: Field 2 1012 1012 8.2835E-04 -2.0669E+02 0 IMAGR2: Field 3 1012 1012 -1.7884E+02 -1.0349E+02 0 IMAGR2: Field 4 1012 1012 1.7884E+02 -1.0349E+02 0 IMAGR2: Field 5 1012 1012 -1.7917E+02 1.0321E+02 0 IMAGR2: Field 6 1012 1012 1.7917E+02 1.0321E+02 0 IMAGR2: Field 7 1012 1012 8.2835E-04 2.0671E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1035+564 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.593E+04 IMAGR2: UVWAIT: Adding temperance S 5.185E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.406E+07 and out 1.785E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR2: UVWAIT: Average summed weight 2.593E+04 over 13884 vis IMAGR2: Create 1035+564 .IBM001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1035+564 .IBM002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1035+564 .IBM003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1035+564 .IBM004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1035+564 .IBM005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1035+564 .IBM006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1035+564 .IBM007. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1035+564 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1035+564 .ICL002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1035+564 .ICL003. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1035+564 .ICL004. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1035+564 .ICL005. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1035+564 .ICL006. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1035+564 .ICL007. 1 (MA) on disk 1 cno 49 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.89476E+08 IMAGR2: Field 1 Beam min = -238.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.899 x 0.653 arcsec, PA= 51.8 IMAGR2: Field 2 Sum of gridding weights = 1.89476E+08 IMAGR2: Field 2 Beam min = -238.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.906 x 0.654 arcsec, PA= 51.8 IMAGR2: Field 3 Sum of gridding weights = 1.89477E+08 IMAGR2: Field 3 Beam min = -161.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.910 x 0.653 arcsec, PA= 51.8 IMAGR2: Field 4 Sum of gridding weights = 1.89476E+08 IMAGR2: Field 4 Beam min = -203.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.895 x 0.654 arcsec, PA= 51.9 IMAGR2: Field 5 Sum of gridding weights = 1.89476E+08 IMAGR2: Field 5 Beam min = -140.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.903 x 0.653 arcsec, PA= 51.8 IMAGR2: Field 6 Sum of gridding weights = 1.89476E+08 IMAGR2: Field 6 Beam min = -203.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.889 x 0.653 arcsec, PA= 51.9 IMAGR2: Field 7 Sum of gridding weights = 1.89476E+08 IMAGR2: Field 7 Beam min = -238.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.893 x 0.653 arcsec, PA= 51.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -69.3 MilliJy,max = 756.7 MilliJy IMAGR2: Field 2 min = -71.3 MilliJy,max = 303.9 MilliJy IMAGR2: Field 3 min = -104.4 MilliJy,max = 218.7 MilliJy IMAGR2: Field 4 min = -104.1 MilliJy,max = 170.1 MilliJy IMAGR2: Field 5 min = -101.5 MilliJy,max = 172.9 MilliJy IMAGR2: Field 6 min = -103.4 MilliJy,max = 227.9 MilliJy IMAGR2: Field 7 min = -71.5 MilliJy,max = 322.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 116.42 MilliJy IMAGR2: 2622 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 402.167 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 394.798 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 394.798 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.7 MilliJy,max = 362.0 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 76.90 MilliJy IMAGR2: 623 Residual map points loaded IMAGR2: Field 1 min allowed flux = 173.125 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 600.946 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 600.946 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -17.0 MilliJy,max = 74.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.097E-02 < Second best 2.894E-01 IMAGR2: Field 2 min = -15.0 MilliJy,max = 56.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.334E-02 < Second best 2.084E-01 IMAGR2: Field 3 min = -21.6 MilliJy,max = 46.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.471E-02 < Second best 2.046E-01 IMAGR2: Field 6 min = -21.4 MilliJy,max = 57.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.227E-02 < Second best 1.647E-01 IMAGR2: Field 1 min = -15.5 MilliJy,max = 155.8 MilliJy IMAGR2: BGC Clean: using 995 cell beam + residuals > 57.03 MilliJy IMAGR2: 70 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 74.527 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 689.690 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 689.690 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -12.8 MilliJy,max = 23.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.239E-02 < Second best 1.331E-01 IMAGR2: Field 4 min = -10.5 MilliJy,max = 19.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.697E-02 < Second best 7.097E-02 IMAGR2: Field 7 min = -12.6 MilliJy,max = 38.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.659E-02 < Second best 7.090E-02 IMAGR2: Field 1 min = -12.1 MilliJy,max = 67.1 MilliJy IMAGR2: BGC Clean: using 1765 cell beam + residuals > 15.84 MilliJy IMAGR2: 679 Residual map points loaded IMAGR2: Field 1 min allowed flux = 32.253 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 727.910 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 727.910 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.2 MilliJy,max = 16.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.303E-02 < Second best 4.471E-02 IMAGR2: Field 3 min = -11.1 MilliJy,max = 20.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.960E-02 < Second best 4.227E-02 IMAGR2: Field 6 min = -12.7 MilliJy,max = 20.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.567E-02 < Second best 3.659E-02 IMAGR2: Field 7 min = -12.2 MilliJy,max = 24.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.294E-02 < Second best 3.069E-02 IMAGR2: Field 1 min = -13.0 MilliJy,max = 29.3 MilliJy IMAGR2: BGC Clean: using 1753 cell beam + residuals > 9.05 MilliJy IMAGR2: 1046 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.438 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 751.554 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 751.554 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -12.6 MilliJy,max = 17.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.686E-02 < Second best 2.239E-02 IMAGR2: Field 5 min = -12.6 MilliJy,max = 16.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.414E-02 < Second best 1.960E-02 IMAGR2: Field 3 min = -11.3 MilliJy,max = 15.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.470E-02 < Second best 1.697E-02 IMAGR2: Field 4 min = -11.0 MilliJy,max = 15.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.287E-02 < Second best 1.686E-02 IMAGR2: BGC Clean: using 1755 cell beam + residuals > 7.96 MilliJy IMAGR2: 4450 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 11.664 MilliJy iter= 26 IMAGR2: Field 7 Clean flux density= 32.254 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 783.807 MilliJy 69 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.1 MilliJy,max = 13.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.350E-02 < Second best 1.470E-02 IMAGR2: Field 3 min = -11.9 MilliJy,max = 14.4 MilliJy IMAGR2: BGC Clean: using 1757 cell beam + residuals > 7.80 MilliJy IMAGR2: 3179 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 10.413 MilliJy iter= 29 IMAGR2: Field 3 Clean flux density= 25.293 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 809.101 MilliJy 98 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.3 MilliJy,max = 12.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.221E-02 < Second best 1.375E-02 IMAGR2: Field 1 min = -15.2 MilliJy,max = 13.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.49 MilliJy IMAGR2: 498 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.422 MilliJy iter= 72 IMAGR2: Field 1 Clean flux density= 745.461 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 803.008 MilliJy 127 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.4 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.184E-02 < Second best 1.303E-02 IMAGR2: Field 2 min = -12.9 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.141E-02 < Second best 1.287E-02 IMAGR2: Field 4 min = -11.1 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 7.36 MilliJy IMAGR2: 822 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 8.735 MilliJy iter= 27 IMAGR2: Field 4 Clean flux density= 16.987 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 819.995 MilliJy 154 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.6 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 7.36 MilliJy IMAGR2: 1164 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -8.948 MilliJy iter= 36 IMAGR2: Field 5 Clean flux density= 14.536 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 834.531 MilliJy 190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.9 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 7.36 MilliJy IMAGR2: 2825 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 9.110 MilliJy iter= 51 IMAGR2: Field 6 Clean flux density= 4.732 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 839.263 MilliJy 241 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.6 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.048E-02 < Second best 1.114E-02 IMAGR2: Field 7 min = -9.6 MilliJy,max = 14.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.81 MilliJy IMAGR2: 1894 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 8.559 MilliJy iter= 95 IMAGR2: Field 7 Clean flux density= 65.591 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 872.601 MilliJy 310 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.9 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.83 MilliJy IMAGR2: 1903 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -8.683 MilliJy iter= 91 IMAGR2: Field 2 Clean flux density= -73.946 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 798.655 MilliJy 401 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.5 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.51 MilliJy IMAGR2: 1893 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 8.030 MilliJy iter= 130 IMAGR2: Field 3 Clean flux density= 83.585 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 856.948 MilliJy 502 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.2 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.45 MilliJy IMAGR2: 145 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.841 MilliJy iter= 104 IMAGR2: Field 1 Clean flux density= 751.771 MilliJy 104 comps IMAGR2: Total Cleaned flux density = 863.257 MilliJy 534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.7 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.14 MilliJy IMAGR2: 1722 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 7.199 MilliJy iter= 151 IMAGR2: Field 6 Clean flux density= 26.082 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 884.607 MilliJy 634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.3 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.94 MilliJy IMAGR2: 249 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 6.384 MilliJy iter= 84 IMAGR2: Field 5 Clean flux density= 35.093 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 905.164 MilliJy 682 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.1 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.361E-03 < Second best 8.296E-03 IMAGR2: Field 2 min = -11.9 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.024E-03 < Second best 8.188E-03 IMAGR2: Field 7 min = -7.8 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.13 MilliJy IMAGR2: 1129 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.841 MilliJy iter= 192 IMAGR2: Field 7 Clean flux density= 93.679 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 933.251 MilliJy 779 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.9 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.83 MilliJy IMAGR2: 2839 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.835 MilliJy iter= 301 IMAGR2: Field 3 Clean flux density= 5.996 MilliJy 301 comps IMAGR2: Total Cleaned flux density = 855.662 MilliJy 950 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.0 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.80 MilliJy IMAGR2: 269 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -5.089 MilliJy iter= 144 IMAGR2: Field 2 Clean flux density= -70.003 MilliJy 144 comps IMAGR2: Total Cleaned flux density = 859.605 MilliJy 1003 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.5 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.034E-03 < Second best 6.534E-03 IMAGR2: Field 1 min = -6.3 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.41 MilliJy IMAGR2: 217 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.662 MilliJy iter= 151 IMAGR2: Field 1 Clean flux density= 761.873 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 869.707 MilliJy 1050 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.1 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.671E-03 < Second best 6.106E-03 IMAGR2: Field 5 min = -6.9 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.678E-03 < Second best 6.034E-03 IMAGR2: Field 6 min = -6.7 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.18 MilliJy IMAGR2: 3664 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.959 MilliJy iter= 352 IMAGR2: Field 6 Clean flux density= 35.284 MilliJy 352 comps IMAGR2: Total Cleaned flux density = 878.909 MilliJy 1251 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.0 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.18 MilliJy IMAGR2: 452 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.458 MilliJy iter= 169 IMAGR2: Field 5 Clean flux density= 28.032 MilliJy 169 comps IMAGR2: Total Cleaned flux density = 871.849 MilliJy 1336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.8 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.175E-03 < Second best 5.590E-03 IMAGR2: Field 7 min = -5.8 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.045E-03 < Second best 5.587E-03 IMAGR2: Field 3 min = -6.8 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.738E-03 < Second best 5.175E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.65 MilliJy IMAGR2: 1268 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.103 MilliJy iter= 198 IMAGR2: Field 4 Clean flux density= -3.046 MilliJy 198 comps IMAGR2: Total Cleaned flux density = 851.816 MilliJy 1507 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.8 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.65 MilliJy IMAGR2: 1020 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.975 MilliJy iter= 317 IMAGR2: Field 7 Clean flux density= 122.348 MilliJy 317 comps IMAGR2: Total Cleaned flux density = 880.485 MilliJy 1632 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.9 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.59 MilliJy IMAGR2: 1371 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.978 MilliJy iter= 298 IMAGR2: Field 2 Clean flux density= -128.677 MilliJy 298 comps IMAGR2: Total Cleaned flux density = 821.811 MilliJy 1786 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.7 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 1611 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.653 MilliJy iter= 520 IMAGR2: Field 6 Clean flux density= 96.384 MilliJy 520 comps IMAGR2: Total Cleaned flux density = 882.911 MilliJy 1954 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.4 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.28 MilliJy IMAGR2: 1927 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.643 MilliJy iter= 506 IMAGR2: Field 3 Clean flux density= 34.560 MilliJy 506 comps IMAGR2: Total Cleaned flux density = 911.475 MilliJy 2159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.597E-03 < Second best 4.270E-03 IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.09 MilliJy IMAGR2: 316 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.226 MilliJy iter= 260 IMAGR2: Field 5 Clean flux density= 28.011 MilliJy 260 comps IMAGR2: Total Cleaned flux density = 911.454 MilliJy 2250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.5 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.597E-03 < Second best 3.804E-03 IMAGR2: Field 7 min = -4.9 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 870 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.043 MilliJy iter= 458 IMAGR2: Field 7 Clean flux density= 142.165 MilliJy 458 comps IMAGR2: Total Cleaned flux density = 931.271 MilliJy 2391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.4 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.74 MilliJy IMAGR2: 1160 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.928 MilliJy iter= 449 IMAGR2: Field 2 Clean flux density= -139.532 MilliJy 449 comps IMAGR2: Total Cleaned flux density = 920.415 MilliJy 2542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.973E-03 < Second best 3.597E-03 IMAGR2: Field 4 min = -4.3 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.73 MilliJy IMAGR2: 149 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.787 MilliJy iter= 244 IMAGR2: Field 4 Clean flux density= 148.419 MicroJy 244 comps IMAGR2: Total Cleaned flux density = 923.610 MilliJy 2588 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.171E-03 < Second best 3.488E-03 IMAGR2: Field 3 min = -4.9 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR2: 953 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.488 MilliJy iter= 659 IMAGR2: Field 3 Clean flux density= 29.302 MilliJy 659 comps IMAGR2: Total Cleaned flux density = 918.352 MilliJy 2741 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 2193 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.554 MilliJy iter= 759 IMAGR2: Field 6 Clean flux density= 80.432 MilliJy 759 comps IMAGR2: Total Cleaned flux density = 902.400 MilliJy 2980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.3 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.26 MilliJy IMAGR2: 684 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.375 MilliJy iter= 405 IMAGR2: Field 5 Clean flux density= 32.115 MilliJy 405 comps IMAGR2: Total Cleaned flux density = 906.504 MilliJy 3125 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 108 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.281 MilliJy iter= 188 IMAGR2: Field 1 Clean flux density= 767.628 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 912.259 MilliJy 3162 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.0 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 1212 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.286 MilliJy iter= 640 IMAGR2: Field 7 Clean flux density= 143.351 MilliJy 640 comps IMAGR2: Total Cleaned flux density = 913.445 MilliJy 3344 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.06 MilliJy IMAGR2: 1431 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.186 MilliJy iter= 650 IMAGR2: Field 2 Clean flux density= -132.650 MilliJy 650 comps IMAGR2: Total Cleaned flux density = 920.327 MilliJy 3545 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.319E-03 < Second best 2.449E-03 IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 842 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.990 MilliJy iter= 899 IMAGR2: Field 6 Clean flux density= 75.284 MilliJy 899 comps IMAGR2: Total Cleaned flux density = 915.179 MilliJy 3685 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 1384 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.940 MilliJy iter= 866 IMAGR2: Field 3 Clean flux density= 29.971 MilliJy 866 comps IMAGR2: Total Cleaned flux density = 915.848 MilliJy 3892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 354 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.881 MilliJy iter= 348 IMAGR2: Field 4 Clean flux density= 4.842 MilliJy 348 comps IMAGR2: Total Cleaned flux density = 920.541 MilliJy 3996 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 671 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.837 MilliJy iter= 570 IMAGR2: Field 5 Clean flux density= 26.589 MilliJy 570 comps IMAGR2: Total Cleaned flux density = 915.016 MilliJy 4161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 1677 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.805 MilliJy iter= 868 IMAGR2: Field 7 Clean flux density= 160.347 MilliJy 868 comps IMAGR2: Total Cleaned flux density = 932.012 MilliJy 4389 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 518 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.739 MilliJy iter= 297 IMAGR2: Field 1 Clean flux density= 755.759 MilliJy 297 comps IMAGR2: Total Cleaned flux density = 920.143 MilliJy 4498 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 409 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.629 MilliJy iter= 749 IMAGR2: Field 2 Clean flux density= -125.745 MilliJy 749 comps IMAGR2: Total Cleaned flux density = 927.047 MilliJy 4597 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 1421 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.616 MilliJy iter= 1113 IMAGR2: Field 6 Clean flux density= 75.998 MilliJy 1113 comps IMAGR2: Total Cleaned flux density = 927.761 MilliJy 4811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1440 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.545 MilliJy iter= 1070 IMAGR2: Field 3 Clean flux density= 39.466 MilliJy 1070 comps IMAGR2: Total Cleaned flux density = 937.256 MilliJy 5015 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 257 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.476 MilliJy iter= 424 IMAGR2: Field 4 Clean flux density= 3.323 MilliJy 424 comps IMAGR2: Total Cleaned flux density = 935.738 MilliJy 5091 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 601 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.449 MilliJy iter= 718 IMAGR2: Field 5 Clean flux density= 28.711 MilliJy 718 comps IMAGR2: Total Cleaned flux density = 937.859 MilliJy 5239 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 1662 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.406 MilliJy iter= 1126 IMAGR2: Field 7 Clean flux density= 167.576 MilliJy 1126 comps IMAGR2: Total Cleaned flux density = 945.088 MilliJy 5497 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.31 MilliJy IMAGR2: 390 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.341 MilliJy iter= 396 IMAGR2: Field 1 Clean flux density= 752.862 MilliJy 396 comps IMAGR2: Total Cleaned flux density = 942.191 MilliJy 5596 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 904 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.334 MilliJy iter= 923 IMAGR2: Field 2 Clean flux density= -121.179 MilliJy 923 comps IMAGR2: Total Cleaned flux density = 946.758 MilliJy 5770 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 1743 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.296 MilliJy iter= 1365 IMAGR2: Field 6 Clean flux density= 69.769 MilliJy 1365 comps IMAGR2: Total Cleaned flux density = 940.529 MilliJy 6022 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 2036 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.253 MilliJy iter= 1355 IMAGR2: Field 3 Clean flux density= 47.177 MilliJy 1355 comps IMAGR2: Total Cleaned flux density = 948.240 MilliJy 6307 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.203 MilliJy iter= 553 IMAGR2: Field 4 Clean flux density= 4.462 MilliJy 553 comps IMAGR2: Total Cleaned flux density = 949.378 MilliJy 6436 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 518 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.175 MilliJy iter= 851 IMAGR2: Field 5 Clean flux density= 28.091 MilliJy 851 comps IMAGR2: Total Cleaned flux density = 948.759 MilliJy 6569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1606 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.158 MilliJy iter= 1375 IMAGR2: Field 7 Clean flux density= 172.479 MilliJy 1375 comps IMAGR2: Total Cleaned flux density = 953.662 MilliJy 6818 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 303 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.141 MilliJy iter= 445 IMAGR2: Field 1 Clean flux density= 750.670 MilliJy 445 comps IMAGR2: Total Cleaned flux density = 951.470 MilliJy 6867 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1286 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.145 MilliJy iter= 1060 IMAGR2: Field 2 Clean flux density= -121.167 MilliJy 1060 comps IMAGR2: Total Cleaned flux density = 951.482 MilliJy 7004 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1733 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.145 MilliJy iter= 1440 IMAGR2: Field 6 Clean flux density= 67.920 MilliJy 1440 comps IMAGR2: Total Cleaned flux density = 949.633 MilliJy 7079 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 939.32 MicroJy IMAGR2: 2255 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.142 MilliJy iter= 1383 IMAGR2: Field 3 Clean flux density= 47.442 MilliJy 1383 comps IMAGR2: Total Cleaned flux density = 949.899 MilliJy 7107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 892.92 MicroJy IMAGR2: 1782 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.145 MilliJy iter= 558 IMAGR2: Field 4 Clean flux density= 4.110 MilliJy 558 comps IMAGR2: Total Cleaned flux density = 949.547 MilliJy 7112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 840.31 MicroJy IMAGR2: 4007 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.140 MilliJy iter= 866 IMAGR2: Field 5 Clean flux density= 28.921 MilliJy 866 comps IMAGR2: Total Cleaned flux density = 950.377 MilliJy 7127 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 687.15 MicroJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.142 MilliJy iter= 1385 IMAGR2: Field 7 Clean flux density= 173.453 MilliJy 1385 comps IMAGR2: Total Cleaned flux density = 951.351 MilliJy 7137 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.145 less than limit 1.145 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 445 to 267 components IMAGR2: Field 2 compressed from 1060 to 685 components IMAGR2: Field 3 compressed from 1383 to 947 components IMAGR2: Field 4 compressed from 558 to 393 components IMAGR2: Field 5 compressed from 866 to 549 components IMAGR2: Field 6 compressed from 1440 to 1008 components IMAGR2: Field 7 compressed from 1385 to 845 components IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.5 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: Field 6 min = -2.6 MilliJy,max = 1.8 MilliJy IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -4.250 MilliJy ( 54 CCs) from field 1 to field 2 IMAGR2: Restore 4.370 MilliJy ( 41 CCs) from field 1 to field 3 IMAGR2: Restore-199.457 MicroJy ( 37 CCs) from field 1 to field 4 IMAGR2: Restore-882.352 MicroJy ( 10 CCs) from field 1 to field 5 IMAGR2: Restore -9.726 MilliJy ( 67 CCs) from field 1 to field 6 IMAGR2: Restore 14.794 MilliJy ( 31 CCs) from field 1 to field 7 IMAGR2: Restore -29.449 MilliJy ( 45 CCs) from field 2 to field 1 IMAGR2: Restore -57.352 MilliJy ( 180 CCs) from field 2 to field 3 IMAGR2: Restore -5.220 MilliJy ( 47 CCs) from field 2 to field 4 IMAGR2: Restore 21.465 MilliJy ( 86 CCs) from field 3 to field 1 IMAGR2: Restore 5.541 MilliJy ( 84 CCs) from field 3 to field 2 IMAGR2: Restore-469.871 MicroJy ( 41 CCs) from field 3 to field 5 IMAGR2: Restore-430.020 MicroJy ( 38 CCs) from field 4 to field 1 IMAGR2: Restore 3.352 MilliJy ( 67 CCs) from field 4 to field 2 IMAGR2: Restore -1.066 MilliJy ( 11 CCs) from field 4 to field 6 IMAGR2: Restore 16.763 MilliJy ( 73 CCs) from field 5 to field 1 IMAGR2: Restore -2.278 MilliJy ( 20 CCs) from field 5 to field 3 IMAGR2: Restore 14.831 MilliJy ( 97 CCs) from field 5 to field 7 IMAGR2: Restore-996.068 MicroJy ( 65 CCs) from field 6 to field 1 IMAGR2: Restore 2.690 MilliJy ( 31 CCs) from field 6 to field 4 IMAGR2: Restore 17.143 MilliJy ( 108 CCs) from field 6 to field 7 IMAGR2: Restore 17.567 MilliJy ( 24 CCs) from field 7 to field 1 IMAGR2: Restore 8.215 MilliJy ( 54 CCs) from field 7 to field 5 IMAGR2: Restore 55.439 MilliJy ( 154 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 775.590 MilliJy IMAGR2: Field 2 final Clean flux -116.524 MilliJy IMAGR2: Field 3 final Clean flux -7.818 MilliJy IMAGR2: Field 4 final Clean flux 1.382 MilliJy IMAGR2: Field 5 final Clean flux 35.784 MilliJy IMAGR2: Field 6 final Clean flux 112.568 MilliJy IMAGR2: Field 7 final Clean flux 220.221 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.9 Real= 357 -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.1983 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1308 CELLSIZE 0.24470 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24470 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.058 deg 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 124.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.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.0 00002 -1 507 512 513 C 3 1012 1012 11 48 26.74 59 23 12.1 00003 -1 507 512 513 C 4 1012 1012 11 49 13.98 59 23 12.1 00004 -1 507 512 513 C 5 1012 1012 11 48 26.70 59 26 40.4 00005 -1 507 512 513 C 6 1012 1012 11 49 14.02 59 26 40.4 00006 -1 507 512 513 C 7 1012 1012 11 48 50.36 59 28 24.7 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.8689E-03 3.8000E-02 0 IMAGR2: Field 2 1012 1012 6.8689E-03 -2.0836E+02 0 IMAGR2: Field 3 1012 1012 -1.8026E+02 -1.0426E+02 0 IMAGR2: Field 4 1012 1012 1.8028E+02 -1.0426E+02 0 IMAGR2: Field 5 1012 1012 -1.8057E+02 1.0404E+02 0 IMAGR2: Field 6 1012 1012 1.8058E+02 1.0404E+02 0 IMAGR2: Field 7 1012 1012 6.8689E-03 2.0834E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1148+594 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7371 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.403E+04 IMAGR2: UVWAIT: Adding temperance S 6.807E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.847E+07 and out 2.351E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.157 due to weighting IMAGR2: UVWAIT: Average summed weight 3.403E+04 over 14586 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.49609E+08 IMAGR2: Field 1 Beam min = -150.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.774 x 0.649 arcsec, PA= 68.2 IMAGR2: Field 2 Sum of gridding weights = 2.49608E+08 IMAGR2: Field 2 Beam min = -150.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.775 x 0.649 arcsec, PA= 68.2 IMAGR2: Field 3 Sum of gridding weights = 2.49608E+08 IMAGR2: Field 3 Beam min = -99.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.777 x 0.649 arcsec, PA= 68.1 IMAGR2: Field 4 Sum of gridding weights = 2.49607E+08 IMAGR2: Field 4 Beam min = -98.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.771 x 0.649 arcsec, PA= 68.3 IMAGR2: Field 5 Sum of gridding weights = 2.49608E+08 IMAGR2: Field 5 Beam min = -99.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.776 x 0.649 arcsec, PA= 68.1 IMAGR2: Field 6 Sum of gridding weights = 2.49608E+08 IMAGR2: Field 6 Beam min = -98.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.770 x 0.649 arcsec, PA= 68.3 IMAGR2: Field 7 Sum of gridding weights = 2.49608E+08 IMAGR2: Field 7 Beam min = -150.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.772 x 0.649 arcsec, PA= 68.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -43.6 MilliJy,max = 425.3 MilliJy IMAGR2: Field 2 min = -35.7 MilliJy,max = 167.0 MilliJy IMAGR2: Field 3 min = -35.6 MilliJy,max = 140.7 MilliJy IMAGR2: Field 4 min = -38.2 MilliJy,max = 150.8 MilliJy IMAGR2: Field 5 min = -37.2 MilliJy,max = 141.9 MilliJy IMAGR2: Field 6 min = -38.3 MilliJy,max = 147.2 MilliJy IMAGR2: Field 7 min = -41.3 MilliJy,max = 176.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 58.42 MilliJy IMAGR2: 3751 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 203.417 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 242.219 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 242.219 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.2 MilliJy,max = 183.1 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 40.60 MilliJy IMAGR2: 529 Residual map points loaded IMAGR2: Field 1 min allowed flux = 85.152 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 357.424 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 357.424 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.7 MilliJy,max = 34.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.711E-02 < Second best 1.327E-01 IMAGR2: Field 6 min = -11.4 MilliJy,max = 30.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.740E-02 < Second best 1.262E-01 IMAGR2: Field 2 min = -8.5 MilliJy,max = 28.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.115E-02 < Second best 1.253E-01 IMAGR2: Field 3 min = -8.6 MilliJy,max = 23.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.120E-02 < Second best 9.479E-02 IMAGR2: Field 4 min = -11.1 MilliJy,max = 30.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.025E-02 < Second best 8.681E-02 IMAGR2: Field 5 min = -8.4 MilliJy,max = 24.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.809E-02 < Second best 8.100E-02 IMAGR2: Field 1 min = -11.7 MilliJy,max = 77.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 11.70 MilliJy IMAGR2: 3822 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.031 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 407.290 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 407.290 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.3 MilliJy,max = 34.0 MilliJy IMAGR2: BGC Clean: using 1825 cell beam + residuals > 9.00 MilliJy IMAGR2: 622 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.186 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 428.960 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 428.960 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.9 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.077E-03 < Second best 2.711E-02 IMAGR2: Field 7 min = -7.3 MilliJy,max = 9.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.937E-03 < Second best 2.120E-02 IMAGR2: Field 3 min = -7.9 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.055E-03 < Second best 2.115E-02 IMAGR2: Field 2 min = -7.2 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.622E-03 < Second best 2.025E-02 IMAGR2: Field 4 min = -8.0 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.629E-03 < Second best 1.809E-02 IMAGR2: Field 5 min = -7.5 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.819E-03 < Second best 1.540E-02 IMAGR2: Field 1 min = -9.2 MilliJy,max = 14.7 MilliJy IMAGR2: BGC Clean: using 1275 cell beam + residuals > 4.92 MilliJy IMAGR2: 1742 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.194 MilliJy iter= 51 IMAGR2: Field 1 Clean flux density= 440.773 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 440.773 MilliJy 51 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.8 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.416E-03 < Second best 9.055E-03 IMAGR2: Field 3 min = -8.8 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 1275 cell beam + residuals > 4.48 MilliJy IMAGR2: 3448 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.452 MilliJy iter= 29 IMAGR2: Field 3 Clean flux density= 8.185 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 448.958 MilliJy 80 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.2 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.578E-03 < Second best 8.629E-03 IMAGR2: Field 4 min = -8.1 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.358E-03 < Second best 8.416E-03 IMAGR2: Field 6 min = -8.9 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 1275 cell beam + residuals > 4.48 MilliJy IMAGR2: 3943 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 6.260 MilliJy iter= 39 IMAGR2: Field 6 Clean flux density= 71.220 MicroJy 39 comps IMAGR2: Total Cleaned flux density = 449.030 MilliJy 119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.4 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.038E-03 < Second best 7.578E-03 IMAGR2: Field 7 min = -6.2 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 1275 cell beam + residuals > 4.48 MilliJy IMAGR2: 1282 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.616 MilliJy iter= 34 IMAGR2: Field 7 Clean flux density= 15.163 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 464.192 MilliJy 153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.0 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.446E-03 < Second best 7.038E-03 IMAGR2: Field 5 min = -7.3 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 1275 cell beam + residuals > 4.48 MilliJy IMAGR2: 359 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.143 MilliJy iter= 24 IMAGR2: Field 5 Clean flux density= -250.110 MicroJy 24 comps IMAGR2: Total Cleaned flux density = 463.942 MilliJy 177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.2 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.05 MilliJy IMAGR2: 778 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.118 MilliJy iter= 102 IMAGR2: Field 1 Clean flux density= 440.760 MilliJy 102 comps IMAGR2: Total Cleaned flux density = 463.929 MilliJy 228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.2 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.077E-03 < Second best 6.446E-03 IMAGR2: Field 4 min = -6.5 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.01 MilliJy IMAGR2: 468 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.766 MilliJy iter= 46 IMAGR2: Field 4 Clean flux density= 3.045 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 466.975 MilliJy 274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.0 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.640E-03 < Second best 5.984E-03 IMAGR2: Field 6 min = -5.3 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.54 MilliJy IMAGR2: 3107 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.693 MilliJy iter= 142 IMAGR2: Field 6 Clean flux density= 20.737 MilliJy 142 comps IMAGR2: Total Cleaned flux density = 487.641 MilliJy 377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.3 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.53 MilliJy IMAGR2: 3696 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.699 MilliJy iter= 170 IMAGR2: Field 3 Clean flux density= 3.957 MilliJy 170 comps IMAGR2: Total Cleaned flux density = 483.413 MilliJy 518 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.5 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.299E-03 < Second best 5.077E-03 IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.141E-03 < Second best 4.915E-03 IMAGR2: Field 5 min = -4.9 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.035E-03 < Second best 4.888E-03 IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.948E-03 < Second best 4.555E-03 IMAGR2: Field 4 min = -4.9 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.822E-03 < Second best 4.495E-03 IMAGR2: Field 3 min = -5.1 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.923E-03 < Second best 4.492E-03 IMAGR2: Field 6 min = -4.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.60 MilliJy IMAGR2: 5274 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.404 MilliJy iter= 322 IMAGR2: Field 6 Clean flux density= 30.436 MilliJy 322 comps IMAGR2: Total Cleaned flux density = 493.112 MilliJy 698 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.55 MilliJy IMAGR2: 2076 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.109 MilliJy iter= 198 IMAGR2: Field 7 Clean flux density= 42.421 MilliJy 198 comps IMAGR2: Total Cleaned flux density = 520.370 MilliJy 862 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR2: 764 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.856 MilliJy iter= 108 IMAGR2: Field 2 Clean flux density= -14.126 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 506.245 MilliJy 970 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.512E-03 < Second best 3.948E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.316E-03 < Second best 3.923E-03 IMAGR2: Field 3 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.551E-03 < Second best 3.822E-03 IMAGR2: Field 4 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR2: 309 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.522 MilliJy iter= 116 IMAGR2: Field 4 Clean flux density= 10.478 MilliJy 116 comps IMAGR2: Total Cleaned flux density = 513.678 MilliJy 1040 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 1901 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.694 MilliJy iter= 333 IMAGR2: Field 3 Clean flux density= 4.785 MilliJy 333 comps IMAGR2: Total Cleaned flux density = 514.505 MilliJy 1203 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.982E-03 < Second best 3.316E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.966E-03 < Second best 3.260E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.827E-03 < Second best 2.982E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 816 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.325 MilliJy iter= 159 IMAGR2: Field 5 Clean flux density= -9.171 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 505.584 MilliJy 1338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR2: 563 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.141 MilliJy iter= 313 IMAGR2: Field 7 Clean flux density= 49.816 MilliJy 313 comps IMAGR2: Total Cleaned flux density = 512.979 MilliJy 1453 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 182 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.045 MilliJy iter= 161 IMAGR2: Field 1 Clean flux density= 437.265 MilliJy 161 comps IMAGR2: Total Cleaned flux density = 509.484 MilliJy 1512 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 753 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.091 MilliJy iter= 445 IMAGR2: Field 6 Clean flux density= 38.402 MilliJy 445 comps IMAGR2: Total Cleaned flux density = 517.451 MilliJy 1635 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.208E-03 < Second best 2.580E-03 IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 1033 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.823 MilliJy iter= 493 IMAGR2: Field 3 Clean flux density= 5.553 MilliJy 493 comps IMAGR2: Total Cleaned flux density = 518.219 MilliJy 1795 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 695 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.720 MilliJy iter= 258 IMAGR2: Field 4 Clean flux density= 12.398 MilliJy 258 comps IMAGR2: Total Cleaned flux density = 520.139 MilliJy 1937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.086E-03 < Second best 2.208E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.916E-03 < Second best 2.086E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 655 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.623 MilliJy iter= 304 IMAGR2: Field 5 Clean flux density= -4.579 MilliJy 304 comps IMAGR2: Total Cleaned flux density = 524.731 MilliJy 2082 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.820E-03 < Second best 2.003E-03 IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.39 MilliJy IMAGR2: 1676 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.482 MilliJy iter= 598 IMAGR2: Field 6 Clean flux density= 37.527 MilliJy 598 comps IMAGR2: Total Cleaned flux density = 523.856 MilliJy 2235 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 271 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.390 MilliJy iter= 245 IMAGR2: Field 1 Clean flux density= 438.087 MilliJy 245 comps IMAGR2: Total Cleaned flux density = 524.678 MilliJy 2319 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 724 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.422 MilliJy iter= 263 IMAGR2: Field 2 Clean flux density= -7.898 MilliJy 263 comps IMAGR2: Total Cleaned flux density = 530.906 MilliJy 2474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 986 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.431 MilliJy iter= 505 IMAGR2: Field 7 Clean flux density= 40.520 MilliJy 505 comps IMAGR2: Total Cleaned flux density = 521.609 MilliJy 2666 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 829 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.326 MilliJy iter= 654 IMAGR2: Field 3 Clean flux density= 6.259 MilliJy 654 comps IMAGR2: Total Cleaned flux density = 522.316 MilliJy 2827 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.463E-03 < Second best 1.554E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.333E-03 < Second best 1.463E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 608 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.207 MilliJy iter= 412 IMAGR2: Field 4 Clean flux density= 12.189 MilliJy 412 comps IMAGR2: Total Cleaned flux density = 522.106 MilliJy 2981 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.08 MilliJy IMAGR2: 1988 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.182 MilliJy iter= 872 IMAGR2: Field 6 Clean flux density= 45.713 MilliJy 872 comps IMAGR2: Total Cleaned flux density = 530.293 MilliJy 3255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.285E-03 < Second best 1.362E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 996.92 MicroJy IMAGR2: 1205 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.117 MilliJy iter= 411 IMAGR2: Field 2 Clean flux density= -1.680 MilliJy 411 comps IMAGR2: Total Cleaned flux density = 536.510 MilliJy 3403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 988.19 MicroJy IMAGR2: 798 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.117 MilliJy iter= 384 IMAGR2: Field 5 Clean flux density= -5.940 MilliJy 384 comps IMAGR2: Total Cleaned flux density = 535.149 MilliJy 3483 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.210E-03 < Second best 1.285E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 947.76 MicroJy IMAGR2: 787 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.117 MilliJy iter= 542 IMAGR2: Field 7 Clean flux density= 37.999 MilliJy 542 comps IMAGR2: Total Cleaned flux density = 532.628 MilliJy 3520 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 879.71 MicroJy IMAGR2: 2120 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.117 MilliJy iter= 686 IMAGR2: Field 3 Clean flux density= 7.921 MilliJy 686 comps IMAGR2: Total Cleaned flux density = 534.290 MilliJy 3552 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 > 864.42 MicroJy IMAGR2: 483 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.095 MilliJy iter= 249 IMAGR2: Field 1 Clean flux density= 438.073 MilliJy 249 comps IMAGR2: Total Cleaned flux density = 534.276 MilliJy 3556 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.072E-03 < Second best 1.133E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 675.13 MicroJy IMAGR2: 12789 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.110 MilliJy iter= 876 IMAGR2: Field 6 Clean flux density= 45.490 MilliJy 876 comps IMAGR2: Total Cleaned flux density = 534.052 MilliJy 3560 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 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 249 to 144 components IMAGR2: Field 2 compressed from 411 to 321 components IMAGR2: Field 3 compressed from 686 to 527 components IMAGR2: Field 4 compressed from 412 to 301 components IMAGR2: Field 5 compressed from 384 to 274 components IMAGR2: Field 6 compressed from 876 to 641 components IMAGR2: Field 7 compressed from 542 to 411 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -62.687 MicroJy ( 15 CCs) from field 1 to field 2 IMAGR2: Restore 4.142 MilliJy ( 46 CCs) from field 1 to field 3 IMAGR2: Restore-529.093 MicroJy ( 16 CCs) from field 1 to field 4 IMAGR2: Restore -1.979 MilliJy ( 21 CCs) from field 1 to field 5 IMAGR2: Restore -1.211 MilliJy ( 32 CCs) from field 1 to field 6 IMAGR2: Restore-932.465 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore-950.236 MicroJy ( 9 CCs) from field 2 to field 1 IMAGR2: Restore -7.758 MilliJy ( 66 CCs) from field 2 to field 3 IMAGR2: Restore 158.840 MicroJy ( 21 CCs) from field 2 to field 4 IMAGR2: Restore 3.931 MilliJy ( 54 CCs) from field 3 to field 1 IMAGR2: Restore -4.509 MilliJy ( 31 CCs) from field 3 to field 2 IMAGR2: Restore -2.904 MilliJy ( 37 CCs) from field 3 to field 5 IMAGR2: Restore -10.283 MicroJy ( 10 CCs) from field 4 to field 1 IMAGR2: Restore 2.430 MilliJy ( 20 CCs) from field 4 to field 2 IMAGR2: Restore -1.413 MilliJy ( 44 CCs) from field 4 to field 6 IMAGR2: Restore-113.968 MicroJy ( 13 CCs) from field 5 to field 1 IMAGR2: Restore -1.741 MilliJy ( 24 CCs) from field 5 to field 3 IMAGR2: Restore 912.757 MicroJy ( 12 CCs) from field 5 to field 7 IMAGR2: Restore 4.585 MilliJy ( 66 CCs) from field 6 to field 1 IMAGR2: Restore 2.480 MilliJy ( 29 CCs) from field 6 to field 4 IMAGR2: Restore 8.854 MilliJy ( 53 CCs) from field 6 to field 7 IMAGR2: Restore 8.085 MilliJy ( 27 CCs) from field 7 to field 1 IMAGR2: Restore 7.781 MilliJy ( 37 CCs) from field 7 to field 5 IMAGR2: Restore 2.929 MilliJy ( 57 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 453.600 MilliJy IMAGR2: Field 2 final Clean flux -3.821 MilliJy IMAGR2: Field 3 final Clean flux 2.564 MilliJy IMAGR2: Field 4 final Clean flux 14.299 MilliJy IMAGR2: Field 5 final Clean flux -3.042 MilliJy IMAGR2: Field 6 final Clean flux 45.796 MilliJy IMAGR2: Field 7 final Clean flux 46.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= 42 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 60.0 Real= 244 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1779 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1352 CELLSIZE 0.23680 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23680 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 108.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.0 Real= 5 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 07 16.9 00002 -1 507 512 513 C 3 1012 1012 14 00 03.74 62 08 57.6 00003 -1 507 512 513 C 4 1012 1012 14 00 53.57 62 08 57.6 00004 -1 507 512 513 C 5 1012 1012 14 00 03.69 62 12 19.2 00005 -1 507 512 513 C 6 1012 1012 14 00 53.61 62 12 19.2 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 14 00.1 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1779 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 8073 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.867E+04 IMAGR2: UVWAIT: Adding temperance S 7.734E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.356E+07 and out 2.996E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.153 due to weighting IMAGR2: UVWAIT: Average summed weight 3.867E+04 over 15938 vis IMAGR2: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 56 IMAGR2: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 63 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.18059E+08 IMAGR2: Field 1 Beam min = -178.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.140 x 0.660 arcsec, PA= -79.5 IMAGR2: Field 2 Sum of gridding weights = 3.18059E+08 IMAGR2: Field 2 Beam min = -178.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.139 x 0.660 arcsec, PA= -79.5 IMAGR2: Field 3 Sum of gridding weights = 3.18058E+08 IMAGR2: Field 3 Beam min = -134.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.140 x 0.660 arcsec, PA= -79.6 IMAGR2: Field 4 Sum of gridding weights = 3.18058E+08 IMAGR2: Field 4 Beam min = -123.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.138 x 0.660 arcsec, PA= -79.4 IMAGR2: Field 5 Sum of gridding weights = 3.18057E+08 IMAGR2: Field 5 Beam min = -118.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.141 x 0.660 arcsec, PA= -79.6 IMAGR2: Field 6 Sum of gridding weights = 3.18058E+08 IMAGR2: Field 6 Beam min = -161.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.139 x 0.660 arcsec, PA= -79.4 IMAGR2: Field 7 Sum of gridding weights = 3.18059E+08 IMAGR2: Field 7 Beam min = -178.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.140 x 0.660 arcsec, PA= -79.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -116.5 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -105.7 MilliJy,max = 315.2 MilliJy IMAGR2: Field 3 min = -96.9 MilliJy,max = 429.2 MilliJy IMAGR2: Field 4 min = -110.8 MilliJy,max = 346.2 MilliJy IMAGR2: Field 5 min = -98.9 MilliJy,max = 344.8 MilliJy IMAGR2: Field 6 min = -106.8 MilliJy,max = 450.4 MilliJy IMAGR2: Field 7 min = -104.9 MilliJy,max = 325.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 135.41 MilliJy IMAGR2: 4900 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 520.512 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 619.801 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 619.801 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -52.1 MilliJy,max = 468.5 MilliJy IMAGR2: BGC Clean: using 1965 cell beam + residuals > 96.98 MilliJy IMAGR2: 596 Residual map points loaded IMAGR2: Field 1 min allowed flux = 232.553 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 887.602 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 887.602 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -19.2 MilliJy,max = 83.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.183E-02 < Second best 3.125E-01 IMAGR2: Field 6 min = -28.1 MilliJy,max = 92.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.565E-02 < Second best 2.514E-01 IMAGR2: Field 4 min = -26.2 MilliJy,max = 73.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.486E-02 < Second best 2.441E-01 IMAGR2: Field 5 min = -18.8 MilliJy,max = 66.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.007E-02 < Second best 2.212E-01 IMAGR2: Field 1 min = -27.1 MilliJy,max = 210.6 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 77.11 MilliJy IMAGR2: 67 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 105.850 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 1.025 Jy 25 comps IMAGR2: Total Cleaned flux density = 1.025 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -12.9 MilliJy,max = 27.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.354E-02 < Second best 1.964E-01 IMAGR2: Field 2 min = -12.9 MilliJy,max = 26.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.494E-02 < Second best 1.007E-01 IMAGR2: Field 1 min = -18.5 MilliJy,max = 95.7 MilliJy IMAGR2: BGC Clean: using 1967 cell beam + residuals > 19.08 MilliJy IMAGR2: 1236 Residual map points loaded IMAGR2: Field 1 min allowed flux = 43.587 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 1.092 Jy 35 comps IMAGR2: Total Cleaned flux density = 1.092 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.7 MilliJy,max = 20.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.341E-02 < Second best 6.183E-02 IMAGR2: Field 3 min = -9.3 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.306E-02 < Second best 5.486E-02 IMAGR2: Field 4 min = -14.5 MilliJy,max = 18.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.519E-02 < Second best 5.007E-02 IMAGR2: Field 5 min = -10.3 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.333E-02 < Second best 4.147E-02 IMAGR2: Field 1 min = -21.9 MilliJy,max = 40.4 MilliJy IMAGR2: BGC Clean: using 1723 cell beam + residuals > 8.91 MilliJy IMAGR2: 2584 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.169 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 1.114 Jy 48 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.2 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.083E-02 < Second best 2.354E-02 IMAGR2: Field 7 min = -10.2 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.018E-02 < Second best 1.825E-02 IMAGR2: Field 1 min = -19.2 MilliJy,max = 17.6 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 7.87 MilliJy IMAGR2: 1261 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -11.622 MilliJy iter= 77 IMAGR2: Field 1 Clean flux density= 1.107 Jy 77 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 77 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -12.4 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.186E-02 < Second best 1.341E-02 IMAGR2: Field 6 min = -11.2 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.076E-02 < Second best 1.333E-02 IMAGR2: Field 5 min = -11.9 MilliJy,max = 12.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.200E-02 < Second best 1.306E-02 IMAGR2: Field 3 min = -11.4 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 691 cell beam + residuals > 6.11 MilliJy IMAGR2: 1387 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 8.508 MilliJy iter= 36 IMAGR2: Field 3 Clean flux density= 13.640 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min = -9.3 MilliJy,max = 11.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.054E-02 < Second best 1.186E-02 IMAGR2: Field 4 min = -12.2 MilliJy,max = 11.2 MilliJy IMAGR2: BGC Clean: using 1223 cell beam + residuals > 5.84 MilliJy IMAGR2: 3452 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -8.185 MilliJy iter= 54 IMAGR2: Field 4 Clean flux density= -12.366 MilliJy 54 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.2 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.56 MilliJy IMAGR2: 1390 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.826 MilliJy iter= 158 IMAGR2: Field 1 Clean flux density= 1.110 Jy 158 comps IMAGR2: Total Cleaned flux density = 1.111 Jy 248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.0 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.746E-03 < Second best 1.076E-02 IMAGR2: Field 6 min = -9.5 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.115E-03 < Second best 1.054E-02 IMAGR2: Field 5 min = -8.5 MilliJy,max = 10.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.26 MilliJy IMAGR2: 2385 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -7.153 MilliJy iter= 102 IMAGR2: Field 5 Clean flux density= 30.454 MilliJy 102 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.6 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.136E-03 < Second best 9.115E-03 IMAGR2: Field 6 min = -9.7 MilliJy,max = 8.9 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 5.09 MilliJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.015 MilliJy iter= 64 IMAGR2: Field 6 Clean flux density= -20.994 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 414 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.8 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.727E-03 < Second best 7.819E-03 IMAGR2: Field 4 min = -7.4 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.106E-03 < Second best 7.469E-03 IMAGR2: Field 1 min = -7.4 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.416E-03 < Second best 7.106E-03 IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.43 MilliJy IMAGR2: 1477 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.238 MilliJy iter= 133 IMAGR2: Field 4 Clean flux density= -18.980 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.9 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.022E-03 < Second best 6.746E-03 IMAGR2: Field 2 min = -5.2 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.976E-03 < Second best 6.727E-03 IMAGR2: Field 3 min = -6.9 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.98 MilliJy IMAGR2: 1642 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.720 MilliJy iter= 133 IMAGR2: Field 3 Clean flux density= 16.042 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 590 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.98 MilliJy IMAGR2: 187 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.234 MilliJy iter= 191 IMAGR2: Field 1 Clean flux density= 1.109 Jy 191 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.5 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.718E-03 < Second best 6.022E-03 IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.171E-03 < Second best 5.744E-03 IMAGR2: Field 6 min = -5.2 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.35 MilliJy IMAGR2: 1699 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.950 MilliJy iter= 178 IMAGR2: Field 6 Clean flux density= -12.619 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 1.124 Jy 737 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.7 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.35 MilliJy IMAGR2: 1291 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.793 MilliJy iter= 199 IMAGR2: Field 5 Clean flux density= 20.269 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 834 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.8 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.486E-03 < Second best 4.976E-03 IMAGR2: Field 2 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.122E-03 < Second best 4.718E-03 IMAGR2: Field 7 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.977E-03 < Second best 4.511E-03 IMAGR2: Field 3 min = -4.3 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.08 MilliJy IMAGR2: 413 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.315 MilliJy iter= 191 IMAGR2: Field 3 Clean flux density= 20.673 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 1.118 Jy 892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.9 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.08 MilliJy IMAGR2: 1327 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.464 MilliJy iter= 248 IMAGR2: Field 4 Clean flux density= -6.247 MilliJy 248 comps IMAGR2: Total Cleaned flux density = 1.131 Jy 1007 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.769E-03 < Second best 4.043E-03 IMAGR2: Field 1 min = -5.7 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.73 MilliJy IMAGR2: 642 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.078 MilliJy iter= 304 IMAGR2: Field 1 Clean flux density= 1.100 Jy 304 comps IMAGR2: Total Cleaned flux density = 1.122 Jy 1120 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.597E-03 < Second best 3.778E-03 IMAGR2: Field 6 min = -4.1 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.58 MilliJy IMAGR2: 791 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.792 MilliJy iter= 266 IMAGR2: Field 6 Clean flux density= -2.640 MilliJy 266 comps IMAGR2: Total Cleaned flux density = 1.132 Jy 1208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.359E-03 < Second best 3.628E-03 IMAGR2: Field 5 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.58 MilliJy IMAGR2: 879 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.778 MilliJy iter= 299 IMAGR2: Field 5 Clean flux density= 25.587 MilliJy 299 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 1308 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.58 MilliJy IMAGR2: 185 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.665 MilliJy iter= 50 IMAGR2: Field 7 Clean flux density= -592.402 MicroJy 50 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 1358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.58 MilliJy IMAGR2: 206 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.677 MilliJy iter= 55 IMAGR2: Field 2 Clean flux density= 3.871 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 1413 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 2.34 MilliJy IMAGR2: 684 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.476 MilliJy iter= 328 IMAGR2: Field 4 Clean flux density= -1.929 MilliJy 328 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 1493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 2.34 MilliJy IMAGR2: 465 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.450 MilliJy iter= 256 IMAGR2: Field 3 Clean flux density= 22.706 MilliJy 256 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 1558 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.516E-03 < Second best 2.672E-03 IMAGR2: Field 6 min = -3.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 932 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.177 MilliJy iter= 418 IMAGR2: Field 6 Clean flux density= -15.700 MilliJy 418 comps IMAGR2: Total Cleaned flux density = 1.134 Jy 1710 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.90 MilliJy IMAGR2: 2052 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.146 MilliJy iter= 535 IMAGR2: Field 5 Clean flux density= 26.663 MilliJy 535 comps IMAGR2: Total Cleaned flux density = 1.135 Jy 1946 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.040 MilliJy iter= 249 IMAGR2: Field 2 Clean flux density= 18.100 MilliJy 249 comps IMAGR2: Total Cleaned flux density = 1.149 Jy 2140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 460 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.912 MilliJy iter= 182 IMAGR2: Field 7 Clean flux density= -2.796 MilliJy 182 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 2272 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 = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.057E-03 < Second best 2.372E-03 IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 1298 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.870 MilliJy iter= 550 IMAGR2: Field 4 Clean flux density= 6.355 MilliJy 550 comps IMAGR2: Total Cleaned flux density = 1.155 Jy 2494 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 1254 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.774 MilliJy iter= 485 IMAGR2: Field 3 Clean flux density= 17.814 MilliJy 485 comps IMAGR2: Total Cleaned flux density = 1.150 Jy 2723 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 439 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.643 MilliJy iter= 542 IMAGR2: Field 6 Clean flux density= -14.681 MilliJy 542 comps IMAGR2: Total Cleaned flux density = 1.151 Jy 2847 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.807E-03 < Second best 2.057E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 211 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.517 MilliJy iter= 390 IMAGR2: Field 1 Clean flux density= 1.101 Jy 390 comps IMAGR2: Total Cleaned flux density = 1.152 Jy 2933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.561E-03 < Second best 1.831E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.703E-03 < Second best 1.807E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 1028 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.419 MilliJy iter= 752 IMAGR2: Field 5 Clean flux density= 22.484 MilliJy 752 comps IMAGR2: Total Cleaned flux density = 1.148 Jy 3150 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.602E-03 < Second best 1.703E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 517 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.296 MilliJy iter= 347 IMAGR2: Field 7 Clean flux density= -1.941 MilliJy 347 comps IMAGR2: Total Cleaned flux density = 1.149 Jy 3315 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 591 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.204 MilliJy iter= 649 IMAGR2: Field 3 Clean flux density= 15.959 MilliJy 649 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 3479 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 2571 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.269 MilliJy iter= 942 IMAGR2: Field 4 Clean flux density= 9.349 MilliJy 942 comps IMAGR2: Total Cleaned flux density = 1.150 Jy 3871 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 497 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.131 MilliJy iter= 702 IMAGR2: Field 6 Clean flux density= -15.850 MilliJy 702 comps IMAGR2: Total Cleaned flux density = 1.149 Jy 4031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 427 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.117 MilliJy iter= 405 IMAGR2: Field 2 Clean flux density= 15.596 MilliJy 405 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 4187 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 128 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.066 MilliJy iter= 441 IMAGR2: Field 1 Clean flux density= 1.100 Jy 441 comps IMAGR2: Total Cleaned flux density = 1.146 Jy 4238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 986.83 MicroJy IMAGR2: 1419 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.067 MilliJy iter= 1005 IMAGR2: Field 5 Clean flux density= 17.279 MilliJy 1005 comps IMAGR2: Total Cleaned flux density = 1.140 Jy 4491 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.147E-03 < Second best 1.217E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 857.99 MicroJy IMAGR2: 1415 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.067 MilliJy iter= 975 IMAGR2: Field 4 Clean flux density= 12.180 MilliJy 975 comps IMAGR2: Total Cleaned flux density = 1.143 Jy 4524 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.02 MicroJy IMAGR2: 2483 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.063 MilliJy iter= 675 IMAGR2: Field 3 Clean flux density= 16.629 MilliJy 675 comps IMAGR2: Total Cleaned flux density = 1.144 Jy 4550 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 784.43 MicroJy IMAGR2: 2919 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.067 MilliJy iter= 373 IMAGR2: Field 7 Clean flux density= -1.488 MilliJy 373 comps IMAGR2: Total Cleaned flux density = 1.144 Jy 4576 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 724.37 MicroJy IMAGR2: 6040 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.067 MilliJy iter= 737 IMAGR2: Field 6 Clean flux density= -13.252 MilliJy 737 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 4611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 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 441 to 242 components IMAGR2: Field 2 compressed from 405 to 298 components IMAGR2: Field 3 compressed from 675 to 462 components IMAGR2: Field 4 compressed from 975 to 682 components IMAGR2: Field 5 compressed from 1005 to 724 components IMAGR2: Field 6 compressed from 737 to 494 components IMAGR2: Field 7 compressed from 373 to 270 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-984.525 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore -4.198 MilliJy ( 29 CCs) from field 1 to field 3 IMAGR2: Restore -9.226 MilliJy ( 42 CCs) from field 1 to field 4 IMAGR2: Restore -5.786 MilliJy ( 34 CCs) from field 1 to field 5 IMAGR2: Restore -8.080 MilliJy ( 39 CCs) from field 1 to field 6 IMAGR2: Restore 635.344 MicroJy ( 4 CCs) from field 1 to field 7 IMAGR2: Restore-671.857 MicroJy ( 12 CCs) from field 2 to field 1 IMAGR2: Restore -1.537 MilliJy ( 33 CCs) from field 2 to field 3 IMAGR2: Restore 3.372 MilliJy ( 45 CCs) from field 2 to field 4 IMAGR2: Restore 125.927 MicroJy ( 16 CCs) from field 3 to field 1 IMAGR2: Restore-952.263 MicroJy ( 18 CCs) from field 3 to field 2 IMAGR2: Restore -4.692 MilliJy ( 51 CCs) from field 3 to field 5 IMAGR2: Restore -7.389 MilliJy ( 42 CCs) from field 4 to field 1 IMAGR2: Restore -5.880 MilliJy ( 44 CCs) from field 4 to field 2 IMAGR2: Restore 3.593 MilliJy ( 60 CCs) from field 4 to field 6 IMAGR2: Restore 5.125 MilliJy ( 32 CCs) from field 5 to field 1 IMAGR2: Restore 2.505 MilliJy ( 66 CCs) from field 5 to field 3 IMAGR2: Restore 904.568 MicroJy ( 41 CCs) from field 5 to field 7 IMAGR2: Restore -3.892 MilliJy ( 12 CCs) from field 6 to field 1 IMAGR2: Restore-424.092 MicroJy ( 51 CCs) from field 6 to field 4 IMAGR2: Restore -1.258 MilliJy ( 14 CCs) from field 6 to field 7 IMAGR2: Restore 305.363 MicroJy ( 15 CCs) from field 7 to field 1 IMAGR2: Restore -12.056 MicroJy ( 21 CCs) from field 7 to field 5 IMAGR2: Restore -1.102 MilliJy ( 32 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.094 Jy IMAGR2: Field 2 final Clean flux 7.779 MilliJy IMAGR2: Field 3 final Clean flux 13.399 MilliJy IMAGR2: Field 4 final Clean flux 5.903 MilliJy IMAGR2: Field 5 final Clean flux 6.789 MilliJy IMAGR2: Field 6 final Clean flux -18.841 MilliJy IMAGR2: Field 7 final Clean flux -1.206 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 49 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 70.8 Real= 294 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1779 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 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.1123 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.23557 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23557 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 90.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 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.2 00002 -1 507 512 513 C 3 1012 1012 15 48 59.22 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.20 50 39 46.0 00005 -1 507 512 513 C 6 1012 1012 15 49 35.73 50 39 46.0 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 41 26.3 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1779 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 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.1123 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.0059E+02 0 IMAGR2: Field 3 1012 1012 -1.7362E+02 -1.0039E+02 0 IMAGR2: Field 4 1012 1012 1.7355E+02 -1.0039E+02 0 IMAGR2: Field 5 1012 1012 -1.7381E+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 20254 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.140E+04 IMAGR2: UVWAIT: Adding temperance S 8.280E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.100E+07 and out 8.260E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.150 due to weighting IMAGR2: UVWAIT: Average summed weight 4.140E+04 over 40068 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 = 8.76892E+08 IMAGR2: Field 1 Beam min = -148.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 900.792 x 673.463 Milliarcsec, PA= -70.0 IMAGR2: Field 2 Sum of gridding weights = 8.76892E+08 IMAGR2: Field 2 Beam min = -134.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 900.546 x 673.591 Milliarcsec, PA= -70.0 IMAGR2: Field 3 Sum of gridding weights = 8.76890E+08 IMAGR2: Field 3 Beam min = -127.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 901.262 x 673.567 Milliarcsec, PA= -70.1 IMAGR2: Field 4 Sum of gridding weights = 8.76891E+08 IMAGR2: Field 4 Beam min = -110.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 900.075 x 673.487 Milliarcsec, PA= -69.9 IMAGR2: Field 5 Sum of gridding weights = 8.76889E+08 IMAGR2: Field 5 Beam min = -109.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 901.510 x 673.438 Milliarcsec, PA= -70.0 IMAGR2: Field 6 Sum of gridding weights = 8.76891E+08 IMAGR2: Field 6 Beam min = -140.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 900.322 x 673.360 Milliarcsec, PA= -69.8 IMAGR2: Field 7 Sum of gridding weights = 8.76891E+08 IMAGR2: Field 7 Beam min = -134.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 901.039 x 673.336 Milliarcsec, PA= -69.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -76.2 MilliJy,max = 942.1 MilliJy IMAGR2: Field 2 min = -76.6 MilliJy,max = 97.3 MilliJy IMAGR2: Field 3 min = -71.5 MilliJy,max = 119.9 MilliJy IMAGR2: Field 4 min = -70.2 MilliJy,max = 112.0 MilliJy IMAGR2: Field 5 min = -70.9 MilliJy,max = 112.0 MilliJy IMAGR2: Field 6 min = -74.4 MilliJy,max = 119.7 MilliJy IMAGR2: Field 7 min = -78.6 MilliJy,max = 95.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 75.47 MilliJy IMAGR2: 2226 Residual map points loaded IMAGR2: Field 1 min allowed flux = 450.595 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 536.546 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 536.546 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 = -33.2 MilliJy,max = 405.5 MilliJy IMAGR2: BGC Clean: using 1605 cell beam + residuals > 44.32 MilliJy IMAGR2: 614 Residual map points loaded IMAGR2: Field 1 min allowed flux = 193.972 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 767.519 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 767.519 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.6 MilliJy,max = 174.6 MilliJy IMAGR2: BGC Clean: using 135 cell beam + residuals > 45.07 MilliJy IMAGR2: 28 Residual map points loaded IMAGR2: Field 1 min allowed flux = 80.281 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 876.070 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 876.070 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.9 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.400E-03 < Second best 1.068E-01 IMAGR2: Field 4 min = -6.4 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.432E-03 < Second best 1.025E-01 IMAGR2: Field 6 min = -6.3 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.646E-03 < Second best 9.870E-02 IMAGR2: Field 3 min = -6.2 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.910E-03 < Second best 9.295E-02 IMAGR2: Field 2 min = -7.7 MilliJy,max = 9.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.778E-03 < Second best 9.119E-02 IMAGR2: Field 7 min = -7.4 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.738E-03 < Second best 7.633E-02 IMAGR2: Field 1 min = -7.9 MilliJy,max = 74.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.43 MilliJy IMAGR2: 2375 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.048 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 928.014 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 928.014 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 31.4 MilliJy IMAGR2: BGC Clean: using 679 cell beam + residuals > 3.98 MilliJy IMAGR2: 514 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.645 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 948.518 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 948.518 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.8 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 4.53 MilliJy IMAGR2: 42 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.101 MilliJy iter= 60 IMAGR2: Field 1 Clean flux density= 953.602 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 953.602 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.394E-03 < Second best 9.432E-03 IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.300E-03 < Second best 9.400E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.644E-03 < Second best 8.910E-03 IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.769E-03 < Second best 8.778E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.802E-03 < Second best 7.738E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.051E-03 < Second best 6.755E-03 IMAGR2: Field 1 min = -7.1 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 1.46 MilliJy IMAGR2: 2401 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.483 MilliJy iter= 101 IMAGR2: Field 1 Clean flux density= 947.143 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 947.143 MilliJy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 517 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.131 MilliJy iter= 165 IMAGR2: Field 1 Clean flux density= 947.871 MilliJy 165 comps IMAGR2: Total Cleaned flux density = 947.871 MilliJy 165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.473E-03 < Second best 2.802E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.543E-03 < Second best 2.769E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.5 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 2.357E-03 < Second best 2.644E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.365E-03 < Second best 2.543E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 2341 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.890 MilliJy iter= 82 IMAGR2: Field 2 Clean flux density= 11.257 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 959.128 MilliJy 247 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 2128 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.847 MilliJy iter= 110 IMAGR2: Field 7 Clean flux density= -6.965 MilliJy 110 comps IMAGR2: Total Cleaned flux density = 952.163 MilliJy 357 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.156E-03 < Second best 2.365E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.158E-03 < Second best 2.357E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 2069 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.655 MilliJy iter= 115 IMAGR2: Field 3 Clean flux density= -2.084 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 950.080 MilliJy 472 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 3071 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.634 MilliJy iter= 164 IMAGR2: Field 4 Clean flux density= 2.935 MilliJy 164 comps IMAGR2: Total Cleaned flux density = 953.014 MilliJy 636 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.044E-03 < Second best 2.156E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1956 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.528 MilliJy iter= 167 IMAGR2: Field 6 Clean flux density= 13.885 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 966.899 MilliJy 803 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1552 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.478 MilliJy iter= 171 IMAGR2: Field 5 Clean flux density= -1.665 MilliJy 171 comps IMAGR2: Total Cleaned flux density = 965.234 MilliJy 974 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 122 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.300 MilliJy iter= 223 IMAGR2: Field 1 Clean flux density= 947.825 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 965.188 MilliJy 1032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.619E-03 < Second best 1.766E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.522E-03 < Second best 1.619E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1381 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.343 MilliJy iter= 279 IMAGR2: Field 2 Clean flux density= 17.002 MilliJy 279 comps IMAGR2: Total Cleaned flux density = 970.934 MilliJy 1229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.423E-03 < Second best 1.564E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1685 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.218 MilliJy iter= 364 IMAGR2: Field 4 Clean flux density= 2.961 MilliJy 364 comps IMAGR2: Total Cleaned flux density = 970.960 MilliJy 1429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 1554 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.227 MilliJy iter= 349 IMAGR2: Field 7 Clean flux density= -3.788 MilliJy 349 comps IMAGR2: Total Cleaned flux density = 974.137 MilliJy 1668 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.298E-03 < Second best 1.423E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 1953 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.164 MilliJy iter= 395 IMAGR2: Field 3 Clean flux density= -3.650 MilliJy 395 comps IMAGR2: Total Cleaned flux density = 972.571 MilliJy 1948 comps IMAGR2: ALGSTB: All 526 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 515- 0 Cells, with 20254 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 955.08 MicroJy IMAGR2: 1139 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.061 MilliJy iter= 394 IMAGR2: Field 5 Clean flux density= -1.120 MilliJy 394 comps IMAGR2: Total Cleaned flux density = 973.115 MilliJy 2171 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 > 954.28 MicroJy IMAGR2: 1647 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.074 MilliJy iter= 451 IMAGR2: Field 6 Clean flux density= 15.276 MilliJy 451 comps IMAGR2: Total Cleaned flux density = 974.507 MilliJy 2455 comps IMAGR2: ALGSTB: All 526 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 515- 0 Cells, with 20254 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.103E-03 < Second best 1.241E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 914.59 MicroJy IMAGR2: 71 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -932.654 MicroJy iter= 266 IMAGR2: Field 1 Clean flux density= 946.971 MilliJy 266 comps IMAGR2: Total Cleaned flux density = 973.653 MilliJy 2498 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.047E-03 < Second best 1.168E-03 IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.12 MicroJy IMAGR2: 1787 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 946.291 MicroJy iter= 663 IMAGR2: Field 4 Clean flux density= 2.443 MilliJy 663 comps IMAGR2: Total Cleaned flux density = 973.135 MilliJy 2797 comps IMAGR2: ALGSTB: All 526 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 515- 0 Cells, with 20254 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.034E-03 < Second best 1.103E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 805.39 MicroJy IMAGR2: 1210 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 886.199 MicroJy iter= 563 IMAGR2: Field 2 Clean flux density= 19.628 MilliJy 563 comps IMAGR2: Total Cleaned flux density = 975.761 MilliJy 3081 comps IMAGR2: ALGSTB: All 526 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 515- 0 Cells, with 20254 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 804.56 MicroJy IMAGR2: 1148 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -874.041 MicroJy iter= 616 IMAGR2: Field 7 Clean flux density= -6.496 MilliJy 616 comps IMAGR2: Total Cleaned flux density = 973.052 MilliJy 3348 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.89 MicroJy IMAGR2: 1052 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -858.493 MicroJy iter= 645 IMAGR2: Field 3 Clean flux density= -3.085 MilliJy 645 comps IMAGR2: Total Cleaned flux density = 973.617 MilliJy 3598 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.194E-04 < Second best 1.017E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 729.68 MicroJy IMAGR2: 1511 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -796.452 MicroJy iter= 727 IMAGR2: Field 5 Clean flux density= -2.756 MilliJy 727 comps IMAGR2: Total Cleaned flux density = 971.981 MilliJy 3931 comps IMAGR2: ALGSTB: All 526 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 515- 0 Cells, with 20254 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 729.05 MicroJy IMAGR2: 1702 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -793.915 MicroJy iter= 805 IMAGR2: Field 6 Clean flux density= 19.175 MilliJy 805 comps IMAGR2: Total Cleaned flux density = 975.880 MilliJy 4285 comps IMAGR2: ALGSTB: All 526 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 515- 0 Cells, with 20254 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.345E-04 < Second best 8.922E-04 IMAGR2: Field 1 min = -1.0 MilliJy,max = 989.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 693.06 MicroJy IMAGR2: 70 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 702.647 MicroJy iter= 311 IMAGR2: Field 1 Clean flux density= 946.528 MilliJy 311 comps IMAGR2: Total Cleaned flux density = 975.437 MilliJy 4330 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 674.70 MicroJy IMAGR2: 680 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -710.238 MicroJy iter= 788 IMAGR2: Field 2 Clean flux density= 21.376 MilliJy 788 comps IMAGR2: Total Cleaned flux density = 977.185 MilliJy 4555 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.430E-04 < Second best 8.345E-04 IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.71 MicroJy IMAGR2: 1149 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 693.241 MicroJy iter= 966 IMAGR2: Field 4 Clean flux density= 861.994 MicroJy 966 comps IMAGR2: Total Cleaned flux density = 975.604 MilliJy 4858 comps IMAGR2: ALGSTB: All 526 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 515- 0 Cells, with 20254 Pts IMAGR2: Field 3 min = -1.0 MilliJy,max = 967.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 625.12 MicroJy IMAGR2: 2085 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 681.286 MicroJy iter= 1085 IMAGR2: Field 3 Clean flux density= -3.921 MilliJy 1085 comps IMAGR2: Total Cleaned flux density = 974.768 MilliJy 5298 comps IMAGR2: ALGSTB: All 526 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 515- 0 Cells, with 20254 Pts IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.248E-04 < Second best 7.614E-04 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.75 MicroJy IMAGR2: 2498 Residual map points loaded IMAGR2: Field 6 min Clean flux = -673.768 MicroJy iter= 965 IMAGR2: Field 6 Clean flux density= 21.976 MilliJy 965 comps IMAGR2: Total Cleaned flux density = 977.569 MilliJy 5458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 564.41 MicroJy IMAGR2: 1635 Residual map points loaded IMAGR2: Field 7 min Clean flux = 672.112 MicroJy iter= 684 IMAGR2: Field 7 Clean flux density= -5.662 MilliJy 684 comps IMAGR2: Total Cleaned flux density = 978.404 MilliJy 5526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 557.37 MicroJy IMAGR2: 2214 Residual map points loaded IMAGR2: Field 5 min Clean flux = 673.952 MicroJy iter= 781 IMAGR2: Field 5 Clean flux density= -2.334 MilliJy 781 comps IMAGR2: Total Cleaned flux density = 978.825 MilliJy 5580 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -941.9 MicroJy,max = 931.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 529.26 MicroJy IMAGR2: 1527 Residual map points loaded IMAGR2: Field 2 min Clean flux = -666.997 MicroJy iter= 790 IMAGR2: Field 2 Clean flux density= 21.379 MilliJy 790 comps IMAGR2: Total Cleaned flux density = 978.828 MilliJy 5582 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -911.2 MicroJy,max = 863.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 517.95 MicroJy IMAGR2: 374 Residual map points loaded IMAGR2: Field 1 min Clean flux = -652.432 MicroJy iter= 314 IMAGR2: Field 1 Clean flux density= 946.326 MilliJy 314 comps IMAGR2: Total Cleaned flux density = 978.627 MilliJy 5585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -966.8 MicroJy,max = 942.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.75 MicroJy IMAGR2: 5407 Residual map points loaded IMAGR2: Field 4 min Clean flux = 672.155 MicroJy iter= 971 IMAGR2: Field 4 Clean flux density= 794.190 MicroJy 971 comps IMAGR2: Total Cleaned flux density = 978.559 MilliJy 5590 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -949.5 MicroJy,max = 879.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 396.03 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 3 min Clean flux = 656.992 MicroJy iter= 1088 IMAGR2: Field 3 Clean flux density= -3.856 MilliJy 1088 comps IMAGR2: Total Cleaned flux density = 978.624 MilliJy 5593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 673.952 less than limit 673.973 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 314 to 94 components IMAGR2: Field 2 compressed from 790 to 532 components IMAGR2: Field 3 compressed from 1088 to 749 components IMAGR2: Field 4 compressed from 971 to 712 components IMAGR2: Field 5 compressed from 781 to 558 components IMAGR2: Field 6 compressed from 965 to 684 components IMAGR2: Field 7 compressed from 684 to 479 components IMAGR2: Field 1 min = -902.7 MicroJy,max = 865.5 MicroJy IMAGR2: Field 2 min = -932.9 MicroJy,max = 930.1 MicroJy IMAGR2: Field 3 min = -950.4 MicroJy,max = 876.2 MicroJy IMAGR2: Field 4 min = -969.1 MicroJy,max = 942.4 MicroJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-156.640 MicroJy ( 10 CCs) from field 1 to field 2 IMAGR2: Restore-286.136 MicroJy ( 11 CCs) from field 1 to field 3 IMAGR2: Restore -2.069 MilliJy ( 18 CCs) from field 1 to field 4 IMAGR2: Restore-340.745 MicroJy ( 14 CCs) from field 1 to field 5 IMAGR2: Restore-850.745 MicroJy ( 7 CCs) from field 1 to field 6 IMAGR2: Restore-194.670 MicroJy ( 4 CCs) from field 1 to field 7 IMAGR2: Restore 555.839 MicroJy ( 3 CCs) from field 2 to field 1 IMAGR2: Restore 2.806 MilliJy ( 43 CCs) from field 2 to field 3 IMAGR2: Restore 2.365 MilliJy ( 69 CCs) from field 2 to field 4 IMAGR2: Restore 448.760 MicroJy ( 13 CCs) from field 3 to field 1 IMAGR2: Restore 883.770 MicroJy ( 28 CCs) from field 3 to field 2 IMAGR2: Restore 3.283 MilliJy ( 85 CCs) from field 3 to field 5 IMAGR2: Restore-219.600 MicroJy ( 23 CCs) from field 4 to field 1 IMAGR2: Restore-860.824 MicroJy ( 57 CCs) from field 4 to field 2 IMAGR2: Restore 349.396 MicroJy ( 74 CCs) from field 4 to field 6 IMAGR2: Restore-292.152 MicroJy ( 20 CCs) from field 5 to field 1 IMAGR2: Restore 785.534 MicroJy ( 35 CCs) from field 5 to field 3 IMAGR2: Restore-455.174 MicroJy ( 46 CCs) from field 5 to field 7 IMAGR2: Restore-137.453 MicroJy ( 9 CCs) from field 6 to field 1 IMAGR2: Restore 54.860 MicroJy ( 54 CCs) from field 6 to field 4 IMAGR2: Restore-807.082 MicroJy ( 27 CCs) from field 6 to field 7 IMAGR2: Restore -64.109 MicroJy ( 3 CCs) from field 7 to field 1 IMAGR2: Restore 8.940 MicroJy ( 78 CCs) from field 7 to field 5 IMAGR2: Restore 672.568 MicroJy ( 26 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 946.618 MilliJy IMAGR2: Field 2 final Clean flux 21.245 MilliJy IMAGR2: Field 3 final Clean flux -549.974 MicroJy IMAGR2: Field 4 final Clean flux 1.145 MilliJy IMAGR2: Field 5 final Clean flux 617.382 MicroJy IMAGR2: Field 6 final Clean flux 22.147 MilliJy IMAGR2: Field 7 final Clean flux -7.119 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= 77.7 Real= 315 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1779 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 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.1123 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.08063 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23322 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23322 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 85.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 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 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.08063 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 39312 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 9.337E+04 IMAGR2: UVWAIT: Adding temperance S 1.867E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.232E+08 and out 1.835E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.173 due to weighting LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: UVWAIT: Average summed weight 9.337E+04 over 78624 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 = 1.94851E+09 IMAGR2: Field 1 Beam min = -115.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 836.132 x 654.129 Milliarcsec, PA= -66.2 IMAGR2: Field 2 Sum of gridding weights = 1.94851E+09 IMAGR2: Field 2 Beam min = -115.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 835.910 x 654.315 Milliarcsec, PA= -66.3 IMAGR2: Field 3 Sum of gridding weights = 1.94851E+09 IMAGR2: Field 3 Beam min = -116.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 836.462 x 654.303 Milliarcsec, PA= -66.4 IMAGR2: Field 4 Sum of gridding weights = 1.94851E+09 IMAGR2: Field 4 Beam min = -99.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 835.581 x 654.141 Milliarcsec, PA= -66.2 IMAGR2: Field 5 Sum of gridding weights = 1.94851E+09 IMAGR2: Field 5 Beam min = -116.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 836.684 x 654.118 Milliarcsec, PA= -66.3 IMAGR2: Field 6 Sum of gridding weights = 1.94851E+09 IMAGR2: Field 6 Beam min = -99.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 835.802 x 653.956 Milliarcsec, PA= -66.1 IMAGR2: Field 7 Sum of gridding weights = 1.94851E+09 IMAGR2: Field 7 Beam min = -115.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 836.354 x 653.945 Milliarcsec, PA= -66.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.0 MilliJy,max = 19.8 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 3.3 MilliJy IMAGR2: Field 3 min = -1.6 MilliJy,max = 4.4 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 2.9 MilliJy IMAGR2: Field 5 min = -1.5 MilliJy,max = 3.5 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 4.7 MilliJy IMAGR2: Field 7 min = -1.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 1.41 MilliJy IMAGR2: 14284 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.496 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 20.435 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 20.435 MilliJy 15 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 609 cell beam + residuals > 1.37 MilliJy IMAGR2: 1363 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.203 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 32.407 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 32.407 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -625.2 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.118E-03 < Second best 4.124E-03 IMAGR2: Field 3 min = -675.4 MicroJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.043E-03 < Second best 3.998E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 143 cell beam + residuals > 1.06 MilliJy IMAGR2: 201 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.967 MilliJy iter= 52 IMAGR2: Field 1 Clean flux density= 37.645 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 37.645 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -453.3 MicroJy,max = 669.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.556E-04 < Second best 2.368E-03 IMAGR2: Field 2 min = -461.7 MicroJy,max = 519.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.968E-04 < Second best 2.120E-03 IMAGR2: Field 5 min = -507.8 MicroJy,max = 760.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.369E-04 < Second best 1.995E-03 IMAGR2: Field 4 min = -512.7 MicroJy,max = 602.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.039E-04 < Second best 1.871E-03 IMAGR2: Field 1 min = -983.6 MicroJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 607 cell beam + residuals > 341.02 MicroJy IMAGR2: 7634 Residual map points loaded IMAGR2: Field 1 min allowed flux = 942.935 MicroJy iter= 72 IMAGR2: Field 1 Clean flux density= 40.136 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 40.136 MilliJy 72 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -768.6 MicroJy,max = 581.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.260E-04 < Second best 1.043E-03 IMAGR2: Field 3 min = -605.6 MicroJy,max = 741.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.460E-04 < Second best 8.979E-04 IMAGR2: Field 1 min = -907.6 MicroJy,max = 922.6 MicroJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 304.73 MicroJy IMAGR2: 7685 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 571.761 MicroJy iter= 159 IMAGR2: Field 1 Clean flux density= 42.036 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 42.036 MilliJy 159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -412.1 MicroJy,max = 519.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.347E-04 < Second best 5.460E-04 IMAGR2: Field 3 min = -506.0 MicroJy,max = 499.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.778E-04 < Second best 5.457E-04 IMAGR2: Field 1 min = -548.9 MicroJy,max = 539.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 254.65 MicroJy IMAGR2: 9557 Residual map points loaded IMAGR2: Field 1 min Clean flux = 481.839 MicroJy iter= 191 IMAGR2: Field 1 Clean flux density= 41.828 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 41.828 MilliJy 191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -525.5 MicroJy,max = 463.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.131E-04 < Second best 4.968E-04 IMAGR2: Field 2 min = -441.1 MicroJy,max = 410.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.223E-04 < Second best 4.778E-04 IMAGR2: Field 3 min = -471.0 MicroJy,max = 444.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 191 to 73 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -472.5 MicroJy,max = 467.3 MicroJy IMAGR2: Field 2 min = -441.1 MicroJy,max = 410.4 MicroJy IMAGR2: Field 3 min = -471.0 MicroJy,max = 444.0 MicroJy IMAGR2: Field 4 min = -444.9 MicroJy,max = 463.1 MicroJy IMAGR2: Field 5 min = -395.3 MicroJy,max = 454.8 MicroJy IMAGR2: Field 6 min = -525.5 MicroJy,max = 463.6 MicroJy IMAGR2: Field 7 min = -398.1 MicroJy,max = 501.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 432.873 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore-956.077 MicroJy ( 13 CCs) from field 1 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 41.828 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 432.873 MicroJy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux -956.077 MicroJy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 63 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 24.6 Real= 100 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.08063 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.207 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23326 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23326 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 85.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= 5 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 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.08063 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.207 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 -1.0823E-02 -1.9856E+02 0 IMAGR2: Field 3 1012 1012 -1.7187E+02 -9.9360E+01 0 IMAGR2: Field 4 1012 1012 1.7185E+02 -9.9360E+01 0 IMAGR2: Field 5 1012 1012 -1.7209E+02 9.9240E+01 0 IMAGR2: Field 6 1012 1012 1.7207E+02 9.9240E+01 0 IMAGR2: Field 7 1012 1012 -1.0823E-02 1.9854E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 70 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5967 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.296E+04 IMAGR2: UVWAIT: Adding temperance S 6.592E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.868E+07 and out 2.284E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 3.296E+04 over 11934 vis IMAGR2: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 77 IMAGR2: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 83 IMAGR2: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 84 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.42472E+08 IMAGR2: Field 1 Beam min = -216.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 879.485 x 711.550 Milliarcsec, PA= -72.1 IMAGR2: Field 2 Sum of gridding weights = 2.42472E+08 IMAGR2: Field 2 Beam min = -216.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 879.296 x 711.708 Milliarcsec, PA= -72.2 IMAGR2: Field 3 Sum of gridding weights = 2.42472E+08 IMAGR2: Field 3 Beam min = -189.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 879.898 x 711.676 Milliarcsec, PA= -72.3 IMAGR2: Field 4 Sum of gridding weights = 2.42472E+08 IMAGR2: Field 4 Beam min = -136.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 878.871 x 711.594 Milliarcsec, PA= -72.1 IMAGR2: Field 5 Sum of gridding weights = 2.42472E+08 IMAGR2: Field 5 Beam min = -189.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 880.087 x 711.516 Milliarcsec, PA= -72.2 IMAGR2: Field 6 Sum of gridding weights = 2.42472E+08 IMAGR2: Field 6 Beam min = -136.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 879.060 x 711.435 Milliarcsec, PA= -72.0 IMAGR2: Field 7 Sum of gridding weights = 2.42472E+08 IMAGR2: Field 7 Beam min = -216.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 879.674 x 711.391 Milliarcsec, PA= -72.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -7.7 MilliJy,max = 78.9 MilliJy IMAGR2: Field 2 min = -7.8 MilliJy,max = 26.3 MilliJy IMAGR2: Field 3 min = -8.2 MilliJy,max = 39.8 MilliJy IMAGR2: Field 4 min = -8.2 MilliJy,max = 28.3 MilliJy IMAGR2: Field 5 min = -7.8 MilliJy,max = 27.5 MilliJy IMAGR2: Field 6 min = -8.7 MilliJy,max = 39.7 MilliJy IMAGR2: Field 7 min = -7.3 MilliJy,max = 24.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.73 MilliJy IMAGR2: 5004 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 39.074 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 45.234 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 45.234 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 6 min = -4.3 MilliJy,max = 22.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.103E-02 < Second best 3.717E-02 IMAGR2: Field 1 min = -5.3 MilliJy,max = 35.3 MilliJy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 9.06 MilliJy IMAGR2: 620 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 18.035 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 77.567 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 77.567 MilliJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 12.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.088E-02 < Second best 2.503E-02 IMAGR2: Field 2 min = -2.9 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.532E-03 < Second best 2.340E-02 IMAGR2: Field 7 min = -2.8 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.185E-03 < Second best 2.103E-02 IMAGR2: Field 6 min = -2.8 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.131E-02 < Second best 2.041E-02 IMAGR2: Field 4 min = -2.7 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.740E-03 < Second best 1.873E-02 IMAGR2: Field 5 min = -2.5 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.477E-03 < Second best 1.716E-02 IMAGR2: Field 1 min = -3.6 MilliJy,max = 17.7 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 3.25 MilliJy IMAGR2: 5081 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.784 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 98.979 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 98.979 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.213E-03 < Second best 1.088E-02 IMAGR2: Field 3 min = -2.0 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.619E-03 < Second best 8.362E-03 IMAGR2: Field 1 min = -2.9 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 1517 cell beam + residuals > 2.85 MilliJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.066 MilliJy iter= 55 IMAGR2: Field 1 Clean flux density= 109.144 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 109.144 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.377E-03 < Second best 6.185E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.280E-03 < Second best 5.740E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.122E-03 < Second best 5.619E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.980E-03 < Second best 5.477E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.352E-03 < Second best 5.213E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.040E-03 < Second best 3.873E-03 IMAGR2: Field 1 min = -2.9 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 1517 cell beam + residuals > 1.32 MilliJy IMAGR2: 6100 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.117 MilliJy iter= 94 IMAGR2: Field 1 Clean flux density= 115.656 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 115.656 MilliJy 94 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.406E-03 < Second best 3.040E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.321E-03 < Second best 2.980E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.920E-03 < Second best 2.406E-03 IMAGR2: BGC Clean: using 1517 cell beam + residuals > 1.31 MilliJy IMAGR2: 184 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.508 MilliJy iter= 17 IMAGR2: Field 7 Clean flux density= 3.047 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 118.703 MilliJy 111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.752E-03 < Second best 2.352E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.552E-03 < Second best 2.321E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.825E-03 < Second best 2.122E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.654E-03 < Second best 2.019E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 964.76 MicroJy IMAGR2: 7356 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.628 MilliJy iter= 201 IMAGR2: Field 1 Clean flux density= 124.893 MilliJy 201 comps IMAGR2: Total Cleaned flux density = 127.941 MilliJy 218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.307E-03 < Second best 1.825E-03 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.192E-03 < Second best 1.752E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.288E-03 < Second best 1.654E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.240E-03 < Second best 1.557E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.267E-03 < Second best 1.552E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.106E-03 < Second best 1.440E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.154E-03 < Second best 1.307E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 675.38 MicroJy IMAGR2: 4100 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.230 MilliJy iter= 4 IMAGR2: Field 3 Clean flux density= 2.563 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 127.943 MilliJy 222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.199E-03 < Second best 1.267E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.82 MicroJy IMAGR2: 8438 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.227 MilliJy iter= 207 IMAGR2: Field 1 Clean flux density= 124.135 MilliJy 207 comps IMAGR2: Total Cleaned flux density = 127.185 MilliJy 228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.112E-03 < Second best 1.199E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.112E-03 < Second best 1.192E-03 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 207 to 102 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 4 to 3 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 17 to 12 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 574.853 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR2: Restore 1.397 MilliJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore 1.185 MilliJy ( 7 CCs) from field 1 to field 4 IMAGR2: Restore 163.435 MicroJy ( 1 CCs) from field 1 to field 5 IMAGR2: Restore 354.721 MicroJy ( 6 CCs) from field 1 to field 6 IMAGR2: Restore 134.763 MicroJy ( 2 CCs) from field 3 to field 2 IMAGR2: Restore 679.296 MicroJy ( 4 CCs) from field 7 to field 1 IMAGR2: Restore 2.731 MilliJy ( 10 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 124.815 MilliJy IMAGR2: Field 2 final Clean flux 709.616 MicroJy IMAGR2: Field 3 final Clean flux 1.400 MilliJy IMAGR2: Field 4 final Clean flux 1.185 MilliJy IMAGR2: Field 5 final Clean flux 163.435 MicroJy IMAGR2: Field 6 final Clean flux 3.085 MilliJy IMAGR2: Field 7 final Clean flux 3.047 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 70 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 26.7 Real= 112 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.08063 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.207 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.2155 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC2: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.23433 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23433 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 89.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.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.2 00002 -1 507 512 513 C 3 1012 1012 15 44 51.37 47 50 14.8 00003 -1 507 512 513 C 4 1012 1012 15 45 25.69 47 50 14.8 00004 -1 507 512 513 C 5 1012 1012 15 44 51.35 47 53 34.3 00005 -1 507 512 513 C 6 1012 1012 15 45 25.71 47 53 34.3 00006 -1 507 512 513 C 7 1012 1012 15 45 08.53 47 55 14.2 00007 -1 507 512 513 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.2155 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.9947E+02 0 IMAGR2: Field 3 1012 1012 -1.7269E+02 -9.9867E+01 0 IMAGR2: Field 4 1012 1012 1.7268E+02 -9.9867E+01 0 IMAGR2: Field 5 1012 1012 -1.7289E+02 9.9633E+01 0 IMAGR2: Field 6 1012 1012 1.7288E+02 9.9633E+01 0 IMAGR2: Field 7 1012 1012 -3.0189E-03 1.9953E+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 5502 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.877E+04 IMAGR2: UVWAIT: Adding temperance S 5.754E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.631E+07 and out 1.939E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.121 due to weighting IMAGR2: UVWAIT: Average summed weight 2.877E+04 over 10856 vis IMAGR2: Create 1545+478 .IBM001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1545+478 .IBM002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1545+478 .IBM003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1545+478 .IBM004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1545+478 .IBM005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1545+478 .IBM006. 1 (MA) on disk 1 cno 83 IMAGR2: Create 1545+478 .IBM007. 1 (MA) on disk 1 cno 84 IMAGR2: Create 1545+478 .ICL001. 1 (MA) on disk 1 cno 85 IMAGR2: Create 1545+478 .ICL002. 1 (MA) on disk 1 cno 86 IMAGR2: Create 1545+478 .ICL003. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1545+478 .ICL004. 1 (MA) on disk 1 cno 88 IMAGR2: Create 1545+478 .ICL005. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1545+478 .ICL006. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1545+478 .ICL007. 1 (MA) on disk 1 cno 91 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.05887E+08 IMAGR2: Field 1 Beam min = -114.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 943.188 x 714.287 Milliarcsec, PA= -75.8 IMAGR2: Field 2 Sum of gridding weights = 2.05887E+08 IMAGR2: Field 2 Beam min = -104.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 942.995 x 714.430 Milliarcsec, PA= -75.8 IMAGR2: Field 3 Sum of gridding weights = 2.05886E+08 IMAGR2: Field 3 Beam min = -110.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 943.759 x 714.389 Milliarcsec, PA= -75.9 IMAGR2: Field 4 Sum of gridding weights = 2.05888E+08 IMAGR2: Field 4 Beam min = -96.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 942.424 x 714.327 Milliarcsec, PA= -75.7 IMAGR2: Field 5 Sum of gridding weights = 2.05886E+08 IMAGR2: Field 5 Beam min = -92.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 943.956 x 714.244 Milliarcsec, PA= -75.8 IMAGR2: Field 6 Sum of gridding weights = 2.05888E+08 IMAGR2: Field 6 Beam min = -110.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 942.616 x 714.183 Milliarcsec, PA= -75.7 IMAGR2: Field 7 Sum of gridding weights = 2.05886E+08 IMAGR2: Field 7 Beam min = -102.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 943.385 x 714.142 Milliarcsec, PA= -75.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -30.3 MilliJy,max = 316.2 MilliJy IMAGR2: Field 2 min = -27.1 MilliJy,max = 96.8 MilliJy IMAGR2: Field 3 min = -27.1 MilliJy,max = 172.6 MilliJy IMAGR2: Field 4 min = -30.2 MilliJy,max = 109.8 MilliJy IMAGR2: Field 5 min = -26.6 MilliJy,max = 105.0 MilliJy IMAGR2: Field 6 min = -29.3 MilliJy,max = 146.8 MilliJy IMAGR2: Field 7 min = -26.6 MilliJy,max = 101.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 54.98 MilliJy IMAGR2: 1377 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 186.727 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 148.169 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 148.169 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 = -16.2 MilliJy,max = 168.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 32.47 MilliJy IMAGR2: 885 Residual map points loaded IMAGR2: Field 1 min allowed flux = 80.380 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 243.882 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 243.882 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.7 MilliJy,max = 40.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.056E-02 < Second best 1.241E-01 IMAGR2: Field 6 min = -8.4 MilliJy,max = 34.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.028E-02 < Second best 9.637E-02 IMAGR2: Field 7 min = -7.0 MilliJy,max = 23.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.254E-02 < Second best 9.225E-02 IMAGR2: Field 2 min = -7.0 MilliJy,max = 23.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.259E-02 < Second best 7.735E-02 IMAGR2: Field 4 min = -7.6 MilliJy,max = 27.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.981E-02 < Second best 7.646E-02 IMAGR2: Field 1 min = -7.6 MilliJy,max = 73.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.024E-02 < Second best 7.582E-02 IMAGR2: Field 5 min = -6.8 MilliJy,max = 28.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.934E-02 < Second best 7.024E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 12.84 MilliJy IMAGR2: 1740 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.436 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 291.004 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 291.004 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.6 MilliJy,max = 31.9 MilliJy IMAGR2: BGC Clean: using 1939 cell beam + residuals > 8.24 MilliJy IMAGR2: 301 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.255 MilliJy iter= 32 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 311.533 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 311.533 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.713E-03 < Second best 3.028E-02 IMAGR2: Field 6 min = -3.4 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.085E-03 < Second best 2.259E-02 IMAGR2: Field 2 min = -3.2 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.568E-03 < Second best 2.254E-02 IMAGR2: Field 7 min = -3.1 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.640E-03 < Second best 1.981E-02 IMAGR2: Field 4 min = -3.3 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.691E-03 < Second best 1.934E-02 IMAGR2: Field 5 min = -2.8 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.869E-03 < Second best 1.451E-02 IMAGR2: Field 1 min = -5.2 MilliJy,max = 14.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.65 MilliJy IMAGR2: 2771 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.841 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 320.563 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 320.563 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.7 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 1483 cell beam + residuals > 2.05 MilliJy IMAGR2: 1818 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.321 MilliJy iter= 67 IMAGR2: Field 1 Clean flux density= 318.844 MilliJy 67 comps IMAGR2: Total Cleaned flux density = 318.844 MilliJy 67 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.382E-03 < Second best 4.713E-03 IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.156E-03 < Second best 4.691E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.478E-03 < Second best 4.640E-03 IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.353E-03 < Second best 4.568E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.298E-03 < Second best 3.869E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.990E-03 < Second best 3.164E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 589 cell beam + residuals > 1.34 MilliJy IMAGR2: 3943 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.014 MilliJy iter= 111 IMAGR2: Field 1 Clean flux density= 319.386 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 319.386 MilliJy 111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.195E-03 < Second best 2.382E-03 IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.988E-03 < Second best 2.353E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.001E-03 < Second best 2.298E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.937E-03 < Second best 2.195E-03 IMAGR2: BGC Clean: using 589 cell beam + residuals > 1.32 MilliJy IMAGR2: 902 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.612 MilliJy iter= 27 IMAGR2: Field 4 Clean flux density= 175.413 MicroJy 27 comps IMAGR2: Total Cleaned flux density = 319.561 MilliJy 138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.501E-03 < Second best 2.001E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 589 cell beam + residuals > 1.32 MilliJy IMAGR2: 591 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.578 MilliJy iter= 30 IMAGR2: Field 7 Clean flux density= 332.505 MicroJy 30 comps IMAGR2: Total Cleaned flux density = 319.893 MilliJy 168 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.637E-03 < Second best 1.988E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.546E-03 < Second best 1.937E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.705E-03 < Second best 1.923E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 2721 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.433 MilliJy iter= 190 IMAGR2: Field 1 Clean flux density= 319.879 MilliJy 190 comps IMAGR2: Total Cleaned flux density = 320.387 MilliJy 247 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.466E-03 < Second best 1.637E-03 IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.471E-03 < Second best 1.546E-03 IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.327E-03 < Second best 1.541E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.391E-03 < Second best 1.510E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.374E-03 < Second best 1.501E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.365E-03 < Second best 1.471E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 889.75 MicroJy IMAGR2: 2272 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.291 MilliJy iter= 25 IMAGR2: Field 5 Clean flux density= -180.787 MicroJy 25 comps IMAGR2: Total Cleaned flux density = 320.206 MilliJy 272 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 873.77 MicroJy IMAGR2: 2177 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.286 MilliJy iter= 14 IMAGR2: Field 2 Clean flux density= 279.553 MicroJy 14 comps IMAGR2: Total Cleaned flux density = 320.486 MilliJy 286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 853.95 MicroJy IMAGR2: 3282 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.288 MilliJy iter= 34 IMAGR2: Field 4 Clean flux density= -224.379 MicroJy 34 comps IMAGR2: Total Cleaned flux density = 320.086 MilliJy 293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.276E-03 < Second best 1.371E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.199E-03 < Second best 1.365E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 730.73 MicroJy IMAGR2: 3383 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.277 MilliJy iter= 2 IMAGR2: Field 3 Clean flux density= -5.106 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 320.081 MilliJy 295 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 > 696.29 MicroJy IMAGR2: 8402 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.288 MilliJy iter= 4 IMAGR2: Field 6 Clean flux density= -521.452 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 319.560 MilliJy 299 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 630.74 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.285 MilliJy iter= 34 IMAGR2: Field 7 Clean flux density= 339.145 MicroJy 34 comps IMAGR2: Total Cleaned flux density = 319.566 MilliJy 303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.291 less than limit 1.293 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 190 to 61 components IMAGR2: Field 2 compressed from 14 to 10 components IMAGR2: Field 3 compressed from 2 to 2 components IMAGR2: Field 4 compressed from 34 to 25 components IMAGR2: Field 5 compressed from 25 to 23 components IMAGR2: Field 6 compressed from 4 to 4 components IMAGR2: Field 7 compressed from 34 to 31 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-152.062 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore 1.474 MilliJy ( 12 CCs) from field 1 to field 4 IMAGR2: Restore 1.257 MilliJy ( 11 CCs) from field 1 to field 6 IMAGR2: Restore 451.274 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Restore 127.687 MicroJy ( 1 CCs) from field 3 to field 5 IMAGR2: Restore-173.529 MicroJy ( 3 CCs) from field 4 to field 1 IMAGR2: Restore 299.479 MicroJy ( 9 CCs) from field 4 to field 2 IMAGR2: Restore 67.585 MicroJy ( 4 CCs) from field 4 to field 6 IMAGR2: Restore-146.299 MicroJy ( 4 CCs) from field 5 to field 1 IMAGR2: Restore-290.586 MicroJy ( 7 CCs) from field 5 to field 7 IMAGR2: Restore-130.795 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR2: Restore 181.939 MicroJy ( 3 CCs) from field 7 to field 5 IMAGR2: Restore 846.442 MicroJy ( 8 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 319.559 MilliJy IMAGR2: Field 2 final Clean flux 426.970 MicroJy IMAGR2: Field 3 final Clean flux -5.106 MicroJy IMAGR2: Field 4 final Clean flux 1.119 MilliJy IMAGR2: Field 5 final Clean flux 128.839 MicroJy IMAGR2: Field 6 final Clean flux 1.649 MilliJy IMAGR2: Field 7 final Clean flux 499.833 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 77 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 32.5 Real= 138 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.2155 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 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.09366 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1634+627 X BAND Seq 1 Disk: 1 in slot 12 SETFC2: SETCEL: recommends IMSIZE 1413 CELLSIZE 0.22661 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22661 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 92.9 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= 5 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 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.2155 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 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.09366 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 29133 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.738E+04 IMAGR2: UVWAIT: Adding temperance S 5.476E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 8.637E+07 and out 1.189E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 2.738E+04 over 57704 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 = 1.26195E+09 IMAGR2: Field 1 Beam min = -80.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 961.080 x 650.673 Milliarcsec, PA= -58.9 IMAGR2: Field 2 Sum of gridding weights = 1.26197E+09 IMAGR2: Field 2 Beam min = -80.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 961.082 x 650.678 Milliarcsec, PA= -58.9 IMAGR2: CLBHIS: minimum component 0.413 of current peak IMAGR2: Field 1 min = -63.8 MilliJy,max = 794.7 MilliJy IMAGR2: Field 2 min = -64.2 MilliJy,max = 786.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 36.45 MilliJy IMAGR2: 13418 Residual map points loaded IMAGR2: Field 1 min allowed flux = 307.872 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 517.587 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 517.587 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 = -22.3 MilliJy,max = 272.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.588E-01 < Second best 2.926E-01 IMAGR2: Field 1 min = -22.4 MilliJy,max = 277.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.12 MilliJy IMAGR2: 9404 Residual map points loaded IMAGR2: Field 1 min allowed flux = 109.354 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 698.396 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 698.396 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.6 MilliJy,max = 102.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.696E-02 < Second best 1.039E-01 IMAGR2: Field 1 min = -8.6 MilliJy,max = 99.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.02 MilliJy IMAGR2: 14922 Residual map points loaded IMAGR2: Field 1 min allowed flux = 38.200 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 769.270 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 769.270 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.3 MilliJy,max = 35.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.401E-02 < Second best 3.631E-02 IMAGR2: Field 1 min = -5.3 MilliJy,max = 34.5 MilliJy IMAGR2: BGC Clean: using 1939 cell beam + residuals > 2.48 MilliJy IMAGR2: 16103 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.788 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 794.145 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 794.145 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.2 MilliJy,max = 13.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.43 MilliJy IMAGR2: 179 Residual map points loaded IMAGR2: Field 2 min allowed flux = 5.460 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 8.787 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 802.931 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.7 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 519 cell beam + residuals > 1.91 MilliJy IMAGR2: 16826 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.670 MilliJy iter= 119 IMAGR2: Field 1 Clean flux density= 790.815 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 799.602 MilliJy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.318E-03 < Second best 3.502E-03 IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 19855 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.137 MilliJy iter= 265 IMAGR2: Field 1 Clean flux density= 791.555 MilliJy 265 comps IMAGR2: Total Cleaned flux density = 800.342 MilliJy 275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 97 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.040 MilliJy iter= 52 IMAGR2: Field 2 Clean flux density= 10.706 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 802.261 MilliJy 317 comps IMAGR2: ALGSTB: All 143 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 132- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 19866 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.685 MilliJy iter= 519 IMAGR2: Field 1 Clean flux density= 776.921 MilliJy 519 comps IMAGR2: Total Cleaned flux density = 787.627 MilliJy 571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 19826 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.342 MilliJy iter= 859 IMAGR2: Field 1 Clean flux density= 772.065 MilliJy 859 comps IMAGR2: Total Cleaned flux density = 782.771 MilliJy 911 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 19770 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.092 MilliJy iter= 1295 IMAGR2: Field 1 Clean flux density= 764.137 MilliJy 1295 comps IMAGR2: Total Cleaned flux density = 774.843 MilliJy 1347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 19693 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.890 MilliJy iter= 1833 IMAGR2: Field 1 Clean flux density= 757.440 MilliJy 1833 comps IMAGR2: Total Cleaned flux density = 768.146 MilliJy 1885 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 105 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.450 MilliJy iter= 114 IMAGR2: Field 2 Clean flux density= 11.427 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 768.867 MilliJy 1947 comps IMAGR2: ALGSTB: All 143 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 132- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 19835 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.711 MilliJy iter= 2517 IMAGR2: Field 1 Clean flux density= 751.209 MilliJy 2517 comps IMAGR2: Total Cleaned flux density = 762.636 MilliJy 2631 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 19737 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.550 MilliJy iter= 3324 IMAGR2: Field 1 Clean flux density= 727.391 MilliJy 3324 comps IMAGR2: Total Cleaned flux density = 738.818 MilliJy 3438 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 19607 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.408 MilliJy iter= 4253 IMAGR2: Field 1 Clean flux density= 737.548 MilliJy 4253 comps IMAGR2: Total Cleaned flux density = 748.975 MilliJy 4367 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 111 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.148 MilliJy iter= 191 IMAGR2: Field 2 Clean flux density= 8.394 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 745.942 MilliJy 4444 comps IMAGR2: ALGSTB: All 143 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 132- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 19778 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.277 MilliJy iter= 5338 IMAGR2: Field 1 Clean flux density= 697.986 MilliJy 5338 comps IMAGR2: Total Cleaned flux density = 706.380 MilliJy 5529 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 965.98 MicroJy IMAGR2: 19662 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.164 MilliJy iter= 6569 IMAGR2: Field 1 Clean flux density= 703.624 MilliJy 6569 comps IMAGR2: Total Cleaned flux density = 712.018 MilliJy 6760 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 892.59 MicroJy IMAGR2: 19486 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.070 MilliJy iter= 7971 IMAGR2: Field 1 Clean flux density= 657.263 MilliJy 7971 comps IMAGR2: Total Cleaned flux density = 665.657 MilliJy 8162 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 890.27 MicroJy IMAGR2: 54 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 894.785 MicroJy iter= 221 IMAGR2: Field 2 Clean flux density= 10.634 MilliJy 221 comps IMAGR2: Total Cleaned flux density = 667.897 MilliJy 8192 comps IMAGR2: ALGSTB: All 143 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 132- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 822.41 MicroJy IMAGR2: 19871 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -981.728 MicroJy iter= 9613 IMAGR2: Field 1 Clean flux density= 669.152 MilliJy 9613 comps IMAGR2: Total Cleaned flux density = 679.786 MilliJy 9834 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 757.14 MicroJy IMAGR2: 19740 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -897.380 MicroJy iter= 11350 IMAGR2: Field 1 Clean flux density= 605.790 MilliJy 11350 comps IMAGR2: Total Cleaned flux density = 616.423 MilliJy 11571 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 705.65 MicroJy IMAGR2: 19635 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 828.630 MicroJy iter= 13355 IMAGR2: Field 1 Clean flux density= 655.625 MilliJy 13355 comps IMAGR2: Total Cleaned flux density = 666.259 MilliJy 13576 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 705.11 MicroJy IMAGR2: 203 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -729.476 MicroJy iter= 319 IMAGR2: Field 2 Clean flux density= 5.491 MilliJy 319 comps IMAGR2: Total Cleaned flux density = 661.117 MilliJy 13674 comps IMAGR2: ALGSTB: All 143 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 132- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 643.73 MicroJy IMAGR2: 19621 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -747.260 MicroJy iter= 15567 IMAGR2: Field 1 Clean flux density= 601.358 MilliJy 15567 comps IMAGR2: Total Cleaned flux density = 606.850 MilliJy 15886 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.89 MicroJy IMAGR2: 19375 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 678.646 MicroJy iter= 17924 IMAGR2: Field 1 Clean flux density= 617.960 MilliJy 17924 comps IMAGR2: Total Cleaned flux density = 623.451 MilliJy 18243 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 896.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 587.49 MicroJy IMAGR2: 155 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -605.267 MicroJy iter= 397 IMAGR2: Field 2 Clean flux density= 1.922 MilliJy 397 comps IMAGR2: Total Cleaned flux density = 619.882 MilliJy 18321 comps IMAGR2: ALGSTB: All 143 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 132- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 544.21 MicroJy IMAGR2: 19707 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 622.718 MicroJy iter= 20523 IMAGR2: Field 1 Clean flux density= 572.158 MilliJy 20523 comps IMAGR2: Total Cleaned flux density = 574.081 MilliJy 20920 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 503.74 MicroJy IMAGR2: 19530 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -574.092 MicroJy iter= 23336 IMAGR2: Field 1 Clean flux density= 598.745 MilliJy 23336 comps IMAGR2: Total Cleaned flux density = 600.668 MilliJy 23733 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 784.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 503.11 MicroJy IMAGR2: 237 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.197 MilliJy iter= 400 IMAGR2: Field 2 Clean flux density= 1.522 MilliJy 400 comps IMAGR2: Total Cleaned flux density = 600.267 MilliJy 23736 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 798.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 503.08 MicroJy IMAGR2: 231 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -836.742 MicroJy iter= 404 IMAGR2: Field 2 Clean flux density= 1.142 MilliJy 404 comps IMAGR2: Total Cleaned flux density = 599.887 MilliJy 23740 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -818.7 MicroJy,max = 809.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 503.00 MicroJy IMAGR2: 200 Residual map points loaded IMAGR2: Field 2 min Clean flux = -561.900 MicroJy iter= 447 IMAGR2: Field 2 Clean flux density= -1.155 MilliJy 447 comps IMAGR2: Total Cleaned flux density = 597.591 MilliJy 23783 comps IMAGR2: ALGSTB: All 143 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 132- 0 Cells, with 29133 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 471.80 MicroJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min Clean flux = -561.942 MicroJy iter= 24980 IMAGR2: Field 1 Clean flux density= 556.203 MilliJy 24980 comps IMAGR2: Total Cleaned flux density = 555.049 MilliJy 25427 comps IMAGR2: ALGSTB: All 1062 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1051- 0 Cells, with 29133 Pts IMAGR2: Peak residual in window 561.942 less than limit 561.960 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 24980 to 11997 components IMAGR2: Field 2 compressed from 447 to 148 components IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: Field 2 min = -698.1 MicroJy,max = 685.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 789.027 MilliJy ( 178 CCs) from field 1 to field 2 IMAGR2: Restore -1.155 MilliJy ( 148 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 555.048 MilliJy IMAGR2: Field 2 final Clean flux 787.872 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= 98.8 Real= 401 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.2155 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 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.09366 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.08618 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 1435 CELLSIZE 0.22307 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22307 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 96.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 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 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.2155 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 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.09366 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.08618 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 34408 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.650E+04 IMAGR2: UVWAIT: Adding temperance S 5.300E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.019E+08 and out 1.401E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.154 due to weighting IMAGR2: UVWAIT: Average summed weight 2.650E+04 over 68296 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 = 1.48698E+09 IMAGR2: Field 1 Beam min = -81.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.013 x 0.647 arcsec, PA= -54.7 IMAGR2: Field 2 Sum of gridding weights = 1.48700E+09 IMAGR2: Field 2 Beam min = -81.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.013 x 0.647 arcsec, PA= -54.7 IMAGR2: CLBHIS: minimum component 0.347 of current peak IMAGR2: Field 1 min = -67.7 MilliJy,max = 815.7 MilliJy IMAGR2: Field 2 min = -68.8 MilliJy,max = 818.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 38.37 MilliJy IMAGR2: 1446 Residual map points loaded IMAGR2: Field 2 min allowed flux = 256.702 MilliJy iter= 12 IMAGR2: Field 2 Clean flux density= 586.984 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 586.984 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 = -21.1 MilliJy,max = 234.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.228E-01 < Second best 2.441E-01 IMAGR2: Field 2 min = -21.6 MilliJy,max = 236.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 12.04 MilliJy IMAGR2: 1323 Residual map points loaded IMAGR2: Field 2 min allowed flux = 77.563 MilliJy iter= 25 IMAGR2: Field 2 Clean flux density= 772.795 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 772.795 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.8 MilliJy,max = 72.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.858E-02 < Second best 7.376E-02 IMAGR2: Field 2 min = -10.0 MilliJy,max = 71.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.64 MilliJy IMAGR2: 2096 Residual map points loaded IMAGR2: Field 2 min allowed flux = 22.996 MilliJy iter= 39 IMAGR2: Field 2 Clean flux density= 831.912 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 831.912 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.3 MilliJy,max = 22.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.38 MilliJy IMAGR2: 854 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.623 MilliJy iter= 64 IMAGR2: Field 1 Clean flux density= 18.904 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 850.816 MilliJy 103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.3 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.09 MilliJy IMAGR2: 535 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.733 MilliJy iter= 134 IMAGR2: Field 2 Clean flux density= 844.648 MilliJy 134 comps IMAGR2: Total Cleaned flux density = 863.552 MilliJy 198 comps IMAGR2: ALGSTB: All 142 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 131- 0 Cells, with 34408 Pts IMAGR2: Field 1 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 115 cell beam + residuals > 1.32 MilliJy IMAGR2: 14557 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.215 MilliJy iter= 218 IMAGR2: Field 1 Clean flux density= 31.467 MilliJy 218 comps IMAGR2: Total Cleaned flux density = 876.114 MilliJy 352 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.27 MilliJy IMAGR2: 324 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.596 MilliJy iter= 232 IMAGR2: Field 2 Clean flux density= 845.801 MilliJy 232 comps IMAGR2: Total Cleaned flux density = 877.267 MilliJy 450 comps IMAGR2: ALGSTB: All 142 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 131- 0 Cells, with 34408 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 19510 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.757 MilliJy iter= 501 IMAGR2: Field 1 Clean flux density= 41.818 MilliJy 501 comps IMAGR2: Total Cleaned flux density = 887.618 MilliJy 733 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 19412 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.570 MilliJy iter= 862 IMAGR2: Field 1 Clean flux density= 52.615 MilliJy 862 comps IMAGR2: Total Cleaned flux density = 898.416 MilliJy 1094 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 201 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.193 MilliJy iter= 318 IMAGR2: Field 2 Clean flux density= 847.120 MilliJy 318 comps IMAGR2: Total Cleaned flux density = 899.735 MilliJy 1180 comps IMAGR2: ALGSTB: All 142 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 131- 0 Cells, with 34408 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 19696 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.414 MilliJy iter= 1347 IMAGR2: Field 1 Clean flux density= 60.258 MilliJy 1347 comps IMAGR2: Total Cleaned flux density = 907.378 MilliJy 1665 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 983.97 MicroJy IMAGR2: 19594 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.285 MilliJy iter= 1935 IMAGR2: Field 1 Clean flux density= 68.588 MilliJy 1935 comps IMAGR2: Total Cleaned flux density = 915.708 MilliJy 2253 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 919.86 MicroJy IMAGR2: 19440 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.171 MilliJy iter= 2631 IMAGR2: Field 1 Clean flux density= 77.055 MilliJy 2631 comps IMAGR2: Total Cleaned flux density = 924.175 MilliJy 2949 comps IMAGR2: ALGSTB: All 1054 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1043- 0 Cells, with 34408 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.047E-03 < Second best 1.124E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 854.71 MicroJy IMAGR2: 19834 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.066 MilliJy iter= 3446 IMAGR2: Field 1 Clean flux density= 80.703 MilliJy 3446 comps IMAGR2: Total Cleaned flux density = 927.823 MilliJy 3764 comps IMAGR2: ALGSTB: All 1054 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1043- 0 Cells, with 34408 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 854.12 MicroJy IMAGR2: 51 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -862.007 MicroJy iter= 351 IMAGR2: Field 2 Clean flux density= 847.950 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 928.653 MilliJy 3797 comps IMAGR2: ALGSTB: All 142 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 131- 0 Cells, with 34408 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 787.77 MicroJy IMAGR2: 19830 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 963.706 MicroJy iter= 4380 IMAGR2: Field 1 Clean flux density= 83.342 MilliJy 4380 comps IMAGR2: Total Cleaned flux density = 931.292 MilliJy 4731 comps IMAGR2: ALGSTB: All 1054 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1043- 0 Cells, with 34408 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 726.32 MicroJy IMAGR2: 19685 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 872.895 MicroJy iter= 5415 IMAGR2: Field 1 Clean flux density= 89.783 MilliJy 5415 comps IMAGR2: Total Cleaned flux density = 937.733 MilliJy 5766 comps IMAGR2: ALGSTB: All 1054 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 1043- 0 Cells, with 34408 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 670.35 MicroJy IMAGR2: 19503 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 793.583 MicroJy iter= 6555 IMAGR2: Field 1 Clean flux density= 91.332 MilliJy 6555 comps IMAGR2: Total Cleaned flux density = 939.281 MilliJy 6906 comps IMAGR2: ALGSTB: All 1054 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1043- 0 Cells, with 34408 Pts IMAGR2: Field 2 min = -828.1 MicroJy,max = 841.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 668.72 MicroJy IMAGR2: 32 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 671.547 MicroJy iter= 371 IMAGR2: Field 2 Clean flux density= 848.368 MilliJy 371 comps IMAGR2: Total Cleaned flux density = 939.699 MilliJy 6926 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 613.46 MicroJy IMAGR2: 19879 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 720.303 MicroJy iter= 7845 IMAGR2: Field 1 Clean flux density= 94.756 MilliJy 7845 comps IMAGR2: Total Cleaned flux density = 943.124 MilliJy 8216 comps IMAGR2: ALGSTB: All 1054 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1043- 0 Cells, with 34408 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 563.58 MicroJy IMAGR2: 19757 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -655.386 MicroJy iter= 9265 IMAGR2: Field 1 Clean flux density= 93.935 MilliJy 9265 comps IMAGR2: Total Cleaned flux density = 942.304 MilliJy 9636 comps IMAGR2: ALGSTB: All 1054 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1043- 0 Cells, with 34408 Pts IMAGR2: Field 2 min = -653.4 MicroJy,max = 699.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.98 MicroJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 562.900 MicroJy iter= 384 IMAGR2: Field 2 Clean flux density= 848.670 MilliJy 384 comps IMAGR2: Total Cleaned flux density = 942.606 MilliJy 9649 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 > 514.19 MicroJy IMAGR2: 19903 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 594.911 MicroJy iter= 10864 IMAGR2: Field 1 Clean flux density= 102.216 MilliJy 10864 comps IMAGR2: Total Cleaned flux density = 950.887 MilliJy 11248 comps IMAGR2: ALGSTB: All 1054 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1043- 0 Cells, with 34408 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 471.54 MicroJy IMAGR2: 19803 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -541.976 MicroJy iter= 12625 IMAGR2: Field 1 Clean flux density= 103.089 MilliJy 12625 comps IMAGR2: Total Cleaned flux density = 951.761 MilliJy 13009 comps IMAGR2: ALGSTB: All 1054 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1043- 0 Cells, with 34408 Pts IMAGR2: Field 2 min = -536.0 MicroJy,max = 565.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 471.11 MicroJy IMAGR2: 19 Residual map points loaded IMAGR2: Field 2 min Clean flux = 509.314 MicroJy iter= 386 IMAGR2: Field 2 Clean flux density= 848.778 MilliJy 386 comps IMAGR2: Total Cleaned flux density = 951.869 MilliJy 13011 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.34 MicroJy IMAGR2: 19969 Residual map points loaded IMAGR2: Field 1 min Clean flux = 517.065 MicroJy iter= 13283 IMAGR2: Field 1 Clean flux density= 102.805 MilliJy 13283 comps IMAGR2: Total Cleaned flux density = 951.584 MilliJy 13669 comps IMAGR2: ALGSTB: All 1054 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1043- 0 Cells, with 34408 Pts IMAGR2: Peak residual in window 517.065 less than limit 517.093 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 13283 to 7395 components IMAGR2: Field 2 compressed from 386 to 111 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -519.6 MicroJy,max = 535.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 30.440 MilliJy ( 77 CCs) from field 1 to field 2 IMAGR2: Restore 848.778 MilliJy ( 111 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 951.582 MilliJy IMAGR2: Field 2 final Clean flux 879.218 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= 79.0 Real= 318 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.2155 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 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.09366 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.08618 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.06342 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 1409 CELLSIZE 0.22721 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22721 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 96.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 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 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.2155 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 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.09366 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.08618 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.06342 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 2.4842E-02 5.1159E-11 0 IMAGR2: Field 2 246 246 3.3537E-01 1.3000E+00 0 IMAGR2: Field 3 246 246 -3.4630E+01 1.6650E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR2: Create 1608+656 .IMAGR . 1 (UV) on disk 1 cno 88 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 63531 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.427E+04 IMAGR2: UVWAIT: Adding temperance S 1.085E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.886E+08 and out 3.132E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 5.427E+04 over 127006 vis IMAGR2: Create 1608+656 .IBM001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1608+656 .IBM002. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1608+656 .IBM003. 1 (MA) on disk 1 cno 91 IMAGR2: Create 1608+656 .ICL001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1608+656 .ICL002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1608+656 .ICL003. 1 (MA) on disk 1 cno 94 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.32536E+09 IMAGR2: Field 1 Beam min = -127.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 989.565 x 616.750 Milliarcsec, PA= -62.0 IMAGR2: Field 2 Sum of gridding weights = 3.32539E+09 IMAGR2: Field 2 Beam min = -127.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 989.569 x 616.751 Milliarcsec, PA= -62.0 IMAGR2: Field 3 Sum of gridding weights = 3.32539E+09 IMAGR2: Field 3 Beam min = -127.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 990.083 x 616.692 Milliarcsec, PA= -62.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.9 MilliJy,max = 26.6 MilliJy IMAGR2: Field 2 min = -3.6 MilliJy,max = 25.6 MilliJy IMAGR2: Field 3 min = -895.4 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 1799 cell beam + residuals > 1.52 MilliJy IMAGR2: 10771 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.674 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 16.645 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 16.645 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.47 MilliJy IMAGR2: 1030 Residual map points loaded IMAGR2: Field 2 min allowed flux = 6.245 MilliJy iter= 20 IMAGR2: Field 2 Clean flux density= 18.073 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 34.718 MilliJy 29 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 594.53 MicroJy IMAGR2: 9869 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.091 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 27.273 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 45.346 MilliJy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 584.93 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 894 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.521 MilliJy iter= 48 IMAGR2: Field 2 Clean flux density= 24.163 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 51.437 MilliJy 81 comps IMAGR2: ALGSTB: All 135 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 124- 0 Cells, with 63531 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 511 cell beam + residuals > 422.33 MicroJy IMAGR2: 3218 Residual map points loaded IMAGR2: Field 1 min allowed flux = -789.760 MicroJy iter= 89 IMAGR2: Field 1 Clean flux density= 31.092 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 55.255 MilliJy 137 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -805.9 MicroJy,max = 838.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.031E-04 < Second best 1.119E-03 IMAGR2: Field 3 min = -375.7 MicroJy,max = 647.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.185E-04 < Second best 8.031E-04 IMAGR2: BGC Clean: using 121 cell beam + residuals > 354.18 MicroJy IMAGR2: 1467 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -548.050 MicroJy iter= 144 IMAGR2: Field 2 Clean flux density= 25.571 MilliJy 144 comps IMAGR2: Total Cleaned flux density = 56.662 MilliJy 233 comps IMAGR2: ALGSTB: All 135 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 124- 0 Cells, with 63531 Pts IMAGR2: Field 1 min = -658.0 MicroJy,max = 746.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 258.94 MicroJy IMAGR2: 15888 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 451.469 MicroJy iter= 330 IMAGR2: Field 1 Clean flux density= 35.677 MilliJy 330 comps IMAGR2: Total Cleaned flux density = 61.248 MilliJy 474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -358.4 MicroJy,max = 449.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.298E-04 < Second best 5.250E-04 IMAGR2: Field 2 min = -506.7 MicroJy,max = 454.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 251.75 MicroJy IMAGR2: 1437 Residual map points loaded IMAGR2: Field 2 min Clean flux = 379.580 MicroJy iter= 166 IMAGR2: Field 2 Clean flux density= 25.570 MilliJy 166 comps IMAGR2: Total Cleaned flux density = 61.247 MilliJy 496 comps IMAGR2: ALGSTB: All 135 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 124- 0 Cells, with 63531 Pts IMAGR2: Field 1 min = -414.1 MicroJy,max = 459.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 217.36 MicroJy IMAGR2: 19888 Residual map points loaded IMAGR2: Field 1 min Clean flux = -379.600 MicroJy iter= 363 IMAGR2: Field 1 Clean flux density= 35.495 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 61.065 MilliJy 529 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -354.0 MicroJy,max = 372.9 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 363 to 217 components IMAGR2: Field 2 compressed from 166 to 81 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 1 min = -385.8 MicroJy,max = 374.9 MicroJy IMAGR2: Field 2 min = -481.5 MicroJy,max = 421.4 MicroJy IMAGR2: Field 3 min = -354.0 MicroJy,max = 372.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 33.667 MilliJy ( 155 CCs) from field 1 to field 2 IMAGR2: Restore 562.164 MicroJy ( 4 CCs) from field 1 to field 3 IMAGR2: Restore 25.570 MilliJy ( 81 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 61.065 MilliJy IMAGR2: Field 2 final Clean flux 59.237 MilliJy IMAGR2: Field 3 final Clean flux 562.164 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 88 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 25.8 Real= 103 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.2155 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 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.09366 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.08618 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.06342 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1286 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 1458 CELLSIZE 0.21961 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21961 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:23:14.17 79:38:50.0 0.297 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 100.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 6 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.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 15444 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.612E+04 IMAGR2: UVWAIT: Adding temperance S 5.225E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.526E+07 and out 6.060E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.157 due to weighting IMAGR2: UVWAIT: Average summed weight 2.612E+04 over 30680 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 = 6.43311E+08 IMAGR2: Field 1 Beam min = -71.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.079 x 0.644 arcsec, PA= -23.5 IMAGR2: Field 2 Sum of gridding weights = 6.43320E+08 IMAGR2: Field 2 Beam min = -71.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.079 x 0.644 arcsec, PA= -23.5 IMAGR2: CLBHIS: minimum component 0.474 of current peak IMAGR2: Field 1 min = -37.4 MilliJy,max = 523.1 MilliJy IMAGR2: Field 2 min = -40.7 MilliJy,max = 502.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 44.81 MilliJy IMAGR2: 4660 Residual map points loaded IMAGR2: Field 1 min allowed flux = 225.170 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 320.430 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 320.430 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -15.3 MilliJy,max = 194.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.853E-01 < Second best 2.141E-01 IMAGR2: Field 1 min = -14.6 MilliJy,max = 202.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 19.29 MilliJy IMAGR2: 2821 Residual map points loaded IMAGR2: Field 1 min allowed flux = 87.236 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 444.572 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 444.572 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.9 MilliJy,max = 75.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.209E-02 < Second best 8.293E-02 IMAGR2: Field 1 min = -5.8 MilliJy,max = 78.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.47 MilliJy IMAGR2: 3071 Residual map points loaded IMAGR2: Field 1 min allowed flux = 33.797 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 492.667 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 492.667 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 29.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.822E-02 < Second best 3.213E-02 IMAGR2: Field 1 min = -2.9 MilliJy,max = 30.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.90 MilliJy IMAGR2: 5272 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.094 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 511.300 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 511.300 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.128E-02 < Second best 1.245E-02 IMAGR2: Field 1 min = -2.7 MilliJy,max = 11.8 MilliJy IMAGR2: BGC Clean: using 1957 cell beam + residuals > 1.61 MilliJy IMAGR2: 11492 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.486 MilliJy iter= 45 IMAGR2: Field 1 Clean flux density= 518.681 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 518.681 MilliJy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.883E-03 < Second best 5.220E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -2.7 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 19914 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.455 MilliJy iter= 93 IMAGR2: Field 1 Clean flux density= 530.709 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 530.709 MilliJy 93 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.842E-03 < Second best 2.340E-03 IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.117 MilliJy iter= 177 IMAGR2: Field 1 Clean flux density= 533.224 MilliJy 177 comps IMAGR2: Total Cleaned flux density = 533.224 MilliJy 177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 19965 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.923 MilliJy iter= 308 IMAGR2: Field 1 Clean flux density= 533.827 MilliJy 308 comps IMAGR2: Total Cleaned flux density = 533.827 MilliJy 308 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 19956 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.738 MilliJy iter= 496 IMAGR2: Field 1 Clean flux density= 541.307 MilliJy 496 comps IMAGR2: Total Cleaned flux density = 541.307 MilliJy 496 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.549E-03 < Second best 1.665E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 19975 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.561 MilliJy iter= 749 IMAGR2: Field 1 Clean flux density= 542.437 MilliJy 749 comps IMAGR2: Total Cleaned flux density = 542.437 MilliJy 749 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.323E-03 < Second best 1.496E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 19950 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.399 MilliJy iter= 1078 IMAGR2: Field 1 Clean flux density= 553.511 MilliJy 1078 comps IMAGR2: Total Cleaned flux density = 553.511 MilliJy 1078 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 > 937.19 MicroJy IMAGR2: 19946 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.256 MilliJy iter= 1500 IMAGR2: Field 1 Clean flux density= 553.882 MilliJy 1500 comps IMAGR2: Total Cleaned flux density = 553.882 MilliJy 1500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.113E-03 < Second best 1.204E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.44 MicroJy IMAGR2: 19942 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.114 MilliJy iter= 2032 IMAGR2: Field 1 Clean flux density= 553.014 MilliJy 2032 comps IMAGR2: Total Cleaned flux density = 553.014 MilliJy 2032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -968.3 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.006E-03 < Second best 1.069E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 764.81 MicroJy IMAGR2: 19938 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 985.148 MicroJy iter= 2684 IMAGR2: Field 1 Clean flux density= 561.320 MilliJy 2684 comps IMAGR2: Total Cleaned flux density = 561.320 MilliJy 2684 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -974.6 MicroJy,max = 856.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 764.68 MicroJy IMAGR2: 14 Residual map points loaded IMAGR2: Field 2 min Clean flux = 767.910 MicroJy iter= 10 IMAGR2: Field 2 Clean flux density= -189.756 MicroJy 10 comps IMAGR2: Total Cleaned flux density = 561.130 MilliJy 2694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 674.53 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 854.319 MicroJy iter= 3472 IMAGR2: Field 1 Clean flux density= 557.408 MilliJy 3472 comps IMAGR2: Total Cleaned flux density = 557.218 MilliJy 3482 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 > 598.41 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min Clean flux = -771.819 MicroJy iter= 3966 IMAGR2: Field 1 Clean flux density= 562.513 MilliJy 3966 comps IMAGR2: Total Cleaned flux density = 562.324 MilliJy 3976 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 771.819 less than limit 771.824 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 3966 to 2623 components IMAGR2: Field 2 compressed from 10 to 8 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -677.6 MicroJy,max = 695.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 522.364 MilliJy ( 11 CCs) from field 1 to field 2 IMAGR2: Restore-189.756 MicroJy ( 8 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 562.324 MilliJy IMAGR2: Field 2 final Clean flux 522.174 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= 53.6 Real= 216 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.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1301 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 1457 CELLSIZE 0.21964 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21964 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 91.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 6 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.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1301 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 15093 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.722E+04 IMAGR2: UVWAIT: Adding temperance S 5.443E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.622E+07 and out 6.079E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.156 due to weighting IMAGR2: UVWAIT: Average summed weight 2.722E+04 over 30134 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 = 6.45338E+08 IMAGR2: Field 1 Beam min = -73.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 910.393 x 661.229 Milliarcsec, PA= -2.6 IMAGR2: Field 2 Sum of gridding weights = 6.45342E+08 IMAGR2: Field 2 Beam min = -102.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 910.390 x 661.231 Milliarcsec, PA= -2.6 IMAGR2: CLBHIS: minimum component 0.438 of current peak IMAGR2: Field 1 min = -32.4 MilliJy,max = 435.9 MilliJy IMAGR2: Field 2 min = -32.6 MilliJy,max = 423.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 31.59 MilliJy IMAGR2: 10169 Residual map points loaded IMAGR2: Field 1 min allowed flux = 187.621 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 266.996 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 266.996 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.9 MilliJy,max = 165.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.578E-01 < Second best 1.784E-01 IMAGR2: Field 1 min = -12.7 MilliJy,max = 168.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.60 MilliJy IMAGR2: 6467 Residual map points loaded IMAGR2: Field 1 min allowed flux = 67.488 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 377.464 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 377.464 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.2 MilliJy,max = 60.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.781E-02 < Second best 6.416E-02 IMAGR2: Field 1 min = -5.7 MilliJy,max = 60.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.89 MilliJy IMAGR2: 8263 Residual map points loaded IMAGR2: Field 1 min allowed flux = 25.385 MilliJy iter= 29 IMAGR2: Field 1 Clean flux density= 418.310 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 418.310 MilliJy 29 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.1 MilliJy,max = 23.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.216E-02 < Second best 2.413E-02 IMAGR2: Field 1 min = -3.8 MilliJy,max = 22.8 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 2.00 MilliJy IMAGR2: 16618 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.548 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 433.665 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 433.665 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.3 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.91 MilliJy IMAGR2: 34 Residual map points loaded IMAGR2: Field 2 min allowed flux = -4.012 MilliJy iter= 12 IMAGR2: Field 2 Clean flux density= 4.326 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 437.991 MilliJy 51 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 631 cell beam + residuals > 1.51 MilliJy IMAGR2: 12657 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.525 MilliJy iter= 86 IMAGR2: Field 1 Clean flux density= 428.747 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 433.073 MilliJy 98 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 319 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.934 MilliJy iter= 55 IMAGR2: Field 2 Clean flux density= 6.284 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 435.031 MilliJy 141 comps IMAGR2: ALGSTB: All 183 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 172- 0 Cells, with 15093 Pts IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 19556 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.144 MilliJy iter= 195 IMAGR2: Field 1 Clean flux density= 425.288 MilliJy 195 comps IMAGR2: Total Cleaned flux density = 431.572 MilliJy 250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 19449 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.939 MilliJy iter= 351 IMAGR2: Field 1 Clean flux density= 430.648 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 436.932 MilliJy 406 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 19300 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.767 MilliJy iter= 561 IMAGR2: Field 1 Clean flux density= 423.582 MilliJy 561 comps IMAGR2: Total Cleaned flux density = 429.866 MilliJy 616 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 217 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.377 MilliJy iter= 128 IMAGR2: Field 2 Clean flux density= 6.980 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 430.562 MilliJy 689 comps IMAGR2: ALGSTB: All 183 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 172- 0 Cells, with 15093 Pts IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 19666 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.591 MilliJy iter= 865 IMAGR2: Field 1 Clean flux density= 425.621 MilliJy 865 comps IMAGR2: Total Cleaned flux density = 432.601 MilliJy 993 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 19474 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.435 MilliJy iter= 1249 IMAGR2: Field 1 Clean flux density= 424.068 MilliJy 1249 comps IMAGR2: Total Cleaned flux density = 431.048 MilliJy 1377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 998.03 MicroJy IMAGR2: 19213 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.291 MilliJy iter= 1714 IMAGR2: Field 1 Clean flux density= 427.365 MilliJy 1714 comps IMAGR2: Total Cleaned flux density = 434.345 MilliJy 1842 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 994.00 MicroJy IMAGR2: 153 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.037 MilliJy iter= 207 IMAGR2: Field 2 Clean flux density= 5.711 MilliJy 207 comps IMAGR2: Total Cleaned flux density = 433.076 MilliJy 1921 comps IMAGR2: ALGSTB: All 183 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 172- 0 Cells, with 15093 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 910.14 MicroJy IMAGR2: 19647 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.158 MilliJy iter= 2294 IMAGR2: Field 1 Clean flux density= 420.369 MilliJy 2294 comps IMAGR2: Total Cleaned flux density = 426.079 MilliJy 2501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 831.61 MicroJy IMAGR2: 19375 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.042 MilliJy iter= 2981 IMAGR2: Field 1 Clean flux density= 434.567 MilliJy 2981 comps IMAGR2: Total Cleaned flux density = 440.277 MilliJy 3188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 757.63 MicroJy IMAGR2: 18973 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 939.358 MicroJy iter= 3789 IMAGR2: Field 1 Clean flux density= 395.762 MilliJy 3789 comps IMAGR2: Total Cleaned flux density = 401.473 MilliJy 3996 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -867.1 MicroJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 754.07 MicroJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 2 min allowed flux = 874.954 MicroJy iter= 274 IMAGR2: Field 2 Clean flux density= 12.830 MilliJy 274 comps IMAGR2: Total Cleaned flux density = 408.592 MilliJy 4063 comps IMAGR2: ALGSTB: All 183 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 172- 0 Cells, with 15093 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 676.08 MicroJy IMAGR2: 19560 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 833.233 MicroJy iter= 4785 IMAGR2: Field 1 Clean flux density= 427.226 MilliJy 4785 comps IMAGR2: Total Cleaned flux density = 440.056 MilliJy 5059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 892.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 675.32 MicroJy IMAGR2: 236 Residual map points loaded IMAGR2: Field 2 min Clean flux = -780.606 MicroJy iter= 321 IMAGR2: Field 2 Clean flux density= 8.616 MilliJy 321 comps IMAGR2: Total Cleaned flux density = 435.843 MilliJy 5106 comps IMAGR2: ALGSTB: All 183 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 172- 0 Cells, with 15093 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.81 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min Clean flux = -780.728 MicroJy iter= 5108 IMAGR2: Field 1 Clean flux density= 412.922 MilliJy 5108 comps IMAGR2: Total Cleaned flux density = 421.538 MilliJy 5429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 780.728 less than limit 780.747 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 5108 to 3204 components IMAGR2: Field 2 compressed from 321 to 139 components IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: Field 2 min = -735.9 MicroJy,max = 920.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 432.134 MilliJy ( 69 CCs) from field 1 to field 2 IMAGR2: Restore 8.616 MilliJy ( 139 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 421.538 MilliJy IMAGR2: Field 2 final Clean flux 440.750 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= 62.5 Real= 255 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.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1301 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1299 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 1447 CELLSIZE 0.22114 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22114 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:15:36.85 61:27:11.6 0.849 1.000 0.000 SETFC2: 3 18:15:33.31 61:29:23.6 0.083 0.609 0.037 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 84.7 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.3 Real= 5 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.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1301 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1299 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 15138 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.713E+04 IMAGR2: UVWAIT: Adding temperance S 5.427E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.627E+07 and out 5.875E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR2: UVWAIT: Average summed weight 2.713E+04 over 30068 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 = 6.23675E+08 IMAGR2: Field 1 Beam min = -70.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 888.098 x 664.329 Milliarcsec, PA= -40.3 IMAGR2: Field 2 Sum of gridding weights = 6.23686E+08 IMAGR2: Field 2 Beam min = -70.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 888.099 x 664.332 Milliarcsec, PA= -40.3 IMAGR2: Field 3 Sum of gridding weights = 6.23686E+08 IMAGR2: Field 3 Beam min = -70.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 888.405 x 664.342 Milliarcsec, PA= -40.3 IMAGR2: CLBHIS: minimum component 0.492 of current peak IMAGR2: Field 1 min = -20.3 MilliJy,max = 273.1 MilliJy IMAGR2: Field 2 min = -24.8 MilliJy,max = 273.4 MilliJy IMAGR2: Field 3 min = -15.7 MilliJy,max = 40.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 19.95 MilliJy IMAGR2: 1006 Residual map points loaded IMAGR2: Field 2 min allowed flux = 124.717 MilliJy iter= 9 IMAGR2: Field 2 Clean flux density= 169.865 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 169.865 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 = -15.6 MilliJy,max = 112.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.066E-01 < Second best 1.186E-01 IMAGR2: Field 2 min = -15.3 MilliJy,max = 112.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 9.10 MilliJy IMAGR2: 1083 Residual map points loaded IMAGR2: Field 2 min allowed flux = 52.566 MilliJy iter= 18 IMAGR2: Field 2 Clean flux density= 241.481 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 241.481 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.2 MilliJy,max = 48.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.606E-02 < Second best 5.001E-02 IMAGR2: Field 2 min = -15.3 MilliJy,max = 48.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.74 MilliJy IMAGR2: 696 Residual map points loaded IMAGR2: Field 2 min allowed flux = 23.717 MilliJy iter= 27 IMAGR2: Field 2 Clean flux density= 272.731 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 272.731 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.6 MilliJy,max = 39.7 MilliJy IMAGR2: BGC Clean: using 1927 cell beam + residuals > 5.68 MilliJy IMAGR2: 9909 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.305 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 28.936 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 301.667 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.5 MilliJy,max = 19.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.830E-02 < Second best 2.258E-02 IMAGR2: Field 2 min = -14.6 MilliJy,max = 16.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.612E-02 < Second best 1.830E-02 IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.09 MilliJy IMAGR2: 50 Residual map points loaded IMAGR2: Field 3 min allowed flux = 9.184 MilliJy iter= 8 IMAGR2: Field 3 Clean flux density= 10.936 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 312.603 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.5 MilliJy,max = 16.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.62 MilliJy IMAGR2: 18369 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.877 MilliJy iter= 94 IMAGR2: Field 1 Clean flux density= 101.166 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 384.833 MilliJy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.0 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.59 MilliJy IMAGR2: 842 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.834 MilliJy iter= 105 IMAGR2: Field 2 Clean flux density= 270.427 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 382.529 MilliJy 207 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.084E-03 < Second best 8.752E-03 IMAGR2: Field 3 min = -6.6 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.71 MilliJy IMAGR2: 75 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.142 MilliJy iter= 30 IMAGR2: Field 3 Clean flux density= 19.923 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 391.516 MilliJy 229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.6 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.67 MilliJy IMAGR2: 18050 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.201 MilliJy iter= 311 IMAGR2: Field 1 Clean flux density= 105.792 MilliJy 311 comps IMAGR2: Total Cleaned flux density = 396.143 MilliJy 446 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.7 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.63 MilliJy IMAGR2: 450 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.373 MilliJy iter= 195 IMAGR2: Field 2 Clean flux density= 281.805 MilliJy 195 comps IMAGR2: Total Cleaned flux density = 407.520 MilliJy 536 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 18071 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.158 MilliJy iter= 633 IMAGR2: Field 1 Clean flux density= 112.645 MilliJy 633 comps IMAGR2: Total Cleaned flux density = 414.373 MilliJy 858 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR2: 380 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.146 MilliJy iter= 306 IMAGR2: Field 2 Clean flux density= 291.893 MilliJy 306 comps IMAGR2: Total Cleaned flux density = 424.461 MilliJy 969 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.702E-03 < Second best 3.958E-03 IMAGR2: Field 3 min = -4.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 101 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.368 MilliJy iter= 72 IMAGR2: Field 3 Clean flux density= 24.576 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 429.114 MilliJy 1011 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 18581 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.085 MilliJy iter= 1091 IMAGR2: Field 1 Clean flux density= 80.828 MilliJy 1091 comps IMAGR2: Total Cleaned flux density = 397.296 MilliJy 1469 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 461 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.908 MilliJy iter= 342 IMAGR2: Field 2 Clean flux density= 298.511 MilliJy 342 comps IMAGR2: Total Cleaned flux density = 403.915 MilliJy 1505 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 = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 18485 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.540 MilliJy iter= 1663 IMAGR2: Field 1 Clean flux density= 92.604 MilliJy 1663 comps IMAGR2: Total Cleaned flux density = 415.691 MilliJy 2077 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 613 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.143 MilliJy iter= 607 IMAGR2: Field 2 Clean flux density= 288.088 MilliJy 607 comps IMAGR2: Total Cleaned flux density = 405.268 MilliJy 2342 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 17984 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.153 MilliJy iter= 2399 IMAGR2: Field 1 Clean flux density= 80.850 MilliJy 2399 comps IMAGR2: Total Cleaned flux density = 393.513 MilliJy 3078 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 45 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.683 MilliJy iter= 98 IMAGR2: Field 3 Clean flux density= 26.572 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 395.510 MilliJy 3104 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.49 MilliJy IMAGR2: 17824 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.927 MilliJy iter= 3376 IMAGR2: Field 1 Clean flux density= 78.322 MilliJy 3376 comps IMAGR2: Total Cleaned flux density = 392.982 MilliJy 4081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 899 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.671 MilliJy iter= 1107 IMAGR2: Field 2 Clean flux density= 290.126 MilliJy 1107 comps IMAGR2: Total Cleaned flux density = 395.020 MilliJy 4581 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 18522 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.730 MilliJy iter= 4621 IMAGR2: Field 1 Clean flux density= 50.291 MilliJy 4621 comps IMAGR2: Total Cleaned flux density = 366.988 MilliJy 5826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 17793 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.009 MilliJy iter= 4857 IMAGR2: Field 1 Clean flux density= 75.920 MilliJy 4857 comps IMAGR2: Total Cleaned flux density = 392.618 MilliJy 6062 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 17333 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.656 MilliJy iter= 5480 IMAGR2: Field 1 Clean flux density= -17.863 MilliJy 5480 comps IMAGR2: Total Cleaned flux density = 298.834 MilliJy 6685 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 160 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.239 MilliJy iter= 173 IMAGR2: Field 3 Clean flux density= 36.749 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 309.011 MilliJy 6760 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.20 MilliJy IMAGR2: 1190 Residual map points loaded IMAGR2: Field 2 min allowed flux = 3.236 MilliJy iter= 1116 IMAGR2: Field 2 Clean flux density= 294.550 MilliJy 1116 comps IMAGR2: Total Cleaned flux density = 313.435 MilliJy 6769 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1059 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.462 MilliJy iter= 1434 IMAGR2: Field 2 Clean flux density= 334.789 MilliJy 1434 comps IMAGR2: Total Cleaned flux density = 353.675 MilliJy 7087 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 18520 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.415 MilliJy iter= 7007 IMAGR2: Field 1 Clean flux density= -93.983 MilliJy 7007 comps IMAGR2: Total Cleaned flux density = 277.555 MilliJy 8614 comps IMAGR2: ALGSTB: All 1294 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1283- 0 Cells, with 15138 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.16 MilliJy IMAGR2: 977 Residual map points loaded IMAGR2: Field 2 min allowed flux = 3.365 MilliJy iter= 1443 IMAGR2: Field 2 Clean flux density= 339.392 MilliJy 1443 comps IMAGR2: Total Cleaned flux density = 282.158 MilliJy 8623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 764 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.564 MilliJy iter= 1551 IMAGR2: Field 2 Clean flux density= 354.656 MilliJy 1551 comps IMAGR2: Total Cleaned flux density = 297.422 MilliJy 8731 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 487 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.203 MilliJy iter= 1842 IMAGR2: Field 2 Clean flux density= 344.914 MilliJy 1842 comps IMAGR2: Total Cleaned flux density = 287.680 MilliJy 9022 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 968.99 MicroJy IMAGR2: 18127 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.172 MilliJy iter= 8896 IMAGR2: Field 1 Clean flux density= -62.552 MilliJy 8896 comps IMAGR2: Total Cleaned flux density = 319.111 MilliJy 10911 comps IMAGR2: ALGSTB: All 1294 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1283- 0 Cells, with 15138 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 965.18 MicroJy IMAGR2: 58 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -969.946 MicroJy iter= 208 IMAGR2: Field 3 Clean flux density= 35.726 MilliJy 208 comps IMAGR2: Total Cleaned flux density = 318.087 MilliJy 10946 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 964.40 MicroJy IMAGR2: 1096 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.668 MilliJy iter= 1911 IMAGR2: Field 2 Clean flux density= 332.516 MilliJy 1911 comps IMAGR2: Total Cleaned flux density = 305.689 MilliJy 11015 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 962.40 MicroJy IMAGR2: 750 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.015 MilliJy iter= 2367 IMAGR2: Field 2 Clean flux density= 326.511 MilliJy 2367 comps IMAGR2: Total Cleaned flux density = 299.684 MilliJy 11471 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 871.76 MicroJy IMAGR2: 18592 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.038 MilliJy iter= 11071 IMAGR2: Field 1 Clean flux density= -66.149 MilliJy 11071 comps IMAGR2: Total Cleaned flux density = 296.087 MilliJy 13646 comps IMAGR2: ALGSTB: All 1294 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1283- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 923.76 MicroJy IMAGR2: 18947 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.361 MilliJy iter= 11837 IMAGR2: Field 1 Clean flux density= -64.899 MilliJy 11837 comps IMAGR2: Total Cleaned flux density = 297.337 MilliJy 14412 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 806.93 MicroJy IMAGR2: 17960 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.015 MilliJy iter= 13377 IMAGR2: Field 1 Clean flux density= -125.629 MilliJy 13377 comps IMAGR2: Total Cleaned flux density = 236.608 MilliJy 15952 comps IMAGR2: ALGSTB: All 1294 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1283- 0 Cells, with 15138 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 883.18 MicroJy IMAGR2: 1127 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.282 MilliJy iter= 2378 IMAGR2: Field 2 Clean flux density= 329.994 MilliJy 2378 comps IMAGR2: Total Cleaned flux density = 240.091 MilliJy 15963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 804.89 MicroJy IMAGR2: 1317 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.114 MilliJy iter= 2624 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Clean flux density= 346.984 MilliJy 2624 comps IMAGR2: Total Cleaned flux density = 257.080 MilliJy 16209 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 800.01 MicroJy IMAGR2: 392 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -820.454 MicroJy iter= 2876 IMAGR2: Field 2 Clean flux density= 335.841 MilliJy 2876 comps IMAGR2: Total Cleaned flux density = 245.937 MilliJy 16461 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 706.86 MicroJy IMAGR2: 18304 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 827.721 MicroJy iter= 16062 IMAGR2: Field 1 Clean flux density= -69.821 MilliJy 16062 comps IMAGR2: Total Cleaned flux density = 301.744 MilliJy 19146 comps IMAGR2: ALGSTB: All 1294 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1283- 0 Cells, with 15138 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 706.45 MicroJy IMAGR2: 722 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.064 MilliJy iter= 252 IMAGR2: Field 3 Clean flux density= 31.989 MilliJy 252 comps IMAGR2: Total Cleaned flux density = 298.007 MilliJy 19190 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 705.39 MicroJy IMAGR2: 457 Residual map points loaded IMAGR2: Field 3 min Clean flux = -778.839 MicroJy iter= 381 IMAGR2: Field 3 Clean flux density= 29.928 MilliJy 381 comps IMAGR2: Total Cleaned flux density = 295.947 MilliJy 19319 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -2.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 813.92 MicroJy IMAGR2: 19631 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.344 MilliJy iter= 16579 IMAGR2: Field 1 Clean flux density= -133.195 MilliJy 16579 comps IMAGR2: Total Cleaned flux density = 232.572 MilliJy 19836 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 587 cell beam + residuals > 686.84 MicroJy IMAGR2: 16101 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.696 MilliJy iter= 16593 IMAGR2: Field 1 Clean flux density= -130.000 MilliJy 16593 comps IMAGR2: Total Cleaned flux density = 235.768 MilliJy 19850 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 638.66 MicroJy IMAGR2: 18558 Residual map points loaded IMAGR2: Field 1 min allowed flux = 813.802 MicroJy iter= 18212 IMAGR2: Field 1 Clean flux density= -5.000 MilliJy 18212 comps IMAGR2: Total Cleaned flux density = 360.768 MilliJy 21469 comps IMAGR2: ALGSTB: All 1294 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1283- 0 Cells, with 15138 Pts IMAGR2: Field 2 min = -5.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 780.99 MicroJy IMAGR2: 1465 Residual map points loaded IMAGR2: Field 2 min allowed flux = -2.420 MilliJy iter= 2890 IMAGR2: Field 2 Clean flux density= 331.150 MilliJy 2890 comps IMAGR2: Total Cleaned flux density = 356.078 MilliJy 21483 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 640.74 MicroJy IMAGR2: 1881 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.146 MilliJy iter= 3047 IMAGR2: Field 2 Clean flux density= 308.527 MilliJy 3047 comps IMAGR2: Total Cleaned flux density = 333.455 MilliJy 21640 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 973.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 635.28 MicroJy IMAGR2: 639 Residual map points loaded IMAGR2: Field 2 min Clean flux = 778.211 MicroJy iter= 3148 IMAGR2: Field 2 Clean flux density= 304.475 MilliJy 3148 comps IMAGR2: Total Cleaned flux density = 329.403 MilliJy 21741 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 15138 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 632.60 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.130 MilliJy iter= 18419 IMAGR2: Field 1 Clean flux density= -32.598 MilliJy 18419 comps IMAGR2: Total Cleaned flux density = 301.804 MilliJy 21948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 139 cell beam + residuals > 535.04 MicroJy IMAGR2: 18764 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.033 MilliJy iter= 18430 IMAGR2: Field 1 Clean flux density= -31.008 MilliJy 18430 comps IMAGR2: Total Cleaned flux density = 303.395 MilliJy 21959 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 526.54 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min Clean flux = -779.228 MicroJy iter= 18526 IMAGR2: Field 1 Clean flux density= -32.805 MilliJy 18526 comps IMAGR2: Total Cleaned flux density = 301.597 MilliJy 22055 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 779.228 less than limit 779.586 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 18526 to 10226 components IMAGR2: Field 2 compressed from 3148 to 966 components IMAGR2: Field 3 compressed from 381 to 210 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -795.1 MicroJy,max = 819.0 MicroJy IMAGR2: Field 3 min = -804.0 MicroJy,max = 736.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 11.924 MilliJy ( 1322 CCs) from field 1 to field 2 IMAGR2: Restore 32.796 MilliJy ( 144 CCs) from field 1 to field 3 IMAGR2: Restore 304.474 MilliJy ( 966 CCs) from field 2 to field 1 IMAGR2: Restore 29.928 MilliJy ( 210 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 301.598 MilliJy IMAGR2: Field 2 final Clean flux 316.399 MilliJy IMAGR2: Field 3 final Clean flux 62.724 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= 112.0 Real= 453 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.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1301 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1299 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1377 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.23208 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23208 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 86.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= 7 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.8 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.13 49 48 29.5 00004 -1 507 512 513 C 5 1012 1012 23 54 51.76 49 51 47.0 00005 -1 507 512 513 C 6 1012 1012 23 55 27.15 49 51 47.0 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.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1301 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1299 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1377 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.9754E+02 0 IMAGR2: Field 3 1012 1012 -1.7103E+02 -9.8840E+01 0 IMAGR2: Field 4 1012 1012 1.7097E+02 -9.8840E+01 0 IMAGR2: Field 5 1012 1012 -1.7122E+02 9.8660E+01 0 IMAGR2: Field 6 1012 1012 1.7116E+02 9.8660E+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 13469 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.636E+04 IMAGR2: UVWAIT: Adding temperance S 7.273E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.923E+07 and out 4.712E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR2: UVWAIT: Average summed weight 3.636E+04 over 26658 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.00210E+08 IMAGR2: Field 1 Beam min = -101.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 999.172 x 721.923 Milliarcsec, PA= 87.3 IMAGR2: Field 2 Sum of gridding weights = 5.00210E+08 IMAGR2: Field 2 Beam min = -101.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 999.124 x 722.018 Milliarcsec, PA= 87.4 IMAGR2: Field 3 Sum of gridding weights = 5.00208E+08 IMAGR2: Field 3 Beam min = -78.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 998.279 x 721.910 Milliarcsec, PA= 87.3 IMAGR2: Field 4 Sum of gridding weights = 5.00208E+08 IMAGR2: Field 4 Beam min = -87.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.000 x 0.722 arcsec, PA= 87.4 IMAGR2: Field 5 Sum of gridding weights = 5.00209E+08 IMAGR2: Field 5 Beam min = -78.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 998.327 x 721.815 Milliarcsec, PA= 87.2 IMAGR2: Field 6 Sum of gridding weights = 5.00208E+08 IMAGR2: Field 6 Beam min = -87.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.000 x 0.722 arcsec, PA= 87.4 IMAGR2: Field 7 Sum of gridding weights = 5.00210E+08 IMAGR2: Field 7 Beam min = -101.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 999.222 x 721.828 Milliarcsec, PA= 87.3 IMAGR2: CLBHIS: minimum component 0.469 of current peak IMAGR2: Field 1 min = -70.7 MilliJy,max = 865.7 MilliJy IMAGR2: Field 2 min = -56.9 MilliJy,max = 135.7 MilliJy IMAGR2: Field 3 min = -53.8 MilliJy,max = 195.0 MilliJy IMAGR2: Field 4 min = -68.7 MilliJy,max = 190.2 MilliJy IMAGR2: Field 5 min = -65.2 MilliJy,max = 195.0 MilliJy IMAGR2: Field 6 min = -56.0 MilliJy,max = 191.0 MilliJy IMAGR2: Field 7 min = -59.8 MilliJy,max = 131.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 73.32 MilliJy IMAGR2: 5242 Residual map points loaded IMAGR2: Field 1 min allowed flux = 372.677 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 530.340 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 530.340 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 = -29.7 MilliJy,max = 335.4 MilliJy IMAGR2: BGC Clean: using 1225 cell beam + residuals > 55.04 MilliJy IMAGR2: 199 Residual map points loaded IMAGR2: Field 1 min allowed flux = 155.998 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 741.600 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 741.600 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -13.2 MilliJy,max = 36.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.514E-02 < Second best 1.483E-01 IMAGR2: Field 1 min = -15.9 MilliJy,max = 144.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 52.67 MilliJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 71.090 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 834.935 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 834.935 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.8 MilliJy,max = 17.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.199E-02 < Second best 1.295E-01 IMAGR2: Field 2 min = -7.8 MilliJy,max = 13.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.325E-02 < Second best 1.252E-01 IMAGR2: Field 7 min = -7.6 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.172E-02 < Second best 1.219E-01 IMAGR2: Field 3 min = -8.8 MilliJy,max = 17.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.061E-02 < Second best 1.176E-01 IMAGR2: Field 6 min = -7.6 MilliJy,max = 16.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.997E-03 < Second best 6.761E-02 IMAGR2: Field 1 min = -13.2 MilliJy,max = 65.8 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 7.36 MilliJy IMAGR2: 3361 Residual map points loaded IMAGR2: Field 1 min allowed flux = 29.517 MilliJy iter= 37 IMAGR2: Field 1 Clean flux density= 880.493 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 880.493 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.6 MilliJy,max = 27.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.92 MilliJy IMAGR2: 234 Residual map points loaded IMAGR2: Field 1 min allowed flux = -12.813 MilliJy iter= 58 IMAGR2: Field 1 Clean flux density= 885.882 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 885.882 MilliJy 58 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.3 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.902E-03 < Second best 1.325E-02 IMAGR2: Field 2 min = -6.4 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.293E-03 < Second best 1.219E-02 IMAGR2: Field 1 min = -11.8 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.74 MilliJy IMAGR2: 300 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.020 MilliJy iter= 93 IMAGR2: Field 1 Clean flux density= 878.116 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 878.116 MilliJy 93 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.0 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.003E-03 < Second best 1.172E-02 IMAGR2: Field 7 min = -5.1 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.576E-03 < Second best 1.061E-02 IMAGR2: Field 3 min = -6.6 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.482E-03 < Second best 9.997E-03 IMAGR2: Field 6 min = -5.9 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.874E-03 < Second best 6.690E-03 IMAGR2: Field 1 min = -6.9 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.01 MilliJy IMAGR2: 1747 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.696 MilliJy iter= 161 IMAGR2: Field 1 Clean flux density= 877.305 MilliJy 161 comps IMAGR2: Total Cleaned flux density = 877.305 MilliJy 161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.4 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.146E-03 < Second best 5.874E-03 IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 3318 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.116 MilliJy iter= 88 IMAGR2: Field 6 Clean flux density= 19.049 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 896.355 MilliJy 249 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.7 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.579E-03 < Second best 5.482E-03 IMAGR2: Field 3 min = -6.5 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR2: 2890 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.802 MilliJy iter= 108 IMAGR2: Field 3 Clean flux density= 5.876 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 902.231 MilliJy 357 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.9 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.655E-03 < Second best 5.003E-03 IMAGR2: Field 4 min = -4.3 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.024E-03 < Second best 4.902E-03 IMAGR2: Field 5 min = -4.2 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.362E-03 < Second best 4.655E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.65 MilliJy IMAGR2: 2048 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.452 MilliJy iter= 120 IMAGR2: Field 2 Clean flux density= 10.292 MilliJy 120 comps IMAGR2: Total Cleaned flux density = 912.523 MilliJy 477 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.5 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.231E-03 < Second best 4.484E-03 IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.56 MilliJy IMAGR2: 469 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.998 MilliJy iter= 246 IMAGR2: Field 1 Clean flux density= 873.636 MilliJy 246 comps IMAGR2: Total Cleaned flux density = 908.854 MilliJy 562 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.55 MilliJy IMAGR2: 707 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.002 MilliJy iter= 100 IMAGR2: Field 5 Clean flux density= 10.914 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 919.768 MilliJy 662 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR2: 1090 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.062 MilliJy iter= 142 IMAGR2: Field 7 Clean flux density= 18.552 MilliJy 142 comps IMAGR2: Total Cleaned flux density = 938.320 MilliJy 804 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.590E-03 < Second best 3.937E-03 IMAGR2: Field 6 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 1628 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.867 MilliJy iter= 257 IMAGR2: Field 6 Clean flux density= 22.237 MilliJy 257 comps IMAGR2: Total Cleaned flux density = 941.507 MilliJy 973 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.229E-03 < Second best 3.590E-03 IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 738 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.529 MilliJy iter= 138 IMAGR2: Field 4 Clean flux density= 834.258 MicroJy 138 comps IMAGR2: Total Cleaned flux density = 942.341 MilliJy 1111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.919E-03 < Second best 3.229E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR2: 2825 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min algorithm flux= 2.576 MilliJy iter= 367 IMAGR2: Field 3 Clean flux density= 9.794 MilliJy 367 comps IMAGR2: Total Cleaned flux density = 946.259 MilliJy 1370 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.537E-03 < Second best 2.919E-03 IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.654E-03 < Second best 2.870E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.694E-03 < Second best 2.865E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.541E-03 < Second best 2.745E-03 IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.536E-03 < Second best 2.694E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 1154 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.060 MilliJy iter= 283 IMAGR2: Field 5 Clean flux density= 8.230 MilliJy 283 comps IMAGR2: Total Cleaned flux density = 943.576 MilliJy 1553 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 1310 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.066 MilliJy iter= 352 IMAGR2: Field 2 Clean flux density= 23.457 MilliJy 352 comps IMAGR2: Total Cleaned flux density = 956.740 MilliJy 1785 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.410E-03 < Second best 2.537E-03 IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.363E-03 < Second best 2.536E-03 IMAGR2: Field 6 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 2075 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.061 MilliJy iter= 542 IMAGR2: Field 6 Clean flux density= 22.906 MilliJy 542 comps IMAGR2: Total Cleaned flux density = 957.410 MilliJy 2070 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.050E-03 < Second best 2.420E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.143E-03 < Second best 2.410E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 251 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.676 MilliJy iter= 352 IMAGR2: Field 1 Clean flux density= 870.375 MilliJy 352 comps IMAGR2: Total Cleaned flux density = 954.149 MilliJy 2176 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 874 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.715 MilliJy iter= 352 IMAGR2: Field 7 Clean flux density= 24.635 MilliJy 352 comps IMAGR2: Total Cleaned flux density = 960.232 MilliJy 2386 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 702 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.669 MilliJy iter= 317 IMAGR2: Field 4 Clean flux density= 8.611 MilliJy 317 comps IMAGR2: Total Cleaned flux density = 968.010 MilliJy 2565 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 1322 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.703 MilliJy iter= 625 IMAGR2: Field 3 Clean flux density= 15.896 MilliJy 625 comps IMAGR2: Total Cleaned flux density = 974.111 MilliJy 2823 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.659E-03 < Second best 1.976E-03 IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.833E-03 < Second best 1.972E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.720E-03 < Second best 1.833E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1662 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.443 MilliJy iter= 851 IMAGR2: Field 6 Clean flux density= 17.607 MilliJy 851 comps IMAGR2: Total Cleaned flux density = 968.812 MilliJy 3132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1302 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.422 MilliJy iter= 570 IMAGR2: Field 5 Clean flux density= 7.708 MilliJy 570 comps IMAGR2: Total Cleaned flux density = 968.291 MilliJy 3419 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.377 MilliJy iter= 549 IMAGR2: Field 2 Clean flux density= 25.453 MilliJy 549 comps IMAGR2: Total Cleaned flux density = 970.286 MilliJy 3616 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.490E-03 < Second best 1.632E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.487E-03 < Second best 1.602E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.513E-03 < Second best 1.599E-03 IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1761 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.223 MilliJy iter= 673 IMAGR2: Field 4 Clean flux density= 10.886 MilliJy 673 comps IMAGR2: Total Cleaned flux density = 972.561 MilliJy 3972 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.11 MilliJy IMAGR2: 140 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.140 MilliJy iter= 432 IMAGR2: Field 1 Clean flux density= 870.462 MilliJy 432 comps IMAGR2: Total Cleaned flux density = 972.647 MilliJy 4052 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 629 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.175 MilliJy iter= 576 IMAGR2: Field 7 Clean flux density= 22.846 MilliJy 576 comps IMAGR2: Total Cleaned flux density = 970.858 MilliJy 4276 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.11 MilliJy IMAGR2: 1598 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.202 MilliJy iter= 985 IMAGR2: Field 3 Clean flux density= 19.755 MilliJy 985 comps IMAGR2: Total Cleaned flux density = 974.717 MilliJy 4636 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.274E-03 < Second best 1.363E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 551 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.043 MilliJy iter= 749 IMAGR2: Field 5 Clean flux density= 5.542 MilliJy 749 comps IMAGR2: Total Cleaned flux density = 972.550 MilliJy 4815 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 958.31 MicroJy IMAGR2: 829 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.015 MilliJy iter= 825 IMAGR2: Field 2 Clean flux density= 29.353 MilliJy 825 comps IMAGR2: Total Cleaned flux density = 976.451 MilliJy 5091 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 958.33 MicroJy IMAGR2: 1873 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.035 MilliJy iter= 1258 IMAGR2: Field 6 Clean flux density= 9.983 MilliJy 1258 comps IMAGR2: Total Cleaned flux density = 968.826 MilliJy 5498 comps IMAGR2: ALGSTB: All 469 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 458- 0 Cells, with 13469 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.090E-03 < Second best 1.153E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 872.51 MicroJy IMAGR2: 1154 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -923.413 MicroJy iter= 1299 IMAGR2: Field 3 Clean flux density= 21.103 MilliJy 1299 comps IMAGR2: Total Cleaned flux density = 970.175 MilliJy 5812 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 843.01 MicroJy IMAGR2: 1009 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 892.250 MicroJy iter= 905 IMAGR2: Field 7 Clean flux density= 23.665 MilliJy 905 comps IMAGR2: Total Cleaned flux density = 970.994 MilliJy 6141 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 > 827.07 MicroJy IMAGR2: 89 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 836.587 MicroJy iter= 491 IMAGR2: Field 1 Clean flux density= 870.033 MilliJy 491 comps IMAGR2: Total Cleaned flux density = 970.565 MilliJy 6200 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 825.89 MicroJy IMAGR2: 1168 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 873.419 MicroJy iter= 1014 IMAGR2: Field 4 Clean flux density= 11.930 MilliJy 1014 comps IMAGR2: Total Cleaned flux density = 971.609 MilliJy 6541 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 809.31 MicroJy IMAGR2: 1395 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 854.013 MicroJy iter= 1104 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 Clean flux density= 7.508 MilliJy 1104 comps IMAGR2: Total Cleaned flux density = 973.575 MilliJy 6896 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 769.17 MicroJy IMAGR2: 767 Residual map points loaded IMAGR2: Field 6 min Clean flux = 826.297 MicroJy iter= 1407 IMAGR2: Field 6 Clean flux density= 8.455 MilliJy 1407 comps IMAGR2: Total Cleaned flux density = 972.047 MilliJy 7045 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 > 733.37 MicroJy IMAGR2: 1146 Residual map points loaded IMAGR2: Field 2 min Clean flux = 826.225 MicroJy iter= 971 IMAGR2: Field 2 Clean flux density= 32.814 MilliJy 971 comps IMAGR2: Total Cleaned flux density = 975.508 MilliJy 7191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.53 MicroJy IMAGR2: 1553 Residual map points loaded IMAGR2: Field 3 min Clean flux = -826.373 MicroJy iter= 1364 IMAGR2: Field 3 Clean flux density= 21.177 MilliJy 1364 comps IMAGR2: Total Cleaned flux density = 975.581 MilliJy 7256 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 658.71 MicroJy IMAGR2: 1013 Residual map points loaded IMAGR2: Field 7 min Clean flux = -824.995 MicroJy iter= 912 IMAGR2: Field 7 Clean flux density= 23.403 MilliJy 912 comps IMAGR2: Total Cleaned flux density = 975.320 MilliJy 7263 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 617.33 MicroJy IMAGR2: 3839 Residual map points loaded IMAGR2: Field 4 min Clean flux = 821.381 MicroJy iter= 1028 IMAGR2: Field 4 Clean flux density= 12.104 MilliJy 1028 comps IMAGR2: Total Cleaned flux density = 975.493 MilliJy 7277 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 472.50 MicroJy IMAGR2: WARNING: > MAXPIXELS LOADED TO AP!! IMAGR2: 20628 Residual map points loaded IMAGR2: Field 5 min Clean flux = -812.847 MicroJy iter= 1105 IMAGR2: Field 5 Clean flux density= 7.426 MilliJy 1105 comps IMAGR2: Total Cleaned flux density = 975.412 MilliJy 7278 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 414.92 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min Clean flux = 813.470 MicroJy iter= 496 IMAGR2: Field 1 Clean flux density= 870.290 MilliJy 496 comps IMAGR2: Total Cleaned flux density = 975.668 MilliJy 7283 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 826.373 less than limit 826.476 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 496 to 209 components IMAGR2: Field 2 compressed from 971 to 633 components IMAGR2: Field 3 compressed from 1364 to 914 components IMAGR2: Field 4 compressed from 1028 to 690 components IMAGR2: Field 5 compressed from 1105 to 715 components IMAGR2: Field 6 compressed from 1407 to 928 components IMAGR2: Field 7 compressed from 912 to 617 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.7 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 245.059 MicroJy ( 11 CCs) from field 1 to field 2 IMAGR2: Restore -4.975 MilliJy ( 38 CCs) from field 1 to field 3 IMAGR2: Restore -1.929 MilliJy ( 42 CCs) from field 1 to field 4 IMAGR2: Restore -3.198 MilliJy ( 24 CCs) from field 1 to field 5 IMAGR2: Restore -1.612 MilliJy ( 46 CCs) from field 1 to field 6 IMAGR2: Restore-980.087 MicroJy ( 4 CCs) from field 1 to field 7 IMAGR2: Restore -32.913 MicroJy ( 10 CCs) from field 2 to field 1 IMAGR2: Restore-458.939 MicroJy ( 57 CCs) from field 2 to field 3 IMAGR2: Restore 1.634 MilliJy ( 39 CCs) from field 2 to field 4 IMAGR2: Restore -1.115 MilliJy ( 27 CCs) from field 3 to field 1 IMAGR2: Restore-235.513 MicroJy ( 38 CCs) from field 3 to field 2 IMAGR2: Restore 3.272 MilliJy ( 52 CCs) from field 3 to field 5 IMAGR2: Restore-464.575 MicroJy ( 10 CCs) from field 4 to field 1 IMAGR2: Restore 761.236 MicroJy ( 28 CCs) from field 4 to field 2 IMAGR2: Restore 1.355 MilliJy ( 49 CCs) from field 4 to field 6 IMAGR2: Restore -1.189 MilliJy ( 11 CCs) from field 5 to field 1 IMAGR2: Restore 2.175 MilliJy ( 58 CCs) from field 5 to field 3 IMAGR2: Restore -1.202 MilliJy ( 23 CCs) from field 5 to field 7 IMAGR2: Restore 4.596 MilliJy ( 41 CCs) from field 6 to field 1 IMAGR2: Restore-857.856 MicroJy ( 53 CCs) from field 6 to field 4 IMAGR2: Restore 9.850 MilliJy ( 56 CCs) from field 6 to field 7 IMAGR2: Restore 492.527 MicroJy ( 7 CCs) from field 7 to field 1 IMAGR2: Restore-386.322 MicroJy ( 25 CCs) from field 7 to field 5 IMAGR2: Restore 4.098 MilliJy ( 76 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 872.578 MilliJy IMAGR2: Field 2 final Clean flux 33.585 MilliJy IMAGR2: Field 3 final Clean flux 17.917 MilliJy IMAGR2: Field 4 final Clean flux 10.951 MilliJy IMAGR2: Field 5 final Clean flux 7.114 MilliJy IMAGR2: Field 6 final Clean flux 12.296 MilliJy IMAGR2: Field 7 final Clean flux 31.070 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= 91.6 Real= 402 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.1286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1301 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1299 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.1377 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.08834 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 1373 CELLSIZE 0.23321 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23321 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 53.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 7 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 31.4 00002 -1 507 512 513 C 3 1012 1012 23 20 33.35 05 12 10.7 00003 -1 507 512 513 C 4 1012 1012 23 20 56.37 05 12 10.7 00004 -1 507 512 513 C 5 1012 1012 23 20 33.35 05 15 29.2 00005 -1 507 512 513 C 6 1012 1012 23 20 56.37 05 15 29.2 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 08.5 00007 -1 507 512 513 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.08834 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.9855E+02 0 IMAGR2: Field 3 1012 1012 -1.7188E+02 -9.9253E+01 0 IMAGR2: Field 4 1012 1012 1.7198E+02 -9.9253E+01 0 IMAGR2: Field 5 1012 1012 -1.7188E+02 9.9247E+01 0 IMAGR2: Field 6 1012 1012 1.7198E+02 9.9247E+01 0 IMAGR2: Field 7 1012 1012 5.0788E-02 1.9855E+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 32748 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.529E+04 IMAGR2: UVWAIT: Adding temperance S 9.058E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 8.935E+07 and out 1.173E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.134 due to weighting IMAGR2: UVWAIT: Average summed weight 4.529E+04 over 64979 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.24564E+09 IMAGR2: Field 1 Beam min = -140.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.114 x 0.747 arcsec, PA= -49.2 IMAGR2: Field 2 Sum of gridding weights = 1.24564E+09 IMAGR2: Field 2 Beam min = -140.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.115 x 0.747 arcsec, PA= -49.2 IMAGR2: Field 3 Sum of gridding weights = 1.24564E+09 IMAGR2: Field 3 Beam min = -100.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.113 x 0.747 arcsec, PA= -49.2 IMAGR2: Field 4 Sum of gridding weights = 1.24564E+09 IMAGR2: Field 4 Beam min = -137.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.115 x 0.747 arcsec, PA= -49.3 IMAGR2: Field 5 Sum of gridding weights = 1.24564E+09 IMAGR2: Field 5 Beam min = -100.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.112 x 0.747 arcsec, PA= -49.2 IMAGR2: Field 6 Sum of gridding weights = 1.24564E+09 IMAGR2: Field 6 Beam min = -137.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.114 x 0.747 arcsec, PA= -49.3 IMAGR2: Field 7 Sum of gridding weights = 1.24564E+09 IMAGR2: Field 7 Beam min = -140.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.113 x 0.747 arcsec, PA= -49.3 IMAGR2: CLBHIS: minimum component 0.392 of current peak IMAGR2: Field 1 min = -102.0 MilliJy,max = 978.0 MilliJy IMAGR2: Field 2 min = -55.3 MilliJy,max = 117.3 MilliJy IMAGR2: Field 3 min = -73.9 MilliJy,max = 76.4 MilliJy IMAGR2: Field 4 min = -78.3 MilliJy,max = 82.7 MilliJy IMAGR2: Field 5 min = -74.2 MilliJy,max = 79.3 MilliJy IMAGR2: Field 6 min = -79.1 MilliJy,max = 76.0 MilliJy IMAGR2: Field 7 min = -52.4 MilliJy,max = 119.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 59.84 MilliJy IMAGR2: 3765 Residual map points loaded IMAGR2: Field 1 min allowed flux = 364.152 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 679.017 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 679.017 MilliJy 11 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.8 MilliJy,max = 331.0 MilliJy IMAGR2: BGC Clean: using 1347 cell beam + residuals > 40.64 MilliJy IMAGR2: 256 Residual map points loaded IMAGR2: Field 1 min allowed flux = 120.263 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 931.080 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 931.080 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.9 MilliJy,max = 109.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.039E-01 < Second best 1.138E-01 IMAGR2: Field 7 min = -7.8 MilliJy,max = 13.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.316E-02 < Second best 1.119E-01 IMAGR2: Field 2 min = -8.3 MilliJy,max = 14.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.387E-02 < Second best 1.039E-01 IMAGR2: BGC Clean: using 103 cell beam + residuals > 32.13 MilliJy IMAGR2: 14 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 43.724 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 1.010 Jy 34 comps IMAGR2: Total Cleaned flux density = 1.010 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.199E-03 < Second best 7.580E-02 IMAGR2: Field 5 min = -4.9 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.650E-03 < Second best 6.936E-02 IMAGR2: Field 6 min = -5.0 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.629E-03 < Second best 6.754E-02 IMAGR2: Field 3 min = -6.4 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.934E-03 < Second best 4.157E-02 IMAGR2: Field 1 min = -20.0 MilliJy,max = 39.6 MilliJy IMAGR2: BGC Clean: using 1347 cell beam + residuals > 4.88 MilliJy IMAGR2: 1146 Residual map points loaded IMAGR2: Field 1 min allowed flux = -15.024 MilliJy iter= 55 IMAGR2: Field 1 Clean flux density= 1.025 Jy 55 comps IMAGR2: Total Cleaned flux density = 1.025 Jy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.8 MilliJy,max = 15.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.59 MilliJy IMAGR2: 350 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -8.196 MilliJy iter= 113 IMAGR2: Field 1 Clean flux density= 1.009 Jy 113 comps IMAGR2: Total Cleaned flux density = 1.009 Jy 113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.322E-03 < Second best 1.316E-02 IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.734E-03 < Second best 7.805E-03 IMAGR2: Field 1 min = -7.9 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 1058 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.573 MilliJy iter= 218 IMAGR2: Field 1 Clean flux density= 1.012 Jy 218 comps IMAGR2: Total Cleaned flux density = 1.012 Jy 218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.805E-03 < Second best 5.199E-03 IMAGR2: Field 4 min = -4.9 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.860E-03 < Second best 4.934E-03 IMAGR2: Field 3 min = -4.9 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 2534 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.195 MilliJy iter= 89 IMAGR2: Field 3 Clean flux density= 10.983 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 1.023 Jy 307 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 2587 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.186 MilliJy iter= 123 IMAGR2: Field 6 Clean flux density= 11.786 MilliJy 123 comps IMAGR2: Total Cleaned flux density = 1.034 Jy 430 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.546E-03 < Second best 4.360E-03 IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.13 MilliJy IMAGR2: 1086 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.727 MilliJy iter= 347 IMAGR2: Field 1 Clean flux density= 1.015 Jy 347 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 559 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.5 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.445E-03 < Second best 3.734E-03 IMAGR2: Field 7 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.635E-03 < Second best 3.546E-03 IMAGR2: Field 5 min = -3.6 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 2479 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.685 MilliJy iter= 176 IMAGR2: Field 5 Clean flux density= 18.526 MilliJy 176 comps IMAGR2: Total Cleaned flux density = 1.056 Jy 735 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -4.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 2122 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.591 MilliJy iter= 188 IMAGR2: Field 4 Clean flux density= -12.878 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 923 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.626E-03 < Second best 3.054E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 3725 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.543 MilliJy iter= 356 IMAGR2: Field 3 Clean flux density= 27.247 MilliJy 356 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 1190 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 3971 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.420 MilliJy iter= 441 IMAGR2: Field 6 Clean flux density= 23.143 MilliJy 441 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 1508 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.341E-03 < Second best 2.626E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 213 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.053 MilliJy iter= 90 IMAGR2: Field 2 Clean flux density= 3.777 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 1598 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 560 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.104 MilliJy iter= 511 IMAGR2: Field 1 Clean flux density= 1.006 Jy 511 comps IMAGR2: Total Cleaned flux density = 1.066 Jy 1762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 1569 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.129 MilliJy iter= 440 IMAGR2: Field 5 Clean flux density= 34.408 MilliJy 440 comps IMAGR2: Total Cleaned flux density = 1.082 Jy 2026 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -3.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 1554 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.037 MilliJy iter= 447 IMAGR2: Field 4 Clean flux density= -12.643 MilliJy 447 comps IMAGR2: Total Cleaned flux density = 1.082 Jy 2285 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 3 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 3099 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.016 MilliJy iter= 744 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 Clean flux density= 37.899 MilliJy 744 comps IMAGR2: Total Cleaned flux density = 1.093 Jy 2673 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.162E-03 < Second best 2.320E-03 IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 3596 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.922 MilliJy iter= 894 IMAGR2: Field 6 Clean flux density= 22.314 MilliJy 894 comps IMAGR2: Total Cleaned flux density = 1.092 Jy 3126 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 204 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.713 MilliJy iter= 104 IMAGR2: Field 7 Clean flux density= -1.718 MilliJy 104 comps IMAGR2: Total Cleaned flux density = 1.090 Jy 3230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 1378 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.766 MilliJy iter= 737 IMAGR2: Field 5 Clean flux density= 46.787 MilliJy 737 comps IMAGR2: Total Cleaned flux density = 1.103 Jy 3527 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 773 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.725 MilliJy iter= 789 IMAGR2: Field 1 Clean flux density= 1.002 Jy 789 comps IMAGR2: Total Cleaned flux density = 1.098 Jy 3805 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.797E-03 < Second best 1.953E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 1183 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.657 MilliJy iter= 735 IMAGR2: Field 4 Clean flux density= -18.286 MilliJy 735 comps IMAGR2: Total Cleaned flux density = 1.092 Jy 4093 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 3281 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.668 MilliJy iter= 1279 IMAGR2: Field 3 Clean flux density= 51.089 MilliJy 1279 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 4628 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 2927 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.571 MilliJy iter= 1404 IMAGR2: Field 6 Clean flux density= 21.212 MilliJy 1404 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 5138 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.481 MilliJy iter= 308 IMAGR2: Field 2 Clean flux density= 10.138 MilliJy 308 comps IMAGR2: Total Cleaned flux density = 1.111 Jy 5356 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 1308 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.476 MilliJy iter= 1089 IMAGR2: Field 5 Clean flux density= 52.874 MilliJy 1089 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 5708 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 948 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.452 MilliJy iter= 1139 IMAGR2: Field 1 Clean flux density= 996.366 MilliJy 1139 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 6058 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 181 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.379 MilliJy iter= 217 IMAGR2: Field 7 Clean flux density= -4.796 MilliJy 217 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 6171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1998 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.397 MilliJy iter= 1736 IMAGR2: Field 3 Clean flux density= 58.081 MilliJy 1736 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 6628 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1963 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.369 MilliJy iter= 1248 IMAGR2: Field 4 Clean flux density= -29.289 MilliJy 1248 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 7141 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1594 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.293 MilliJy iter= 1840 IMAGR2: Field 6 Clean flux density= 18.997 MilliJy 1840 comps IMAGR2: Total Cleaned flux density = 1.102 Jy 7577 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 599 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.250 MilliJy iter= 577 IMAGR2: Field 2 Clean flux density= 15.540 MilliJy 577 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 7846 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 2019 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.267 MilliJy iter= 1656 IMAGR2: Field 5 Clean flux density= 70.685 MilliJy 1656 comps IMAGR2: Total Cleaned flux density = 1.126 Jy 8413 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 1250 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.232 MilliJy iter= 1630 IMAGR2: Field 1 Clean flux density= 990.513 MilliJy 1630 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 8904 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 2040 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.196 MilliJy iter= 2274 IMAGR2: Field 3 Clean flux density= 64.252 MilliJy 2274 comps IMAGR2: Total Cleaned flux density = 1.126 Jy 9442 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 418 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.148 MilliJy iter= 441 IMAGR2: Field 7 Clean flux density= -11.390 MilliJy 441 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 9666 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1606 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.148 MilliJy iter= 1755 IMAGR2: Field 4 Clean flux density= -38.798 MilliJy 1755 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 10173 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1561 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.115 MilliJy iter= 2332 IMAGR2: Field 6 Clean flux density= 16.301 MilliJy 2332 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 10665 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 2057 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.101 MilliJy iter= 2279 IMAGR2: Field 5 Clean flux density= 86.276 MilliJy 2279 comps IMAGR2: Total Cleaned flux density = 1.123 Jy 11288 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 498 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.050 MilliJy iter= 826 IMAGR2: Field 2 Clean flux density= 17.198 MilliJy 826 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.124 Jy 11537 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1090 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.049 MilliJy iter= 2107 IMAGR2: Field 1 Clean flux density= 988.186 MilliJy 2107 comps IMAGR2: Total Cleaned flux density = 1.122 Jy 12014 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 977.92 MicroJy IMAGR2: 2266 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.033 MilliJy iter= 2944 IMAGR2: Field 3 Clean flux density= 74.420 MilliJy 2944 comps IMAGR2: Total Cleaned flux density = 1.132 Jy 12684 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 960.32 MicroJy IMAGR2: 1813 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.007 MilliJy iter= 2354 IMAGR2: Field 4 Clean flux density= -48.101 MilliJy 2354 comps IMAGR2: Total Cleaned flux density = 1.123 Jy 13283 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 950.64 MicroJy IMAGR2: 393 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 966.995 MicroJy iter= 656 IMAGR2: Field 7 Clean flux density= -14.118 MilliJy 656 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 13498 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 929.18 MicroJy IMAGR2: 1729 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 970.236 MicroJy iter= 2905 IMAGR2: Field 6 Clean flux density= 10.379 MilliJy 2905 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 14071 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 906.17 MicroJy IMAGR2: 1943 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -950.169 MicroJy iter= 2930 IMAGR2: Field 5 Clean flux density= 95.531 MilliJy 2930 comps IMAGR2: Total Cleaned flux density = 1.123 Jy 14722 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 897.90 MicroJy IMAGR2: 598 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -918.109 MicroJy iter= 1130 IMAGR2: Field 2 Clean flux density= 20.877 MilliJy 1130 comps IMAGR2: Total Cleaned flux density = 1.127 Jy 15026 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 884.05 MicroJy IMAGR2: 1046 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -914.991 MicroJy iter= 2597 IMAGR2: Field 1 Clean flux density= 986.843 MilliJy 2597 comps IMAGR2: Total Cleaned flux density = 1.126 Jy 15516 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 859.65 MicroJy IMAGR2: 2206 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 900.592 MicroJy iter= 3663 IMAGR2: Field 3 Clean flux density= 81.366 MilliJy 3663 comps IMAGR2: Total Cleaned flux density = 1.133 Jy 16235 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 841.46 MicroJy IMAGR2: 1823 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -877.106 MicroJy iter= 3003 IMAGR2: Field 4 Clean flux density= -58.242 MilliJy 3003 comps IMAGR2: Total Cleaned flux density = 1.123 Jy 16884 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.55 MicroJy IMAGR2: 1830 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 856.802 MicroJy iter= 3540 IMAGR2: Field 6 Clean flux density= 4.145 MilliJy 3540 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 17519 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 816.88 MicroJy IMAGR2: 382 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 829.699 MicroJy iter= 890 IMAGR2: Field 7 Clean flux density= -14.086 MilliJy 890 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 17753 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.64 MicroJy IMAGR2: 1928 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 831.862 MicroJy iter= 3635 IMAGR2: Field 5 Clean flux density= 107.277 MilliJy 3635 comps IMAGR2: Total Cleaned flux density = 1.128 Jy 18458 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 790.78 MicroJy IMAGR2: 616 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 806.533 MicroJy iter= 1460 IMAGR2: Field 2 Clean flux density= 22.109 MilliJy 1460 comps IMAGR2: Total Cleaned flux density = 1.129 Jy 18788 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 778.75 MicroJy IMAGR2: 1104 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -803.744 MicroJy iter= 3121 IMAGR2: Field 1 Clean flux density= 980.998 MilliJy 3121 comps IMAGR2: Total Cleaned flux density = 1.124 Jy 19312 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 760.20 MicroJy IMAGR2: 2446 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 793.997 MicroJy iter= 4480 IMAGR2: Field 3 Clean flux density= 92.423 MilliJy 4480 comps IMAGR2: Total Cleaned flux density = 1.135 Jy 20129 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 746.05 MicroJy IMAGR2: 1975 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -775.401 MicroJy iter= 3758 IMAGR2: Field 4 Clean flux density= -63.094 MilliJy 3758 comps IMAGR2: Total Cleaned flux density = 1.130 Jy 20884 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 729.88 MicroJy IMAGR2: 2084 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -757.397 MicroJy iter= 4287 IMAGR2: Field 6 Clean flux density= -2.436 MilliJy 4287 comps IMAGR2: Total Cleaned flux density = 1.123 Jy 21631 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 716.91 MicroJy IMAGR2: 1892 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -743.306 MicroJy iter= 4372 IMAGR2: Field 5 Clean flux density= 116.037 MilliJy 4372 comps IMAGR2: Total Cleaned flux density = 1.132 Jy 22368 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 711.54 MicroJy IMAGR2: 710 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -725.617 MicroJy iter= 1289 IMAGR2: Field 7 Clean flux density= -18.615 MilliJy 1289 comps IMAGR2: Total Cleaned flux density = 1.127 Jy 22767 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 705.27 MicroJy IMAGR2: 623 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 717.484 MicroJy iter= 1800 IMAGR2: Field 2 Clean flux density= 26.908 MilliJy 1800 comps IMAGR2: Total Cleaned flux density = 1.132 Jy 23107 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 695.23 MicroJy IMAGR2: 815 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -711.578 MicroJy iter= 3570 IMAGR2: Field 1 Clean flux density= 982.957 MilliJy 3570 comps IMAGR2: Total Cleaned flux density = 1.134 Jy 23556 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 678.73 MicroJy IMAGR2: 2232 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -703.633 MicroJy iter= 5293 IMAGR2: Field 3 Clean flux density= 95.455 MilliJy 5293 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 24369 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 665.22 MicroJy IMAGR2: 1734 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 686.204 MicroJy iter= 4461 IMAGR2: Field 4 Clean flux density= -69.875 MilliJy 4461 comps IMAGR2: Total Cleaned flux density = 1.130 Jy 25072 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 650.97 MicroJy IMAGR2: 2035 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -672.305 MicroJy iter= 5063 IMAGR2: Field 6 Clean flux density= -7.483 MilliJy 5063 comps IMAGR2: Total Cleaned flux density = 1.125 Jy 25848 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 638.62 MicroJy IMAGR2: 2086 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -661.106 MicroJy iter= 5220 IMAGR2: Field 5 Clean flux density= 125.898 MilliJy 5220 comps IMAGR2: Total Cleaned flux density = 1.135 Jy 26696 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 632.82 MicroJy IMAGR2: 804 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 644.778 MicroJy iter= 1735 IMAGR2: Field 7 Clean flux density= -22.057 MilliJy 1735 comps IMAGR2: Total Cleaned flux density = 1.132 Jy 27142 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 627.25 MicroJy IMAGR2: 793 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 638.969 MicroJy iter= 2238 IMAGR2: Field 2 Clean flux density= 28.131 MilliJy 2238 comps IMAGR2: Total Cleaned flux density = 1.133 Jy 27580 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 1 min = -908.8 MicroJy,max = 930.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 619.88 MicroJy IMAGR2: 894 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 633.454 MicroJy iter= 4053 IMAGR2: Field 1 Clean flux density= 984.170 MilliJy 4053 comps IMAGR2: Total Cleaned flux density = 1.134 Jy 28063 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 607.18 MicroJy IMAGR2: 2370 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 628.213 MicroJy iter= 6207 IMAGR2: Field 3 Clean flux density= 100.164 MilliJy 6207 comps IMAGR2: Total Cleaned flux density = 1.139 Jy 28977 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 598.47 MicroJy IMAGR2: 2157 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 617.455 MicroJy iter= 5309 IMAGR2: Field 4 Clean flux density= -77.602 MilliJy 5309 comps IMAGR2: Total Cleaned flux density = 1.131 Jy 29825 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 587.10 MicroJy IMAGR2: 1973 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -603.994 MicroJy iter= 5864 IMAGR2: Field 6 Clean flux density= -10.399 MilliJy 5864 comps IMAGR2: Total Cleaned flux density = 1.128 Jy 30626 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.28 MicroJy IMAGR2: 2295 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -596.485 MicroJy iter= 6151 IMAGR2: Field 5 Clean flux density= 133.288 MilliJy 6151 comps IMAGR2: Total Cleaned flux density = 1.136 Jy 31557 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 571.90 MicroJy IMAGR2: 733 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 580.546 MicroJy iter= 2148 IMAGR2: Field 7 Clean flux density= -24.753 MilliJy 2148 comps IMAGR2: Total Cleaned flux density = 1.133 Jy 31970 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 566.85 MicroJy IMAGR2: 806 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 576.035 MicroJy iter= 2691 IMAGR2: Field 2 Clean flux density= 29.978 MilliJy 2691 comps IMAGR2: Total Cleaned flux density = 1.135 Jy 32423 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 1 min = -819.2 MicroJy,max = 867.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 561.29 MicroJy IMAGR2: 975 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -572.725 MicroJy iter= 4602 IMAGR2: Field 1 Clean flux density= 984.413 MilliJy 4602 comps IMAGR2: Total Cleaned flux density = 1.135 Jy 32972 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 550.74 MicroJy IMAGR2: 2328 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -567.805 MicroJy iter= 7137 IMAGR2: Field 3 Clean flux density= 103.956 MilliJy 7137 comps IMAGR2: Total Cleaned flux density = 1.139 Jy 33902 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 541.16 MicroJy IMAGR2: 2070 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 556.586 MicroJy iter= 6190 IMAGR2: Field 4 Clean flux density= -81.836 MilliJy 6190 comps IMAGR2: Total Cleaned flux density = 1.135 Jy 34783 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 532.15 MicroJy IMAGR2: 2116 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -546.002 MicroJy iter= 6695 IMAGR2: Field 6 Clean flux density= -12.880 MilliJy 6695 comps IMAGR2: Total Cleaned flux density = 1.132 Jy 35614 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.99 MicroJy IMAGR2: 2348 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 538.472 MicroJy iter= 7118 IMAGR2: Field 5 Clean flux density= 138.180 MilliJy 7118 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 36581 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 7 min = -904.6 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 518.55 MicroJy IMAGR2: 727 Residual map points loaded IMAGR2: Field 7 min Clean flux = -530.032 MicroJy iter= 2524 IMAGR2: Field 7 Clean flux density= -26.137 MilliJy 2524 comps IMAGR2: Total Cleaned flux density = 1.136 Jy 36957 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 2 min = -999.7 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 512.18 MicroJy IMAGR2: 936 Residual map points loaded IMAGR2: Field 2 min Clean flux = -529.992 MicroJy iter= 3055 IMAGR2: Field 2 Clean flux density= 32.173 MilliJy 3055 comps IMAGR2: Total Cleaned flux density = 1.138 Jy 37321 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 1 min = -762.1 MicroJy,max = 786.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 504.52 MicroJy IMAGR2: 1270 Residual map points loaded IMAGR2: Field 1 min Clean flux = 529.925 MicroJy iter= 5048 IMAGR2: Field 1 Clean flux density= 982.513 MilliJy 5048 comps IMAGR2: Total Cleaned flux density = 1.136 Jy 37767 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.32 MicroJy IMAGR2: 3035 Residual map points loaded IMAGR2: Field 3 min Clean flux = -529.911 MicroJy iter= 7719 IMAGR2: Field 3 Clean flux density= 107.073 MilliJy 7719 comps IMAGR2: Total Cleaned flux density = 1.139 Jy 38349 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 4 min = -1.0 MilliJy,max = 997.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 466.08 MicroJy IMAGR2: 3522 Residual map points loaded IMAGR2: Field 4 min Clean flux = 530.028 MicroJy iter= 6458 IMAGR2: Field 4 Clean flux density= -81.877 MilliJy 6458 comps IMAGR2: Total Cleaned flux density = 1.139 Jy 38617 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 440.77 MicroJy IMAGR2: 8076 Residual map points loaded IMAGR2: Field 6 min Clean flux = -529.985 MicroJy iter= 7074 IMAGR2: Field 6 Clean flux density= -14.216 MilliJy 7074 comps IMAGR2: Total Cleaned flux density = 1.138 Jy 38996 comps IMAGR2: ALGSTB: All 568 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 557- 0 Cells, with 32748 Pts IMAGR2: Field 5 min = -1.1 MilliJy,max = 999.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 362.45 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 19985 Residual map points loaded IMAGR2: Field 5 min Clean flux = -529.908 MicroJy iter= 7209 IMAGR2: Field 5 Clean flux density= 138.434 MilliJy 7209 comps IMAGR2: Total Cleaned flux density = 1.138 Jy 39087 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 530.032 less than limit 530.036 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 5048 to 1753 components IMAGR2: Field 2 compressed from 3055 to 1331 components IMAGR2: Field 3 compressed from 7719 to 3266 components IMAGR2: Field 4 compressed from 6458 to 2767 components IMAGR2: Field 5 compressed from 7209 to 2971 components IMAGR2: Field 6 compressed from 7074 to 3121 components IMAGR2: Field 7 compressed from 2524 to 1161 components IMAGR2: Field 1 min = -725.8 MicroJy,max = 797.9 MicroJy IMAGR2: Field 2 min = -976.1 MicroJy,max = 983.8 MicroJy IMAGR2: Field 3 min = -974.2 MicroJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -993.9 MicroJy,max = 940.5 MicroJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 987.2 MicroJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -883.8 MicroJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.387 MilliJy ( 36 CCs) from field 1 to field 2 IMAGR2: Restore 8.083 MilliJy ( 250 CCs) from field 1 to field 3 IMAGR2: Restore -10.465 MilliJy ( 167 CCs) from field 1 to field 4 IMAGR2: Restore 1.675 MilliJy ( 159 CCs) from field 1 to field 5 IMAGR2: Restore -13.999 MilliJy ( 212 CCs) from field 1 to field 6 IMAGR2: Restore -1.993 MilliJy ( 43 CCs) from field 1 to field 7 IMAGR2: Restore 1.722 MilliJy ( 94 CCs) from field 2 to field 1 IMAGR2: Restore 12.142 MilliJy ( 399 CCs) from field 2 to field 3 IMAGR2: Restore -1.936 MilliJy ( 34 CCs) from field 2 to field 4 IMAGR2: Restore 1.829 MilliJy ( 87 CCs) from field 3 to field 1 IMAGR2: Restore 1.195 MilliJy ( 86 CCs) from field 3 to field 2 IMAGR2: Restore 5.159 MilliJy ( 185 CCs) from field 3 to field 5 IMAGR2: Restore -1.206 MilliJy ( 86 CCs) from field 4 to field 1 IMAGR2: Restore -1.890 MilliJy ( 80 CCs) from field 4 to field 2 IMAGR2: Restore 2.755 MilliJy ( 355 CCs) from field 4 to field 6 IMAGR2: Restore 3.946 MilliJy ( 93 CCs) from field 5 to field 1 IMAGR2: Restore 3.356 MilliJy ( 306 CCs) from field 5 to field 3 IMAGR2: Restore 5.384 MilliJy ( 96 CCs) from field 5 to field 7 IMAGR2: Restore -1.413 MilliJy ( 158 CCs) from field 6 to field 1 IMAGR2: Restore-804.721 MicroJy ( 131 CCs) from field 6 to field 4 IMAGR2: Restore -72.578 MicroJy ( 205 CCs) from field 6 to field 7 IMAGR2: Restore -5.080 MilliJy ( 111 CCs) from field 7 to field 1 IMAGR2: Restore-205.224 MicroJy ( 57 CCs) from field 7 to field 5 IMAGR2: Restore -7.743 MilliJy ( 295 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 982.311 MilliJy IMAGR2: Field 2 final Clean flux 33.866 MilliJy IMAGR2: Field 3 final Clean flux 130.653 MilliJy IMAGR2: Field 4 final Clean flux -95.083 MilliJy IMAGR2: Field 5 final Clean flux 145.063 MilliJy IMAGR2: Field 6 final Clean flux -33.203 MilliJy IMAGR2: Field 7 final Clean flux -22.819 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= 132.6 Real= 534 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.08834 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.05205 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 1372 CELLSIZE 0.23325 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23325 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.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 53.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 7 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 18.0 00002 -1 507 512 513 C 3 1012 1012 23 21 29.29 05 25 57.2 00003 -1 507 512 513 C 4 1012 1012 23 21 52.32 05 25 57.2 00004 -1 507 512 513 C 5 1012 1012 23 21 29.29 05 29 15.8 00005 -1 507 512 513 C 6 1012 1012 23 21 52.32 05 29 15.8 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 30 55.1 00007 -1 507 512 513 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.08834 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.05205 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.9853E+02 0 IMAGR2: Field 3 1012 1012 -1.7193E+02 -9.9330E+01 0 IMAGR2: Field 4 1012 1012 1.7196E+02 -9.9330E+01 0 IMAGR2: Field 5 1012 1012 -1.7193E+02 9.9270E+01 0 IMAGR2: Field 6 1012 1012 1.7196E+02 9.9270E+01 0 IMAGR2: Field 7 1012 1012 -5.9728E-02 1.9857E+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 94315 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.424E+05 IMAGR2: UVWAIT: Adding temperance S 2.847E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.541E+08 and out 3.811E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.176 due to weighting IMAGR2: UVWAIT: Average summed weight 1.424E+05 over 188188 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 = 4.04575E+09 IMAGR2: Field 1 Beam min = -90.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.007 x 0.756 arcsec, PA= -55.9 IMAGR2: Field 2 Sum of gridding weights = 4.04574E+09 IMAGR2: Field 2 Beam min = -108.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.008 x 0.756 arcsec, PA= -55.8 IMAGR2: Field 3 Sum of gridding weights = 4.04574E+09 IMAGR2: Field 3 Beam min = -96.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.007 x 0.756 arcsec, PA= -55.8 IMAGR2: Field 4 Sum of gridding weights = 4.04574E+09 IMAGR2: Field 4 Beam min = -98.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.009 x 0.756 arcsec, PA= -55.9 IMAGR2: Field 5 Sum of gridding weights = 4.04575E+09 IMAGR2: Field 5 Beam min = -87.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.006 x 0.756 arcsec, PA= -55.9 IMAGR2: Field 6 Sum of gridding weights = 4.04575E+09 IMAGR2: Field 6 Beam min = -93.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.008 x 0.756 arcsec, PA= -56.0 IMAGR2: Field 7 Sum of gridding weights = 4.04575E+09 IMAGR2: Field 7 Beam min = -90.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.007 x 0.756 arcsec, PA= -56.0 IMAGR2: CLBHIS: minimum component 0.454 of current peak IMAGR2: Field 1 min = -2.5 MilliJy,max = 22.5 MilliJy IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.9 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 2.0 MilliJy IMAGR2: Field 5 min = -1.0 MilliJy,max = 2.1 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.7 MilliJy IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.36 MilliJy IMAGR2: 5333 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.697 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 13.799 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 13.799 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 = -1.3 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 1481 cell beam + residuals > 952.64 MicroJy IMAGR2: 980 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.747 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 20.017 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 20.017 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -853.1 MicroJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 925.04 MicroJy IMAGR2: 100 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.547 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 24.433 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 24.433 MilliJy 38 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -562.6 MicroJy,max = 581.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.558E-04 < Second best 2.774E-03 IMAGR2: Field 7 min = -537.8 MicroJy,max = 598.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.723E-04 < Second best 2.007E-03 IMAGR2: Field 5 min = -391.5 MicroJy,max = 485.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.886E-04 < Second best 1.873E-03 IMAGR2: Field 4 min = -414.4 MicroJy,max = 475.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.250E-04 < Second best 1.472E-03 IMAGR2: Field 1 min = -626.7 MicroJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.02 MicroJy IMAGR2: 895 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 708.984 MicroJy iter= 68 IMAGR2: Field 1 Clean flux density= 27.243 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 27.243 MilliJy 68 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -387.8 MicroJy,max = 502.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.356E-04 < Second best 9.232E-04 IMAGR2: Field 3 min = -371.0 MicroJy,max = 334.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.114E-04 < Second best 6.753E-04 IMAGR2: Field 1 min = -698.8 MicroJy,max = 640.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 258.64 MicroJy IMAGR2: 8620 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 480.498 MicroJy iter= 157 IMAGR2: Field 1 Clean flux density= 30.562 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 30.562 MilliJy 157 comps IMAGR2: ALGSTB: All 563 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 552- 0 Cells, with 94315 Pts IMAGR2: Field 7 min = -461.3 MicroJy,max = 434.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.144E-04 < Second best 5.558E-04 IMAGR2: Field 2 min = -524.5 MicroJy,max = 429.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.110E-04 < Second best 4.590E-04 IMAGR2: Field 1 min = -471.0 MicroJy,max = 432.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 233.88 MicroJy IMAGR2: 9725 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 379.847 MicroJy iter= 289 IMAGR2: Field 1 Clean flux density= 30.901 MilliJy 289 comps IMAGR2: Total Cleaned flux density = 30.901 MilliJy 289 comps IMAGR2: ALGSTB: All 563 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 552- 0 Cells, with 94315 Pts IMAGR2: Field 4 min = -363.0 MicroJy,max = 361.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.148E-04 < Second best 4.144E-04 IMAGR2: Field 7 min = -439.9 MicroJy,max = 398.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.814E-04 < Second best 4.110E-04 IMAGR2: Field 2 min = -441.2 MicroJy,max = 401.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 226.74 MicroJy IMAGR2: 2877 Residual map points loaded IMAGR2: Field 2 min Clean flux = 312.082 MicroJy iter= 85 IMAGR2: Field 2 Clean flux density= 1.447 MilliJy 85 comps IMAGR2: Total Cleaned flux density = 32.349 MilliJy 374 comps IMAGR2: ALGSTB: All 563 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 552- 0 Cells, with 94315 Pts IMAGR2: Field 5 min = -344.6 MicroJy,max = 362.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.316E-04 < Second best 3.814E-04 IMAGR2: Field 7 min = -430.6 MicroJy,max = 385.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 218.52 MicroJy IMAGR2: 3122 Residual map points loaded IMAGR2: Field 7 min Clean flux = 312.279 MicroJy iter= 55 IMAGR2: Field 7 Clean flux density= 629.868 MicroJy 55 comps IMAGR2: Total Cleaned flux density = 32.978 MilliJy 429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -361.0 MicroJy,max = 374.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 197.04 MicroJy IMAGR2: 12826 Residual map points loaded IMAGR2: Field 1 min Clean flux = -312.096 MicroJy iter= 406 IMAGR2: Field 1 Clean flux density= 31.451 MilliJy 406 comps IMAGR2: Total Cleaned flux density = 33.528 MilliJy 546 comps IMAGR2: ALGSTB: All 563 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 552- 0 Cells, with 94315 Pts IMAGR2: Field 6 min = -296.0 MicroJy,max = 419.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.913E-04 < Second best 3.316E-04 IMAGR2: Field 5 min = -308.4 MicroJy,max = 344.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 165.41 MicroJy IMAGR2: 6097 Residual map points loaded IMAGR2: Field 5 min Clean flux = 306.291 MicroJy iter= 4 IMAGR2: Field 5 Clean flux density= 128.134 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 33.656 MilliJy 550 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -337.4 MicroJy,max = 318.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.817E-04 < Second best 3.114E-04 IMAGR2: Field 3 min = -307.5 MicroJy,max = 312.4 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 406 to 239 components IMAGR2: Field 2 compressed from 85 to 71 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 4 to 4 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 55 to 46 components IMAGR2: Field 1 min = -319.9 MicroJy,max = 352.1 MicroJy IMAGR2: Field 2 min = -397.6 MicroJy,max = 340.3 MicroJy IMAGR2: Field 3 min = -307.5 MicroJy,max = 312.4 MicroJy IMAGR2: Field 4 min = -337.4 MicroJy,max = 318.3 MicroJy IMAGR2: Field 5 min = -307.3 MicroJy,max = 344.8 MicroJy IMAGR2: Field 6 min = -295.4 MicroJy,max = 420.8 MicroJy IMAGR2: Field 7 min = -368.1 MicroJy,max = 339.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 112.746 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore-173.864 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR2: Restore 359.220 MicroJy ( 13 CCs) from field 1 to field 4 IMAGR2: Restore-212.560 MicroJy ( 13 CCs) from field 1 to field 5 IMAGR2: Restore 208.635 MicroJy ( 6 CCs) from field 1 to field 6 IMAGR2: Restore 125.265 MicroJy ( 10 CCs) from field 1 to field 7 IMAGR2: Restore 227.850 MicroJy ( 9 CCs) from field 2 to field 1 IMAGR2: Restore-634.848 Nano Jy ( 2 CCs) from field 2 to field 4 IMAGR2: Restore 64.231 MicroJy ( 2 CCs) from field 5 to field 1 IMAGR2: Restore 94.860 MicroJy ( 3 CCs) from field 5 to field 7 IMAGR2: Restore 27.871 MicroJy ( 11 CCs) from field 7 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 31.771 MilliJy IMAGR2: Field 2 final Clean flux 1.560 MilliJy IMAGR2: Field 3 final Clean flux -173.864 MicroJy IMAGR2: Field 4 final Clean flux 358.585 MicroJy IMAGR2: Field 5 final Clean flux -84.426 MicroJy IMAGR2: Field 6 final Clean flux 208.635 MicroJy IMAGR2: Field 7 final Clean flux 849.993 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= 112 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 39.3 Real= 164 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.08834 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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.05205 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN20_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: User18394: 11298 messages, oldest written 17-SEP-2006 17:17:57 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= 5886 /home/auto/run/AB922_2000JAN20_1.run.1 finished on Mon Sep 18 17:00:12 MDT 2006