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_2000JAN11_1' >>AIPS 2: 'AB922_2000JAN11_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 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 2.42 min. of data in 29 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 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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.307E-01 +- 2.285E-02 source= 1331+305 FLAGR2: Overall average rms= 1.894E-03 +- 1.152E-04 source= 1331+305 FLAGR2: Overall average amp= 4.473E-02 +- 2.025E-03 source= 1244+408 FLAGR2: Overall average rms= 1.794E-03 +- 1.916E-04 source= 1244+408 FLAGR2: Overall average amp= 7.828E-02 +- 2.853E-03 source= 1035+564 FLAGR2: Overall average rms= 1.993E-03 +- 1.710E-04 source= 1035+564 FLAGR2: Overall average amp= 4.428E-02 +- 1.691E-03 source= 1148+594 FLAGR2: Overall average rms= 1.788E-03 +- 2.244E-04 source= 1148+594 FLAGR2: Overall average amp= 1.110E-01 +- 4.256E-03 source= 1400+621 FLAGR2: Overall average rms= 1.688E-03 +- 1.905E-04 source= 1400+621 FLAGR2: Overall average amp= 9.546E-02 +- 4.505E-03 source= 1549+506 FLAGR2: Overall average rms= 1.640E-03 +- 1.674E-04 source= 1549+506 FLAGR2: Overall average amp= 3.697E-03 +- 4.774E-04 source= 1600+434 FLAGR2: Overall average rms= 1.293E-03 +- 1.206E-04 source= 1600+434 FLAGR2: Overall average amp= 9.408E-03 +- 1.833E-03 source= 1559+437 FLAGR2: Overall average rms= 1.569E-03 +- 1.936E-04 source= 1559+437 FLAGR2: Overall average amp= 3.225E-02 +- 1.463E-03 source= 1545+478 FLAGR2: Overall average rms= 1.636E-03 +- 2.107E-04 source= 1545+478 FLAGR2: Overall average amp= 8.184E-02 +- 3.375E-03 source= 1634+627 FLAGR2: Overall average rms= 1.647E-03 +- 1.540E-04 source= 1634+627 FLAGR2: Overall average amp= 8.473E-02 +- 3.303E-03 source= 1642+689 FLAGR2: Overall average rms= 1.646E-03 +- 1.327E-04 source= 1642+689 FLAGR2: Overall average amp= 4.234E-03 +- 7.165E-04 source= 1608+656 FLAGR2: Overall average rms= 1.370E-03 +- 8.966E-05 source= 1608+656 FLAGR2: Overall average amp= 5.175E-02 +- 2.046E-03 source= 1823+796 FLAGR2: Overall average rms= 1.714E-03 +- 2.050E-04 source= 1823+796 FLAGR2: Overall average amp= 4.332E-02 +- 1.804E-03 source= 1945+709 FLAGR2: Overall average rms= 1.598E-03 +- 1.852E-04 source= 1945+709 FLAGR2: Overall average amp= 2.850E-02 +- 2.240E-03 source= 1815+614 FLAGR2: Overall average rms= 1.626E-03 +- 1.886E-04 source= 1815+614 FLAGR2: Overall average amp= 8.500E-02 +- 5.716E-03 source= 2355+498 FLAGR2: Overall average rms= 1.749E-03 +- 2.106E-04 source= 2355+498 FLAGR2: Overall average amp= 1.006E-01 +- 5.134E-03 source= 2320+052 FLAGR2: Overall average rms= 1.757E-03 +- 1.342E-04 source= 2320+052 FLAGR2: Overall average amp= 3.615E-03 +- 3.100E-04 source= 2319+051 FLAGR2: Overall average rms= 1.352E-03 +- 7.594E-05 source= 2319+051 FLAGR2: Found 18 bad times, 357 total flags FLAGR2: Wrote 1 antenna & IF independent flags FLAGR2: Wrote 18 antenna independent, IF dependent flags FLAGR2: Wrote 338 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 11.4 Real= 30 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 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 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 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 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 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 20000111 . 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 3348 good solutions CALIB2: Average closure rms = 0.0093 +- 0.0066 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25806 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.57258 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.12097 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.03226 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.01613 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: CALREF: CANNOT RELATE ANTENNA 7 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.2 Real= 4 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 20000111 . 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.0028 +- 0.0006 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.12500 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.43750 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.28125 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.09375 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.06250 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.2 Real= 13 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 837 merged records from 837 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.7 Real= 2 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 3996 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 837 merged records from 837 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.9 Real= 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 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 20000111 . 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.676E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.684E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.684E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.718E+00 CALIB2: Found 2484 good solutions CALIB2: Average closure rms = 0.0012 +- 0.0009 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.63462 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.13462 of the times had 2 - 4 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.0 Real= 6 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 20000111 . 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.129E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.132E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.170E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.195E+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.37500 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.12500 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.2 Real= 13 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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.43675 +/- 0.00080 GETJY2: 2 0.43452 +/- 0.00087 GETJY2: 1035+564 : 0 A 1 0.75839 +/- 0.00332 GETJY2: 2 0.75376 +/- 0.00329 GETJY2: 1148+594 : 0 B 1 0.42967 +/- 0.00197 GETJY2: 2 0.42874 +/- 0.00195 GETJY2: 1400+621 : 0 C 1 1.08113 +/- 0.00375 GETJY2: 2 1.07579 +/- 0.00382 GETJY2: 1549+506 : 0 A 1 0.93198 +/- 0.00254 GETJY2: 2 0.93255 +/- 0.00232 GETJY2: 1545+478 : 0 B 1 0.31416 +/- 0.00083 GETJY2: 2 0.31337 +/- 0.00078 GETJY2: 1634+627 : 0 C 1 0.79879 +/- 0.00207 GETJY2: 2 0.79225 +/- 0.00199 GETJY2: 1642+689 : 0 A 1 0.82272 +/- 0.00280 GETJY2: 2 0.82237 +/- 0.00265 GETJY2: 1823+796 : 0 A 1 0.50452 +/- 0.00306 GETJY2: 2 0.50348 +/- 0.00312 GETJY2: 1945+709 : 0 B 1 0.42250 +/- 0.00238 GETJY2: 2 0.42101 +/- 0.00253 GETJY2: 2355+498 : 0 A 1 0.82714 +/- 0.00745 GETJY2: 2 0.82289 +/- 0.00757 GETJY2: 2320+052 : 0 A 1 0.97918 +/- 0.00421 GETJY2: 2 0.97771 +/- 0.00433 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 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 621 merged records from 621 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.7 Real= 3 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 3996 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 621 merged records from 621 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.9 Real= 6 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 20000111 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.3 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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 6596 0 6596 SPLIT2: Fully 0 0 43152 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 156 0 156 SPLIT2: Fully 0 0 6864 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 156 0 156 SPLIT2: Fully 0 0 7917 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Create 1148+594 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 52 0 52 SPLIT2: Fully 0 0 7319 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Create 1400+621 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 104 0 104 SPLIT2: Fully 0 0 7618 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 361 0 361 SPLIT2: Fully 0 0 12522 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 52 0 52 SPLIT2: Fully 0 0 19604 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Create 1559+437 .X BAND. 1 (UV) on disk 1 cno 10 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 5967 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Create 1545+478 .X BAND. 1 (UV) on disk 1 cno 11 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 224 0 224 SPLIT2: Fully 0 0 5265 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Create 1634+627 .X BAND. 1 (UV) on disk 1 cno 12 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 716 0 716 SPLIT2: Fully 0 0 20389 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 962 0 962 SPLIT2: Fully 0 0 25311 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 2926 0 2926 SPLIT2: Fully 0 0 62711 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 310 0 310 SPLIT2: Fully 0 0 7061 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 52 0 52 SPLIT2: Fully 0 0 6617 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 260 0 260 SPLIT2: Fully 0 0 6760 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 260 0 260 SPLIT2: Fully 0 0 7436 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 4310 0 4310 SPLIT2: Fully 0 0 30637 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 8547 0 8547 SPLIT2: Fully 0 0 66489 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.0 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 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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.07167 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 100.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= 3 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 1012 1012 13 31 08.29 30 27 12.5 00002 -1 507 512 513 C 3 1012 1012 13 30 54.86 30 28 52.7 00003 -1 507 512 513 C 4 1012 1012 13 31 21.72 30 28 52.7 00004 -1 507 512 513 C 5 1012 1012 13 30 54.85 30 32 13.1 00005 -1 507 512 513 C 6 1012 1012 13 31 21.73 30 32 13.1 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 33 53.4 00007 -1 507 512 513 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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.07167 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: AN11_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 49748 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.360E+05 IMAGR2: UVWAIT: Adding temperance S 2.719E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.472E+08 and out 2.310E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.183 due to weighting IMAGR2: UVWAIT: Average summed weight 1.360E+05 over 97671 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.45211E+09 IMAGR2: Field 1 Beam min = -113.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.230 x 0.679 arcsec, PA= 76.9 IMAGR2: Field 2 Sum of gridding weights = 2.45210E+09 IMAGR2: Field 2 Beam min = -113.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.231 x 0.679 arcsec, PA= 76.9 IMAGR2: Field 3 Sum of gridding weights = 2.45211E+09 IMAGR2: Field 3 Beam min = -112.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.232 x 0.679 arcsec, PA= 76.9 IMAGR2: Field 4 Sum of gridding weights = 2.45211E+09 IMAGR2: Field 4 Beam min = -113.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.229 x 0.679 arcsec, PA= 77.0 IMAGR2: Field 5 Sum of gridding weights = 2.45211E+09 IMAGR2: Field 5 Beam min = -112.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.232 x 0.679 arcsec, PA= 76.9 IMAGR2: Field 6 Sum of gridding weights = 2.45211E+09 IMAGR2: Field 6 Beam min = -113.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.228 x 0.679 arcsec, PA= 77.0 IMAGR2: Field 7 Sum of gridding weights = 2.45211E+09 IMAGR2: Field 7 Beam min = -113.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.230 x 0.679 arcsec, PA= 77.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -606.4 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -369.6 MilliJy,max = 788.0 MilliJy IMAGR2: Field 3 min = -258.0 MilliJy,max = 761.4 MilliJy IMAGR2: Field 4 min = -259.7 MilliJy,max = 444.3 MilliJy IMAGR2: Field 5 min = -269.2 MilliJy,max = 444.9 MilliJy IMAGR2: Field 6 min = -259.1 MilliJy,max = 764.0 MilliJy IMAGR2: Field 7 min = -331.1 MilliJy,max = 783.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 349.51 MilliJy IMAGR2: 8320 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.7 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 241.31 MilliJy IMAGR2: 2191 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.056 Jy iter= 17 IMAGR2: Field 1 Clean flux density= 4.309 Jy 17 comps IMAGR2: Total Cleaned flux density = 4.309 Jy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -161.8 MilliJy,max = 961.5 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 237.32 MilliJy IMAGR2: 84 Residual map points loaded IMAGR2: Field 1 min allowed flux = 474.832 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 4.933 Jy 26 comps IMAGR2: Total Cleaned flux density = 4.933 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -48.3 MilliJy,max = 65.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.585E-02 < Second best 7.472E-01 IMAGR2: Field 7 min = -45.9 MilliJy,max = 60.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.596E-02 < Second best 7.276E-01 IMAGR2: Field 6 min = -23.9 MilliJy,max = 59.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.529E-02 < Second best 7.251E-01 IMAGR2: Field 3 min = -23.1 MilliJy,max = 61.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.836E-02 < Second best 4.514E-01 IMAGR2: Field 1 min = -96.5 MilliJy,max = 430.3 MilliJy IMAGR2: BGC Clean: using 197 cell beam + residuals > 135.25 MilliJy IMAGR2: 46 Residual map points loaded IMAGR2: Field 1 min allowed flux = 211.340 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.212 Jy 35 comps IMAGR2: Total Cleaned flux density = 5.212 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -30.6 MilliJy,max = 31.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.599E-02 < Second best 3.009E-01 IMAGR2: Field 4 min = -30.0 MilliJy,max = 34.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.544E-02 < Second best 2.009E-01 IMAGR2: Field 1 min = -118.1 MilliJy,max = 193.3 MilliJy IMAGR2: BGC Clean: using 869 cell beam + residuals > 24.81 MilliJy IMAGR2: 3801 Residual map points loaded IMAGR2: Field 1 min allowed flux = -96.424 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 5.286 Jy 49 comps IMAGR2: Total Cleaned flux density = 5.286 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -90.2 MilliJy,max = 96.1 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 23.82 MilliJy IMAGR2: 1322 Residual map points loaded IMAGR2: Field 1 min allowed flux = 47.872 MilliJy iter= 79 IMAGR2: Field 1 Clean flux density= 5.262 Jy 79 comps IMAGR2: Total Cleaned flux density = 5.262 Jy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.5 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.341E-02 < Second best 5.596E-02 IMAGR2: Field 7 min = -20.6 MilliJy,max = 19.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.965E-02 < Second best 5.585E-02 IMAGR2: Field 2 min = -20.7 MilliJy,max = 20.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.975E-02 < Second best 5.529E-02 IMAGR2: Field 6 min = -11.8 MilliJy,max = 12.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.147E-02 < Second best 4.554E-02 IMAGR2: Field 1 min = -46.1 MilliJy,max = 46.8 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 10.76 MilliJy IMAGR2: 7744 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.302 MilliJy iter= 159 IMAGR2: Field 1 Clean flux density= 5.277 Jy 159 comps IMAGR2: Total Cleaned flux density = 5.277 Jy 159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.7 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.068E-02 < Second best 2.544E-02 IMAGR2: Field 4 min = -10.4 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.112E-02 < Second best 2.219E-02 IMAGR2: Field 1 min = -23.0 MilliJy,max = 22.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.41 MilliJy IMAGR2: 2352 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 15.160 MilliJy iter= 288 IMAGR2: Field 1 Clean flux density= 5.331 Jy 288 comps IMAGR2: Total Cleaned flux density = 5.331 Jy 288 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 49748 Pts IMAGR2: Field 2 min = -11.9 MilliJy,max = 10.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.115E-02 < Second best 1.965E-02 IMAGR2: Field 7 min = -10.5 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.009E-02 < Second best 1.445E-02 IMAGR2: Field 1 min = -15.0 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.89 MilliJy IMAGR2: 3917 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -8.664 MilliJy iter= 450 IMAGR2: Field 1 Clean flux density= 5.309 Jy 450 comps IMAGR2: Total Cleaned flux density = 5.309 Jy 450 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 49748 Pts IMAGR2: Field 3 min = -10.6 MilliJy,max = 9.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.912E-03 < Second best 1.147E-02 IMAGR2: Field 6 min = -10.0 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.461E-03 < Second best 1.115E-02 IMAGR2: Field 2 min = -12.1 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.62 MilliJy IMAGR2: 1450 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -6.922 MilliJy iter= 108 IMAGR2: Field 2 Clean flux density= 5.666 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 5.315 Jy 558 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.0 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.416E-03 < Second best 1.068E-02 IMAGR2: Field 5 min = -9.2 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.831E-03 < Second best 1.009E-02 IMAGR2: Field 7 min = -9.4 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.664E-03 < Second best 9.912E-03 IMAGR2: Field 3 min = -10.7 MilliJy,max = 9.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.862E-03 < Second best 9.461E-03 IMAGR2: Field 6 min = -9.9 MilliJy,max = 10.8 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.62 MilliJy IMAGR2: 1309 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 6.683 MilliJy iter= 109 IMAGR2: Field 6 Clean flux density= 11.523 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 5.327 Jy 667 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -10.8 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.62 MilliJy IMAGR2: 1196 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.577 MilliJy iter= 115 IMAGR2: Field 3 Clean flux density= 5.117 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 5.332 Jy 782 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.2 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.849E-03 < Second best 8.664E-03 IMAGR2: Field 7 min = -8.4 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.959E-03 < Second best 8.416E-03 IMAGR2: Field 4 min = -7.7 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.62 MilliJy IMAGR2: 653 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -6.254 MilliJy iter= 86 IMAGR2: Field 4 Clean flux density= 3.268 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 5.335 Jy 868 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.94 MilliJy IMAGR2: 1739 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.881 MilliJy iter= 615 IMAGR2: Field 1 Clean flux density= 5.323 Jy 615 comps IMAGR2: Total Cleaned flux density = 5.348 Jy 1033 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 49748 Pts IMAGR2: Field 7 min = -8.2 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.341E-03 < Second best 7.849E-03 IMAGR2: Field 5 min = -8.3 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.89 MilliJy IMAGR2: 2444 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.862 MilliJy iter= 210 IMAGR2: Field 5 Clean flux density= -25.939 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 5.323 Jy 1243 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 49748 Pts IMAGR2: Field 7 min = -7.8 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.89 MilliJy IMAGR2: 1024 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.562 MilliJy iter= 171 IMAGR2: Field 7 Clean flux density= 7.703 MilliJy 171 comps IMAGR2: Total Cleaned flux density = 5.330 Jy 1414 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 49748 Pts IMAGR2: Field 2 min = -7.9 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.901E-03 < Second best 6.395E-03 IMAGR2: Field 6 min = -9.4 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.67 MilliJy IMAGR2: 2292 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.390 MilliJy iter= 339 IMAGR2: Field 6 Clean flux density= 20.832 MilliJy 339 comps IMAGR2: Total Cleaned flux density = 5.340 Jy 1644 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 49748 Pts IMAGR2: Field 3 min = -8.7 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.55 MilliJy IMAGR2: 1727 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.127 MilliJy iter= 333 IMAGR2: Field 3 Clean flux density= 1.745 MilliJy 333 comps IMAGR2: Total Cleaned flux density = 5.336 Jy 1862 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 49748 Pts IMAGR2: Field 4 min = -6.6 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.574E-03 < Second best 5.901E-03 IMAGR2: Field 2 min = -7.6 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.44 MilliJy IMAGR2: 813 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.853 MilliJy iter= 284 IMAGR2: Field 2 Clean flux density= 19.037 MilliJy 284 comps IMAGR2: Total Cleaned flux density = 5.350 Jy 2038 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 49748 Pts IMAGR2: Field 1 min = -6.0 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.196E-03 < Second best 5.614E-03 IMAGR2: Field 5 min = -7.6 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.18 MilliJy IMAGR2: 1736 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.639 MilliJy iter= 442 IMAGR2: Field 5 Clean flux density= -23.757 MilliJy 442 comps IMAGR2: Total Cleaned flux density = 5.352 Jy 2270 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 49748 Pts IMAGR2: Field 4 min = -6.5 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.17 MilliJy IMAGR2: 2748 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.746 MilliJy iter= 416 IMAGR2: Field 4 Clean flux density= 10.149 MilliJy 416 comps IMAGR2: Total Cleaned flux density = 5.359 Jy 2600 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 49748 Pts IMAGR2: Field 7 min = -7.0 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.783E-03 < Second best 5.196E-03 IMAGR2: Field 1 min = -5.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.07 MilliJy IMAGR2: 614 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.310 MilliJy iter= 763 IMAGR2: Field 1 Clean flux density= 5.317 Jy 763 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 2748 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 49748 Pts IMAGR2: Field 6 min = -6.9 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.92 MilliJy IMAGR2: 1452 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.258 MilliJy iter= 578 IMAGR2: Field 6 Clean flux density= 26.113 MilliJy 578 comps IMAGR2: Total Cleaned flux density = 5.358 Jy 2987 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 49748 Pts IMAGR2: Field 3 min = -7.9 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.81 MilliJy IMAGR2: 1802 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.144 MilliJy iter= 599 IMAGR2: Field 3 Clean flux density= 1.486 MilliJy 599 comps IMAGR2: Total Cleaned flux density = 5.358 Jy 3253 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 49748 Pts IMAGR2: Field 7 min = -6.6 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.79 MilliJy IMAGR2: 530 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.992 MilliJy iter= 336 IMAGR2: Field 7 Clean flux density= 23.176 MilliJy 336 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 3418 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 49748 Pts IMAGR2: Field 2 min = -6.0 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.185E-03 < Second best 4.553E-03 IMAGR2: Field 4 min = -6.0 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.58 MilliJy IMAGR2: 1516 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.850 MilliJy iter= 674 IMAGR2: Field 4 Clean flux density= 9.389 MilliJy 674 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 3676 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 49748 Pts IMAGR2: Field 5 min = -6.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.45 MilliJy IMAGR2: 2210 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.774 MilliJy iter= 787 IMAGR2: Field 5 Clean flux density= -22.472 MilliJy 787 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 4021 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 49748 Pts IMAGR2: Field 2 min = -5.4 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.45 MilliJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.597 MilliJy iter= 453 IMAGR2: Field 2 Clean flux density= 9.305 MilliJy 453 comps IMAGR2: Total Cleaned flux density = 5.364 Jy 4190 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 49748 Pts IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 359 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.491 MilliJy iter= 878 IMAGR2: Field 1 Clean flux density= 5.322 Jy 878 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 4305 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.2 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.30 MilliJy IMAGR2: 1679 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.542 MilliJy iter= 891 IMAGR2: Field 6 Clean flux density= 27.071 MilliJy 891 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 4618 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 49748 Pts IMAGR2: Field 3 min = -7.3 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.20 MilliJy IMAGR2: 1578 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.410 MilliJy iter= 904 IMAGR2: Field 3 Clean flux density= -15.164 MilliJy 904 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 4923 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 49748 Pts IMAGR2: Field 7 min = -5.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.15 MilliJy IMAGR2: 462 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.255 MilliJy iter= 495 IMAGR2: Field 7 Clean flux density= 24.464 MilliJy 495 comps IMAGR2: Total Cleaned flux density = 5.355 Jy 5082 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 49748 Pts IMAGR2: Field 4 min = -5.6 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.06 MilliJy IMAGR2: 1562 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.245 MilliJy iter= 979 IMAGR2: Field 4 Clean flux density= 21.812 MilliJy 979 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 5387 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 49748 Pts IMAGR2: Field 5 min = -6.2 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.95 MilliJy IMAGR2: 1712 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.132 MilliJy iter= 1111 IMAGR2: Field 5 Clean flux density= -23.886 MilliJy 1111 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 5711 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 49748 Pts IMAGR2: Field 2 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.195E-03 < Second best 3.401E-03 IMAGR2: Field 6 min = -5.7 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR2: 1482 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.993 MilliJy iter= 1212 IMAGR2: Field 6 Clean flux density= 22.767 MilliJy 1212 comps IMAGR2: Total Cleaned flux density = 5.361 Jy 6032 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 49748 Pts IMAGR2: Field 1 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 843 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.912 MilliJy iter= 1115 IMAGR2: Field 1 Clean flux density= 5.324 Jy 1115 comps IMAGR2: Total Cleaned flux density = 5.364 Jy 6269 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 49748 Pts IMAGR2: Field 3 min = -6.6 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.72 MilliJy IMAGR2: 1460 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.864 MilliJy iter= 1219 IMAGR2: Field 3 Clean flux density= -11.760 MilliJy 1219 comps IMAGR2: Total Cleaned flux density = 5.367 Jy 6584 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 49748 Pts IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 424 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.784 MilliJy iter= 626 IMAGR2: Field 2 Clean flux density= 10.174 MilliJy 626 comps IMAGR2: Total Cleaned flux density = 5.368 Jy 6757 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 49748 Pts IMAGR2: Field 7 min = -4.8 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR2: 250 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.722 MilliJy iter= 605 IMAGR2: Field 7 Clean flux density= 25.538 MilliJy 605 comps IMAGR2: Total Cleaned flux density = 5.369 Jy 6867 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.1 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 1899 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.733 MilliJy iter= 1349 IMAGR2: Field 4 Clean flux density= 29.909 MilliJy 1349 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 7237 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 49748 Pts IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.51 MilliJy IMAGR2: 1943 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.649 MilliJy iter= 1503 IMAGR2: Field 5 Clean flux density= -23.717 MilliJy 1503 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 7629 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 49748 Pts IMAGR2: Field 6 min = -5.5 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.45 MilliJy IMAGR2: 1351 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.555 MilliJy iter= 1535 IMAGR2: Field 6 Clean flux density= 26.115 MilliJy 1535 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 7952 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 49748 Pts IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.41 MilliJy IMAGR2: 514 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.468 MilliJy iter= 1302 IMAGR2: Field 1 Clean flux density= 5.320 Jy 1302 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 8139 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 49748 Pts IMAGR2: Field 3 min = -6.1 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 1242 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.440 MilliJy iter= 1529 IMAGR2: Field 3 Clean flux density= -22.661 MilliJy 1529 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 8449 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 49748 Pts IMAGR2: Field 2 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.32 MilliJy IMAGR2: 524 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.380 MilliJy iter= 830 IMAGR2: Field 2 Clean flux density= 10.221 MilliJy 830 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 8653 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 49748 Pts IMAGR2: Field 4 min = -4.8 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 1543 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.353 MilliJy iter= 1722 IMAGR2: Field 4 Clean flux density= 36.113 MilliJy 1722 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 9026 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 49748 Pts IMAGR2: Field 7 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 593 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.289 MilliJy iter= 838 IMAGR2: Field 7 Clean flux density= 30.640 MilliJy 838 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 9259 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 49748 Pts IMAGR2: Field 5 min = -5.0 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 1742 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.255 MilliJy iter= 1906 IMAGR2: Field 5 Clean flux density= -26.353 MilliJy 1906 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 9662 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 49748 Pts IMAGR2: Field 6 min = -5.1 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR2: 1413 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.189 MilliJy iter= 1897 IMAGR2: Field 6 Clean flux density= 33.452 MilliJy 1897 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 10024 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 49748 Pts IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR2: 351 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.109 MilliJy iter= 1450 IMAGR2: Field 1 Clean flux density= 5.318 Jy 1450 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 10172 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 49748 Pts IMAGR2: Field 3 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 1362 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.100 MilliJy iter= 1878 IMAGR2: Field 3 Clean flux density= -23.180 MilliJy 1878 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 10521 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 49748 Pts IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 458 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.042 MilliJy iter= 1033 IMAGR2: Field 2 Clean flux density= 12.513 MilliJy 1033 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 10724 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 49748 Pts IMAGR2: Field 4 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 1685 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.025 MilliJy iter= 2136 IMAGR2: Field 4 Clean flux density= 41.031 MilliJy 2136 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 11138 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 49748 Pts IMAGR2: Field 7 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 466 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.959 MilliJy iter= 1041 IMAGR2: Field 7 Clean flux density= 26.865 MilliJy 1041 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 11341 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 49748 Pts IMAGR2: Field 5 min = -4.5 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 1696 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.938 MilliJy iter= 2326 IMAGR2: Field 5 Clean flux density= -23.170 MilliJy 2326 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 11761 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 49748 Pts IMAGR2: Field 6 min = -4.9 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 1472 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.885 MilliJy iter= 2293 IMAGR2: Field 6 Clean flux density= 31.355 MilliJy 2293 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 12157 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 49748 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 423 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.829 MilliJy iter= 1627 IMAGR2: Field 1 Clean flux density= 5.316 Jy 1627 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 12334 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 49748 Pts IMAGR2: Field 3 min = -5.0 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 1468 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.820 MilliJy iter= 2288 IMAGR2: Field 3 Clean flux density= -25.961 MilliJy 2288 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 12744 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 49748 Pts IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 418 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.765 MilliJy iter= 1226 IMAGR2: Field 2 Clean flux density= 15.668 MilliJy 1226 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 12937 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 49748 Pts IMAGR2: Field 4 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 1696 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.748 MilliJy iter= 2562 IMAGR2: Field 4 Clean flux density= 42.185 MilliJy 2562 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 13363 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 49748 Pts IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 506 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.699 MilliJy iter= 1264 IMAGR2: Field 7 Clean flux density= 26.390 MilliJy 1264 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 13586 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 49748 Pts IMAGR2: Field 5 min = -4.1 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 1592 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.678 MilliJy iter= 2763 IMAGR2: Field 5 Clean flux density= -24.544 MilliJy 2763 comps IMAGR2: Total Cleaned flux density = 5.381 Jy 14023 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 49748 Pts IMAGR2: Field 6 min = -4.6 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 1523 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.637 MilliJy iter= 2715 IMAGR2: Field 6 Clean flux density= 35.545 MilliJy 2715 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 14445 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 49748 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 398 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.590 MilliJy iter= 1823 IMAGR2: Field 1 Clean flux density= 5.319 Jy 1823 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 14641 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 49748 Pts IMAGR2: Field 3 min = -4.8 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 1432 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.574 MilliJy iter= 2686 IMAGR2: Field 3 Clean flux density= -31.351 MilliJy 2686 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 15039 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 49748 Pts IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 467 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.537 MilliJy iter= 1442 IMAGR2: Field 2 Clean flux density= 17.287 MilliJy 1442 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 15255 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 49748 Pts IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 1888 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.525 MilliJy iter= 3058 IMAGR2: Field 4 Clean flux density= 42.429 MilliJy 3058 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 15751 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49748 Pts IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 486 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.479 MilliJy iter= 1495 IMAGR2: Field 7 Clean flux density= 28.186 MilliJy 1495 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 15982 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 49748 Pts IMAGR2: Field 5 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 1720 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.464 MilliJy iter= 3222 IMAGR2: Field 5 Clean flux density= -21.866 MilliJy 3222 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 16441 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 49748 Pts IMAGR2: Field 6 min = -4.3 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1461 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.427 MilliJy iter= 3143 IMAGR2: Field 6 Clean flux density= 36.237 MilliJy 3143 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 16869 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 49748 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 374 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.387 MilliJy iter= 2000 IMAGR2: Field 1 Clean flux density= 5.318 Jy 2000 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 17046 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 49748 Pts IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 1571 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.381 MilliJy iter= 3130 IMAGR2: Field 3 Clean flux density= -36.092 MilliJy 3130 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 17490 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 49748 Pts IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 487 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.349 MilliJy iter= 1688 IMAGR2: Field 2 Clean flux density= 21.982 MilliJy 1688 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 17736 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 49748 Pts IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1651 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.331 MilliJy iter= 3545 IMAGR2: Field 4 Clean flux density= 45.031 MilliJy 3545 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 18223 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 49748 Pts IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 523 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.296 MilliJy iter= 1741 IMAGR2: Field 7 Clean flux density= 26.110 MilliJy 1741 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 18469 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 49748 Pts IMAGR2: Field 5 min = -3.5 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 1954 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.284 MilliJy iter= 3763 IMAGR2: Field 5 Clean flux density= -20.489 MilliJy 3763 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 19010 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 49748 Pts IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1571 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.252 MilliJy iter= 3625 IMAGR2: Field 6 Clean flux density= 38.410 MilliJy 3625 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 19492 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 49748 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 381 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.220 MilliJy iter= 2188 IMAGR2: Field 1 Clean flux density= 5.319 Jy 2188 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 19680 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 49748 Pts IMAGR2: Field 3 min = -4.0 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 1579 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.214 MilliJy iter= 3609 IMAGR2: Field 3 Clean flux density= -37.352 MilliJy 3609 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 20159 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 49748 Pts IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 526 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.185 MilliJy iter= 1939 IMAGR2: Field 2 Clean flux density= 22.051 MilliJy 1939 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 20410 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 49748 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1788 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.172 MilliJy iter= 4070 IMAGR2: Field 4 Clean flux density= 45.426 MilliJy 4070 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 20935 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 49748 Pts IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 558 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.144 MilliJy iter= 2011 IMAGR2: Field 7 Clean flux density= 27.304 MilliJy 2011 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 21205 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 49748 Pts IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1800 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.130 MilliJy iter= 4298 IMAGR2: Field 5 Clean flux density= -18.912 MilliJy 4298 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 21740 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 49748 Pts IMAGR2: Field 6 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1449 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.103 MilliJy iter= 4101 IMAGR2: Field 6 Clean flux density= 39.327 MilliJy 4101 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 22216 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 49748 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 382 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.076 MilliJy iter= 2390 IMAGR2: Field 1 Clean flux density= 5.322 Jy 2390 comps IMAGR2: Total Cleaned flux density = 5.400 Jy 22418 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 49748 Pts IMAGR2: Field 3 min = -3.7 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1615 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.070 MilliJy iter= 4121 IMAGR2: Field 3 Clean flux density= -38.763 MilliJy 4121 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 22930 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 49748 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 526 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.044 MilliJy iter= 2199 IMAGR2: Field 2 Clean flux density= 20.831 MilliJy 2199 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 23190 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 49748 Pts IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1937 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.035 MilliJy iter= 4648 IMAGR2: Field 4 Clean flux density= 44.152 MilliJy 4648 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 23768 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 49748 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 994.63 MicroJy IMAGR2: 617 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.009 MilliJy iter= 2307 IMAGR2: Field 7 Clean flux density= 27.347 MilliJy 2307 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 24064 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 49748 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 971.06 MicroJy IMAGR2: 2067 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -998.343 MicroJy iter= 4916 IMAGR2: Field 5 Clean flux density= -17.289 MilliJy 4916 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 24682 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 49748 Pts IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 953.77 MicroJy IMAGR2: 1671 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 978.292 MicroJy iter= 4646 IMAGR2: Field 6 Clean flux density= 40.109 MilliJy 4646 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 25227 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 49748 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 944.30 MicroJy IMAGR2: 388 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 953.146 MicroJy iter= 2587 IMAGR2: Field 1 Clean flux density= 5.322 Jy 2587 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 25424 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 49748 Pts IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 927.11 MicroJy IMAGR2: 1681 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 949.712 MicroJy iter= 4675 IMAGR2: Field 3 Clean flux density= -38.112 MilliJy 4675 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 25978 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 49748 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 917.38 MicroJy IMAGR2: 624 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -929.310 MicroJy iter= 2509 IMAGR2: Field 2 Clean flux density= 17.905 MilliJy 2509 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 26288 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 49748 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 896.71 MicroJy IMAGR2: 1876 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -918.595 MicroJy iter= 5219 IMAGR2: Field 4 Clean flux density= 43.496 MilliJy 5219 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 26859 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 49748 Pts IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 886.42 MicroJy IMAGR2: 621 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 898.416 MicroJy iter= 2620 IMAGR2: Field 7 Clean flux density= 26.148 MilliJy 2620 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 27172 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 49748 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 865.42 MicroJy IMAGR2: 1859 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 886.654 MicroJy iter= 5491 IMAGR2: Field 5 Clean flux density= -14.568 MilliJy 5491 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 27747 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 49748 Pts IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.91 MicroJy IMAGR2: 1766 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 869.102 MicroJy iter= 5226 IMAGR2: Field 6 Clean flux density= 42.453 MilliJy 5226 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 28327 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 49748 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 840.60 MicroJy IMAGR2: 360 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -847.457 MicroJy iter= 2776 IMAGR2: Field 1 Clean flux density= 5.324 Jy 2776 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 28516 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 49748 Pts IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 825.04 MicroJy IMAGR2: 1784 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -844.632 MicroJy iter= 5248 IMAGR2: Field 3 Clean flux density= -37.551 MilliJy 5248 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 29089 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 49748 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 815.96 MicroJy IMAGR2: 690 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -826.705 MicroJy iter= 2845 IMAGR2: Field 2 Clean flux density= 18.948 MilliJy 2845 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 29425 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 49748 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.95 MicroJy IMAGR2: 2151 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -819.521 MicroJy iter= 5894 IMAGR2: Field 4 Clean flux density= 44.015 MilliJy 5894 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 30100 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 49748 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 789.80 MicroJy IMAGR2: 642 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -799.297 MicroJy iter= 2942 IMAGR2: Field 7 Clean flux density= 29.609 MilliJy 2942 comps IMAGR2: Total Cleaned flux density = 5.407 Jy 30422 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 49748 Pts IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 774.62 MicroJy IMAGR2: 2273 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -794.601 MicroJy iter= 6165 IMAGR2: Field 5 Clean flux density= -12.160 MilliJy 6165 comps IMAGR2: Total Cleaned flux density = 5.410 Jy 31096 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 49748 Pts IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 760.59 MicroJy IMAGR2: 1764 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 777.996 MicroJy iter= 5828 IMAGR2: Field 6 Clean flux density= 42.700 MilliJy 5828 comps IMAGR2: Total Cleaned flux density = 5.410 Jy 31698 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 49748 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 754.18 MicroJy IMAGR2: 349 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 759.419 MicroJy iter= 2958 IMAGR2: Field 1 Clean flux density= 5.326 Jy 2958 comps IMAGR2: Total Cleaned flux density = 5.411 Jy 31880 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 49748 Pts IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 741.32 MicroJy IMAGR2: 1786 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 757.979 MicroJy iter= 5843 IMAGR2: Field 3 Clean flux density= -39.303 MilliJy 5843 comps IMAGR2: Total Cleaned flux density = 5.410 Jy 32475 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 49748 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 733.22 MicroJy IMAGR2: 610 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -741.180 MicroJy iter= 3148 IMAGR2: Field 2 Clean flux density= 17.931 MilliJy 3148 comps IMAGR2: Total Cleaned flux density = 5.409 Jy 32778 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 49748 Pts IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 717.67 MicroJy IMAGR2: 2236 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -735.532 MicroJy iter= 6576 IMAGR2: Field 4 Clean flux density= 43.566 MilliJy 6576 comps IMAGR2: Total Cleaned flux density = 5.408 Jy 33460 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 49748 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 710.10 MicroJy IMAGR2: 713 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 718.683 MicroJy iter= 3297 IMAGR2: Field 7 Clean flux density= 30.443 MilliJy 3297 comps IMAGR2: Total Cleaned flux density = 5.409 Jy 33815 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 49748 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 695.24 MicroJy IMAGR2: 2462 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 712.610 MicroJy iter= 6899 IMAGR2: Field 5 Clean flux density= -9.370 MilliJy 6899 comps IMAGR2: Total Cleaned flux density = 5.412 Jy 34549 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 49748 Pts IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 683.84 MicroJy IMAGR2: 1966 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -699.172 MicroJy iter= 6492 IMAGR2: Field 6 Clean flux density= 44.378 MilliJy 6492 comps IMAGR2: Total Cleaned flux density = 5.414 Jy 35213 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 49748 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 678.70 MicroJy IMAGR2: 384 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 682.868 MicroJy iter= 3161 IMAGR2: Field 1 Clean flux density= 5.327 Jy 3161 comps IMAGR2: Total Cleaned flux density = 5.414 Jy 35416 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 49748 Pts IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 667.73 MicroJy IMAGR2: 1960 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 682.603 MicroJy iter= 6492 IMAGR2: Field 3 Clean flux density= -37.722 MilliJy 6492 comps IMAGR2: Total Cleaned flux density = 5.416 Jy 36065 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 49748 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 661.81 MicroJy IMAGR2: 765 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 669.788 MicroJy iter= 3517 IMAGR2: Field 2 Clean flux density= 16.119 MilliJy 3517 comps IMAGR2: Total Cleaned flux density = 5.414 Jy 36434 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 49748 Pts IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 648.54 MicroJy IMAGR2: 2204 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -662.866 MicroJy iter= 7267 IMAGR2: Field 4 Clean flux density= 43.712 MilliJy 7267 comps IMAGR2: Total Cleaned flux density = 5.414 Jy 37125 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 49748 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 641.89 MicroJy IMAGR2: 672 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 649.051 MicroJy iter= 3649 IMAGR2: Field 7 Clean flux density= 30.853 MilliJy 3649 comps IMAGR2: Total Cleaned flux density = 5.414 Jy 37477 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 49748 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 629.26 MicroJy IMAGR2: 2515 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -644.429 MicroJy iter= 7671 IMAGR2: Field 5 Clean flux density= -9.224 MilliJy 7671 comps IMAGR2: Total Cleaned flux density = 5.415 Jy 38249 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 49748 Pts IMAGR2: Field 6 min = -3.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 618.41 MicroJy IMAGR2: 1953 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -631.551 MicroJy iter= 7171 IMAGR2: Field 6 Clean flux density= 48.120 MilliJy 7171 comps IMAGR2: Total Cleaned flux density = 5.418 Jy 38928 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 49748 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 990.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 614.08 MicroJy IMAGR2: 379 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 618.093 MicroJy iter= 3370 IMAGR2: Field 1 Clean flux density= 5.328 Jy 3370 comps IMAGR2: Total Cleaned flux density = 5.420 Jy 39137 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 49748 Pts IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 604.98 MicroJy IMAGR2: 2191 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -618.634 MicroJy iter= 7215 IMAGR2: Field 3 Clean flux density= -37.767 MilliJy 7215 comps IMAGR2: Total Cleaned flux density = 5.420 Jy 39860 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 49748 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 598.41 MicroJy IMAGR2: 756 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 604.777 MicroJy iter= 3877 IMAGR2: Field 2 Clean flux density= 18.274 MilliJy 3877 comps IMAGR2: Total Cleaned flux density = 5.422 Jy 40220 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 49748 Pts IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.07 MicroJy IMAGR2: 2600 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -601.781 MicroJy iter= 8075 IMAGR2: Field 4 Clean flux density= 44.915 MilliJy 8075 comps IMAGR2: Total Cleaned flux density = 5.423 Jy 41028 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 49748 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 582.54 MicroJy IMAGR2: 730 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 588.796 MicroJy iter= 4027 IMAGR2: Field 7 Clean flux density= 31.225 MilliJy 4027 comps IMAGR2: Total Cleaned flux density = 5.423 Jy 41406 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 49748 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 571.95 MicroJy IMAGR2: 2672 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 585.158 MicroJy iter= 8497 IMAGR2: Field 5 Clean flux density= -10.069 MilliJy 8497 comps IMAGR2: Total Cleaned flux density = 5.422 Jy 42232 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 49748 Pts IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 564.22 MicroJy IMAGR2: 2267 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -576.612 MicroJy iter= 7942 IMAGR2: Field 6 Clean flux density= 50.564 MilliJy 7942 comps IMAGR2: Total Cleaned flux density = 5.425 Jy 43003 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 49748 Pts IMAGR2: Field 1 min = -973.0 MicroJy,max = 966.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 560.41 MicroJy IMAGR2: 345 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -564.026 MicroJy iter= 3569 IMAGR2: Field 1 Clean flux density= 5.327 Jy 3569 comps IMAGR2: Total Cleaned flux density = 5.424 Jy 43202 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 49748 Pts IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 551.72 MicroJy IMAGR2: 1952 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 562.622 MicroJy iter= 7875 IMAGR2: Field 3 Clean flux density= -36.239 MilliJy 7875 comps IMAGR2: Total Cleaned flux density = 5.425 Jy 43862 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 49748 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 546.84 MicroJy IMAGR2: 750 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -552.372 MicroJy iter= 4251 IMAGR2: Field 2 Clean flux density= 18.689 MilliJy 4251 comps IMAGR2: Total Cleaned flux density = 5.426 Jy 44236 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 49748 Pts IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 536.75 MicroJy IMAGR2: 2740 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 551.896 MicroJy iter= 8887 IMAGR2: Field 4 Clean flux density= 45.970 MilliJy 8887 comps IMAGR2: Total Cleaned flux density = 5.427 Jy 45048 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 49748 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 531.53 MicroJy IMAGR2: 735 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -536.566 MicroJy iter= 4380 IMAGR2: Field 7 Clean flux density= 32.028 MilliJy 4380 comps IMAGR2: Total Cleaned flux density = 5.428 Jy 45401 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 49748 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.69 MicroJy IMAGR2: 2888 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -534.994 MicroJy iter= 9385 IMAGR2: Field 5 Clean flux density= -9.081 MilliJy 9385 comps IMAGR2: Total Cleaned flux density = 5.429 Jy 46289 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 49748 Pts IMAGR2: Field 6 min = -3.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.24 MicroJy IMAGR2: 2281 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 525.244 MicroJy iter= 8720 IMAGR2: Field 6 Clean flux density= 51.359 MilliJy 8720 comps IMAGR2: Total Cleaned flux density = 5.430 Jy 47067 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 49748 Pts IMAGR2: Field 1 min = -965.3 MicroJy,max = 820.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 511.25 MicroJy IMAGR2: 391 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -514.256 MicroJy iter= 3781 IMAGR2: Field 1 Clean flux density= 5.327 Jy 3781 comps IMAGR2: Total Cleaned flux density = 5.430 Jy 47279 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 49748 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 505.02 MicroJy IMAGR2: 2403 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 518.229 MicroJy iter= 8643 IMAGR2: Field 3 Clean flux density= -37.173 MilliJy 8643 comps IMAGR2: Total Cleaned flux density = 5.429 Jy 48047 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 49748 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 501.17 MicroJy IMAGR2: 889 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -506.510 MicroJy iter= 4665 IMAGR2: Field 2 Clean flux density= 18.877 MilliJy 4665 comps IMAGR2: Total Cleaned flux density = 5.429 Jy 48461 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 49748 Pts IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.94 MicroJy IMAGR2: 2877 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 504.092 MicroJy iter= 9798 IMAGR2: Field 4 Clean flux density= 44.454 MilliJy 9798 comps IMAGR2: Total Cleaned flux density = 5.428 Jy 49372 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 49748 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.24 MicroJy IMAGR2: 858 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -494.366 MicroJy iter= 4796 IMAGR2: Field 7 Clean flux density= 32.645 MilliJy 4796 comps IMAGR2: Total Cleaned flux density = 5.428 Jy 49788 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 49748 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 481.33 MicroJy IMAGR2: 2925 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 491.744 MicroJy iter= 10283 IMAGR2: Field 5 Clean flux density= -9.263 MilliJy 10283 comps IMAGR2: Total Cleaned flux density = 5.428 Jy 50686 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 49748 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 474.58 MicroJy IMAGR2: 2144 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 483.577 MicroJy iter= 9455 IMAGR2: Field 6 Clean flux density= 52.548 MilliJy 9455 comps IMAGR2: Total Cleaned flux density = 5.429 Jy 51421 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 49748 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 468.68 MicroJy IMAGR2: 2217 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -477.375 MicroJy iter= 9386 IMAGR2: Field 3 Clean flux density= -37.651 MilliJy 9386 comps IMAGR2: Total Cleaned flux density = 5.429 Jy 52164 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 49748 Pts IMAGR2: Field 1 min = -795.5 MicroJy,max = 740.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 465.78 MicroJy IMAGR2: 535 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 468.765 MicroJy iter= 4034 IMAGR2: Field 1 Clean flux density= 5.328 Jy 4034 comps IMAGR2: Total Cleaned flux density = 5.430 Jy 52417 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 49748 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 461.62 MicroJy IMAGR2: 669 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 465.439 MicroJy iter= 4992 IMAGR2: Field 2 Clean flux density= 18.497 MilliJy 4992 comps IMAGR2: Total Cleaned flux density = 5.430 Jy 52744 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 49748 Pts IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.01 MicroJy IMAGR2: 2899 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -466.788 MicroJy iter= 10668 IMAGR2: Field 4 Clean flux density= 43.943 MilliJy 10668 comps IMAGR2: Total Cleaned flux density = 5.429 Jy 53614 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 49748 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 449.60 MicroJy IMAGR2: 739 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -453.580 MicroJy iter= 5166 IMAGR2: Field 7 Clean flux density= 32.946 MilliJy 5166 comps IMAGR2: Total Cleaned flux density = 5.429 Jy 53984 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 49748 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 443.16 MicroJy IMAGR2: 3345 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -455.811 MicroJy iter= 11257 IMAGR2: Field 5 Clean flux density= -8.667 MilliJy 11257 comps IMAGR2: Total Cleaned flux density = 5.430 Jy 54958 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 49748 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 438.17 MicroJy IMAGR2: 2621 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 446.832 MicroJy iter= 10329 IMAGR2: Field 6 Clean flux density= 53.082 MilliJy 10329 comps IMAGR2: Total Cleaned flux density = 5.431 Jy 55832 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 49748 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 433.14 MicroJy IMAGR2: 2613 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -444.273 MicroJy iter= 10197 IMAGR2: Field 3 Clean flux density= -37.131 MilliJy 10197 comps IMAGR2: Total Cleaned flux density = 5.431 Jy 56643 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 49748 Pts IMAGR2: Field 1 min = -728.2 MicroJy,max = 676.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.80 MicroJy IMAGR2: 498 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 433.313 MicroJy iter= 4294 IMAGR2: Field 1 Clean flux density= 5.329 Jy 4294 comps IMAGR2: Total Cleaned flux density = 5.432 Jy 56903 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 49748 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 426.19 MicroJy IMAGR2: 3066 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 435.443 MicroJy iter= 11667 IMAGR2: Field 4 Clean flux density= 44.645 MilliJy 11667 comps IMAGR2: Total Cleaned flux density = 5.433 Jy 57902 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 49748 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 423.44 MicroJy IMAGR2: 1001 Residual map points loaded IMAGR2: Field 2 min Clean flux = 430.012 MicroJy iter= 5405 IMAGR2: Field 2 Clean flux density= 17.912 MilliJy 5405 comps IMAGR2: Total Cleaned flux density = 5.432 Jy 58315 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 49748 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 416.11 MicroJy IMAGR2: 3365 Residual map points loaded IMAGR2: Field 5 min Clean flux = -429.937 MicroJy iter= 12193 IMAGR2: Field 5 Clean flux density= -9.039 MilliJy 12193 comps IMAGR2: Total Cleaned flux density = 5.432 Jy 59251 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 49748 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 405.09 MicroJy IMAGR2: 1393 Residual map points loaded IMAGR2: Field 7 min Clean flux = 429.803 MicroJy iter= 5440 IMAGR2: Field 7 Clean flux density= 32.943 MilliJy 5440 comps IMAGR2: Total Cleaned flux density = 5.432 Jy 59525 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 49748 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.14 MicroJy IMAGR2: 3640 Residual map points loaded IMAGR2: Field 6 min Clean flux = 430.012 MicroJy iter= 10860 IMAGR2: Field 6 Clean flux density= 54.139 MilliJy 10860 comps IMAGR2: Total Cleaned flux density = 5.433 Jy 60056 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 49748 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 376.54 MicroJy IMAGR2: 5730 Residual map points loaded IMAGR2: Field 3 min Clean flux = -429.947 MicroJy iter= 10724 IMAGR2: Field 3 Clean flux density= -36.224 MilliJy 10724 comps IMAGR2: Total Cleaned flux density = 5.434 Jy 60583 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 49748 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 345.14 MicroJy IMAGR2: 11707 Residual map points loaded IMAGR2: Field 4 min Clean flux = 429.862 MicroJy iter= 12105 IMAGR2: Field 4 Clean flux density= 43.434 MilliJy 12105 comps IMAGR2: Total Cleaned flux density = 5.433 Jy 61021 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 49748 Pts IMAGR2: Field 1 min = -687.7 MicroJy,max = 659.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 283.73 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min Clean flux = -429.423 MicroJy iter= 4326 IMAGR2: Field 1 Clean flux density= 5.329 Jy 4326 comps IMAGR2: Total Cleaned flux density = 5.432 Jy 61053 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 430.012 less than limit 430.041 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 4326 to 1973 components IMAGR2: Field 2 compressed from 5405 to 2486 components IMAGR2: Field 3 compressed from 10724 to 4114 components IMAGR2: Field 4 compressed from 12105 to 4815 components IMAGR2: Field 5 compressed from 12193 to 4879 components IMAGR2: Field 6 compressed from 10860 to 4182 components IMAGR2: Field 7 compressed from 5440 to 2516 components IMAGR2: Field 1 min = -689.9 MicroJy,max = 660.3 MicroJy IMAGR2: Field 2 min = -1.1 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.5 MilliJy IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: Field 7 min = -1.2 MilliJy,max = 990.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 3.519 MilliJy ( 110 CCs) from field 1 to field 2 IMAGR2: Restore 3.327 MilliJy ( 368 CCs) from field 1 to field 3 IMAGR2: Restore -21.209 MilliJy ( 350 CCs) from field 1 to field 4 IMAGR2: Restore 8.319 MilliJy ( 361 CCs) from field 1 to field 5 IMAGR2: Restore -11.696 MilliJy ( 281 CCs) from field 1 to field 6 IMAGR2: Restore -7.506 MilliJy ( 86 CCs) from field 1 to field 7 IMAGR2: Restore-698.857 MicroJy ( 59 CCs) from field 2 to field 1 IMAGR2: Restore -1.378 MilliJy ( 272 CCs) from field 2 to field 3 IMAGR2: Restore 6.579 MilliJy ( 291 CCs) from field 2 to field 4 IMAGR2: Restore 1.620 MilliJy ( 210 CCs) from field 3 to field 1 IMAGR2: Restore -4.050 MilliJy ( 190 CCs) from field 3 to field 2 IMAGR2: Restore 3.018 MilliJy ( 284 CCs) from field 3 to field 5 IMAGR2: Restore -2.169 MilliJy ( 244 CCs) from field 4 to field 1 IMAGR2: Restore 1.654 MilliJy ( 249 CCs) from field 4 to field 2 IMAGR2: Restore 747.013 MicroJy ( 340 CCs) from field 4 to field 6 IMAGR2: Restore 16.048 MilliJy ( 318 CCs) from field 5 to field 1 IMAGR2: Restore 2.999 MilliJy ( 360 CCs) from field 5 to field 3 IMAGR2: Restore 6.814 MilliJy ( 280 CCs) from field 5 to field 7 IMAGR2: Restore -5.871 MilliJy ( 257 CCs) from field 6 to field 1 IMAGR2: Restore-606.933 MicroJy ( 329 CCs) from field 6 to field 4 IMAGR2: Restore 1.198 MilliJy ( 181 CCs) from field 6 to field 7 IMAGR2: Restore -1.470 MilliJy ( 68 CCs) from field 7 to field 1 IMAGR2: Restore 8.881 MilliJy ( 302 CCs) from field 7 to field 5 IMAGR2: Restore-556.818 MicroJy ( 280 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.336 Jy IMAGR2: Field 2 final Clean flux 19.035 MilliJy IMAGR2: Field 3 final Clean flux -31.276 MilliJy IMAGR2: Field 4 final Clean flux 28.196 MilliJy IMAGR2: Field 5 final Clean flux 11.180 MilliJy IMAGR2: Field 6 final Clean flux 42.633 MilliJy IMAGR2: Field 7 final Clean flux 33.449 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 21 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 232.9 Real= 721 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 20000111.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000111.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.07167 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: AN11_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.1908 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 112.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 3 C 1 1012 1012 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.1908 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: AN11_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 7020 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.847E+04 IMAGR2: UVWAIT: Adding temperance S 7.694E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.070E+07 and out 2.566E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.140 due to weighting IMAGR2: UVWAIT: Average summed weight 3.847E+04 over 13884 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.72428E+08 IMAGR2: Field 1 Beam min = -193.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.648 x 0.683 arcsec, PA= 71.5 IMAGR2: Field 2 Sum of gridding weights = 2.72427E+08 IMAGR2: Field 2 Beam min = -193.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.649 x 0.684 arcsec, PA= 71.5 IMAGR2: Field 3 Sum of gridding weights = 2.72427E+08 IMAGR2: Field 3 Beam min = -128.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.652 x 0.683 arcsec, PA= 71.5 IMAGR2: Field 4 Sum of gridding weights = 2.72427E+08 IMAGR2: Field 4 Beam min = -116.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.646 x 0.684 arcsec, PA= 71.6 IMAGR2: Field 5 Sum of gridding weights = 2.72426E+08 IMAGR2: Field 5 Beam min = -130.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.651 x 0.683 arcsec, PA= 71.5 IMAGR2: Field 6 Sum of gridding weights = 2.72427E+08 IMAGR2: Field 6 Beam min = -134.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.645 x 0.683 arcsec, PA= 71.6 IMAGR2: Field 7 Sum of gridding weights = 2.72428E+08 IMAGR2: Field 7 Beam min = -193.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.647 x 0.683 arcsec, PA= 71.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -44.0 MilliJy,max = 431.7 MilliJy IMAGR2: Field 2 min = -36.1 MilliJy,max = 172.5 MilliJy IMAGR2: Field 3 min = -45.0 MilliJy,max = 184.9 MilliJy IMAGR2: Field 4 min = -45.3 MilliJy,max = 126.8 MilliJy IMAGR2: Field 5 min = -44.3 MilliJy,max = 122.7 MilliJy IMAGR2: Field 6 min = -43.2 MilliJy,max = 189.3 MilliJy IMAGR2: Field 7 min = -35.8 MilliJy,max = 171.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 72.72 MilliJy IMAGR2: 1779 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 255.346 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 202.326 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 202.326 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 = -24.5 MilliJy,max = 231.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 43.01 MilliJy IMAGR2: 1157 Residual map points loaded IMAGR2: Field 1 min allowed flux = 113.535 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 335.553 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 335.553 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.0 MilliJy,max = 46.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.456E-02 < Second best 1.760E-01 IMAGR2: Field 3 min = -11.2 MilliJy,max = 43.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.185E-02 < Second best 1.208E-01 IMAGR2: Field 4 min = -11.2 MilliJy,max = 31.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.984E-02 < Second best 1.170E-01 IMAGR2: Field 5 min = -11.2 MilliJy,max = 31.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.012E-02 < Second best 1.080E-01 IMAGR2: Field 1 min = -12.0 MilliJy,max = 103.0 MilliJy IMAGR2: BGC Clean: using 825 cell beam + residuals > 35.59 MilliJy IMAGR2: 73 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 47.328 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 399.776 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 399.776 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.4 MilliJy,max = 15.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.151E-02 < Second best 9.608E-02 IMAGR2: Field 7 min = -4.3 MilliJy,max = 17.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.994E-03 < Second best 4.502E-02 IMAGR2: Field 1 min = -6.2 MilliJy,max = 42.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.080E-02 < Second best 4.456E-02 IMAGR2: Field 6 min = -5.2 MilliJy,max = 20.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.905E-02 < Second best 4.185E-02 IMAGR2: Field 3 min = -5.6 MilliJy,max = 18.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.791E-02 < Second best 4.080E-02 IMAGR2: BGC Clean: using 2035 cell beam + residuals > 7.85 MilliJy IMAGR2: 1761 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.617 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 427.413 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 427.413 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.4 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.056E-03 < Second best 2.984E-02 IMAGR2: Field 4 min = -4.1 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.460E-03 < Second best 1.961E-02 IMAGR2: Field 1 min = -4.4 MilliJy,max = 18.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.803E-02 < Second best 1.905E-02 IMAGR2: Field 6 min = -3.7 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.457E-03 < Second best 1.803E-02 IMAGR2: BGC Clean: using 1883 cell beam + residuals > 4.35 MilliJy IMAGR2: 1010 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.091 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 439.542 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 439.542 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.6 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.924E-03 < Second best 1.151E-02 IMAGR2: Field 2 min = -4.0 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.695E-03 < Second best 9.994E-03 IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.025E-03 < Second best 8.652E-03 IMAGR2: Field 1 min = -5.0 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.894E-03 < Second best 8.457E-03 IMAGR2: Field 6 min = -4.0 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.501E-03 < Second best 7.894E-03 IMAGR2: BGC Clean: using 1449 cell beam + residuals > 2.47 MilliJy IMAGR2: 2494 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.109 MilliJy iter= 60 IMAGR2: Field 1 Clean flux density= 442.894 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 442.894 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.357E-03 < Second best 7.056E-03 IMAGR2: Field 5 min = -5.4 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.175E-03 < Second best 5.695E-03 IMAGR2: Field 2 min = -4.0 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.685E-03 < Second best 5.175E-03 IMAGR2: BGC Clean: using 1453 cell beam + residuals > 2.30 MilliJy IMAGR2: 4296 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.408 MilliJy iter= 36 IMAGR2: Field 5 Clean flux density= -288.557 MicroJy 36 comps IMAGR2: Total Cleaned flux density = 442.605 MilliJy 96 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.742E-03 < Second best 4.685E-03 IMAGR2: Field 2 min = -3.7 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 1453 cell beam + residuals > 2.30 MilliJy IMAGR2: 1392 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.926 MilliJy iter= 29 IMAGR2: Field 2 Clean flux density= 6.686 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 449.291 MilliJy 125 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.992E-03 < Second best 4.357E-03 IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 1455 cell beam + residuals > 2.20 MilliJy IMAGR2: 2810 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.906 MilliJy iter= 46 IMAGR2: Field 4 Clean flux density= 2.366 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 451.657 MilliJy 171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.466E-03 < Second best 3.916E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.217E-03 < Second best 3.742E-03 IMAGR2: Field 3 min = -3.6 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 821 cell beam + residuals > 2.09 MilliJy IMAGR2: 1873 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.586 MilliJy iter= 45 IMAGR2: Field 3 Clean flux density= -1.500 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 450.157 MilliJy 216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 821 cell beam + residuals > 2.09 MilliJy IMAGR2: 907 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.458 MilliJy iter= 43 IMAGR2: Field 6 Clean flux density= -4.687 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 445.470 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.051E-03 < Second best 3.217E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.03 MilliJy IMAGR2: 360 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.277 MilliJy iter= 94 IMAGR2: Field 1 Clean flux density= 441.588 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 444.164 MilliJy 293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.03 MilliJy IMAGR2: 1298 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.412 MilliJy iter= 94 IMAGR2: Field 5 Clean flux density= -1.518 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 442.934 MilliJy 351 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.156E-03 < Second best 2.795E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.355E-03 < Second best 2.776E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 2491 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.235 MilliJy iter= 163 IMAGR2: Field 4 Clean flux density= 11.923 MilliJy 163 comps IMAGR2: Total Cleaned flux density = 452.491 MilliJy 468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 1627 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.981 MilliJy iter= 152 IMAGR2: Field 3 Clean flux density= -3.249 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 450.742 MilliJy 575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.075E-03 < Second best 2.350E-03 IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.168E-03 < Second best 2.309E-03 IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 1520 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.771 MilliJy iter= 219 IMAGR2: Field 5 Clean flux density= -9.179 MilliJy 219 comps IMAGR2: Total Cleaned flux density = 443.081 MilliJy 700 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 651 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.623 MilliJy iter= 191 IMAGR2: Field 1 Clean flux density= 441.837 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 443.330 MilliJy 797 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 1008 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.614 MilliJy iter= 159 IMAGR2: Field 6 Clean flux density= -5.879 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 442.138 MilliJy 913 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.635E-03 < Second best 2.138E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.653E-03 < Second best 2.075E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.683E-03 < Second best 1.898E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 2235 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.385 MilliJy iter= 321 IMAGR2: Field 3 Clean flux density= 1.645 MilliJy 321 comps IMAGR2: Total Cleaned flux density = 447.031 MilliJy 1082 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.393E-03 < Second best 1.683E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.520E-03 < Second best 1.653E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1998 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.273 MilliJy iter= 349 IMAGR2: Field 4 Clean flux density= 3.281 MilliJy 349 comps IMAGR2: Total Cleaned flux density = 438.390 MilliJy 1268 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 299 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.157 MilliJy iter= 73 IMAGR2: Field 7 Clean flux density= -1.097 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 437.293 MilliJy 1341 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.325E-03 < Second best 1.545E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 985.45 MicroJy IMAGR2: 1446 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.145 MilliJy iter= 286 IMAGR2: Field 6 Clean flux density= -13.183 MilliJy 286 comps IMAGR2: Total Cleaned flux density = 429.989 MilliJy 1468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 969.82 MicroJy IMAGR2: 1124 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.144 MilliJy iter= 152 IMAGR2: Field 2 Clean flux density= 16.726 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 440.029 MilliJy 1591 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 947.66 MicroJy IMAGR2: 1239 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.143 MilliJy iter= 275 IMAGR2: Field 5 Clean flux density= -7.468 MilliJy 275 comps IMAGR2: Total Cleaned flux density = 441.740 MilliJy 1647 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 849.29 MicroJy IMAGR2: 1835 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.141 MilliJy iter= 338 IMAGR2: Field 3 Clean flux density= 2.787 MilliJy 338 comps IMAGR2: Total Cleaned flux density = 442.882 MilliJy 1664 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.017E-03 < Second best 1.220E-03 IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 691.68 MicroJy IMAGR2: 4405 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.103 MilliJy iter= 350 IMAGR2: Field 4 Clean flux density= 3.392 MilliJy 350 comps IMAGR2: Total Cleaned flux density = 442.992 MilliJy 1665 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 191 to 100 components IMAGR2: Field 2 compressed from 152 to 116 components IMAGR2: Field 3 compressed from 338 to 236 components IMAGR2: Field 4 compressed from 350 to 253 components IMAGR2: Field 5 compressed from 275 to 195 components IMAGR2: Field 6 compressed from 286 to 212 components IMAGR2: Field 7 compressed from 73 to 55 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-669.618 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore -1.057 MilliJy ( 11 CCs) from field 1 to field 3 IMAGR2: Restore -1.139 MilliJy ( 28 CCs) from field 1 to field 4 IMAGR2: Restore-572.060 MicroJy ( 8 CCs) from field 1 to field 5 IMAGR2: Restore -1.849 MilliJy ( 29 CCs) from field 1 to field 6 IMAGR2: Restore 242.289 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 5.689 MilliJy ( 34 CCs) from field 2 to field 3 IMAGR2: Restore-124.551 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore -2.252 MilliJy ( 36 CCs) from field 3 to field 1 IMAGR2: Restore -15.776 MicroJy ( 17 CCs) from field 3 to field 2 IMAGR2: Restore-781.389 MicroJy ( 15 CCs) from field 3 to field 5 IMAGR2: Restore 123.484 MicroJy ( 3 CCs) from field 4 to field 1 IMAGR2: Restore-336.877 MicroJy ( 4 CCs) from field 4 to field 2 IMAGR2: Restore -4.195 MilliJy ( 30 CCs) from field 4 to field 6 IMAGR2: Restore-742.147 MicroJy ( 5 CCs) from field 5 to field 1 IMAGR2: Restore 1.029 MilliJy ( 13 CCs) from field 5 to field 3 IMAGR2: Restore -1.343 MilliJy ( 10 CCs) from field 5 to field 7 IMAGR2: Restore -1.017 MilliJy ( 14 CCs) from field 6 to field 1 IMAGR2: Restore 579.469 MicroJy ( 6 CCs) from field 6 to field 4 IMAGR2: Restore -1.057 MilliJy ( 9 CCs) from field 6 to field 7 IMAGR2: Restore -29.886 MicroJy ( 11 CCs) from field 7 to field 5 IMAGR2: Restore-737.284 MicroJy ( 7 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 438.192 MilliJy IMAGR2: Field 2 final Clean flux 15.703 MilliJy IMAGR2: Field 3 final Clean flux 8.447 MilliJy IMAGR2: Field 4 final Clean flux 2.708 MilliJy IMAGR2: Field 5 final Clean flux -8.852 MilliJy IMAGR2: Field 6 final Clean flux -19.965 MilliJy IMAGR2: Field 7 final Clean flux -3.497 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= 45.2 Real= 140 -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.1908 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: AN11_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.1779 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1318 CELLSIZE 0.24279 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24279 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 131.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.8 Real= 2 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 20.1 00002 -1 507 512 513 C 3 1012 1012 10 34 45.45 56 27 03.3 00003 -1 507 512 513 C 4 1012 1012 10 35 28.63 56 27 03.3 00004 -1 507 512 513 C 5 1012 1012 10 34 45.42 56 30 30.0 00005 -1 507 512 513 C 6 1012 1012 10 35 28.66 56 30 30.0 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 13.5 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1908 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: AN11_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.1779 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR2: Field 2 1012 1012 8.2835E-04 -2.0669E+02 0 IMAGR2: Field 3 1012 1012 -1.7884E+02 -1.0349E+02 0 IMAGR2: Field 4 1012 1012 1.7884E+02 -1.0349E+02 0 IMAGR2: Field 5 1012 1012 -1.7909E+02 1.0321E+02 0 IMAGR2: Field 6 1012 1012 1.7909E+02 1.0321E+02 0 IMAGR2: Field 7 1012 1012 8.2835E-04 2.0671E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1035+564 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 8073 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.418E+04 IMAGR2: UVWAIT: Adding temperance S 6.837E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.906E+07 and out 2.459E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.164 due to weighting IMAGR2: UVWAIT: Average summed weight 3.418E+04 over 16042 vis IMAGR2: Create 1035+564 .IBM001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1035+564 .IBM002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1035+564 .IBM003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1035+564 .IBM004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1035+564 .IBM005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1035+564 .IBM006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1035+564 .IBM007. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1035+564 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1035+564 .ICL002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1035+564 .ICL003. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1035+564 .ICL004. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1035+564 .ICL005. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1035+564 .ICL006. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1035+564 .ICL007. 1 (MA) on disk 1 cno 49 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.61008E+08 IMAGR2: Field 1 Beam min = -239.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.891 x 0.648 arcsec, PA= 52.0 IMAGR2: Field 2 Sum of gridding weights = 2.61008E+08 IMAGR2: Field 2 Beam min = -239.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.897 x 0.648 arcsec, PA= 52.0 IMAGR2: Field 3 Sum of gridding weights = 2.61008E+08 IMAGR2: Field 3 Beam min = -166.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.901 x 0.648 arcsec, PA= 51.9 IMAGR2: Field 4 Sum of gridding weights = 2.61007E+08 IMAGR2: Field 4 Beam min = -196.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.887 x 0.648 arcsec, PA= 52.0 IMAGR2: Field 5 Sum of gridding weights = 2.61007E+08 IMAGR2: Field 5 Beam min = -147.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.895 x 0.648 arcsec, PA= 51.9 IMAGR2: Field 6 Sum of gridding weights = 2.61007E+08 IMAGR2: Field 6 Beam min = -196.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.880 x 0.648 arcsec, PA= 52.0 IMAGR2: Field 7 Sum of gridding weights = 2.61008E+08 IMAGR2: Field 7 Beam min = -239.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.884 x 0.647 arcsec, PA= 52.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -69.8 MilliJy,max = 754.9 MilliJy IMAGR2: Field 2 min = -70.0 MilliJy,max = 306.6 MilliJy IMAGR2: Field 3 min = -101.2 MilliJy,max = 207.2 MilliJy IMAGR2: Field 4 min = -103.2 MilliJy,max = 165.0 MilliJy IMAGR2: Field 5 min = -99.6 MilliJy,max = 158.3 MilliJy IMAGR2: Field 6 min = -103.2 MilliJy,max = 205.9 MilliJy IMAGR2: Field 7 min = -71.0 MilliJy,max = 306.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 100.57 MilliJy IMAGR2: 4175 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 361.077 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 429.953 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 429.953 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -30.8 MilliJy,max = 325.0 MilliJy IMAGR2: BGC Clean: using 1765 cell beam + residuals > 74.44 MilliJy IMAGR2: 423 Residual map points loaded IMAGR2: Field 1 min allowed flux = 155.438 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 615.041 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 615.041 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -13.6 MilliJy,max = 59.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.619E-02 < Second best 2.920E-01 IMAGR2: Field 2 min = -13.0 MilliJy,max = 57.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.461E-02 < Second best 1.941E-01 IMAGR2: Field 6 min = -20.3 MilliJy,max = 42.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.044E-02 < Second best 1.857E-01 IMAGR2: Field 3 min = -18.4 MilliJy,max = 40.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.369E-02 < Second best 1.478E-01 IMAGR2: Field 1 min = -14.2 MilliJy,max = 139.9 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 54.32 MilliJy IMAGR2: 53 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 66.914 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 694.719 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 694.719 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -10.1 MilliJy,max = 16.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.403E-02 < Second best 1.267E-01 IMAGR2: Field 5 min = -8.3 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.339E-02 < Second best 6.365E-02 IMAGR2: Field 1 min = -8.0 MilliJy,max = 60.5 MilliJy IMAGR2: BGC Clean: using 1765 cell beam + residuals > 13.79 MilliJy IMAGR2: 699 Residual map points loaded IMAGR2: Field 1 min allowed flux = 27.727 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 732.710 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 732.710 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.2 MilliJy,max = 13.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.291E-02 < Second best 5.461E-02 IMAGR2: Field 2 min = -7.1 MilliJy,max = 13.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.292E-02 < Second best 4.044E-02 IMAGR2: Field 6 min = -7.7 MilliJy,max = 14.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.426E-02 < Second best 3.369E-02 IMAGR2: Field 3 min = -7.4 MilliJy,max = 11.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.128E-02 < Second best 2.638E-02 IMAGR2: Field 1 min = -7.1 MilliJy,max = 25.3 MilliJy IMAGR2: BGC Clean: using 1763 cell beam + residuals > 6.08 MilliJy IMAGR2: 1978 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.628 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 748.601 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 748.601 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.8 MilliJy,max = 11.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.124E-02 < Second best 1.403E-02 IMAGR2: Field 4 min = -6.5 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.753E-03 < Second best 1.339E-02 IMAGR2: Field 5 min = -6.5 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.577E-03 < Second best 1.292E-02 IMAGR2: Field 2 min = -8.0 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.909E-03 < Second best 1.291E-02 IMAGR2: Field 7 min = -7.7 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.465E-03 < Second best 1.128E-02 IMAGR2: Field 3 min = -8.6 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.894E-03 < Second best 1.124E-02 IMAGR2: BGC Clean: using 1767 cell beam + residuals > 4.74 MilliJy IMAGR2: 5470 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 7.094 MilliJy iter= 28 IMAGR2: Field 6 Clean flux density= 20.849 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 769.450 MilliJy 70 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 9.4 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 4.76 MilliJy IMAGR2: 1279 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.312 MilliJy iter= 69 IMAGR2: Field 1 Clean flux density= 761.412 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 782.262 MilliJy 97 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.4 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 761 cell beam + residuals > 4.50 MilliJy IMAGR2: 3886 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -6.112 MilliJy iter= 41 IMAGR2: Field 3 Clean flux density= -2.301 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 779.961 MilliJy 138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.8 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.671E-03 < Second best 7.909E-03 IMAGR2: Field 2 min = -6.6 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.775E-03 < Second best 7.753E-03 IMAGR2: Field 4 min = -6.2 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.114E-03 < Second best 7.577E-03 IMAGR2: Field 5 min = -5.4 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.378E-03 < Second best 6.775E-03 IMAGR2: Field 6 min = -6.8 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.06 MilliJy IMAGR2: 6321 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.971 MilliJy iter= 109 IMAGR2: Field 6 Clean flux density= 39.186 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 798.297 MilliJy 219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.6 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.051E-03 < Second best 6.378E-03 IMAGR2: Field 5 min = -5.4 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.04 MilliJy IMAGR2: 482 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.806 MilliJy iter= 44 IMAGR2: Field 5 Clean flux density= 14.927 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 813.224 MilliJy 263 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.7 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.492E-03 < Second best 6.051E-03 IMAGR2: Field 7 min = -5.6 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.712E-03 < Second best 6.025E-03 IMAGR2: Field 1 min = -6.4 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.269E-03 < Second best 5.846E-03 IMAGR2: Field 3 min = -6.0 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.68 MilliJy IMAGR2: 4131 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.906 MilliJy iter= 141 IMAGR2: Field 3 Clean flux density= -25.540 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 789.984 MilliJy 363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.0 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.747E-03 < Second best 5.718E-03 IMAGR2: Field 6 min = -5.9 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.062E-03 < Second best 5.712E-03 IMAGR2: Field 7 min = -5.6 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 1070 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -4.068 MilliJy iter= 76 IMAGR2: Field 7 Clean flux density= 13.071 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 803.055 MilliJy 439 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.3 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.37 MilliJy IMAGR2: 849 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.925 MilliJy iter= 75 IMAGR2: Field 4 Clean flux density= -3.920 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 799.136 MilliJy 514 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.783E-03 < Second best 5.062E-03 IMAGR2: Field 6 min = -5.4 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.22 MilliJy IMAGR2: 2500 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.860 MilliJy iter= 216 IMAGR2: Field 6 Clean flux density= 43.251 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 803.201 MilliJy 621 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.22 MilliJy IMAGR2: 364 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.516 MilliJy iter= 129 IMAGR2: Field 1 Clean flux density= 776.052 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 817.841 MilliJy 681 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.267E-03 < Second best 4.698E-03 IMAGR2: Field 3 min = -4.8 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.982E-03 < Second best 4.597E-03 IMAGR2: Field 5 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.584E-03 < Second best 4.267E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 803 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.229 MilliJy iter= 91 IMAGR2: Field 2 Clean flux density= 2.473 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 820.314 MilliJy 772 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.7 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.82 MilliJy IMAGR2: 1839 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.240 MilliJy iter= 264 IMAGR2: Field 3 Clean flux density= -22.216 MilliJy 264 comps IMAGR2: Total Cleaned flux density = 823.639 MilliJy 895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.2 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.575E-03 < Second best 3.757E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.148E-03 < Second best 3.696E-03 IMAGR2: Field 6 min = -4.3 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR2: 4702 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.992 MilliJy iter= 413 IMAGR2: Field 6 Clean flux density= 35.493 MilliJy 413 comps IMAGR2: Total Cleaned flux density = 815.880 MilliJy 1092 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.986E-03 < Second best 3.575E-03 IMAGR2: Field 7 min = -4.0 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.166E-03 < Second best 3.362E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.948E-03 < Second best 3.166E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 361 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.551 MilliJy iter= 153 IMAGR2: Field 7 Clean flux density= 14.917 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 817.726 MilliJy 1169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.809E-03 < Second best 3.106E-03 IMAGR2: Field 3 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 2671 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.582 MilliJy iter= 437 IMAGR2: Field 3 Clean flux density= -14.045 MilliJy 437 comps IMAGR2: Total Cleaned flux density = 825.896 MilliJy 1342 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 267 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.306 MilliJy iter= 160 IMAGR2: Field 2 Clean flux density= -1.451 MilliJy 160 comps IMAGR2: Total Cleaned flux density = 821.972 MilliJy 1411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.746E-03 < Second best 2.948E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.329 MilliJy iter= 240 IMAGR2: Field 1 Clean flux density= 784.817 MilliJy 240 comps IMAGR2: Total Cleaned flux density = 830.736 MilliJy 1522 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR2: 2318 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.204 MilliJy iter= 596 IMAGR2: Field 6 Clean flux density= 33.061 MilliJy 596 comps IMAGR2: Total Cleaned flux density = 828.305 MilliJy 1705 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.363E-03 < Second best 2.746E-03 IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR2: 1004 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.109 MilliJy iter= 192 IMAGR2: Field 5 Clean flux density= 6.703 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 820.081 MilliJy 1853 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 1542 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.967 MilliJy iter= 609 IMAGR2: Field 3 Clean flux density= -13.272 MilliJy 609 comps IMAGR2: Total Cleaned flux density = 820.854 MilliJy 2025 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 678 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.865 MilliJy iter= 284 IMAGR2: Field 7 Clean flux density= 20.411 MilliJy 284 comps IMAGR2: Total Cleaned flux density = 826.348 MilliJy 2156 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 574 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.849 MilliJy iter= 201 IMAGR2: Field 4 Clean flux density= -4.579 MilliJy 201 comps IMAGR2: Total Cleaned flux density = 825.689 MilliJy 2282 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 192 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.752 MilliJy iter= 304 IMAGR2: Field 1 Clean flux density= 782.931 MilliJy 304 comps IMAGR2: Total Cleaned flux density = 823.803 MilliJy 2346 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.968E-03 < Second best 2.113E-03 IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 1037 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.651 MilliJy iter= 742 IMAGR2: Field 6 Clean flux density= 36.967 MilliJy 742 comps IMAGR2: Total Cleaned flux density = 827.710 MilliJy 2492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.770E-03 < Second best 1.968E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1150 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.601 MilliJy iter= 363 IMAGR2: Field 2 Clean flux density= -5.493 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 823.668 MilliJy 2695 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 1353 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.493 MilliJy iter= 790 IMAGR2: Field 3 Clean flux density= -12.162 MilliJy 790 comps IMAGR2: Total Cleaned flux density = 824.779 MilliJy 2876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 815 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.441 MilliJy iter= 451 IMAGR2: Field 7 Clean flux density= 23.393 MilliJy 451 comps IMAGR2: Total Cleaned flux density = 827.760 MilliJy 3043 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 1.624E-03 < Second best 1.770E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 478 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.351 MilliJy iter= 311 IMAGR2: Field 5 Clean flux density= 9.116 MilliJy 311 comps IMAGR2: Total Cleaned flux density = 830.172 MilliJy 3162 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 547 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.329 MilliJy iter= 441 IMAGR2: Field 1 Clean flux density= 783.905 MilliJy 441 comps IMAGR2: Total Cleaned flux density = 831.147 MilliJy 3299 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 487 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.313 MilliJy iter= 314 IMAGR2: Field 4 Clean flux density= -7.403 MilliJy 314 comps IMAGR2: Total Cleaned flux density = 828.322 MilliJy 3412 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 1768 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.287 MilliJy iter= 958 IMAGR2: Field 6 Clean flux density= 40.082 MilliJy 958 comps IMAGR2: Total Cleaned flux density = 831.436 MilliJy 3628 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 716 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.220 MilliJy iter= 529 IMAGR2: Field 2 Clean flux density= -10.391 MilliJy 529 comps IMAGR2: Total Cleaned flux density = 826.538 MilliJy 3794 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1814 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.175 MilliJy iter= 1013 IMAGR2: Field 3 Clean flux density= -12.373 MilliJy 1013 comps IMAGR2: Total Cleaned flux density = 826.327 MilliJy 4017 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 720 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.122 MilliJy iter= 623 IMAGR2: Field 7 Clean flux density= 23.940 MilliJy 623 comps IMAGR2: Total Cleaned flux density = 826.875 MilliJy 4189 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 447 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.084 MilliJy iter= 425 IMAGR2: Field 5 Clean flux density= 9.618 MilliJy 425 comps IMAGR2: Total Cleaned flux density = 827.377 MilliJy 4303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 502 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.068 MilliJy iter= 578 IMAGR2: Field 1 Clean flux density= 782.167 MilliJy 578 comps IMAGR2: Total Cleaned flux density = 825.638 MilliJy 4440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 683 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.067 MilliJy iter= 422 IMAGR2: Field 4 Clean flux density= -5.289 MilliJy 422 comps IMAGR2: Total Cleaned flux density = 827.753 MilliJy 4548 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 954.52 MicroJy IMAGR2: 1998 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.066 MilliJy iter= 1081 IMAGR2: Field 6 Clean flux density= 39.876 MilliJy 1081 comps IMAGR2: Total Cleaned flux density = 827.547 MilliJy 4671 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 910.79 MicroJy IMAGR2: 764 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.065 MilliJy iter= 546 IMAGR2: Field 2 Clean flux density= -10.953 MilliJy 546 comps IMAGR2: Total Cleaned flux density = 826.985 MilliJy 4688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 849.13 MicroJy IMAGR2: 4595 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.066 MilliJy iter= 1070 IMAGR2: Field 3 Clean flux density= -12.199 MilliJy 1070 comps IMAGR2: Total Cleaned flux density = 827.159 MilliJy 4745 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 > 777.83 MicroJy IMAGR2: 2504 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.067 MilliJy iter= 627 IMAGR2: Field 7 Clean flux density= 23.948 MilliJy 627 comps IMAGR2: Total Cleaned flux density = 827.167 MilliJy 4749 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 718.35 MicroJy IMAGR2: 6726 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.059 MilliJy iter= 430 IMAGR2: Field 5 Clean flux density= 9.946 MilliJy 430 comps IMAGR2: Total Cleaned flux density = 827.496 MilliJy 4754 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.97 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.058 MilliJy iter= 580 IMAGR2: Field 1 Clean flux density= 782.385 MilliJy 580 comps IMAGR2: Total Cleaned flux density = 827.714 MilliJy 4756 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.067 less than limit 1.068 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 580 to 350 components IMAGR2: Field 2 compressed from 546 to 360 components IMAGR2: Field 3 compressed from 1070 to 743 components IMAGR2: Field 4 compressed from 422 to 312 components IMAGR2: Field 5 compressed from 430 to 316 components IMAGR2: Field 6 compressed from 1081 to 772 components IMAGR2: Field 7 compressed from 627 to 407 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 3.603 MilliJy ( 11 CCs) from field 1 to field 2 IMAGR2: Restore 19.593 MilliJy ( 99 CCs) from field 1 to field 3 IMAGR2: Restore 741.169 MicroJy ( 71 CCs) from field 1 to field 4 IMAGR2: Restore 3.497 MilliJy ( 45 CCs) from field 1 to field 5 IMAGR2: Restore -1.413 MilliJy ( 136 CCs) from field 1 to field 6 IMAGR2: Restore 420.546 MicroJy ( 19 CCs) from field 1 to field 7 IMAGR2: Restore-716.714 MicroJy ( 5 CCs) from field 2 to field 1 IMAGR2: Restore -3.022 MilliJy ( 35 CCs) from field 2 to field 3 IMAGR2: Restore 1.699 MilliJy ( 11 CCs) from field 2 to field 4 IMAGR2: Restore 5.832 MilliJy ( 71 CCs) from field 3 to field 1 IMAGR2: Restore 5.040 MilliJy ( 34 CCs) from field 3 to field 2 IMAGR2: Restore 441.905 MicroJy ( 45 CCs) from field 3 to field 5 IMAGR2: Restore -1.682 MilliJy ( 9 CCs) from field 4 to field 1 IMAGR2: Restore 1.413 MilliJy ( 10 CCs) from field 4 to field 2 IMAGR2: Restore -3.846 MilliJy ( 52 CCs) from field 4 to field 6 IMAGR2: Restore-264.033 MicroJy ( 20 CCs) from field 5 to field 1 IMAGR2: Restore 4.272 MilliJy ( 46 CCs) from field 5 to field 3 IMAGR2: Restore-838.580 MicroJy ( 14 CCs) from field 5 to field 7 IMAGR2: Restore 1.178 MilliJy ( 86 CCs) from field 6 to field 1 IMAGR2: Restore 5.060 MilliJy ( 32 CCs) from field 6 to field 4 IMAGR2: Restore -7.606 MilliJy ( 41 CCs) from field 6 to field 7 IMAGR2: Restore 1.717 MilliJy ( 8 CCs) from field 7 to field 1 IMAGR2: Restore -16.432 MicroJy ( 15 CCs) from field 7 to field 5 IMAGR2: Restore 1.144 MilliJy ( 44 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 788.450 MilliJy IMAGR2: Field 2 final Clean flux -896.642 MicroJy IMAGR2: Field 3 final Clean flux 8.645 MilliJy IMAGR2: Field 4 final Clean flux 2.211 MilliJy IMAGR2: Field 5 final Clean flux 13.869 MilliJy IMAGR2: Field 6 final Clean flux 35.761 MilliJy IMAGR2: Field 7 final Clean flux 15.924 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= 72.0 Real= 223 -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.1908 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: AN11_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.1779 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: AN11_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.24469 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24469 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 121.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 3 C 1 1012 1012 11 48 50.36 59 24 56.4 00001 -1 507 512 513 C 2 1012 1012 11 48 50.36 59 21 28.1 00002 -1 507 512 513 C 3 1012 1012 11 48 26.74 59 23 12.1 00003 -1 507 512 513 C 4 1012 1012 11 49 13.98 59 23 12.1 00004 -1 507 512 513 C 5 1012 1012 11 48 26.70 59 26 40.4 00005 -1 507 512 513 C 6 1012 1012 11 49 14.02 59 26 40.4 00006 -1 507 512 513 C 7 1012 1012 11 48 50.36 59 28 24.7 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.8689E-03 3.8000E-02 0 IMAGR2: Field 2 1012 1012 6.8689E-03 -2.0826E+02 0 IMAGR2: Field 3 1012 1012 -1.8026E+02 -1.0426E+02 0 IMAGR2: Field 4 1012 1012 1.8028E+02 -1.0426E+02 0 IMAGR2: Field 5 1012 1012 -1.8057E+02 1.0404E+02 0 IMAGR2: Field 6 1012 1012 1.8058E+02 1.0404E+02 0 IMAGR2: Field 7 1012 1012 6.8689E-03 2.0834E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1148+594 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 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.978E+04 IMAGR2: UVWAIT: Adding temperance S 7.956E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.169E+07 and out 2.754E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.156 due to weighting IMAGR2: UVWAIT: Average summed weight 3.978E+04 over 14742 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.92395E+08 IMAGR2: Field 1 Beam min = -158.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.779 x 0.643 arcsec, PA= 68.0 IMAGR2: Field 2 Sum of gridding weights = 2.92394E+08 IMAGR2: Field 2 Beam min = -158.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.781 x 0.643 arcsec, PA= 67.9 IMAGR2: Field 3 Sum of gridding weights = 2.92395E+08 IMAGR2: Field 3 Beam min = -98.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.783 x 0.643 arcsec, PA= 67.9 IMAGR2: Field 4 Sum of gridding weights = 2.92393E+08 IMAGR2: Field 4 Beam min = -94.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.777 x 0.643 arcsec, PA= 68.0 IMAGR2: Field 5 Sum of gridding weights = 2.92394E+08 IMAGR2: Field 5 Beam min = -98.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.782 x 0.643 arcsec, PA= 67.9 IMAGR2: Field 6 Sum of gridding weights = 2.92394E+08 IMAGR2: Field 6 Beam min = -94.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.775 x 0.643 arcsec, PA= 68.1 IMAGR2: Field 7 Sum of gridding weights = 2.92395E+08 IMAGR2: Field 7 Beam min = -158.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.778 x 0.643 arcsec, PA= 68.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -42.5 MilliJy,max = 425.6 MilliJy IMAGR2: Field 2 min = -35.4 MilliJy,max = 169.4 MilliJy IMAGR2: Field 3 min = -38.1 MilliJy,max = 143.4 MilliJy IMAGR2: Field 4 min = -38.0 MilliJy,max = 151.6 MilliJy IMAGR2: Field 5 min = -37.1 MilliJy,max = 148.4 MilliJy IMAGR2: Field 6 min = -37.8 MilliJy,max = 151.5 MilliJy IMAGR2: Field 7 min = -37.6 MilliJy,max = 172.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 52.20 MilliJy IMAGR2: 5606 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 203.567 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 242.398 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 242.398 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.8 MilliJy,max = 183.2 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 39.35 MilliJy IMAGR2: 565 Residual map points loaded IMAGR2: Field 1 min allowed flux = 83.989 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 356.687 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 356.687 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.9 MilliJy,max = 28.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.418E-02 < Second best 1.295E-01 IMAGR2: Field 7 min = -8.4 MilliJy,max = 32.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.426E-02 < Second best 1.285E-01 IMAGR2: Field 3 min = -7.7 MilliJy,max = 27.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.196E-02 < Second best 1.284E-01 IMAGR2: Field 2 min = -7.2 MilliJy,max = 29.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.187E-02 < Second best 8.769E-02 IMAGR2: Field 4 min = -8.7 MilliJy,max = 29.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.702E-02 < Second best 8.511E-02 IMAGR2: Field 5 min = -9.1 MilliJy,max = 26.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.707E-02 < Second best 7.989E-02 IMAGR2: Field 1 min = -9.6 MilliJy,max = 77.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.30 MilliJy IMAGR2: 5113 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.655 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 405.948 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 405.948 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.7 MilliJy,max = 33.5 MilliJy IMAGR2: BGC Clean: using 1827 cell beam + residuals > 8.61 MilliJy IMAGR2: 343 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.977 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 427.333 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 427.333 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.466E-03 < Second best 2.418E-02 IMAGR2: Field 6 min = -4.1 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.484E-03 < Second best 2.196E-02 IMAGR2: Field 3 min = -3.4 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.841E-03 < Second best 2.187E-02 IMAGR2: Field 2 min = -3.6 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.271E-03 < Second best 1.707E-02 IMAGR2: Field 5 min = -3.6 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.689E-03 < Second best 1.702E-02 IMAGR2: Field 4 min = -3.9 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.278E-03 < Second best 1.520E-02 IMAGR2: Field 1 min = -5.7 MilliJy,max = 14.5 MilliJy IMAGR2: BGC Clean: using 2023 cell beam + residuals > 2.43 MilliJy IMAGR2: 6915 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.974 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 436.621 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 436.621 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 723 cell beam + residuals > 2.54 MilliJy IMAGR2: 1575 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.778 MilliJy iter= 73 IMAGR2: Field 1 Clean flux density= 438.783 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 438.783 MilliJy 73 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.5 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.826E-03 < Second best 5.484E-03 IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.436E-03 < Second best 5.466E-03 IMAGR2: Field 7 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.182E-03 < Second best 5.278E-03 IMAGR2: Field 4 min = -4.1 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.911E-03 < Second best 5.271E-03 IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.944E-03 < Second best 3.911E-03 IMAGR2: BGC Clean: using 1275 cell beam + residuals > 2.02 MilliJy IMAGR2: 1742 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.706 MilliJy iter= 29 IMAGR2: Field 4 Clean flux density= 777.618 MicroJy 29 comps IMAGR2: Total Cleaned flux density = 439.561 MilliJy 102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.622E-03 < Second best 3.826E-03 IMAGR2: Field 5 min = -3.5 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 1275 cell beam + residuals > 2.02 MilliJy IMAGR2: 1308 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.628 MilliJy iter= 36 IMAGR2: Field 5 Clean flux density= 1.868 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 441.429 MilliJy 138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.232E-03 < Second best 3.603E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 1796 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.656 MilliJy iter= 146 IMAGR2: Field 1 Clean flux density= 451.056 MilliJy 146 comps IMAGR2: Total Cleaned flux density = 453.702 MilliJy 211 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 3125 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.497 MilliJy iter= 92 IMAGR2: Field 6 Clean flux density= -6.424 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 447.278 MilliJy 303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 3560 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.468 MilliJy iter= 124 IMAGR2: Field 3 Clean flux density= -13.474 MilliJy 124 comps IMAGR2: Total Cleaned flux density = 433.804 MilliJy 427 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.441E-03 < Second best 2.944E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.214E-03 < Second best 2.586E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.368E-03 < Second best 2.537E-03 IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.109E-03 < Second best 2.511E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.169E-03 < Second best 2.441E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 519 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.834 MilliJy iter= 71 IMAGR2: Field 7 Clean flux density= 4.635 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 438.440 MilliJy 498 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.166E-03 < Second best 2.368E-03 IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 2004 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.835 MilliJy iter= 158 IMAGR2: Field 4 Clean flux density= 3.329 MilliJy 158 comps IMAGR2: Total Cleaned flux density = 440.991 MilliJy 627 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 3479 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.709 MilliJy iter= 305 IMAGR2: Field 3 Clean flux density= -4.664 MilliJy 305 comps IMAGR2: Total Cleaned flux density = 449.800 MilliJy 808 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.894E-03 < Second best 2.169E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.814E-03 < Second best 2.166E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.926E-03 < Second best 2.109E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 540 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.417 MilliJy iter= 237 IMAGR2: Field 1 Clean flux density= 447.194 MilliJy 237 comps IMAGR2: Total Cleaned flux density = 445.937 MilliJy 899 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 1637 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.489 MilliJy iter= 259 IMAGR2: Field 6 Clean flux density= 1.543 MilliJy 259 comps IMAGR2: Total Cleaned flux density = 453.904 MilliJy 1066 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 252 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.347 MilliJy iter= 72 IMAGR2: Field 2 Clean flux density= -4.271 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 449.633 MilliJy 1138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 972 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.416 MilliJy iter= 175 IMAGR2: Field 5 Clean flux density= -3.628 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 444.137 MilliJy 1277 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.432E-03 < Second best 1.754E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.356E-03 < Second best 1.637E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.363E-03 < Second best 1.432E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 948 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.137 MilliJy iter= 296 IMAGR2: Field 4 Clean flux density= 3.739 MilliJy 296 comps IMAGR2: Total Cleaned flux density = 444.547 MilliJy 1415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 969.63 MicroJy IMAGR2: 518 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.113 MilliJy iter= 294 IMAGR2: Field 6 Clean flux density= 2.867 MilliJy 294 comps IMAGR2: Total Cleaned flux density = 445.871 MilliJy 1450 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 966.23 MicroJy IMAGR2: 1295 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.117 MilliJy iter= 434 IMAGR2: Field 3 Clean flux density= -9.446 MilliJy 434 comps IMAGR2: Total Cleaned flux density = 441.089 MilliJy 1579 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.287E-03 < Second best 1.355E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 910.14 MicroJy IMAGR2: 462 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.107 MilliJy iter= 250 IMAGR2: Field 1 Clean flux density= 447.574 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 441.470 MilliJy 1592 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.175E-03 < Second best 1.288E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.195E-03 < Second best 1.287E-03 IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 771.00 MicroJy IMAGR2: 4075 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.117 MilliJy iter= 103 IMAGR2: Field 7 Clean flux density= 5.603 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 442.438 MilliJy 1624 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 > 746.54 MicroJy IMAGR2: 2874 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.107 MilliJy iter= 77 IMAGR2: Field 2 Clean flux density= -4.387 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 442.322 MilliJy 1629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 724.82 MicroJy IMAGR2: 5106 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.096 MilliJy iter= 182 IMAGR2: Field 5 Clean flux density= -3.282 MilliJy 182 comps IMAGR2: Total Cleaned flux density = 442.668 MilliJy 1636 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 250 to 124 components IMAGR2: Field 2 compressed from 77 to 56 components IMAGR2: Field 3 compressed from 434 to 316 components IMAGR2: Field 4 compressed from 296 to 230 components IMAGR2: Field 5 compressed from 182 to 141 components IMAGR2: Field 6 compressed from 294 to 216 components IMAGR2: Field 7 compressed from 103 to 81 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 6 min = -1.5 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 -1.165 MilliJy ( 7 CCs) from field 1 to field 3 IMAGR2: Restore 1.666 MilliJy ( 24 CCs) from field 1 to field 4 IMAGR2: Restore -1.164 MilliJy ( 7 CCs) from field 1 to field 5 IMAGR2: Restore 5.613 MilliJy ( 40 CCs) from field 1 to field 6 IMAGR2: Restore-462.858 MicroJy ( 4 CCs) from field 1 to field 7 IMAGR2: Restore -1.219 MilliJy ( 10 CCs) from field 2 to field 3 IMAGR2: Restore -1.141 MilliJy ( 8 CCs) from field 2 to field 4 IMAGR2: Restore -3.752 MilliJy ( 21 CCs) from field 3 to field 1 IMAGR2: Restore-127.979 MicroJy ( 6 CCs) from field 3 to field 2 IMAGR2: Restore -4.608 MilliJy ( 29 CCs) from field 3 to field 5 IMAGR2: Restore 7.968 MicroJy ( 12 CCs) from field 4 to field 1 IMAGR2: Restore-266.374 MicroJy ( 12 CCs) from field 4 to field 2 IMAGR2: Restore -75.239 MicroJy ( 37 CCs) from field 4 to field 6 IMAGR2: Restore 1.449 MilliJy ( 4 CCs) from field 5 to field 1 IMAGR2: Restore -2.313 MilliJy ( 13 CCs) from field 5 to field 3 IMAGR2: Restore 2.156 MilliJy ( 7 CCs) from field 5 to field 7 IMAGR2: Restore-495.331 MicroJy ( 6 CCs) from field 6 to field 1 IMAGR2: Restore 587.716 MicroJy ( 9 CCs) from field 6 to field 4 IMAGR2: Restore 372.816 MicroJy ( 6 CCs) from field 6 to field 7 IMAGR2: Restore 953.314 MicroJy ( 7 CCs) from field 7 to field 5 IMAGR2: Restore 816.274 MicroJy ( 14 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 444.784 MilliJy IMAGR2: Field 2 final Clean flux -4.782 MilliJy IMAGR2: Field 3 final Clean flux -14.144 MilliJy IMAGR2: Field 4 final Clean flux 4.851 MilliJy IMAGR2: Field 5 final Clean flux -8.100 MilliJy IMAGR2: Field 6 final Clean flux 9.222 MilliJy IMAGR2: Field 7 final Clean flux 7.669 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= 43.2 Real= 132 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1352 CELLSIZE 0.23681 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23681 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 105.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= 3 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 07 16.9 00002 -1 507 512 513 C 3 1012 1012 14 00 03.74 62 08 57.6 00003 -1 507 512 513 C 4 1012 1012 14 00 53.57 62 08 57.6 00004 -1 507 512 513 C 5 1012 1012 14 00 03.69 62 12 19.2 00005 -1 507 512 513 C 6 1012 1012 14 00 53.61 62 12 19.2 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 14 00.1 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR2: Field 2 1012 1012 -1.8203E-02 -2.0163E+02 0 IMAGR2: Field 3 1012 1012 -1.7441E+02 -1.0093E+02 0 IMAGR2: Field 4 1012 1012 1.7445E+02 -1.0093E+02 0 IMAGR2: Field 5 1012 1012 -1.7476E+02 1.0067E+02 0 IMAGR2: Field 6 1012 1012 1.7473E+02 1.0067E+02 0 IMAGR2: Field 7 1012 1012 -1.8203E-02 2.0157E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 49 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7722 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.325E+04 IMAGR2: UVWAIT: Adding temperance S 8.650E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.629E+07 and out 3.327E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR2: UVWAIT: Average summed weight 4.325E+04 over 15444 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.53232E+08 IMAGR2: Field 1 Beam min = -192.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.139 x 0.659 arcsec, PA= -79.4 IMAGR2: Field 2 Sum of gridding weights = 3.53232E+08 IMAGR2: Field 2 Beam min = -192.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.139 x 0.659 arcsec, PA= -79.5 IMAGR2: Field 3 Sum of gridding weights = 3.53230E+08 IMAGR2: Field 3 Beam min = -124.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.140 x 0.659 arcsec, PA= -79.6 IMAGR2: Field 4 Sum of gridding weights = 3.53230E+08 IMAGR2: Field 4 Beam min = -115.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.138 x 0.659 arcsec, PA= -79.3 IMAGR2: Field 5 Sum of gridding weights = 3.53229E+08 IMAGR2: Field 5 Beam min = -121.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.140 x 0.659 arcsec, PA= -79.5 IMAGR2: Field 6 Sum of gridding weights = 3.53230E+08 IMAGR2: Field 6 Beam min = -140.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.138 x 0.658 arcsec, PA= -79.3 IMAGR2: Field 7 Sum of gridding weights = 3.53231E+08 IMAGR2: Field 7 Beam min = -192.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.140 x 0.659 arcsec, PA= -79.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -108.5 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -98.0 MilliJy,max = 315.5 MilliJy IMAGR2: Field 3 min = -106.6 MilliJy,max = 420.2 MilliJy IMAGR2: Field 4 min = -115.6 MilliJy,max = 341.1 MilliJy IMAGR2: Field 5 min = -110.6 MilliJy,max = 337.7 MilliJy IMAGR2: Field 6 min = -110.8 MilliJy,max = 439.8 MilliJy IMAGR2: Field 7 min = -97.8 MilliJy,max = 319.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 154.78 MilliJy IMAGR2: 2755 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 569.687 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 559.248 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 559.248 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 = -51.6 MilliJy,max = 512.7 MilliJy IMAGR2: BGC Clean: using 1973 cell beam + residuals > 95.78 MilliJy IMAGR2: 949 Residual map points loaded IMAGR2: Field 1 min allowed flux = 245.238 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 851.266 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 851.266 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -27.9 MilliJy,max = 94.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.502E-02 < Second best 3.099E-01 IMAGR2: Field 3 min = -24.7 MilliJy,max = 89.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.548E-02 < Second best 2.630E-01 IMAGR2: Field 4 min = -26.7 MilliJy,max = 79.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.826E-02 < Second best 2.522E-01 IMAGR2: Field 5 min = -23.9 MilliJy,max = 72.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.548E-02 < Second best 2.333E-01 IMAGR2: Field 1 min = -27.9 MilliJy,max = 224.8 MilliJy IMAGR2: BGC Clean: using 1223 cell beam + residuals > 75.95 MilliJy IMAGR2: 91 Residual map points loaded IMAGR2: Field 1 min allowed flux = 110.931 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 997.081 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 997.081 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -13.1 MilliJy,max = 30.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.919E-02 < Second best 1.974E-01 IMAGR2: Field 2 min = -13.2 MilliJy,max = 26.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.370E-02 < Second best 1.055E-01 IMAGR2: Field 1 min = -18.1 MilliJy,max = 102.5 MilliJy IMAGR2: BGC Clean: using 1969 cell beam + residuals > 19.33 MilliJy IMAGR2: 1481 Residual map points loaded IMAGR2: Field 1 min allowed flux = 50.612 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 1.064 Jy 33 comps IMAGR2: Total Cleaned flux density = 1.064 Jy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.9 MilliJy,max = 22.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.581E-02 < Second best 6.548E-02 IMAGR2: Field 3 min = -10.2 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.172E-02 < Second best 5.826E-02 IMAGR2: Field 4 min = -13.3 MilliJy,max = 19.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.460E-02 < Second best 5.548E-02 IMAGR2: Field 5 min = -8.8 MilliJy,max = 15.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.190E-02 < Second best 4.815E-02 IMAGR2: Field 1 min = -18.1 MilliJy,max = 46.7 MilliJy IMAGR2: BGC Clean: using 1967 cell beam + residuals > 9.65 MilliJy IMAGR2: 2176 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.993 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 1.094 Jy 42 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.1 MilliJy,max = 14.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.419E-02 < Second best 2.370E-02 IMAGR2: Field 2 min = -12.7 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.218E-02 < Second best 2.188E-02 IMAGR2: Field 1 min = -21.1 MilliJy,max = 21.3 MilliJy IMAGR2: BGC Clean: using 1225 cell beam + residuals > 6.54 MilliJy IMAGR2: 3973 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.770 MilliJy iter= 75 IMAGR2: Field 1 Clean flux density= 1.086 Jy 75 comps IMAGR2: Total Cleaned flux density = 1.086 Jy 75 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.6 MilliJy,max = 10.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.507E-03 < Second best 1.460E-02 IMAGR2: Field 4 min = -9.8 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.758E-03 < Second best 1.419E-02 IMAGR2: Field 7 min = -9.0 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.079E-02 < Second best 1.218E-02 IMAGR2: Field 2 min = -9.1 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.742E-03 < Second best 1.190E-02 IMAGR2: Field 5 min = -8.8 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.717E-03 < Second best 1.172E-02 IMAGR2: Field 3 min = -8.5 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.555E-03 < Second best 1.079E-02 IMAGR2: BGC Clean: using 1225 cell beam + residuals > 6.06 MilliJy IMAGR2: 810 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -7.714 MilliJy iter= 25 IMAGR2: Field 7 Clean flux density= 13.421 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 1.099 Jy 100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.3 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.88 MilliJy IMAGR2: 2725 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.666 MilliJy iter= 150 IMAGR2: Field 1 Clean flux density= 1.089 Jy 150 comps IMAGR2: Total Cleaned flux density = 1.102 Jy 175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.1 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.78 MilliJy IMAGR2: 2177 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 6.594 MilliJy iter= 78 IMAGR2: Field 4 Clean flux density= -1.956 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 1.100 Jy 253 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.2 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.249E-03 < Second best 8.717E-03 IMAGR2: Field 5 min = -8.5 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.118E-03 < Second best 8.555E-03 IMAGR2: Field 3 min = -8.0 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.654E-03 < Second best 8.507E-03 IMAGR2: Field 6 min = -7.2 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.221E-03 < Second best 8.118E-03 IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.71 MilliJy IMAGR2: 2224 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.975 MilliJy iter= 76 IMAGR2: Field 5 Clean flux density= 11.248 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 1.111 Jy 329 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.615E-03 < Second best 7.369E-03 IMAGR2: Field 7 min = -6.6 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.601E-03 < Second best 7.319E-03 IMAGR2: Field 1 min = -6.0 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.99 MilliJy IMAGR2: 719 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.836 MilliJy iter= 223 IMAGR2: Field 1 Clean flux density= 1.077 Jy 223 comps IMAGR2: Total Cleaned flux density = 1.100 Jy 402 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.6 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 4.08 MilliJy IMAGR2: 905 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.737 MilliJy iter= 66 IMAGR2: Field 3 Clean flux density= 304.983 MicroJy 66 comps IMAGR2: Total Cleaned flux density = 1.100 Jy 468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.8 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.305E-03 < Second best 6.249E-03 IMAGR2: Field 2 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.313E-03 < Second best 6.221E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 min = -6.2 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.82 MilliJy IMAGR2: 1216 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.494 MilliJy iter= 89 IMAGR2: Field 6 Clean flux density= 8.641 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 557 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.024E-03 < Second best 5.601E-03 IMAGR2: Field 7 min = -5.6 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.860E-03 < Second best 5.313E-03 IMAGR2: Field 2 min = -5.7 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.55 MilliJy IMAGR2: 599 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.992 MilliJy iter= 69 IMAGR2: Field 2 Clean flux density= 1.001 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 626 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.678E-03 < Second best 5.024E-03 IMAGR2: Field 5 min = -5.7 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.29 MilliJy IMAGR2: 2206 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.843 MilliJy iter= 183 IMAGR2: Field 5 Clean flux density= 14.892 MilliJy 183 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 733 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.9 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.29 MilliJy IMAGR2: 657 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.619 MilliJy iter= 100 IMAGR2: Field 7 Clean flux density= 16.820 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 808 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.0 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.29 MilliJy IMAGR2: 801 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.605 MilliJy iter= 159 IMAGR2: Field 4 Clean flux density= -1.315 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 889 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.457E-03 < Second best 4.529E-03 IMAGR2: Field 3 min = -4.7 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.707E-03 < Second best 4.300E-03 IMAGR2: Field 6 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.573E-03 < Second best 3.818E-03 IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.469E-03 < Second best 3.707E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 1245 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.122 MilliJy iter= 211 IMAGR2: Field 3 Clean flux density= -4.841 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 1034 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.4 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.364E-03 < Second best 3.573E-03 IMAGR2: Field 6 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR2: 1772 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.954 MilliJy iter= 277 IMAGR2: Field 6 Clean flux density= 12.386 MilliJy 277 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 1222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.200E-03 < Second best 3.464E-03 IMAGR2: Field 7 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.137E-03 < Second best 3.457E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.38 MilliJy IMAGR2: 257 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.535 MilliJy iter= 298 IMAGR2: Field 1 Clean flux density= 1.071 Jy 298 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 1297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.006E-03 < Second best 3.364E-03 IMAGR2: Field 5 min = -4.1 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 2598 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.605 MilliJy iter= 425 IMAGR2: Field 5 Clean flux density= 17.419 MilliJy 425 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 1539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 896 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.433 MilliJy iter= 234 IMAGR2: Field 2 Clean flux density= 1.309 MilliJy 234 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 1704 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.767E-03 < Second best 3.006E-03 IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 888 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.373 MilliJy iter= 336 IMAGR2: Field 4 Clean flux density= 6.889 MilliJy 336 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 1881 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.559E-03 < Second best 2.831E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.368E-03 < Second best 2.767E-03 IMAGR2: Field 7 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 1565 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.134 MilliJy iter= 341 IMAGR2: Field 7 Clean flux density= -2.045 MilliJy 341 comps IMAGR2: Total Cleaned flux density = 1.102 Jy 2122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 269 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.960 MilliJy iter= 294 IMAGR2: Field 3 Clean flux density= 4.892 MilliJy 294 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 2205 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.015E-03 < Second best 2.424E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.926E-03 < Second best 2.368E-03 IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 657 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.821 MilliJy iter= 434 IMAGR2: Field 6 Clean flux density= 4.460 MilliJy 434 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 2362 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.121E-03 < Second best 2.274E-03 IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1162 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.609 MilliJy iter= 546 IMAGR2: Field 4 Clean flux density= 8.472 MilliJy 546 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 2572 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 520 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.572 MilliJy iter= 388 IMAGR2: Field 2 Clean flux density= 6.025 MilliJy 388 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 2726 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.680E-03 < Second best 2.015E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 2714 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.543 MilliJy iter= 781 IMAGR2: Field 5 Clean flux density= 15.488 MilliJy 781 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 3082 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.751E-03 < Second best 1.875E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 632 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.367 MilliJy iter= 459 IMAGR2: Field 3 Clean flux density= 8.602 MilliJy 459 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 3247 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 258 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.342 MilliJy iter= 406 IMAGR2: Field 1 Clean flux density= 1.069 Jy 406 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 3355 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1017 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.317 MilliJy iter= 654 IMAGR2: Field 6 Clean flux density= 3.704 MilliJy 654 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 3575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 202 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.253 MilliJy iter= 429 IMAGR2: Field 7 Clean flux density= -735.572 MicroJy 429 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 3663 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 577 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.217 MilliJy iter= 708 IMAGR2: Field 4 Clean flux density= 5.428 MilliJy 708 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.107 Jy 3825 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.330E-03 < Second best 1.478E-03 IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 1018 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.091 MilliJy iter= 999 IMAGR2: Field 5 Clean flux density= 20.604 MilliJy 999 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 4043 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 791 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.088 MilliJy iter= 579 IMAGR2: Field 2 Clean flux density= 12.720 MilliJy 579 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 4234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 970.47 MicroJy IMAGR2: 772 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.089 MilliJy iter= 534 IMAGR2: Field 3 Clean flux density= 5.962 MilliJy 534 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 4309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.168E-03 < Second best 1.262E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 866.93 MicroJy IMAGR2: 2363 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.090 MilliJy iter= 709 IMAGR2: Field 6 Clean flux density= 1.255 MilliJy 709 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 4364 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 804.43 MicroJy IMAGR2: 3487 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.091 MilliJy iter= 452 IMAGR2: Field 7 Clean flux density= -628.718 MicroJy 452 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 4387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 777.34 MicroJy IMAGR2: 881 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.086 MilliJy iter= 408 IMAGR2: Field 1 Clean flux density= 1.069 Jy 408 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 4389 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 637.36 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.091 MilliJy iter= 729 IMAGR2: Field 4 Clean flux density= 5.959 MilliJy 729 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 4410 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.091 less than limit 1.092 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 408 to 226 components IMAGR2: Field 2 compressed from 579 to 430 components IMAGR2: Field 3 compressed from 534 to 398 components IMAGR2: Field 4 compressed from 729 to 536 components IMAGR2: Field 5 compressed from 999 to 737 components IMAGR2: Field 6 compressed from 709 to 509 components IMAGR2: Field 7 compressed from 452 to 336 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.8 MilliJy IMAGR2: Field 3 min = -2.1 MilliJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -1.370 MilliJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore -5.137 MilliJy ( 17 CCs) from field 1 to field 3 IMAGR2: Restore -13.642 MilliJy ( 73 CCs) from field 1 to field 4 IMAGR2: Restore -3.036 MilliJy ( 18 CCs) from field 1 to field 5 IMAGR2: Restore -12.892 MilliJy ( 68 CCs) from field 1 to field 6 IMAGR2: Restore 174.767 MicroJy ( 7 CCs) from field 1 to field 7 IMAGR2: Restore 1.272 MilliJy ( 9 CCs) from field 2 to field 1 IMAGR2: Restore 1.295 MilliJy ( 33 CCs) from field 2 to field 3 IMAGR2: Restore 2.670 MilliJy ( 43 CCs) from field 2 to field 4 IMAGR2: Restore 221.146 MicroJy ( 6 CCs) from field 3 to field 1 IMAGR2: Restore-288.534 MicroJy ( 5 CCs) from field 3 to field 2 IMAGR2: Restore 842.312 MicroJy ( 37 CCs) from field 3 to field 5 IMAGR2: Restore 1.577 MilliJy ( 16 CCs) from field 4 to field 1 IMAGR2: Restore 732.549 MicroJy ( 11 CCs) from field 4 to field 2 IMAGR2: Restore 3.981 MilliJy ( 23 CCs) from field 4 to field 6 IMAGR2: Restore 3.261 MilliJy ( 33 CCs) from field 5 to field 1 IMAGR2: Restore 1.978 MilliJy ( 91 CCs) from field 5 to field 3 IMAGR2: Restore -1.374 MilliJy ( 25 CCs) from field 5 to field 7 IMAGR2: Restore -1.592 MilliJy ( 17 CCs) from field 6 to field 1 IMAGR2: Restore -5.725 MilliJy ( 72 CCs) from field 6 to field 4 IMAGR2: Restore 1.850 MilliJy ( 18 CCs) from field 6 to field 7 IMAGR2: Restore-894.331 MicroJy ( 3 CCs) from field 7 to field 1 IMAGR2: Restore -3.780 MilliJy ( 35 CCs) from field 7 to field 5 IMAGR2: Restore 299.475 MicroJy ( 21 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.072 Jy IMAGR2: Field 2 final Clean flux 11.794 MilliJy IMAGR2: Field 3 final Clean flux 4.099 MilliJy IMAGR2: Field 4 final Clean flux -10.737 MilliJy IMAGR2: Field 5 final Clean flux 14.630 MilliJy IMAGR2: Field 6 final Clean flux -7.356 MilliJy IMAGR2: Field 7 final Clean flux 21.875 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 49 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 66.6 Real= 206 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1408 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1549+506 X BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 1359 CELLSIZE 0.23554 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23554 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 87.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 3 C 1 1012 1012 15 49 17.47 50 38 05.8 00001 -1 507 512 513 C 2 1012 1012 15 49 17.47 50 34 45.3 00002 -1 507 512 513 C 3 1012 1012 15 48 59.23 50 36 25.4 00003 -1 507 512 513 C 4 1012 1012 15 49 35.71 50 36 25.4 00004 -1 507 512 513 C 5 1012 1012 15 48 59.21 50 39 46.0 00005 -1 507 512 513 C 6 1012 1012 15 49 35.73 50 39 46.0 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 41 26.3 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1408 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.3319E-02 1.2000E-02 0 IMAGR2: Field 2 1012 1012 1.3319E-02 -2.0049E+02 0 IMAGR2: Field 3 1012 1012 -1.7352E+02 -1.0039E+02 0 IMAGR2: Field 4 1012 1012 1.7355E+02 -1.0039E+02 0 IMAGR2: Field 5 1012 1012 -1.7371E+02 1.0021E+02 0 IMAGR2: Field 6 1012 1012 1.7374E+02 1.0021E+02 0 IMAGR2: Field 7 1012 1012 1.3319E-02 2.0051E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1549+506 .IMAGR . 1 (UV) on disk 1 cno 56 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 12883 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.333E+04 IMAGR2: UVWAIT: Adding temperance S 8.666E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.588E+07 and out 5.963E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.142 due to weighting IMAGR2: UVWAIT: Average summed weight 4.333E+04 over 25533 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 = 6.33077E+08 IMAGR2: Field 1 Beam min = -155.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 891.716 x 680.387 Milliarcsec, PA= -64.8 IMAGR2: Field 2 Sum of gridding weights = 6.33076E+08 IMAGR2: Field 2 Beam min = -155.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 891.442 x 680.517 Milliarcsec, PA= -64.8 IMAGR2: Field 3 Sum of gridding weights = 6.33078E+08 IMAGR2: Field 3 Beam min = -156.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 892.095 x 680.503 Milliarcsec, PA= -64.9 IMAGR2: Field 4 Sum of gridding weights = 6.33075E+08 IMAGR2: Field 4 Beam min = -103.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 891.063 x 680.400 Milliarcsec, PA= -64.7 IMAGR2: Field 5 Sum of gridding weights = 6.33077E+08 IMAGR2: Field 5 Beam min = -155.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 892.372 x 680.371 Milliarcsec, PA= -64.9 IMAGR2: Field 6 Sum of gridding weights = 6.33076E+08 IMAGR2: Field 6 Beam min = -103.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 891.338 x 680.269 Milliarcsec, PA= -64.7 IMAGR2: Field 7 Sum of gridding weights = 6.33077E+08 IMAGR2: Field 7 Beam min = -155.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 891.992 x 680.256 Milliarcsec, PA= -64.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -78.0 MilliJy,max = 930.5 MilliJy IMAGR2: Field 2 min = -59.6 MilliJy,max = 144.8 MilliJy IMAGR2: Field 3 min = -82.6 MilliJy,max = 189.4 MilliJy IMAGR2: Field 4 min = -81.8 MilliJy,max = 157.4 MilliJy IMAGR2: Field 5 min = -84.2 MilliJy,max = 151.5 MilliJy IMAGR2: Field 6 min = -83.6 MilliJy,max = 193.9 MilliJy IMAGR2: Field 7 min = -60.0 MilliJy,max = 149.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 95.22 MilliJy IMAGR2: 2043 Residual map points loaded IMAGR2: Field 1 min allowed flux = 445.070 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 529.968 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 529.968 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 = -34.7 MilliJy,max = 400.6 MilliJy IMAGR2: BGC Clean: using 1979 cell beam + residuals > 56.90 MilliJy IMAGR2: 494 Residual map points loaded IMAGR2: Field 1 min allowed flux = 191.592 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 758.106 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 758.106 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.0 MilliJy,max = 172.4 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 57.24 MilliJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 79.653 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 865.516 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 865.516 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.2 MilliJy,max = 15.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.240E-02 < Second best 1.514E-01 IMAGR2: Field 3 min = -6.9 MilliJy,max = 15.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.291E-02 < Second best 1.424E-01 IMAGR2: Field 7 min = -6.3 MilliJy,max = 12.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.146E-02 < Second best 1.382E-01 IMAGR2: Field 2 min = -6.3 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.183E-02 < Second best 1.142E-01 IMAGR2: Field 5 min = -7.2 MilliJy,max = 13.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.044E-02 < Second best 1.125E-01 IMAGR2: Field 4 min = -7.3 MilliJy,max = 14.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.874E-03 < Second best 7.574E-02 IMAGR2: Field 1 min = -9.4 MilliJy,max = 74.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.15 MilliJy IMAGR2: 2210 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.978 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 913.649 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 913.649 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.4 MilliJy,max = 33.8 MilliJy IMAGR2: BGC Clean: using 1507 cell beam + residuals > 5.78 MilliJy IMAGR2: 333 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.442 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 937.296 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 937.296 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.2 MilliJy,max = 14.4 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.41 MilliJy IMAGR2: 38 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.036 MilliJy iter= 60 IMAGR2: Field 1 Clean flux density= 940.792 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 940.792 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.716E-03 < Second best 1.240E-02 IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.086E-03 < Second best 1.183E-02 IMAGR2: Field 2 min = -2.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.384E-03 < Second best 1.146E-02 IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.917E-03 < Second best 1.044E-02 IMAGR2: Field 5 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.888E-03 < Second best 9.874E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.865E-03 < Second best 6.696E-03 IMAGR2: Field 1 min = -6.7 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 151 cell beam + residuals > 1.75 MilliJy IMAGR2: 2352 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.470 MilliJy iter= 107 IMAGR2: Field 1 Clean flux density= 934.849 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 934.849 MilliJy 107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.736E-03 < Second best 3.384E-03 IMAGR2: Field 2 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.509E-03 < Second best 3.306E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 843 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.251 MilliJy iter= 172 IMAGR2: Field 1 Clean flux density= 937.085 MilliJy 172 comps IMAGR2: Total Cleaned flux density = 937.085 MilliJy 172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 810 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.895 MilliJy iter= 51 IMAGR2: Field 6 Clean flux density= 1.959 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 939.044 MilliJy 223 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.656E-03 < Second best 2.888E-03 IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.547E-03 < Second best 2.865E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 3524 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.927 MilliJy iter= 105 IMAGR2: Field 4 Clean flux density= 4.532 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 943.576 MilliJy 328 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.344E-03 < Second best 2.656E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 2066 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.797 MilliJy iter= 117 IMAGR2: Field 7 Clean flux density= 5.943 MilliJy 117 comps IMAGR2: Total Cleaned flux density = 949.519 MilliJy 445 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.350E-03 < Second best 2.509E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.069E-03 < Second best 2.350E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 3641 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.763 MilliJy iter= 174 IMAGR2: Field 5 Clean flux density= 3.145 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 952.663 MilliJy 619 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.000E-03 < Second best 2.149E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 241 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.418 MilliJy iter= 235 IMAGR2: Field 1 Clean flux density= 935.303 MilliJy 235 comps IMAGR2: Total Cleaned flux density = 950.882 MilliJy 682 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1209 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.525 MilliJy iter= 142 IMAGR2: Field 2 Clean flux density= -264.268 MicroJy 142 comps IMAGR2: Total Cleaned flux density = 950.618 MilliJy 824 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.27 MilliJy IMAGR2: 553 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.442 MilliJy iter= 111 IMAGR2: Field 3 Clean flux density= 7.011 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 957.630 MilliJy 935 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1585 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.428 MilliJy iter= 273 IMAGR2: Field 4 Clean flux density= -1.087 MilliJy 273 comps IMAGR2: Total Cleaned flux density = 952.010 MilliJy 1103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.441E-03 < Second best 1.718E-03 IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.492E-03 < Second best 1.687E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 2990 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.285 MilliJy iter= 427 IMAGR2: Field 5 Clean flux density= 3.585 MilliJy 427 comps IMAGR2: Total Cleaned flux density = 952.451 MilliJy 1356 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.359E-03 < Second best 1.459E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.349E-03 < Second best 1.441E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1120 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.158 MilliJy iter= 255 IMAGR2: Field 6 Clean flux density= 120.780 MicroJy 255 comps IMAGR2: Total Cleaned flux density = 950.612 MilliJy 1560 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.257E-03 < Second best 1.368E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.261E-03 < Second best 1.359E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 936.52 MicroJy IMAGR2: 1118 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.053 MilliJy iter= 316 IMAGR2: Field 7 Clean flux density= 11.047 MilliJy 316 comps IMAGR2: Total Cleaned flux density = 955.717 MilliJy 1759 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.208E-03 < Second best 1.349E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 910.41 MicroJy IMAGR2: 1665 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.045 MilliJy iter= 415 IMAGR2: Field 2 Clean flux density= -3.249 MilliJy 415 comps IMAGR2: Total Cleaned flux density = 952.732 MilliJy 2032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.181E-03 < Second best 1.257E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.157E-03 < Second best 1.231E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 830.86 MicroJy IMAGR2: 2163 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 944.822 MicroJy iter= 716 IMAGR2: Field 5 Clean flux density= 9.793 MilliJy 716 comps IMAGR2: Total Cleaned flux density = 958.940 MilliJy 2321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.063E-03 < Second best 1.181E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 828.70 MicroJy IMAGR2: 2768 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 961.160 MicroJy iter= 649 IMAGR2: Field 4 Clean flux density= -5.863 MilliJy 649 comps IMAGR2: Total Cleaned flux density = 954.164 MilliJy 2697 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 823.17 MicroJy IMAGR2: 606 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -882.557 MicroJy iter= 303 IMAGR2: Field 3 Clean flux density= 6.565 MilliJy 303 comps IMAGR2: Total Cleaned flux density = 953.718 MilliJy 2889 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.325E-04 < Second best 1.063E-03 IMAGR2: Field 1 min = -1.0 MilliJy,max = 986.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.487E-04 < Second best 1.009E-03 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 761.67 MicroJy IMAGR2: 541 Residual map points loaded IMAGR2: Field 7 min Clean flux = 844.413 MicroJy iter= 386 IMAGR2: Field 7 Clean flux density= 12.299 MilliJy 386 comps IMAGR2: Total Cleaned flux density = 954.970 MilliJy 2959 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 718.16 MicroJy IMAGR2: 470 Residual map points loaded IMAGR2: Field 2 min Clean flux = 843.845 MicroJy iter= 430 IMAGR2: Field 2 Clean flux density= -2.809 MilliJy 430 comps IMAGR2: Total Cleaned flux density = 955.410 MilliJy 2974 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 959.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 715.72 MicroJy IMAGR2: 140 Residual map points loaded IMAGR2: Field 1 min Clean flux = 839.224 MicroJy iter= 250 IMAGR2: Field 1 Clean flux density= 935.398 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 955.505 MilliJy 2989 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 713.88 MicroJy IMAGR2: 760 Residual map points loaded IMAGR2: Field 6 min Clean flux = -843.803 MicroJy iter= 298 IMAGR2: Field 6 Clean flux density= 224.334 MicroJy 298 comps IMAGR2: Total Cleaned flux density = 955.608 MilliJy 3032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.600E-04 < Second best 9.058E-04 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 598.25 MicroJy IMAGR2: 5054 Residual map points loaded IMAGR2: Field 5 min Clean flux = -844.095 MicroJy iter= 727 IMAGR2: Field 5 Clean flux density= 9.885 MilliJy 727 comps IMAGR2: Total Cleaned flux density = 955.700 MilliJy 3043 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 573.76 MicroJy IMAGR2: 7307 Residual map points loaded IMAGR2: Field 4 min Clean flux = -844.115 MicroJy iter= 661 IMAGR2: Field 4 Clean flux density= -5.507 MilliJy 661 comps IMAGR2: Total Cleaned flux density = 956.056 MilliJy 3055 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 250 to 60 components IMAGR2: Field 2 compressed from 430 to 328 components IMAGR2: Field 3 compressed from 303 to 236 components IMAGR2: Field 4 compressed from 661 to 472 components IMAGR2: Field 5 compressed from 727 to 526 components IMAGR2: Field 6 compressed from 298 to 225 components IMAGR2: Field 7 compressed from 386 to 285 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 915.2 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-294.055 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore-179.195 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR2: Restore -1.337 MilliJy ( 12 CCs) from field 1 to field 4 IMAGR2: Restore-322.386 MicroJy ( 2 CCs) from field 1 to field 5 IMAGR2: Restore -85.533 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore 222.887 MicroJy ( 5 CCs) from field 2 to field 1 IMAGR2: Restore 809.929 MicroJy ( 15 CCs) from field 2 to field 3 IMAGR2: Restore -1.854 MilliJy ( 57 CCs) from field 2 to field 4 IMAGR2: Restore 661.254 MicroJy ( 6 CCs) from field 3 to field 1 IMAGR2: Restore 1.349 MilliJy ( 13 CCs) from field 3 to field 2 IMAGR2: Restore 190.772 MicroJy ( 19 CCs) from field 3 to field 5 IMAGR2: Restore 68.771 MicroJy ( 5 CCs) from field 4 to field 1 IMAGR2: Restore 40.111 MicroJy ( 19 CCs) from field 4 to field 2 IMAGR2: Restore-573.387 MicroJy ( 19 CCs) from field 4 to field 6 IMAGR2: Restore 1.098 MilliJy ( 19 CCs) from field 5 to field 1 IMAGR2: Restore 1.708 MilliJy ( 38 CCs) from field 5 to field 3 IMAGR2: Restore-440.095 MicroJy ( 39 CCs) from field 5 to field 7 IMAGR2: Restore -91.840 MicroJy ( 1 CCs) from field 6 to field 1 IMAGR2: Restore 1.317 MilliJy ( 35 CCs) from field 6 to field 4 IMAGR2: Restore 145.414 MicroJy ( 3 CCs) from field 6 to field 7 IMAGR2: Restore -65.448 MicroJy ( 5 CCs) from field 7 to field 1 IMAGR2: Restore 3.733 MilliJy ( 42 CCs) from field 7 to field 5 IMAGR2: Restore 284.895 MicroJy ( 12 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 937.291 MilliJy IMAGR2: Field 2 final Clean flux -1.714 MilliJy IMAGR2: Field 3 final Clean flux 8.903 MilliJy IMAGR2: Field 4 final Clean flux -7.381 MilliJy IMAGR2: Field 5 final Clean flux 13.487 MilliJy IMAGR2: Field 6 final Clean flux -149.691 MicroJy IMAGR2: Field 7 final Clean flux 12.004 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= 58.4 Real= 179 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1408 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 80.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= 3 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 13 29.2 00002 -1 507 512 513 C 3 1012 1012 16 01 24.71 43 15 08.4 00003 -1 507 512 513 C 4 1012 1012 16 01 56.18 43 15 08.4 00004 -1 507 512 513 C 5 1012 1012 16 01 24.69 43 18 27.0 00005 -1 507 512 513 C 6 1012 1012 16 01 56.20 43 18 27.0 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 20 06.3 00007 -1 507 512 513 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_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 19656 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 9.527E+04 IMAGR2: UVWAIT: Adding temperance S 1.905E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 7.204E+07 and out 1.016E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.173 due to weighting IMAGR2: UVWAIT: Average summed weight 9.527E+04 over 39312 vis IMAGR2: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 70 IMAGR2: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 77 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.07816E+09 IMAGR2: Field 1 Beam min = -163.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 837.464 x 655.710 Milliarcsec, PA= -61.9 IMAGR2: Field 2 Sum of gridding weights = 1.07815E+09 IMAGR2: Field 2 Beam min = -163.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 837.231 x 655.883 Milliarcsec, PA= -62.0 IMAGR2: Field 3 Sum of gridding weights = 1.07815E+09 IMAGR2: Field 3 Beam min = -155.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 837.727 x 655.886 Milliarcsec, PA= -62.1 IMAGR2: Field 4 Sum of gridding weights = 1.07815E+09 IMAGR2: Field 4 Beam min = -134.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 836.968 x 655.706 Milliarcsec, PA= -61.8 IMAGR2: Field 5 Sum of gridding weights = 1.07815E+09 IMAGR2: Field 5 Beam min = -155.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 837.961 x 655.712 Milliarcsec, PA= -62.0 IMAGR2: Field 6 Sum of gridding weights = 1.07815E+09 IMAGR2: Field 6 Beam min = -150.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 837.202 x 655.533 Milliarcsec, PA= -61.8 IMAGR2: Field 7 Sum of gridding weights = 1.07815E+09 IMAGR2: Field 7 Beam min = -163.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 837.698 x 655.536 Milliarcsec, PA= -61.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.9 MilliJy,max = 19.2 MilliJy IMAGR2: Field 2 min = -2.0 MilliJy,max = 5.1 MilliJy IMAGR2: Field 3 min = -2.0 MilliJy,max = 8.5 MilliJy IMAGR2: Field 4 min = -1.9 MilliJy,max = 6.8 MilliJy IMAGR2: Field 5 min = -2.1 MilliJy,max = 6.5 MilliJy IMAGR2: Field 6 min = -2.1 MilliJy,max = 7.5 MilliJy IMAGR2: Field 7 min = -2.2 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.31 MilliJy IMAGR2: 7853 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.510 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 19.229 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 19.229 MilliJy 14 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 1061 cell beam + residuals > 1.93 MilliJy IMAGR2: 1417 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.443 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 31.117 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 31.117 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -750.5 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.378E-03 < Second best 4.829E-03 IMAGR2: Field 2 min = -696.7 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.032E-03 < Second best 4.674E-03 IMAGR2: Field 3 min = -724.8 MicroJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.120E-03 < Second best 4.327E-03 IMAGR2: Field 6 min = -754.9 MicroJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.223E-03 < Second best 4.228E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.38 MilliJy IMAGR2: 284 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.076 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 36.679 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 36.679 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -612.7 MicroJy,max = 952.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.187E-04 < Second best 3.497E-03 IMAGR2: Field 5 min = -608.9 MicroJy,max = 824.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.919E-04 < Second best 1.976E-03 IMAGR2: Field 1 min = -973.1 MicroJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 603 cell beam + residuals > 519.02 MicroJy IMAGR2: 2681 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.010 MilliJy iter= 69 IMAGR2: Field 1 Clean flux density= 39.395 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 39.395 MilliJy 69 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -579.5 MicroJy,max = 614.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.706E-04 < Second best 1.223E-03 IMAGR2: Field 6 min = -660.4 MicroJy,max = 729.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.975E-04 < Second best 1.120E-03 IMAGR2: Field 3 min = -621.8 MicroJy,max = 609.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.831E-04 < Second best 1.032E-03 IMAGR2: Field 2 min = -495.5 MicroJy,max = 607.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.811E-04 < Second best 9.618E-04 IMAGR2: Field 1 min = -896.0 MicroJy,max = 975.2 MicroJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 312.50 MicroJy IMAGR2: 15748 Residual map points loaded IMAGR2: Field 1 min Clean flux = 680.946 MicroJy iter= 95 IMAGR2: Field 1 Clean flux density= 40.387 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 40.387 MilliJy 95 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -630.1 MicroJy,max = 650.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 95 to 21 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 = -671.6 MicroJy,max = 671.9 MicroJy IMAGR2: Field 2 min = -488.1 MicroJy,max = 526.8 MicroJy IMAGR2: Field 3 min = -549.4 MicroJy,max = 515.0 MicroJy IMAGR2: Field 4 min = -576.3 MicroJy,max = 712.5 MicroJy IMAGR2: Field 5 min = -521.5 MicroJy,max = 527.8 MicroJy IMAGR2: Field 6 min = -630.1 MicroJy,max = 650.4 MicroJy IMAGR2: Field 7 min = -585.0 MicroJy,max = 562.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 40.387 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy 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= 19.2 Real= 60 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 81.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 45 58.3 00002 -1 507 512 513 C 3 1012 1012 15 59 15.31 43 47 37.5 00003 -1 507 512 513 C 4 1012 1012 15 59 47.07 43 47 37.5 00004 -1 507 512 513 C 5 1012 1012 15 59 15.29 43 50 56.1 00005 -1 507 512 513 C 6 1012 1012 15 59 47.09 43 50 56.1 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 52 35.4 00007 -1 507 512 513 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 -1.0823E-02 -1.9856E+02 0 IMAGR2: Field 3 1012 1012 -1.7187E+02 -9.9360E+01 0 IMAGR2: Field 4 1012 1012 1.7185E+02 -9.9360E+01 0 IMAGR2: Field 5 1012 1012 -1.7209E+02 9.9240E+01 0 IMAGR2: Field 6 1012 1012 1.7207E+02 9.9240E+01 0 IMAGR2: Field 7 1012 1012 -1.0823E-02 1.9854E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 70 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5967 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.687E+04 IMAGR2: UVWAIT: Adding temperance S 7.374E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.177E+07 and out 2.642E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.131 due to weighting IMAGR2: UVWAIT: Average summed weight 3.687E+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.80510E+08 IMAGR2: Field 1 Beam min = -124.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 853.875 x 708.581 Milliarcsec, PA= -66.8 IMAGR2: Field 2 Sum of gridding weights = 2.80510E+08 IMAGR2: Field 2 Beam min = -119.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 853.659 x 708.750 Milliarcsec, PA= -66.9 IMAGR2: Field 3 Sum of gridding weights = 2.80509E+08 IMAGR2: Field 3 Beam min = -113.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 854.217 x 708.725 Milliarcsec, PA= -67.0 IMAGR2: Field 4 Sum of gridding weights = 2.80508E+08 IMAGR2: Field 4 Beam min = -96.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 853.319 x 708.608 Milliarcsec, PA= -66.7 IMAGR2: Field 5 Sum of gridding weights = 2.80508E+08 IMAGR2: Field 5 Beam min = -105.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 854.438 x 708.554 Milliarcsec, PA= -66.9 IMAGR2: Field 6 Sum of gridding weights = 2.80509E+08 IMAGR2: Field 6 Beam min = -124.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 853.536 x 708.438 Milliarcsec, PA= -66.7 IMAGR2: Field 7 Sum of gridding weights = 2.80509E+08 IMAGR2: Field 7 Beam min = -111.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 854.096 x 708.412 Milliarcsec, PA= -66.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -8.3 MilliJy,max = 78.7 MilliJy IMAGR2: Field 2 min = -7.6 MilliJy,max = 26.1 MilliJy IMAGR2: Field 3 min = -7.6 MilliJy,max = 41.9 MilliJy IMAGR2: Field 4 min = -7.4 MilliJy,max = 28.0 MilliJy IMAGR2: Field 5 min = -6.6 MilliJy,max = 26.7 MilliJy IMAGR2: Field 6 min = -8.4 MilliJy,max = 40.8 MilliJy IMAGR2: Field 7 min = -8.6 MilliJy,max = 24.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 12.91 MilliJy IMAGR2: 2264 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 42.590 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 41.153 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 41.153 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 MilliJy,max = 38.9 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 9.25 MilliJy IMAGR2: 714 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 19.280 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 75.827 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 75.827 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.2 MilliJy,max = 12.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.140E-02 < Second best 3.188E-02 IMAGR2: Field 3 min = -3.2 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.007E-02 < Second best 2.490E-02 IMAGR2: Field 2 min = -3.2 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.782E-03 < Second best 2.376E-02 IMAGR2: Field 7 min = -3.0 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.609E-03 < Second best 1.989E-02 IMAGR2: Field 4 min = -2.9 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.717E-03 < Second best 1.835E-02 IMAGR2: Field 1 min = -3.6 MilliJy,max = 18.4 MilliJy IMAGR2: BGC Clean: using 1651 cell beam + residuals > 5.25 MilliJy IMAGR2: 551 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.122 MilliJy iter= 37 IMAGR2: Field 1 Clean flux density= 98.266 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 98.266 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.996E-03 < Second best 1.140E-02 IMAGR2: Field 6 min = -1.8 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.879E-03 < Second best 1.007E-02 IMAGR2: Field 3 min = -1.9 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.943E-03 < Second best 8.683E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 1965 cell beam + residuals > 2.38 MilliJy IMAGR2: 960 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.286 MilliJy iter= 54 IMAGR2: Field 1 Clean flux density= 108.865 MilliJy 54 comps IMAGR2: Total Cleaned flux density = 108.865 MilliJy 54 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.344E-03 < Second best 6.609E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.080E-03 < Second best 5.879E-03 IMAGR2: Field 6 min = -1.6 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.251E-03 < Second best 5.717E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.751E-03 < Second best 4.943E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.473E-03 < Second best 4.081E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 1965 cell beam + residuals > 1.12 MilliJy IMAGR2: 4443 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.030 MilliJy iter= 77 IMAGR2: Field 1 Clean flux density= 114.459 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 114.459 MilliJy 77 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.912E-03 < Second best 2.996E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.264E-03 < Second best 2.473E-03 IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.644E-03 < Second best 2.344E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.834E-03 < Second best 2.080E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.606E-03 < Second best 1.935E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 852.14 MicroJy IMAGR2: 5479 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.303 MilliJy iter= 129 IMAGR2: Field 1 Clean flux density= 118.501 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 118.501 MilliJy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.303E-03 < Second best 1.834E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.418E-03 < Second best 1.751E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.048E-03 < Second best 1.644E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.286E-03 < Second best 1.606E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.278E-03 < Second best 1.418E-03 IMAGR2: BGC Clean: using 601 cell beam + residuals > 765.01 MicroJy IMAGR2: 983 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.225 MilliJy iter= 3 IMAGR2: Field 2 Clean flux density= 404.240 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 118.905 MilliJy 132 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 765.01 MicroJy IMAGR2: 908 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.213 MilliJy iter= 2 IMAGR2: Field 6 Clean flux density= 255.987 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 119.161 MilliJy 134 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 765.01 MicroJy IMAGR2: 748 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.236 MilliJy iter= 3 IMAGR2: Field 3 Clean flux density= 379.351 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 119.541 MilliJy 137 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 1.160E-03 < Second best 1.264E-03 IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.930E-04 < Second best 1.245E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 546.80 MicroJy IMAGR2: 19118 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.216 MilliJy iter= 132 IMAGR2: Field 1 Clean flux density= 118.124 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 119.164 MilliJy 140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.236 less than limit 1.242 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 132 to 43 components IMAGR2: Field 2 compressed from 3 to 2 components IMAGR2: Field 3 compressed from 3 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 2 to 1 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 805.329 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore 2.390 MilliJy ( 7 CCs) from field 1 to field 6 IMAGR2: Restore 132.125 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore 122.489 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 404.240 MicroJy ( 2 CCs) from field 2 to field 3 IMAGR2: Restore 123.586 MicroJy ( 1 CCs) from field 3 to field 1 IMAGR2: Restore 123.586 MicroJy ( 1 CCs) from field 3 to field 2 IMAGR2: Restore 255.987 MicroJy ( 1 CCs) from field 6 to field 7 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 118.370 MilliJy IMAGR2: Field 2 final Clean flux 527.826 MicroJy IMAGR2: Field 3 final Clean flux 1.589 MilliJy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 2.646 MilliJy IMAGR2: Field 7 final Clean flux 388.112 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 70 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 25.4 Real= 79 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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: AN11_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.2158 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC2: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.23424 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23424 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 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.1 Real= 4 C 1 1012 1012 15 45 08.53 47 51 54.7 00001 -1 507 512 513 C 2 1012 1012 15 45 08.53 47 48 35.3 00002 -1 507 512 513 C 3 1012 1012 15 44 51.38 47 50 14.9 00003 -1 507 512 513 C 4 1012 1012 15 45 25.68 47 50 14.9 00004 -1 507 512 513 C 5 1012 1012 15 44 51.36 47 53 34.3 00005 -1 507 512 513 C 6 1012 1012 15 45 25.70 47 53 34.3 00006 -1 507 512 513 C 7 1012 1012 15 45 08.53 47 55 14.1 00007 -1 507 512 513 k 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2158 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -3.0189E-03 3.3000E-02 0 IMAGR2: Field 2 1012 1012 -3.0189E-03 -1.9937E+02 0 IMAGR2: Field 3 1012 1012 -1.7259E+02 -9.9767E+01 0 IMAGR2: Field 4 1012 1012 1.7258E+02 -9.9767E+01 0 IMAGR2: Field 5 1012 1012 -1.7279E+02 9.9633E+01 0 IMAGR2: Field 6 1012 1012 1.7278E+02 9.9633E+01 0 IMAGR2: Field 7 1012 1012 -3.0189E-03 1.9943E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1545+478 .IMAGR . 1 (UV) on disk 1 cno 77 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5489 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.300E+04 IMAGR2: UVWAIT: Adding temperance S 6.600E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.919E+07 and out 2.281E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.128 due to weighting IMAGR2: UVWAIT: Average summed weight 3.300E+04 over 10926 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.42120E+08 IMAGR2: Field 1 Beam min = -138.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 927.149 x 713.295 Milliarcsec, PA= -69.8 IMAGR2: Field 2 Sum of gridding weights = 2.42120E+08 IMAGR2: Field 2 Beam min = -136.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 926.913 x 713.447 Milliarcsec, PA= -69.8 IMAGR2: Field 3 Sum of gridding weights = 2.42119E+08 IMAGR2: Field 3 Beam min = -141.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 927.601 x 713.418 Milliarcsec, PA= -69.9 IMAGR2: Field 4 Sum of gridding weights = 2.42120E+08 IMAGR2: Field 4 Beam min = -116.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 926.464 x 713.325 Milliarcsec, PA= -69.7 IMAGR2: Field 5 Sum of gridding weights = 2.42119E+08 IMAGR2: Field 5 Beam min = -141.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 927.840 x 713.264 Milliarcsec, PA= -69.9 IMAGR2: Field 6 Sum of gridding weights = 2.42120E+08 IMAGR2: Field 6 Beam min = -139.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 926.702 x 713.173 Milliarcsec, PA= -69.7 IMAGR2: Field 7 Sum of gridding weights = 2.42120E+08 IMAGR2: Field 7 Beam min = -126.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 927.387 x 713.143 Milliarcsec, PA= -69.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -27.9 MilliJy,max = 313.0 MilliJy IMAGR2: Field 2 min = -26.0 MilliJy,max = 98.6 MilliJy IMAGR2: Field 3 min = -33.5 MilliJy,max = 131.9 MilliJy IMAGR2: Field 4 min = -31.5 MilliJy,max = 104.9 MilliJy IMAGR2: Field 5 min = -33.5 MilliJy,max = 105.5 MilliJy IMAGR2: Field 6 min = -31.4 MilliJy,max = 130.5 MilliJy IMAGR2: Field 7 min = -27.3 MilliJy,max = 97.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 58.95 MilliJy IMAGR2: 929 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 184.830 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 146.664 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 146.664 MilliJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.3 MilliJy,max = 166.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 34.81 MilliJy IMAGR2: 594 Residual map points loaded IMAGR2: Field 1 min allowed flux = 79.565 MilliJy iter= 14 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 241.406 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 241.406 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.2 MilliJy,max = 32.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.707E-02 < Second best 1.054E-01 IMAGR2: Field 6 min = -7.8 MilliJy,max = 32.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.545E-02 < Second best 9.402E-02 IMAGR2: Field 2 min = -6.6 MilliJy,max = 24.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.366E-02 < Second best 9.311E-02 IMAGR2: Field 7 min = -6.7 MilliJy,max = 24.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.349E-02 < Second best 7.859E-02 IMAGR2: Field 5 min = -7.8 MilliJy,max = 26.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.906E-02 < Second best 7.568E-02 IMAGR2: Field 1 min = -8.0 MilliJy,max = 73.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.948E-02 < Second best 7.355E-02 IMAGR2: Field 4 min = -7.9 MilliJy,max = 24.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.927E-02 < Second best 6.948E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.76 MilliJy IMAGR2: 1256 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.980 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 287.989 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 287.989 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 31.5 MilliJy IMAGR2: BGC Clean: using 1955 cell beam + residuals > 8.20 MilliJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.027 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 308.241 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 308.241 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.202E-03 < Second best 2.545E-02 IMAGR2: Field 6 min = -2.8 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.460E-03 < Second best 2.366E-02 IMAGR2: Field 2 min = -3.1 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.916E-03 < Second best 2.349E-02 IMAGR2: Field 7 min = -2.8 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.970E-03 < Second best 1.927E-02 IMAGR2: Field 4 min = -2.4 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.981E-03 < Second best 1.906E-02 IMAGR2: Field 5 min = -3.3 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.548E-03 < Second best 1.430E-02 IMAGR2: Field 1 min = -4.8 MilliJy,max = 13.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.83 MilliJy IMAGR2: 1768 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.723 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 317.128 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 317.128 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.6 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 1499 cell beam + residuals > 2.10 MilliJy IMAGR2: 1165 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.206 MilliJy iter= 65 IMAGR2: Field 1 Clean flux density= 316.258 MilliJy 65 comps IMAGR2: Total Cleaned flux density = 316.258 MilliJy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.433E-03 < Second best 4.970E-03 IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.749E-03 < Second best 4.916E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.452E-03 < Second best 4.548E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.726E-03 < Second best 4.460E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.044E-03 < Second best 3.981E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.709E-03 < Second best 3.054E-03 IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.33 MilliJy IMAGR2: 2926 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.925 MilliJy iter= 103 IMAGR2: Field 1 Clean flux density= 315.622 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 315.622 MilliJy 103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 583 cell beam + residuals > 1.20 MilliJy IMAGR2: 1842 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.591 MilliJy iter= 38 IMAGR2: Field 7 Clean flux density= 3.468 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 319.090 MilliJy 141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.994E-03 < Second best 2.452E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.071E-03 < Second best 2.433E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.924E-03 < Second best 2.071E-03 IMAGR2: BGC Clean: using 1471 cell beam + residuals > 1.12 MilliJy IMAGR2: 1914 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.414 MilliJy iter= 41 IMAGR2: Field 2 Clean flux density= 1.406 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 320.496 MilliJy 182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.290E-03 < Second best 1.994E-03 IMAGR2: Field 5 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 1471 cell beam + residuals > 1.12 MilliJy IMAGR2: 757 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.308 MilliJy iter= 33 IMAGR2: Field 5 Clean flux density= 1.722 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 322.218 MilliJy 215 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.404E-03 < Second best 1.838E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.588E-03 < Second best 1.709E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.341E-03 < Second best 1.588E-03 IMAGR2: BGC Clean: using 1471 cell beam + residuals > 985.59 MicroJy IMAGR2: 1269 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.287 MilliJy iter= 128 IMAGR2: Field 1 Clean flux density= 315.747 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 322.343 MilliJy 240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.276E-03 < Second best 1.404E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 899.89 MicroJy IMAGR2: 1190 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.282 MilliJy iter= 6 IMAGR2: Field 3 Clean flux density= 275.726 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 322.619 MilliJy 246 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.270E-03 < Second best 1.341E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 813.62 MicroJy IMAGR2: 1346 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.293 MilliJy iter= 2 IMAGR2: Field 4 Clean flux density= -265.947 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 322.353 MilliJy 248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 813.62 MicroJy IMAGR2: 571 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.241 MilliJy iter= 2 IMAGR2: Field 6 Clean flux density= -254.771 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 322.098 MilliJy 250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 813.62 MicroJy IMAGR2: 4003 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.292 MilliJy iter= 41 IMAGR2: Field 7 Clean flux density= 3.595 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 322.225 MilliJy 253 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 585 cell beam + residuals > 813.62 MicroJy IMAGR2: 4087 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.290 MilliJy iter= 47 IMAGR2: Field 2 Clean flux density= 1.927 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 322.746 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 128 to 33 components IMAGR2: Field 2 compressed from 47 to 39 components IMAGR2: Field 3 compressed from 6 to 6 components IMAGR2: Field 4 compressed from 2 to 2 components IMAGR2: Field 5 compressed from 33 to 26 components IMAGR2: Field 6 compressed from 2 to 2 components IMAGR2: Field 7 compressed from 41 to 29 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.7 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 207.145 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR2: Restore 343.092 MicroJy ( 3 CCs) from field 1 to field 5 IMAGR2: Restore 345.812 MicroJy ( 17 CCs) from field 2 to field 3 IMAGR2: Restore 129.515 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore-136.022 MicroJy ( 1 CCs) from field 3 to field 1 IMAGR2: Restore 2.316 MicroJy ( 2 CCs) from field 3 to field 2 IMAGR2: Restore 142.997 MicroJy ( 1 CCs) from field 3 to field 5 IMAGR2: Restore-129.346 MicroJy ( 1 CCs) from field 4 to field 2 IMAGR2: Restore 135.178 MicroJy ( 1 CCs) from field 5 to field 1 IMAGR2: Restore 351.777 MicroJy ( 11 CCs) from field 5 to field 3 IMAGR2: Restore -9.027 MicroJy ( 7 CCs) from field 5 to field 7 IMAGR2: Restore-124.149 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR2: Restore 166.057 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Restore 2.102 MilliJy ( 10 CCs) from field 7 to field 5 IMAGR2: Restore-170.934 MicroJy ( 3 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 315.912 MilliJy IMAGR2: Field 2 final Clean flux 1.800 MilliJy IMAGR2: Field 3 final Clean flux 1.180 MilliJy IMAGR2: Field 4 final Clean flux -260.581 MicroJy IMAGR2: Field 5 final Clean flux 4.310 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 final Clean flux -425.705 MicroJy IMAGR2: Field 7 final Clean flux 3.586 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 77 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 31.4 Real= 97 k 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2158 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.11 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1634+627 X BAND Seq 1 Disk: 1 in slot 12 SETFC2: SETCEL: recommends IMSIZE 1421 CELLSIZE 0.22525 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22525 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:34:33.86 62:45:35.7 5.002 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 91.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 2036 2036 16 34 33.80 62 45 35.9 00001 -1 1019 1024 1025 C 2 246 246 16 34 33.86 62 45 35.7 00002 -1 100 128 129 k 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2158 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.11 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: AN11_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 21105 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.019E+04 IMAGR2: UVWAIT: Adding temperance S 6.037E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 7.465E+07 and out 9.834E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR2: UVWAIT: Average summed weight 3.019E+04 over 41952 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.04395E+09 IMAGR2: Field 1 Beam min = -69.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 942.234 x 653.543 Milliarcsec, PA= -51.9 IMAGR2: Field 2 Sum of gridding weights = 1.04397E+09 IMAGR2: Field 2 Beam min = -69.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 942.234 x 653.545 Milliarcsec, PA= -51.9 IMAGR2: CLBHIS: minimum component 0.406 of current peak IMAGR2: Field 1 min = -55.5 MilliJy,max = 793.8 MilliJy IMAGR2: Field 2 min = -55.5 MilliJy,max = 785.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 41.59 MilliJy IMAGR2: 14764 Residual map points loaded IMAGR2: Field 1 min allowed flux = 307.520 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 516.995 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 516.995 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 = -19.7 MilliJy,max = 271.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.582E-01 < Second best 2.923E-01 IMAGR2: Field 1 min = -19.5 MilliJy,max = 276.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 16.11 MilliJy IMAGR2: 9616 Residual map points loaded IMAGR2: Field 1 min allowed flux = 110.040 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 697.871 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 697.871 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.7 MilliJy,max = 102.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.702E-02 < Second best 1.046E-01 IMAGR2: Field 1 min = -7.6 MilliJy,max = 100.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.77 MilliJy IMAGR2: 12924 Residual map points loaded IMAGR2: Field 1 min allowed flux = 38.914 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 769.607 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 769.607 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.3 MilliJy,max = 36.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.477E-02 < Second best 3.699E-02 IMAGR2: Field 1 min = -5.0 MilliJy,max = 35.0 MilliJy IMAGR2: BGC Clean: using 2033 cell beam + residuals > 2.21 MilliJy IMAGR2: 16483 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.229 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 795.092 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 795.092 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.1 MilliJy,max = 13.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.27 MilliJy IMAGR2: 154 Residual map points loaded IMAGR2: Field 2 min allowed flux = 5.417 MilliJy iter= 18 IMAGR2: Field 2 Clean flux density= 6.440 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 801.532 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 1887 cell beam + residuals > 1.24 MilliJy IMAGR2: 14911 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.311 MilliJy iter= 104 IMAGR2: Field 1 Clean flux density= 795.557 MilliJy 104 comps IMAGR2: Total Cleaned flux density = 801.996 MilliJy 122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 89 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.562 MilliJy iter= 61 IMAGR2: Field 2 Clean flux density= 8.129 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 803.686 MilliJy 165 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 21105 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 19852 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.776 MilliJy iter= 241 IMAGR2: Field 1 Clean flux density= 803.741 MilliJy 241 comps IMAGR2: Total Cleaned flux density = 811.871 MilliJy 302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 19828 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.582 MilliJy iter= 435 IMAGR2: Field 1 Clean flux density= 807.301 MilliJy 435 comps IMAGR2: Total Cleaned flux density = 815.430 MilliJy 496 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 > 999.81 MicroJy IMAGR2: 19778 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.433 MilliJy iter= 697 IMAGR2: Field 1 Clean flux density= 813.757 MilliJy 697 comps IMAGR2: Total Cleaned flux density = 821.887 MilliJy 758 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 998.64 MicroJy IMAGR2: 46 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.051 MilliJy iter= 102 IMAGR2: Field 2 Clean flux density= 9.437 MilliJy 102 comps IMAGR2: Total Cleaned flux density = 823.195 MilliJy 799 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 21105 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 936.08 MicroJy IMAGR2: 19919 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.292 MilliJy iter= 1056 IMAGR2: Field 1 Clean flux density= 818.401 MilliJy 1056 comps IMAGR2: Total Cleaned flux density = 827.838 MilliJy 1158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 870.55 MicroJy IMAGR2: 19892 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.164 MilliJy iter= 1505 IMAGR2: Field 1 Clean flux density= 827.859 MilliJy 1505 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 837.296 MilliJy 1607 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 802.79 MicroJy IMAGR2: 19839 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.047 MilliJy iter= 2057 IMAGR2: Field 1 Clean flux density= 832.338 MilliJy 2057 comps IMAGR2: Total Cleaned flux density = 841.776 MilliJy 2159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -944.2 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 802.18 MicroJy IMAGR2: 30 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -810.890 MicroJy iter= 125 IMAGR2: Field 2 Clean flux density= 10.063 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 842.402 MilliJy 2182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 732.36 MicroJy IMAGR2: 19928 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -932.094 MicroJy iter= 2730 IMAGR2: Field 1 Clean flux density= 835.031 MilliJy 2730 comps IMAGR2: Total Cleaned flux density = 845.094 MilliJy 2855 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 662.67 MicroJy IMAGR2: 19858 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 828.123 MicroJy iter= 3524 IMAGR2: Field 1 Clean flux density= 839.074 MilliJy 3524 comps IMAGR2: Total Cleaned flux density = 849.138 MilliJy 3649 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 > 597.97 MicroJy IMAGR2: 19775 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 734.361 MicroJy iter= 4439 IMAGR2: Field 1 Clean flux density= 844.734 MilliJy 4439 comps IMAGR2: Total Cleaned flux density = 854.797 MilliJy 4564 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -687.2 MicroJy,max = 718.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 597.29 MicroJy IMAGR2: 30 Residual map points loaded IMAGR2: Field 2 min Clean flux = -653.561 MicroJy iter= 131 IMAGR2: Field 2 Clean flux density= 10.064 MilliJy 131 comps IMAGR2: Total Cleaned flux density = 854.798 MilliJy 4570 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 535.86 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min Clean flux = 660.193 MicroJy iter= 5185 IMAGR2: Field 1 Clean flux density= 848.192 MilliJy 5185 comps IMAGR2: Total Cleaned flux density = 858.256 MilliJy 5316 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 660.193 less than limit 660.246 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 5185 to 3242 components IMAGR2: Field 2 compressed from 131 to 29 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -617.6 MicroJy,max = 597.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 795.945 MilliJy ( 19 CCs) from field 1 to field 2 IMAGR2: Restore 10.064 MilliJy ( 29 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 858.256 MilliJy IMAGR2: Field 2 final Clean flux 806.010 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= 73.8 Real= 229 k 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2158 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.11 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: AN11_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.09863 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1642+689 X BAND Seq 1 Disk: 1 in slot 13 SETFC2: SETCEL: recommends IMSIZE 1440 CELLSIZE 0.22235 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22235 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 95.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 2036 2036 16 42 07.85 68 56 39.8 00001 -1 1019 1024 1025 C 2 246 246 16 42 07.80 68 56 38.9 00002 -1 100 128 129 k 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2158 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.11 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: AN11_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.09863 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: AN11_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 26273 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.854E+04 IMAGR2: UVWAIT: Adding temperance S 5.708E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.154E+07 and out 1.212E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR2: UVWAIT: Average summed weight 2.854E+04 over 52288 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.28715E+09 IMAGR2: Field 1 Beam min = -79.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.001 x 0.647 arcsec, PA= -48.7 IMAGR2: Field 2 Sum of gridding weights = 1.28717E+09 IMAGR2: Field 2 Beam min = -79.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.001 x 0.647 arcsec, PA= -48.7 IMAGR2: CLBHIS: minimum component 0.388 of current peak IMAGR2: Field 1 min = -66.5 MilliJy,max = 812.4 MilliJy IMAGR2: Field 2 min = -66.1 MilliJy,max = 814.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 49.71 MilliJy IMAGR2: 750 Residual map points loaded IMAGR2: Field 2 min allowed flux = 315.666 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 530.689 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 530.689 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.5 MilliJy,max = 287.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.736E-01 < Second best 3.002E-01 IMAGR2: Field 2 min = -24.1 MilliJy,max = 284.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 19.26 MilliJy IMAGR2: 622 Residual map points loaded IMAGR2: Field 2 min allowed flux = 101.472 MilliJy iter= 22 IMAGR2: Field 2 Clean flux density= 743.321 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 743.321 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.0 MilliJy,max = 95.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.076E-02 < Second best 9.649E-02 IMAGR2: Field 2 min = -9.7 MilliJy,max = 92.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.19 MilliJy IMAGR2: 788 Residual map points loaded IMAGR2: Field 2 min allowed flux = 34.182 MilliJy iter= 34 IMAGR2: Field 2 Clean flux density= 814.189 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 814.189 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.1 MilliJy,max = 32.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.091E-02 < Second best 3.251E-02 IMAGR2: Field 2 min = -14.3 MilliJy,max = 31.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.52 MilliJy IMAGR2: 1699 Residual map points loaded IMAGR2: Field 2 min allowed flux = -11.757 MilliJy iter= 60 IMAGR2: Field 2 Clean flux density= 839.122 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 839.122 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.5 MilliJy,max = 12.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.98 MilliJy IMAGR2: 12153 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.870 MilliJy iter= 87 IMAGR2: Field 1 Clean flux density= 13.129 MilliJy 87 comps IMAGR2: Total Cleaned flux density = 852.252 MilliJy 147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.9 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 127 cell beam + residuals > 2.28 MilliJy IMAGR2: 164 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.256 MilliJy iter= 134 IMAGR2: Field 2 Clean flux density= 844.973 MilliJy 134 comps IMAGR2: Total Cleaned flux density = 858.102 MilliJy 221 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 26273 Pts IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 18791 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.157 MilliJy iter= 268 IMAGR2: Field 1 Clean flux density= 28.128 MilliJy 268 comps IMAGR2: Total Cleaned flux density = 873.101 MilliJy 402 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 257 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.595 MilliJy iter= 223 IMAGR2: Field 2 Clean flux density= 846.918 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 875.046 MilliJy 491 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 26273 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 19602 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.777 MilliJy iter= 552 IMAGR2: Field 1 Clean flux density= 34.978 MilliJy 552 comps IMAGR2: Total Cleaned flux density = 881.896 MilliJy 775 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 19482 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.588 MilliJy iter= 914 IMAGR2: Field 1 Clean flux density= 45.443 MilliJy 914 comps IMAGR2: Total Cleaned flux density = 892.361 MilliJy 1137 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.444E-03 < Second best 1.522E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 19739 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.432 MilliJy iter= 1370 IMAGR2: Field 1 Clean flux density= 48.088 MilliJy 1370 comps IMAGR2: Total Cleaned flux density = 895.007 MilliJy 1593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 143 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.112 MilliJy iter= 290 IMAGR2: Field 2 Clean flux density= 849.493 MilliJy 290 comps IMAGR2: Total Cleaned flux density = 897.582 MilliJy 1660 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 26273 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 984.79 MicroJy IMAGR2: 19773 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.281 MilliJy iter= 1945 IMAGR2: Field 1 Clean flux density= 58.403 MilliJy 1945 comps IMAGR2: Total Cleaned flux density = 907.897 MilliJy 2235 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 > 911.07 MicroJy IMAGR2: 19660 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.154 MilliJy iter= 2615 IMAGR2: Field 1 Clean flux density= 56.615 MilliJy 2615 comps IMAGR2: Total Cleaned flux density = 906.108 MilliJy 2905 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 838.29 MicroJy IMAGR2: 19444 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.041 MilliJy iter= 3396 IMAGR2: Field 1 Clean flux density= 61.876 MilliJy 3396 comps IMAGR2: Total Cleaned flux density = 911.370 MilliJy 3686 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -978.9 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 835.72 MicroJy IMAGR2: 50 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 837.071 MicroJy iter= 314 IMAGR2: Field 2 Clean flux density= 850.561 MilliJy 314 comps IMAGR2: Total Cleaned flux density = 912.437 MilliJy 3710 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 764.55 MicroJy IMAGR2: 19851 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -936.798 MicroJy iter= 4318 IMAGR2: Field 1 Clean flux density= 59.794 MilliJy 4318 comps IMAGR2: Total Cleaned flux density = 910.354 MilliJy 4632 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 26273 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.55 MicroJy IMAGR2: 19731 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 841.902 MicroJy iter= 5369 IMAGR2: Field 1 Clean flux density= 62.915 MilliJy 5369 comps IMAGR2: Total Cleaned flux density = 913.475 MilliJy 5683 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 26273 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 633.39 MicroJy IMAGR2: 19523 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 756.220 MicroJy iter= 6557 IMAGR2: Field 1 Clean flux density= 66.696 MilliJy 6557 comps IMAGR2: Total Cleaned flux density = 917.256 MilliJy 6871 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 26273 Pts IMAGR2: Field 2 min = -693.9 MicroJy,max = 878.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 631.90 MicroJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -626.658 MicroJy iter= 330 IMAGR2: Field 2 Clean flux density= 851.362 MilliJy 330 comps IMAGR2: Total Cleaned flux density = 918.058 MilliJy 6887 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 572.44 MicroJy IMAGR2: 19927 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -679.326 MicroJy iter= 7932 IMAGR2: Field 1 Clean flux density= 65.874 MilliJy 7932 comps IMAGR2: Total Cleaned flux density = 917.236 MilliJy 8262 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 26273 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 518.42 MicroJy IMAGR2: 19824 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -609.737 MicroJy iter= 9480 IMAGR2: Field 1 Clean flux density= 68.078 MilliJy 9480 comps IMAGR2: Total Cleaned flux density = 919.439 MilliJy 9810 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 26273 Pts IMAGR2: Field 2 min = -594.2 MicroJy,max = 719.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 518.01 MicroJy IMAGR2: 9 Residual map points loaded IMAGR2: Field 2 min Clean flux = 586.358 MicroJy iter= 331 IMAGR2: Field 2 Clean flux density= 851.421 MilliJy 331 comps IMAGR2: Total Cleaned flux density = 919.497 MilliJy 9811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 467.77 MicroJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min Clean flux = -591.669 MicroJy iter= 9813 IMAGR2: Field 1 Clean flux density= 68.816 MilliJy 9813 comps IMAGR2: Total Cleaned flux density = 920.236 MilliJy 10144 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 591.669 less than limit 591.757 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 9813 to 5928 components IMAGR2: Field 2 compressed from 331 to 89 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -563.2 MicroJy,max = 671.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 22.571 MilliJy ( 56 CCs) from field 1 to field 2 IMAGR2: Restore 851.420 MilliJy ( 89 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 920.236 MilliJy IMAGR2: Field 2 final Clean flux 873.992 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= 82.0 Real= 254 k 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2158 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.11 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: AN11_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.09863 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: AN11_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.0624 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1608+656 X BAND Seq 1 Disk: 1 in slot 14 SETFC2: SETCEL: recommends IMSIZE 1416 CELLSIZE 0.22607 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22607 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:09:14.01 65:32:29.3 0.067 1.000 0.000 SETFC2: 3 16:09:08.38 65:35:14.5 0.044 0.437 0.047 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 95.3 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.7 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 k 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2158 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.11 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: AN11_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.09863 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: AN11_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.0624 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: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_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 65637 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.498E+04 IMAGR2: UVWAIT: Adding temperance S 1.300E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.332E+08 and out 3.856E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR2: UVWAIT: Average summed weight 6.498E+04 over 131264 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 = 4.09397E+09 IMAGR2: Field 1 Beam min = -131.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 969.743 x 615.254 Milliarcsec, PA= -57.3 IMAGR2: Field 2 Sum of gridding weights = 4.09401E+09 IMAGR2: Field 2 Beam min = -131.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 969.749 x 615.254 Milliarcsec, PA= -57.3 IMAGR2: Field 3 Sum of gridding weights = 4.09400E+09 IMAGR2: Field 3 Beam min = -131.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 970.271 x 615.199 Milliarcsec, PA= -57.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -4.1 MilliJy,max = 26.2 MilliJy IMAGR2: Field 2 min = -4.0 MilliJy,max = 25.8 MilliJy IMAGR2: Field 3 min = -848.2 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 1791 cell beam + residuals > 1.49 MilliJy IMAGR2: 9982 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.104 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 16.407 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 16.407 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.5 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.152E-02 < Second best 1.245E-02 IMAGR2: Field 1 min = -2.6 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 801 cell beam + residuals > 887.43 MicroJy IMAGR2: 13635 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.894 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 34.245 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 34.245 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 819.83 MicroJy IMAGR2: 858 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.867 MilliJy iter= 25 IMAGR2: Field 2 Clean flux density= 10.442 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 44.687 MilliJy 55 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 65637 Pts IMAGR2: Field 1 min = -944.8 MicroJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 1789 cell beam + residuals > 372.20 MicroJy IMAGR2: 6481 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.468 MilliJy iter= 57 IMAGR2: Field 1 Clean flux density= 39.901 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 50.344 MilliJy 82 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -884.2 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 322.91 MicroJy IMAGR2: 1229 Residual map points loaded IMAGR2: Field 2 min allowed flux = 714.962 MicroJy iter= 56 IMAGR2: Field 2 Clean flux density= 13.105 MilliJy 56 comps IMAGR2: Total Cleaned flux density = 53.006 MilliJy 113 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 65637 Pts IMAGR2: Field 1 min = -728.3 MicroJy,max = 870.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.299E-04 < Second best 1.282E-03 IMAGR2: Field 3 min = -299.8 MicroJy,max = 831.2 MicroJy IMAGR2: BGC Clean: using 193 cell beam + residuals > 238.02 MicroJy IMAGR2: 94 Residual map points loaded IMAGR2: Field 3 min allowed flux = 412.605 MicroJy iter= 13 IMAGR2: Field 3 Clean flux density= 714.610 MicroJy 13 comps IMAGR2: Total Cleaned flux density = 53.721 MilliJy 126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -730.8 MicroJy,max = 869.5 MicroJy IMAGR2: BGC Clean: using 403 cell beam + residuals > 240.72 MicroJy IMAGR2: 10197 Residual map points loaded IMAGR2: Field 1 min allowed flux = 432.539 MicroJy iter= 155 IMAGR2: Field 1 Clean flux density= 42.557 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 56.377 MilliJy 224 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -440.9 MicroJy,max = 510.6 MicroJy IMAGR2: BGC Clean: using 123 cell beam + residuals > 223.95 MicroJy IMAGR2: 1797 Residual map points loaded IMAGR2: Field 2 min Clean flux = 373.766 MicroJy iter= 121 IMAGR2: Field 2 Clean flux density= 13.804 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 57.076 MilliJy 289 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 65637 Pts IMAGR2: Field 1 min = -420.2 MicroJy,max = 411.6 MicroJy IMAGR2: BGC Clean: using 123 cell beam + residuals > 214.08 MicroJy IMAGR2: 10232 Residual map points loaded IMAGR2: Field 1 min Clean flux = -373.150 MicroJy iter= 190 IMAGR2: Field 1 Clean flux density= 42.207 MilliJy 190 comps IMAGR2: Total Cleaned flux density = 56.725 MilliJy 324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -279.9 MicroJy,max = 367.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 190 to 90 components IMAGR2: Field 2 compressed from 121 to 56 components IMAGR2: Field 3 compressed from 13 to 6 components IMAGR2: Field 1 min = -367.9 MicroJy,max = 372.3 MicroJy IMAGR2: Field 2 min = -363.3 MicroJy,max = 458.9 MicroJy IMAGR2: Field 3 min = -279.9 MicroJy,max = 367.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 41.929 MilliJy ( 62 CCs) from field 1 to field 2 IMAGR2: Restore 79.573 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR2: Restore 13.804 MilliJy ( 56 CCs) from field 2 to field 1 IMAGR2: Restore 714.610 MicroJy ( 6 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 56.725 MilliJy IMAGR2: Field 2 final Clean flux 55.733 MilliJy IMAGR2: Field 3 final Clean flux 794.182 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= 22.8 Real= 72 k 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2158 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.11 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: AN11_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.09863 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: AN11_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.0624 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: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_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.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.21965 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21965 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:23:14.17 79:38:50.0 0.297 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 101.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.4 Real= 4 C 1 2036 2036 18 23 14.11 79 38 49.0 00001 -1 1019 1024 1025 C 2 246 246 18 23 14.17 79 38 50.0 00002 -1 100 128 129 l 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.1862 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: AN11_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 7371 visibilities to be imaged LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.919E+04 IMAGR2: UVWAIT: Adding temperance S 5.838E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.506E+07 and out 3.291E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR2: UVWAIT: Average summed weight 2.919E+04 over 14482 vis IMAGR2: Create 1823+796 .IBM001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1823+796 .IBM002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1823+796 .ICL001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1823+796 .ICL002. 1 (MA) on disk 1 cno 95 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.49385E+08 IMAGR2: Field 1 Beam min = -90.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.079 x 0.649 arcsec, PA= -15.5 IMAGR2: Field 2 Sum of gridding weights = 3.49391E+08 IMAGR2: Field 2 Beam min = -95.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.079 x 0.649 arcsec, PA= -15.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -45.6 MilliJy,max = 503.6 MilliJy IMAGR2: Field 2 min = -47.8 MilliJy,max = 482.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 67.25 MilliJy IMAGR2: 5233 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 240.894 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 286.845 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 286.845 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -20.7 MilliJy,max = 208.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.981E-01 < Second best 2.291E-01 IMAGR2: Field 1 min = -19.5 MilliJy,max = 216.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 32.16 MilliJy IMAGR2: 3258 Residual map points loaded IMAGR2: Field 1 min allowed flux = 103.697 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 410.322 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 410.322 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.1 MilliJy,max = 90.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.576E-02 < Second best 9.861E-02 IMAGR2: Field 1 min = -8.4 MilliJy,max = 93.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.85 MilliJy IMAGR2: 3318 Residual map points loaded IMAGR2: Field 1 min allowed flux = 44.638 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 463.475 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 463.475 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 39.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.738E-02 < Second best 4.245E-02 IMAGR2: Field 1 min = -3.8 MilliJy,max = 40.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.96 MilliJy IMAGR2: 3630 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.215 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 486.355 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 486.355 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 17.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.667E-02 < Second best 1.827E-02 IMAGR2: Field 1 min = -2.6 MilliJy,max = 17.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.57 MilliJy IMAGR2: 6147 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.104 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 497.185 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 497.185 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.211E-03 < Second best 7.709E-03 IMAGR2: Field 1 min = -2.3 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 1.34 MilliJy IMAGR2: 16576 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.542 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 501.896 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 501.896 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.48 MilliJy IMAGR2: 31 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.725 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 2.003 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 503.899 MilliJy 58 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 719 cell beam + residuals > 1.23 MilliJy IMAGR2: 11141 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.969 MilliJy iter= 98 IMAGR2: Field 1 Clean flux density= 506.301 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 508.303 MilliJy 106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 1.07 MilliJy IMAGR2: 18755 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.708 MilliJy iter= 183 IMAGR2: Field 1 Clean flux density= 507.516 MilliJy 183 comps IMAGR2: Total Cleaned flux density = 509.519 MilliJy 191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.174E-03 < Second best 1.635E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 982.31 MicroJy IMAGR2: 19968 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.543 MilliJy iter= 327 IMAGR2: Field 1 Clean flux density= 508.037 MilliJy 327 comps IMAGR2: Total Cleaned flux density = 510.040 MilliJy 335 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 > 876.21 MicroJy IMAGR2: 19936 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.297 MilliJy iter= 528 IMAGR2: Field 1 Clean flux density= 510.304 MilliJy 528 comps IMAGR2: Total Cleaned flux density = 512.307 MilliJy 536 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 > 767.91 MicroJy IMAGR2: 19846 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.117 MilliJy iter= 684 IMAGR2: Field 1 Clean flux density= 511.444 MilliJy 684 comps IMAGR2: Total Cleaned flux density = 513.446 MilliJy 692 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 987.2 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 684 to 472 components IMAGR2: Field 2 compressed from 8 to 2 components IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 987.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 501.896 MilliJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 2.003 MilliJy ( 2 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 513.446 MilliJy IMAGR2: Field 2 final Clean flux 503.899 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= 22.6 Real= 70 l 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.1862 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1945+709 X BAND Seq 1 Disk: 1 in slot 16 SETFC2: SETCEL: recommends IMSIZE 1451 CELLSIZE 0.22054 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22054 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 19:45:53.64 70:55:48.3 0.953 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 92.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.5 Real= 4 C 1 2036 2036 19 45 53.52 70 55 48.7 00001 -1 1019 1024 1025 C 2 246 246 19 45 53.64 70 55 48.3 00002 -1 100 128 129 l 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.1862 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.4702E-03 -2.3000E-02 0 IMAGR2: Field 2 246 246 5.8957E-01 -4.2300E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1945+709 .IMAGR . 1 (UV) on disk 1 cno 93 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6669 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.908E+04 IMAGR2: UVWAIT: Adding temperance S 5.815E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.391E+07 and out 3.086E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR2: UVWAIT: Average summed weight 2.908E+04 over 13286 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 = 3.27635E+08 IMAGR2: Field 1 Beam min = -95.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 931.271 x 657.188 Milliarcsec, PA= 7.9 IMAGR2: Field 2 Sum of gridding weights = 3.27639E+08 IMAGR2: Field 2 Beam min = -98.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 931.267 x 657.192 Milliarcsec, PA= 7.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -40.4 MilliJy,max = 421.0 MilliJy IMAGR2: Field 2 min = -41.6 MilliJy,max = 407.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 58.11 MilliJy IMAGR2: 4733 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 201.350 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 239.757 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 239.757 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -17.4 MilliJy,max = 177.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.690E-01 < Second best 1.915E-01 IMAGR2: Field 1 min = -17.6 MilliJy,max = 181.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 27.79 MilliJy IMAGR2: 2956 Residual map points loaded IMAGR2: Field 1 min allowed flux = 86.675 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 342.965 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 342.965 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.6 MilliJy,max = 78.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.480E-02 < Second best 8.242E-02 IMAGR2: Field 1 min = -8.5 MilliJy,max = 79.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 11.96 MilliJy IMAGR2: 3494 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.172 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 392.482 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 392.482 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.4 MilliJy,max = 33.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.161E-02 < Second best 3.440E-02 IMAGR2: Field 1 min = -4.5 MilliJy,max = 32.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.99 MilliJy IMAGR2: 3616 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.880 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 412.992 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 412.992 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.59 MilliJy IMAGR2: 46 Residual map points loaded IMAGR2: Field 2 min allowed flux = 6.828 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 8.130 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 421.122 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.093E-03 < Second best 6.498E-03 IMAGR2: Field 2 min = -3.8 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.22 MilliJy IMAGR2: 830 Residual map points loaded IMAGR2: Field 2 min allowed flux = -3.048 MilliJy iter= 21 IMAGR2: Field 2 Clean flux density= 9.909 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 422.901 MilliJy 55 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 1897 cell beam + residuals > 1.14 MilliJy IMAGR2: 12039 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.837 MilliJy iter= 78 IMAGR2: Field 1 Clean flux density= 414.226 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 424.135 MilliJy 99 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.18 MilliJy IMAGR2: 68 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.360 MilliJy iter= 39 IMAGR2: Field 2 Clean flux density= 9.561 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 423.787 MilliJy 117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 932.50 MicroJy IMAGR2: 19668 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.562 MilliJy iter= 188 IMAGR2: Field 1 Clean flux density= 417.500 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 427.062 MilliJy 227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 832.14 MicroJy IMAGR2: 19398 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.269 MilliJy iter= 341 IMAGR2: Field 1 Clean flux density= 417.339 MilliJy 341 comps IMAGR2: Total Cleaned flux density = 426.900 MilliJy 380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -998.0 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.727E-04 < Second best 1.215E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 734.75 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.172 MilliJy iter= 360 IMAGR2: Field 1 Clean flux density= 417.712 MilliJy 360 comps IMAGR2: Total Cleaned flux density = 427.273 MilliJy 399 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.172 less than limit 1.175 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 360 to 233 components IMAGR2: Field 2 compressed from 39 to 9 components IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: Field 2 min = -994.0 MicroJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 412.254 MilliJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore 9.561 MilliJy ( 9 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 427.273 MilliJy IMAGR2: Field 2 final Clean flux 421.815 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= 18.6 Real= 59 l 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.1862 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1815+614 X BAND Seq 1 Disk: 1 in slot 17 SETFC2: SETCEL: recommends IMSIZE 1452 CELLSIZE 0.22043 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22043 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:15:36.85 61:27:11.6 0.849 1.000 0.000 SETFC2: 3 18:15:33.31 61:29:23.6 0.083 0.609 0.037 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 84.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 4 C 1 2036 2036 18 15 36.79 61 27 11.6 00001 -1 1019 1024 1025 C 2 246 246 18 15 36.85 61 27 11.6 00002 -1 100 128 129 C 3 246 246 18 15 33.31 61 29 23.6 00003 -1 100 128 129 l 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.1862 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.4336E-02 -4.1000E-02 0 IMAGR2: Field 2 246 246 4.1575E-01 -4.1000E-02 0 IMAGR2: Field 3 246 246 -2.4959E+01 1.3196E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR2: Create 1815+614 .IMAGR . 1 (UV) on disk 1 cno 95 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.015E+04 IMAGR2: UVWAIT: Adding temperance S 6.031E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.557E+07 and out 3.259E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR2: UVWAIT: Average summed weight 3.015E+04 over 13936 vis IMAGR2: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 97 IMAGR2: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 98 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 = 3.45989E+08 IMAGR2: Field 1 Beam min = -87.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 873.513 x 659.816 Milliarcsec, PA= -24.0 IMAGR2: Field 2 Sum of gridding weights = 3.45994E+08 IMAGR2: Field 2 Beam min = -92.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 873.514 x 659.815 Milliarcsec, PA= -24.0 IMAGR2: Field 3 Sum of gridding weights = 3.45994E+08 IMAGR2: Field 3 Beam min = -91.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 873.834 x 659.809 Milliarcsec, PA= -24.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -26.0 MilliJy,max = 265.2 MilliJy IMAGR2: Field 2 min = -36.8 MilliJy,max = 265.1 MilliJy IMAGR2: Field 3 min = -21.7 MilliJy,max = 46.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 41.71 MilliJy IMAGR2: 383 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 146.019 MilliJy iter= 7 IMAGR2: Field 2 Clean flux density= 140.025 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 140.025 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 = -15.3 MilliJy,max = 133.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.273E-01 < Second best 1.389E-01 IMAGR2: Field 2 min = -18.8 MilliJy,max = 133.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 22.97 MilliJy IMAGR2: 327 Residual map points loaded IMAGR2: Field 2 min allowed flux = 62.040 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 224.244 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 224.244 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.0 MilliJy,max = 55.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.303E-02 < Second best 5.904E-02 IMAGR2: Field 2 min = -9.2 MilliJy,max = 55.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 9.76 MilliJy IMAGR2: 471 Residual map points loaded IMAGR2: Field 2 min allowed flux = 25.866 MilliJy iter= 25 IMAGR2: Field 2 Clean flux density= 259.643 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 259.643 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.9 MilliJy,max = 41.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.960E-02 < Second best 4.482E-02 IMAGR2: Field 3 min = -8.0 MilliJy,max = 42.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 7.38 MilliJy IMAGR2: 376 Residual map points loaded IMAGR2: Field 3 min allowed flux = 20.388 MilliJy iter= 9 IMAGR2: Field 3 Clean flux density= 27.226 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 286.870 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.5 MilliJy,max = 23.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.216E-02 < Second best 2.463E-02 IMAGR2: Field 2 min = -9.5 MilliJy,max = 23.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.70 MilliJy IMAGR2: 383 Residual map points loaded IMAGR2: Field 2 min allowed flux = 11.440 MilliJy iter= 37 IMAGR2: Field 2 Clean flux density= 278.616 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 305.843 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.5 MilliJy,max = 19.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.815E-02 < Second best 1.941E-02 IMAGR2: Field 3 min = -6.2 MilliJy,max = 18.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.44 MilliJy IMAGR2: 250 Residual map points loaded IMAGR2: Field 3 min allowed flux = 9.020 MilliJy iter= 19 IMAGR2: Field 3 Clean flux density= 40.288 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 318.904 MilliJy 56 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.0 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 1997 cell beam + residuals > 4.17 MilliJy IMAGR2: 14977 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.011 MilliJy iter= 54 IMAGR2: Field 1 Clean flux density= 34.883 MilliJy 54 comps IMAGR2: Total Cleaned flux density = 353.787 MilliJy 110 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.9 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.664E-03 < Second best 8.594E-03 IMAGR2: Field 3 min = -5.3 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.122E-03 < Second best 6.686E-03 IMAGR2: Field 1 min = -6.9 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR2: 18607 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.814 MilliJy iter= 209 IMAGR2: Field 1 Clean flux density= 89.567 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 408.471 MilliJy 265 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.533E-03 < Second best 6.122E-03 IMAGR2: Field 3 min = -3.4 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.816E-03 < Second best 5.553E-03 IMAGR2: Field 1 min = -4.8 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 607 cell beam + residuals > 2.15 MilliJy IMAGR2: 7987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.972 MilliJy iter= 325 IMAGR2: Field 1 Clean flux density= 62.871 MilliJy 325 comps IMAGR2: Total Cleaned flux density = 381.775 MilliJy 381 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.610E-03 < Second best 4.533E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.449E-03 < Second best 2.838E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 18825 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.096 MilliJy iter= 555 IMAGR2: Field 1 Clean flux density= 67.818 MilliJy 555 comps IMAGR2: Total Cleaned flux density = 386.722 MilliJy 611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.699E-03 < Second best 2.449E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.549E-03 < Second best 2.006E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.85 MicroJy IMAGR2: 19208 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.378 MilliJy iter= 846 IMAGR2: Field 1 Clean flux density= 51.287 MilliJy 846 comps IMAGR2: Total Cleaned flux density = 370.191 MilliJy 902 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.022E-03 < Second best 1.549E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.991E-04 < Second best 1.320E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 721.13 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.144 MilliJy iter= 855 IMAGR2: Field 1 Clean flux density= 51.632 MilliJy 855 comps IMAGR2: Total Cleaned flux density = 370.536 MilliJy 911 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.144 less than limit 1.145 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 855 to 641 components IMAGR2: Field 2 compressed from 37 to 5 components IMAGR2: Field 3 compressed from 19 to 4 components IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 21.522 MilliJy ( 123 CCs) from field 1 to field 2 IMAGR2: Restore 6.510 MilliJy ( 26 CCs) from field 1 to field 3 IMAGR2: Restore 278.616 MilliJy ( 5 CCs) from field 2 to field 1 IMAGR2: Restore 40.288 MilliJy ( 4 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 370.536 MilliJy IMAGR2: Field 2 final Clean flux 300.138 MilliJy IMAGR2: Field 3 final Clean flux 46.798 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= 24.3 Real= 75 l 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.1862 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_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.1822 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2355+498 X BAND Seq 1 Disk: 1 in slot 18 SETFC2: SETCEL: recommends IMSIZE 1378 CELLSIZE 0.23221 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23221 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.05 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 92.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 5 C 1 1012 1012 23 55 09.46 49 50 08.3 00001 -1 507 512 513 C 2 1012 1012 23 55 09.46 49 46 50.7 00002 -1 507 512 513 C 3 1012 1012 23 54 51.77 49 48 29.4 00003 -1 507 512 513 C 4 1012 1012 23 55 27.14 49 48 29.4 00004 -1 507 512 513 C 5 1012 1012 23 54 51.75 49 51 47.1 00005 -1 507 512 513 C 6 1012 1012 23 55 27.16 49 51 47.1 00006 -1 507 512 513 C 7 1012 1012 23 55 09.46 49 53 26.0 00007 -1 507 512 513 l 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.1862 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_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.1822 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.8382E-02 -4.0000E-02 0 IMAGR2: Field 2 1012 1012 1.8382E-02 -1.9764E+02 0 IMAGR2: Field 3 1012 1012 -1.7113E+02 -9.8940E+01 0 IMAGR2: Field 4 1012 1012 1.7107E+02 -9.8940E+01 0 IMAGR2: Field 5 1012 1012 -1.7132E+02 9.8760E+01 0 IMAGR2: Field 6 1012 1012 1.7126E+02 9.8760E+01 0 IMAGR2: Field 7 1012 1012 1.8382E-02 1.9766E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2355+498 .IMAGR . 1 (UV) on disk 1 cno 98 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7696 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.332E+04 IMAGR2: UVWAIT: Adding temperance S 8.665E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.503E+07 and out 3.124E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR2: UVWAIT: Average summed weight 4.332E+04 over 15132 vis IMAGR2: Create 2355+498 .IBM001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 2355+498 .IBM002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 2355+498 .IBM003. 1 (MA) on disk 1 cno 101 IMAGR2: Create 2355+498 .IBM004. 1 (MA) on disk 1 cno 102 IMAGR2: Create 2355+498 .IBM005. 1 (MA) on disk 1 cno 103 IMAGR2: Create 2355+498 .IBM006. 1 (MA) on disk 1 cno 104 IMAGR2: Create 2355+498 .IBM007. 1 (MA) on disk 1 cno 105 IMAGR2: Create 2355+498 .ICL001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 2355+498 .ICL002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 2355+498 .ICL003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2355+498 .ICL004. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2355+498 .ICL005. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2355+498 .ICL006. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2355+498 .ICL007. 1 (MA) on disk 1 cno 112 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.31612E+08 IMAGR2: Field 1 Beam min = -138.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.136 x 0.704 arcsec, PA= -88.7 IMAGR2: Field 2 Sum of gridding weights = 3.31611E+08 IMAGR2: Field 2 Beam min = -138.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.137 x 0.704 arcsec, PA= -88.7 IMAGR2: Field 3 Sum of gridding weights = 3.31610E+08 IMAGR2: Field 3 Beam min = -110.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.135 x 0.704 arcsec, PA= -88.7 IMAGR2: Field 4 Sum of gridding weights = 3.31611E+08 IMAGR2: Field 4 Beam min = -126.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.138 x 0.704 arcsec, PA= -88.6 IMAGR2: Field 5 Sum of gridding weights = 3.31611E+08 IMAGR2: Field 5 Beam min = -110.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.135 x 0.704 arcsec, PA= -88.8 IMAGR2: Field 6 Sum of gridding weights = 3.31611E+08 IMAGR2: Field 6 Beam min = -110.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.138 x 0.704 arcsec, PA= -88.6 IMAGR2: Field 7 Sum of gridding weights = 3.31611E+08 IMAGR2: Field 7 Beam min = -138.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.136 x 0.704 arcsec, PA= -88.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -91.4 MilliJy,max = 817.7 MilliJy IMAGR2: Field 2 min = -63.3 MilliJy,max = 202.1 MilliJy IMAGR2: Field 3 min = -80.9 MilliJy,max = 285.9 MilliJy IMAGR2: Field 4 min = -74.3 MilliJy,max = 282.1 MilliJy IMAGR2: Field 5 min = -78.0 MilliJy,max = 282.2 MilliJy IMAGR2: Field 6 min = -76.0 MilliJy,max = 284.9 MilliJy IMAGR2: Field 7 min = -62.4 MilliJy,max = 207.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 161.74 MilliJy IMAGR2: 778 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 482.851 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 383.146 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 383.146 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 = -49.1 MilliJy,max = 434.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 95.51 MilliJy IMAGR2: 500 Residual map points loaded IMAGR2: Field 1 min allowed flux = 213.459 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 631.716 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 631.716 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -19.1 MilliJy,max = 72.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.262E-02 < Second best 2.594E-01 IMAGR2: Field 5 min = -20.1 MilliJy,max = 72.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.361E-02 < Second best 2.030E-01 IMAGR2: Field 1 min = -26.4 MilliJy,max = 196.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.870E-01 < Second best 1.975E-01 IMAGR2: Field 7 min = -19.9 MilliJy,max = 54.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.184E-02 < Second best 1.928E-01 IMAGR2: Field 2 min = -18.4 MilliJy,max = 48.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.662E-02 < Second best 1.870E-01 IMAGR2: BGC Clean: using 767 cell beam + residuals > 61.06 MilliJy IMAGR2: 106 Residual map points loaded IMAGR2: Field 1 min allowed flux = 95.408 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 757.367 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 757.367 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.0 MilliJy,max = 34.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.116E-02 < Second best 1.789E-01 IMAGR2: Field 3 min = -11.7 MilliJy,max = 32.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.338E-02 < Second best 9.076E-02 IMAGR2: Field 1 min = -16.5 MilliJy,max = 86.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 18.87 MilliJy IMAGR2: 841 Residual map points loaded IMAGR2: Field 1 min allowed flux = 43.016 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 813.965 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 813.965 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.7 MilliJy,max = 17.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.317E-02 < Second best 6.262E-02 IMAGR2: Field 4 min = -10.2 MilliJy,max = 15.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.027E-02 < Second best 5.184E-02 IMAGR2: Field 7 min = -9.9 MilliJy,max = 15.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.508E-02 < Second best 4.662E-02 IMAGR2: Field 2 min = -10.5 MilliJy,max = 16.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.383E-02 < Second best 4.092E-02 IMAGR2: Field 1 min = -18.0 MilliJy,max = 40.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.51 MilliJy IMAGR2: 1926 Residual map points loaded IMAGR2: Field 1 min allowed flux = -19.325 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 835.869 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 835.869 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.8 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.809E-03 < Second best 2.116E-02 IMAGR2: Field 6 min = -10.1 MilliJy,max = 9.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.709E-03 < Second best 1.839E-02 IMAGR2: Field 1 min = -17.5 MilliJy,max = 19.0 MilliJy IMAGR2: BGC Clean: using 767 cell beam + residuals > 6.00 MilliJy IMAGR2: 1920 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -9.278 MilliJy iter= 70 IMAGR2: Field 1 Clean flux density= 830.179 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 830.179 MilliJy 70 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.7 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.847E-03 < Second best 1.383E-02 IMAGR2: Field 2 min = -8.7 MilliJy,max = 9.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.650E-03 < Second best 1.317E-02 IMAGR2: Field 5 min = -7.7 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.399E-03 < Second best 1.027E-02 IMAGR2: Field 4 min = -7.3 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.771E-03 < Second best 9.809E-03 IMAGR2: Field 3 min = -9.1 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.224E-03 < Second best 8.839E-03 IMAGR2: Field 1 min = -8.5 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 3.95 MilliJy IMAGR2: 3802 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.304 MilliJy iter= 126 IMAGR2: Field 1 Clean flux density= 833.326 MilliJy 126 comps IMAGR2: Total Cleaned flux density = 833.326 MilliJy 126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.9 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 3.85 MilliJy IMAGR2: 1828 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -5.437 MilliJy iter= 62 IMAGR2: Field 2 Clean flux density= -1.081 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 832.245 MilliJy 188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.7 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.694E-03 < Second best 7.709E-03 IMAGR2: Field 6 min = -6.6 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.132E-03 < Second best 7.399E-03 IMAGR2: Field 5 min = -5.3 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.764E-03 < Second best 7.224E-03 IMAGR2: Field 3 min = -5.3 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.426E-03 < Second best 6.771E-03 IMAGR2: Field 4 min = -5.5 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.242E-03 < Second best 6.694E-03 IMAGR2: BGC Clean: using 211 cell beam + residuals > 3.73 MilliJy IMAGR2: 1740 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.941 MilliJy iter= 70 IMAGR2: Field 7 Clean flux density= 28.903 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 861.148 MilliJy 258 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.6 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.329E-03 < Second best 6.132E-03 IMAGR2: Field 6 min = -5.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.603E-03 < Second best 6.017E-03 IMAGR2: Field 1 min = -7.3 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 211 cell beam + residuals > 3.24 MilliJy IMAGR2: 1179 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.047 MilliJy iter= 194 IMAGR2: Field 1 Clean flux density= 813.154 MilliJy 194 comps IMAGR2: Total Cleaned flux density = 840.976 MilliJy 326 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.1 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.898E-03 < Second best 5.603E-03 IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 211 cell beam + residuals > 3.24 MilliJy IMAGR2: 1052 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 min algorithm flux= -3.923 MilliJy iter= 73 IMAGR2: Field 6 Clean flux density= 8.605 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 849.582 MilliJy 399 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.1 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 211 cell beam + residuals > 3.24 MilliJy IMAGR2: 1356 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.951 MilliJy iter= 92 IMAGR2: Field 3 Clean flux density= 15.071 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 864.653 MilliJy 491 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.4 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.911E-03 < Second best 5.192E-03 IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.978E-03 < Second best 4.911E-03 IMAGR2: BGC Clean: using 211 cell beam + residuals > 2.94 MilliJy IMAGR2: 299 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.280 MilliJy iter= 55 IMAGR2: Field 4 Clean flux density= 5.772 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 870.424 MilliJy 546 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.154E-03 < Second best 4.722E-03 IMAGR2: Field 7 min = -4.5 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.665E-03 < Second best 4.154E-03 IMAGR2: BGC Clean: using 211 cell beam + residuals > 2.94 MilliJy IMAGR2: 206 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.159 MilliJy iter= 45 IMAGR2: Field 5 Clean flux density= -3.847 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 866.578 MilliJy 591 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 211 cell beam + residuals > 2.94 MilliJy IMAGR2: 198 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.144 MilliJy iter= 105 IMAGR2: Field 2 Clean flux density= -8.177 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 859.481 MilliJy 634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.51 MilliJy IMAGR2: 430 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.795 MilliJy iter= 262 IMAGR2: Field 1 Clean flux density= 814.557 MilliJy 262 comps IMAGR2: Total Cleaned flux density = 860.885 MilliJy 702 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.0 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.309E-03 < Second best 3.751E-03 IMAGR2: Field 6 min = -4.1 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.404E-03 < Second best 3.665E-03 IMAGR2: Field 7 min = -4.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 2.19 MilliJy IMAGR2: 1437 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.584 MilliJy iter= 201 IMAGR2: Field 7 Clean flux density= 25.537 MilliJy 201 comps IMAGR2: Total Cleaned flux density = 857.519 MilliJy 833 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 2.10 MilliJy IMAGR2: 886 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.363 MilliJy iter= 177 IMAGR2: Field 6 Clean flux density= 588.501 MicroJy 177 comps IMAGR2: Total Cleaned flux density = 849.503 MilliJy 937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 2.10 MilliJy IMAGR2: 1587 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.426 MilliJy iter= 240 IMAGR2: Field 3 Clean flux density= 22.532 MilliJy 240 comps IMAGR2: Total Cleaned flux density = 856.964 MilliJy 1085 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.470E-03 < Second best 3.020E-03 IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.462E-03 < Second best 3.009E-03 IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 1.92 MilliJy IMAGR2: 743 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.128 MilliJy iter= 223 IMAGR2: Field 2 Clean flux density= -7.515 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 857.625 MilliJy 1203 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 166 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.871 MilliJy iter= 314 IMAGR2: Field 1 Clean flux density= 813.608 MilliJy 314 comps IMAGR2: Total Cleaned flux density = 856.676 MilliJy 1255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.040E-03 < Second best 2.470E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 688 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.862 MilliJy iter= 190 IMAGR2: Field 4 Clean flux density= 10.109 MilliJy 190 comps IMAGR2: Total Cleaned flux density = 861.014 MilliJy 1390 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 718 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.849 MilliJy iter= 189 IMAGR2: Field 5 Clean flux density= -480.660 MicroJy 189 comps IMAGR2: Total Cleaned flux density = 864.380 MilliJy 1534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.924E-03 < Second best 2.261E-03 IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.905E-03 < Second best 2.040E-03 IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 1236 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.607 MilliJy iter= 396 IMAGR2: Field 7 Clean flux density= 30.709 MilliJy 396 comps IMAGR2: Total Cleaned flux density = 869.552 MilliJy 1729 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.780E-03 < Second best 1.924E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 1242 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.481 MilliJy iter= 435 IMAGR2: Field 3 Clean flux density= 16.423 MilliJy 435 comps IMAGR2: Total Cleaned flux density = 863.443 MilliJy 1924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 1122 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.455 MilliJy iter= 372 IMAGR2: Field 6 Clean flux density= 1.858 MilliJy 372 comps IMAGR2: Total Cleaned flux density = 864.712 MilliJy 2119 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.29 MilliJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.361 MilliJy iter= 403 IMAGR2: Field 1 Clean flux density= 806.846 MilliJy 403 comps IMAGR2: Total Cleaned flux density = 857.950 MilliJy 2208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.454E-03 < Second best 1.780E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.678E-03 < Second best 1.770E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.484E-03 < Second best 1.678E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 877 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.258 MilliJy iter= 414 IMAGR2: Field 2 Clean flux density= -5.400 MilliJy 414 comps IMAGR2: Total Cleaned flux density = 860.065 MilliJy 2399 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.170 MilliJy iter= 552 IMAGR2: Field 7 Clean flux density= 31.818 MilliJy 552 comps IMAGR2: Total Cleaned flux density = 861.174 MilliJy 2555 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 327 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.129 MilliJy iter= 290 IMAGR2: Field 5 Clean flux density= 3.394 MilliJy 290 comps IMAGR2: Total Cleaned flux density = 865.049 MilliJy 2656 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 506 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.141 MilliJy iter= 330 IMAGR2: Field 4 Clean flux density= 6.973 MilliJy 330 comps IMAGR2: Total Cleaned flux density = 861.912 MilliJy 2796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.291E-03 < Second best 1.394E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.210E-03 < Second best 1.301E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 901.18 MicroJy IMAGR2: 339 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.089 MilliJy iter= 423 IMAGR2: Field 1 Clean flux density= 806.807 MilliJy 423 comps IMAGR2: Total Cleaned flux density = 861.873 MilliJy 2816 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 899.47 MicroJy IMAGR2: 1862 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.093 MilliJy iter= 521 IMAGR2: Field 3 Clean flux density= 17.798 MilliJy 521 comps IMAGR2: Total Cleaned flux density = 863.248 MilliJy 2902 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 888.78 MicroJy IMAGR2: 1757 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.092 MilliJy iter= 433 IMAGR2: Field 6 Clean flux density= 4.457 MilliJy 433 comps IMAGR2: Total Cleaned flux density = 865.846 MilliJy 2963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.70 MicroJy IMAGR2: 969 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.072 MilliJy iter= 419 IMAGR2: Field 2 Clean flux density= -5.054 MilliJy 419 comps IMAGR2: Total Cleaned flux density = 866.192 MilliJy 2968 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.018E-03 < Second best 1.093E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 660.25 MicroJy IMAGR2: 7274 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.084 MilliJy iter= 331 IMAGR2: Field 4 Clean flux density= 6.864 MilliJy 331 comps IMAGR2: Total Cleaned flux density = 866.084 MilliJy 2969 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 579.61 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.078 MilliJy iter= 293 IMAGR2: Field 5 Clean flux density= 3.728 MilliJy 293 comps IMAGR2: Total Cleaned flux density = 866.418 MilliJy 2972 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.093 less than limit 1.093 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 423 to 216 components IMAGR2: Field 2 compressed from 419 to 316 components IMAGR2: Field 3 compressed from 521 to 396 components IMAGR2: Field 4 compressed from 331 to 238 components IMAGR2: Field 5 compressed from 293 to 212 components IMAGR2: Field 6 compressed from 433 to 323 components IMAGR2: Field 7 compressed from 552 to 390 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-688.520 MicroJy ( 10 CCs) from field 1 to field 2 IMAGR2: Restore -3.271 MilliJy ( 32 CCs) from field 1 to field 3 IMAGR2: Restore -7.610 MilliJy ( 22 CCs) from field 1 to field 4 IMAGR2: Restore -4.325 MilliJy ( 32 CCs) from field 1 to field 5 IMAGR2: Restore -9.781 MilliJy ( 27 CCs) from field 1 to field 6 IMAGR2: Restore -2.534 MilliJy ( 13 CCs) from field 1 to field 7 IMAGR2: Restore -1.491 MilliJy ( 8 CCs) from field 2 to field 1 IMAGR2: Restore -3.021 MilliJy ( 49 CCs) from field 2 to field 3 IMAGR2: Restore -2.022 MilliJy ( 8 CCs) from field 2 to field 4 IMAGR2: Restore 3.135 MilliJy ( 28 CCs) from field 3 to field 1 IMAGR2: Restore 4.867 MilliJy ( 31 CCs) from field 3 to field 2 IMAGR2: Restore 3.780 MilliJy ( 38 CCs) from field 3 to field 5 IMAGR2: Restore 238.565 MicroJy ( 2 CCs) from field 4 to field 1 IMAGR2: Restore-904.654 MicroJy ( 7 CCs) from field 4 to field 2 IMAGR2: Restore 2.721 MilliJy ( 36 CCs) from field 4 to field 6 IMAGR2: Restore-115.405 MicroJy ( 1 CCs) from field 5 to field 1 IMAGR2: Restore -2.287 MilliJy ( 22 CCs) from field 5 to field 3 IMAGR2: Restore-178.734 MicroJy ( 9 CCs) from field 5 to field 7 IMAGR2: Restore -1.072 MilliJy ( 7 CCs) from field 6 to field 1 IMAGR2: Restore -1.796 MilliJy ( 26 CCs) from field 6 to field 4 IMAGR2: Restore-816.457 MicroJy ( 3 CCs) from field 6 to field 7 IMAGR2: Restore 109.441 MicroJy ( 9 CCs) from field 7 to field 1 IMAGR2: Restore 2.840 MilliJy ( 35 CCs) from field 7 to field 5 IMAGR2: Restore 8.112 MilliJy ( 60 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 807.611 MilliJy IMAGR2: Field 2 final Clean flux -1.780 MilliJy IMAGR2: Field 3 final Clean flux 9.219 MilliJy IMAGR2: Field 4 final Clean flux -4.564 MilliJy IMAGR2: Field 5 final Clean flux 6.022 MilliJy IMAGR2: Field 6 final Clean flux 5.509 MilliJy IMAGR2: Field 7 final Clean flux 28.289 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= 58.3 Real= 183 l 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.1862 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1908 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN11_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.1822 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@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.08551 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2320+052 X BAND Seq 1 Disk: 1 in slot 19 SETFC2: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.23434 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23434 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 62.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 5 C 1 1012 1012 23 20 44.86 05 13 50.0 00001 -1 507 512 513 C 2 1012 1012 23 20 44.86 05 10 30.5 00002 -1 507 512 513 C 3 1012 1012 23 20 33.29 05 12 10.2 00003 -1 507 512 513 C 4 1012 1012 23 20 56.42 05 12 10.2 00004 -1 507 512 513 C 5 1012 1012 23 20 33.29 05 15 29.7 00005 -1 507 512 513 C 6 1012 1012 23 20 56.42 05 15 29.7 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 09.4 00007 -1 507 512 513 iles 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.08551 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: AN11_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.0788E-02 4.7000E-02 0 IMAGR2: Field 2 1012 1012 5.0788E-02 -1.9945E+02 0 IMAGR2: Field 3 1012 1012 -1.7278E+02 -9.9753E+01 0 IMAGR2: Field 4 1012 1012 1.7273E+02 -9.9753E+01 0 IMAGR2: Field 5 1012 1012 -1.7278E+02 9.9747E+01 0 IMAGR2: Field 6 1012 1012 1.7273E+02 9.9747E+01 0 IMAGR2: Field 7 1012 1012 5.0788E-02 1.9945E+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 34947 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.137E+04 IMAGR2: UVWAIT: Adding temperance S 1.227E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.052E+08 and out 1.403E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR2: UVWAIT: Average summed weight 6.137E+04 over 68412 vis IMAGR2: Create 2320+052 .IBM001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 2320+052 .IBM002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 2320+052 .IBM003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2320+052 .IBM004. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2320+052 .IBM005. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2320+052 .IBM006. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2320+052 .IBM007. 1 (MA) on disk 1 cno 112 IMAGR2: Create 2320+052 .ICL001. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2320+052 .ICL002. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2320+052 .ICL003. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2320+052 .ICL004. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2320+052 .ICL005. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2320+052 .ICL006. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2320+052 .ICL007. 1 (MA) on disk 1 cno 119 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.48912E+09 IMAGR2: Field 1 Beam min = -152.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.252 x 0.749 arcsec, PA= -51.5 IMAGR2: Field 2 Sum of gridding weights = 1.48912E+09 IMAGR2: Field 2 Beam min = -152.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.253 x 0.749 arcsec, PA= -51.5 IMAGR2: Field 3 Sum of gridding weights = 1.48912E+09 IMAGR2: Field 3 Beam min = -92.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.251 x 0.749 arcsec, PA= -51.5 IMAGR2: Field 4 Sum of gridding weights = 1.48912E+09 IMAGR2: Field 4 Beam min = -156.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.254 x 0.749 arcsec, PA= -51.5 IMAGR2: Field 5 Sum of gridding weights = 1.48912E+09 IMAGR2: Field 5 Beam min = -92.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.250 x 0.749 arcsec, PA= -51.5 IMAGR2: Field 6 Sum of gridding weights = 1.48912E+09 IMAGR2: Field 6 Beam min = -156.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.253 x 0.749 arcsec, PA= -51.6 IMAGR2: Field 7 Sum of gridding weights = 1.48912E+09 IMAGR2: Field 7 Beam min = -152.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.251 x 0.749 arcsec, PA= -51.6 IMAGR2: CLBHIS: minimum component 0.378 of current peak LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -82.9 MilliJy,max = 956.0 MilliJy IMAGR2: Field 2 min = -53.1 MilliJy,max = 129.9 MilliJy IMAGR2: Field 3 min = -86.9 MilliJy,max = 86.9 MilliJy IMAGR2: Field 4 min = -85.3 MilliJy,max = 86.0 MilliJy IMAGR2: Field 5 min = -84.8 MilliJy,max = 87.3 MilliJy IMAGR2: Field 6 min = -83.5 MilliJy,max = 85.7 MilliJy IMAGR2: Field 7 min = -52.0 MilliJy,max = 119.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 65.50 MilliJy IMAGR2: 3330 Residual map points loaded IMAGR2: Field 1 min allowed flux = 356.356 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 664.680 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 664.680 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 = -30.3 MilliJy,max = 324.3 MilliJy IMAGR2: BGC Clean: using 1337 cell beam + residuals > 43.19 MilliJy IMAGR2: 203 Residual map points loaded IMAGR2: Field 1 min allowed flux = 115.949 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 909.390 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 909.390 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.3 MilliJy,max = 13.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.321E-02 < Second best 1.142E-01 IMAGR2: Field 7 min = -8.1 MilliJy,max = 14.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.397E-02 < Second best 1.102E-01 IMAGR2: Field 1 min = -18.6 MilliJy,max = 105.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 32.92 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 45.451 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 981.124 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 981.124 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.2 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.758E-03 < Second best 8.291E-02 IMAGR2: Field 3 min = -4.4 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.892E-03 < Second best 8.217E-02 IMAGR2: Field 4 min = -4.9 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.745E-03 < Second best 8.180E-02 IMAGR2: Field 6 min = -5.4 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.787E-03 < Second best 4.321E-02 IMAGR2: Field 1 min = -18.7 MilliJy,max = 41.4 MilliJy IMAGR2: BGC Clean: using 1803 cell beam + residuals > 5.05 MilliJy IMAGR2: 854 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.927 MilliJy iter= 52 IMAGR2: Field 1 Clean flux density= 1.004 Jy 52 comps IMAGR2: Total Cleaned flux density = 1.004 Jy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.6 MilliJy,max = 13.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.60 MilliJy IMAGR2: 257 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.903 MilliJy iter= 99 IMAGR2: Field 1 Clean flux density= 988.590 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 988.590 MilliJy 99 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.009E-03 < Second best 1.321E-02 IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.144E-03 < Second best 7.523E-03 IMAGR2: Field 1 min = -7.6 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 1291 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.226 MilliJy iter= 207 IMAGR2: Field 1 Clean flux density= 990.288 MilliJy 207 comps IMAGR2: Total Cleaned flux density = 990.288 MilliJy 207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.178E-03 < Second best 4.758E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.323E-03 < Second best 4.745E-03 IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.502E-03 < Second best 4.026E-03 IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 529 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.516 MilliJy iter= 304 IMAGR2: Field 1 Clean flux density= 987.940 MilliJy 304 comps IMAGR2: Total Cleaned flux density = 987.940 MilliJy 304 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.626E-03 < Second best 3.178E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 2903 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.984 MilliJy iter= 111 IMAGR2: Field 6 Clean flux density= 10.194 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 998.134 MilliJy 415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.771E-03 < Second best 3.009E-03 IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.731E-03 < Second best 2.626E-03 IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 4635 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.872 MilliJy iter= 167 IMAGR2: Field 3 Clean flux density= 7.254 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 1.005 Jy 582 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 4 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.024E-03 < Second best 2.400E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 674 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.626 MilliJy iter= 438 IMAGR2: Field 1 Clean flux density= 988.438 MilliJy 438 comps IMAGR2: Total Cleaned flux density = 1.006 Jy 716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1641 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.579 MilliJy iter= 158 IMAGR2: Field 5 Clean flux density= 6.901 MilliJy 158 comps IMAGR2: Total Cleaned flux density = 1.013 Jy 874 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1876 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.574 MilliJy iter= 195 IMAGR2: Field 4 Clean flux density= 8.675 MilliJy 195 comps IMAGR2: Total Cleaned flux density = 1.021 Jy 1069 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 3351 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.518 MilliJy iter= 362 IMAGR2: Field 6 Clean flux density= 13.752 MilliJy 362 comps IMAGR2: Total Cleaned flux density = 1.025 Jy 1320 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 4230 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.450 MilliJy iter= 483 IMAGR2: Field 3 Clean flux density= 4.520 MilliJy 483 comps IMAGR2: Total Cleaned flux density = 1.022 Jy 1636 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.529E-03 < Second best 1.731E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.350E-03 < Second best 1.554E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.407E-03 < Second best 1.529E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 67 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.190 MilliJy iter= 38 IMAGR2: Field 2 Clean flux density= 1.332 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 1674 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.411E-03 < Second best 1.507E-03 IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1766 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.250 MilliJy iter= 432 IMAGR2: Field 4 Clean flux density= 13.796 MilliJy 432 comps IMAGR2: Total Cleaned flux density = 1.029 Jy 1911 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 3457 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.226 MilliJy iter= 698 IMAGR2: Field 6 Clean flux density= 20.273 MilliJy 698 comps IMAGR2: Total Cleaned flux density = 1.035 Jy 2247 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 2188 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.199 MilliJy iter= 489 IMAGR2: Field 5 Clean flux density= 11.571 MilliJy 489 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 2578 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.309E-03 < Second best 1.391E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.20 MicroJy IMAGR2: 3487 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.123 MilliJy iter= 875 IMAGR2: Field 3 Clean flux density= 4.814 MilliJy 875 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 2970 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.195E-03 < Second best 1.309E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 977.76 MicroJy IMAGR2: 362 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.030 MilliJy iter= 594 IMAGR2: Field 1 Clean flux density= 989.040 MilliJy 594 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 3126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 950.17 MicroJy IMAGR2: 1005 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.018 MilliJy iter= 657 IMAGR2: Field 4 Clean flux density= 16.653 MilliJy 657 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 3351 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.119E-03 < Second best 1.177E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.98 MicroJy IMAGR2: 2355 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.000 MilliJy iter= 1038 IMAGR2: Field 6 Clean flux density= 18.776 MilliJy 1038 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 3691 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.072E-03 < Second best 1.139E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.052E-03 < Second best 1.119E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 866.22 MicroJy IMAGR2: 177 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -891.228 MicroJy iter= 98 IMAGR2: Field 7 Clean flux density= -1.766 MicroJy 98 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 3789 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 831.96 MicroJy IMAGR2: 4820 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 948.821 MicroJy iter= 1433 IMAGR2: Field 3 Clean flux density= 1.253 MilliJy 1433 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 4347 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.861E-04 < Second best 1.052E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 820.97 MicroJy IMAGR2: 174 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 839.903 MicroJy iter= 131 IMAGR2: Field 2 Clean flux density= 2.913 MilliJy 131 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 4440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 820.39 MicroJy IMAGR2: 710 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -861.166 MicroJy iter= 708 IMAGR2: Field 5 Clean flux density= 13.796 MilliJy 708 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 4659 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 811.30 MicroJy IMAGR2: 310 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 834.984 MicroJy iter= 725 IMAGR2: Field 1 Clean flux density= 990.110 MilliJy 725 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 4790 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 789.33 MicroJy IMAGR2: 1325 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -839.566 MicroJy iter= 962 IMAGR2: Field 4 Clean flux density= 18.547 MilliJy 962 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 5095 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 755.30 MicroJy IMAGR2: 2696 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -823.052 MicroJy iter= 1503 IMAGR2: Field 6 Clean flux density= 21.448 MilliJy 1503 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 5560 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 714.35 MicroJy IMAGR2: 3450 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -782.217 MicroJy iter= 1968 IMAGR2: Field 3 Clean flux density= -1.519 MilliJy 1968 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 6095 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 708.58 MicroJy IMAGR2: 224 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 724.703 MicroJy iter= 222 IMAGR2: Field 7 Clean flux density= -171.620 MicroJy 222 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 6219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.09 MicroJy IMAGR2: 935 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 729.474 MicroJy iter= 1000 IMAGR2: Field 5 Clean flux density= 13.258 MilliJy 1000 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 6511 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 679.57 MicroJy IMAGR2: 1015 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -710.415 MicroJy iter= 1250 IMAGR2: Field 4 Clean flux density= 20.623 MilliJy 1250 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 6799 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 954.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.566E-04 < Second best 8.006E-04 IMAGR2: Field 1 min = -982.8 MicroJy,max = 894.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 666.62 MicroJy IMAGR2: 424 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 687.614 MicroJy iter= 923 IMAGR2: Field 1 Clean flux density= 990.786 MilliJy 923 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 6997 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 638.55 MicroJy IMAGR2: 2780 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -685.490 MicroJy iter= 2015 IMAGR2: Field 6 Clean flux density= 22.400 MilliJy 2015 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 7509 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 2 min = -921.6 MicroJy,max = 920.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 637.98 MicroJy IMAGR2: 205 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 648.644 MicroJy iter= 244 IMAGR2: Field 2 Clean flux density= 4.478 MilliJy 244 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 7622 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 607.92 MicroJy IMAGR2: 3149 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 654.356 MicroJy iter= 2552 IMAGR2: Field 3 Clean flux density= -3.609 MilliJy 2552 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 8206 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 595.76 MicroJy IMAGR2: 855 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 617.680 MicroJy iter= 1288 IMAGR2: Field 5 Clean flux density= 11.728 MilliJy 1288 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 8494 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 991.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 591.25 MicroJy IMAGR2: 391 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 604.727 MicroJy iter= 405 IMAGR2: Field 7 Clean flux density= -840.431 MicroJy 405 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 8677 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.70 MicroJy IMAGR2: 1423 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -605.113 MicroJy iter= 1653 IMAGR2: Field 4 Clean flux density= 22.170 MilliJy 1653 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 9080 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 1 min = -781.9 MicroJy,max = 751.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 571.06 MicroJy IMAGR2: 356 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 583.588 MicroJy iter= 1112 IMAGR2: Field 1 Clean flux density= 991.705 MilliJy 1112 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 9269 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 548.35 MicroJy IMAGR2: 2296 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -578.678 MicroJy iter= 2517 IMAGR2: Field 6 Clean flux density= 22.753 MilliJy 2517 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 9771 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 528.28 MicroJy IMAGR2: 3103 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 562.635 MicroJy iter= 3178 IMAGR2: Field 3 Clean flux density= -3.854 MilliJy 3178 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 10397 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 2 min = -731.7 MicroJy,max = 752.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 523.39 MicroJy IMAGR2: 284 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 532.766 MicroJy iter= 406 IMAGR2: Field 2 Clean flux density= 5.737 MilliJy 406 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 10559 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 5 min = -961.7 MicroJy,max = 995.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.54 MicroJy IMAGR2: 1092 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -533.401 MicroJy iter= 1655 IMAGR2: Field 5 Clean flux density= 10.136 MilliJy 1655 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 10926 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 503.19 MicroJy IMAGR2: 1542 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 525.138 MicroJy iter= 2117 IMAGR2: Field 4 Clean flux density= 23.029 MilliJy 2117 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 11390 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 7 min = -969.7 MicroJy,max = 858.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 497.78 MicroJy IMAGR2: 281 Residual map points loaded IMAGR2: Field 7 min Clean flux = -512.262 MicroJy iter= 529 IMAGR2: Field 7 Clean flux density= -418.798 MicroJy 529 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 11514 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -711.9 MicroJy,max = 652.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 491.42 MicroJy IMAGR2: 323 Residual map points loaded IMAGR2: Field 1 min Clean flux = 512.964 MicroJy iter= 1208 IMAGR2: Field 1 Clean flux density= 991.612 MilliJy 1208 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 11610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 473.65 MicroJy IMAGR2: 2582 Residual map points loaded IMAGR2: Field 6 min Clean flux = 513.012 MicroJy iter= 2856 IMAGR2: Field 6 Clean flux density= 23.112 MilliJy 2856 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 11949 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 443.22 MicroJy IMAGR2: 4837 Residual map points loaded IMAGR2: Field 3 min Clean flux = -513.062 MicroJy iter= 3384 IMAGR2: Field 3 Clean flux density= -4.035 MilliJy 3384 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 12155 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34947 Pts IMAGR2: Field 5 min = -928.0 MicroJy,max = 953.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 418.05 MicroJy IMAGR2: 5093 Residual map points loaded IMAGR2: Field 5 min Clean flux = -512.755 MicroJy iter= 1736 IMAGR2: Field 5 Clean flux density= 10.198 MilliJy 1736 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 12236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -690.0 MicroJy,max = 664.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 390.67 MicroJy IMAGR2: 3343 Residual map points loaded IMAGR2: Field 2 min Clean flux = 513.057 MicroJy iter= 419 IMAGR2: Field 2 Clean flux density= 5.683 MilliJy 419 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 12249 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 336.68 MicroJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 4 min Clean flux = 513.056 MicroJy iter= 2128 IMAGR2: Field 4 Clean flux density= 22.661 MilliJy 2128 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 12260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 513.062 less than limit 513.090 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1208 to 537 components IMAGR2: Field 2 compressed from 419 to 287 components IMAGR2: Field 3 compressed from 3384 to 1968 components IMAGR2: Field 4 compressed from 2128 to 1299 components IMAGR2: Field 5 compressed from 1736 to 1055 components IMAGR2: Field 6 compressed from 2856 to 1669 components IMAGR2: Field 7 compressed from 529 to 350 components IMAGR2: Field 1 min = -670.6 MicroJy,max = 631.3 MicroJy IMAGR2: Field 2 min = -680.9 MicroJy,max = 661.7 MicroJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 5 min = -910.4 MicroJy,max = 957.8 MicroJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -923.2 MicroJy,max = 795.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 244.353 MicroJy ( 13 CCs) from field 1 to field 2 IMAGR2: Restore-204.671 MicroJy ( 84 CCs) from field 1 to field 3 IMAGR2: Restore-233.345 MicroJy ( 89 CCs) from field 1 to field 4 IMAGR2: Restore 555.042 MicroJy ( 86 CCs) from field 1 to field 5 IMAGR2: Restore-775.004 MicroJy ( 81 CCs) from field 1 to field 6 IMAGR2: Restore 185.577 MicroJy ( 9 CCs) from field 1 to field 7 IMAGR2: Restore -1.100 MilliJy ( 17 CCs) from field 2 to field 1 IMAGR2: Restore 2.251 MilliJy ( 93 CCs) from field 2 to field 3 IMAGR2: Restore 855.693 MicroJy ( 24 CCs) from field 2 to field 4 IMAGR2: Restore-941.003 MicroJy ( 83 CCs) from field 3 to field 1 IMAGR2: Restore 517.270 MicroJy ( 72 CCs) from field 3 to field 2 IMAGR2: Restore-281.475 MicroJy ( 164 CCs) from field 3 to field 5 IMAGR2: Restore 15.635 MicroJy ( 56 CCs) from field 4 to field 1 IMAGR2: Restore 295.338 MicroJy ( 35 CCs) from field 4 to field 2 IMAGR2: Restore 4.237 MilliJy ( 197 CCs) from field 4 to field 6 IMAGR2: Restore 1.437 MilliJy ( 41 CCs) from field 5 to field 1 IMAGR2: Restore 2.536 MilliJy ( 122 CCs) from field 5 to field 3 IMAGR2: Restore-950.674 MicroJy ( 25 CCs) from field 5 to field 7 IMAGR2: Restore 644.014 MicroJy ( 42 CCs) from field 6 to field 1 IMAGR2: Restore-159.027 MicroJy ( 77 CCs) from field 6 to field 4 IMAGR2: Restore 1.509 MilliJy ( 44 CCs) from field 6 to field 7 IMAGR2: Restore-143.217 MicroJy ( 24 CCs) from field 7 to field 1 IMAGR2: Restore-539.385 MicroJy ( 27 CCs) from field 7 to field 5 IMAGR2: Restore -1.329 MilliJy ( 116 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 991.524 MilliJy IMAGR2: Field 2 final Clean flux 6.740 MilliJy IMAGR2: Field 3 final Clean flux 548.308 MicroJy IMAGR2: Field 4 final Clean flux 23.124 MilliJy IMAGR2: Field 5 final Clean flux 9.932 MilliJy IMAGR2: Field 6 final Clean flux 25.244 MilliJy IMAGR2: Field 7 final Clean flux 325.342 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= 105 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 97.8 Real= 302 iles 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.08551 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: AN11_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.05836 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2319+051 X BAND Seq 1 Disk: 1 in slot 20 SETFC2: SETCEL: recommends IMSIZE 1364 CELLSIZE 0.23466 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23466 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 62.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= 5 C 1 1012 1012 23 21 40.80 05 27 36.5 00001 -1 507 512 513 C 2 1012 1012 23 21 40.80 05 24 16.8 00002 -1 507 512 513 C 3 1012 1012 23 21 29.22 05 25 56.6 00003 -1 507 512 513 C 4 1012 1012 23 21 52.39 05 25 56.6 00004 -1 507 512 513 C 5 1012 1012 23 21 29.22 05 29 16.4 00005 -1 507 512 513 C 6 1012 1012 23 21 52.39 05 29 16.4 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 30 56.3 00007 -1 507 512 513 iles 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.08551 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: AN11_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.05836 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: AN11_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.9973E+02 0 IMAGR2: Field 3 1012 1012 -1.7297E+02 -9.9930E+01 0 IMAGR2: Field 4 1012 1012 1.7300E+02 -9.9930E+01 0 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 1012 1012 -1.7297E+02 9.9870E+01 0 IMAGR2: Field 6 1012 1012 1.7300E+02 9.9870E+01 0 IMAGR2: Field 7 1012 1012 -5.9728E-02 1.9977E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2319+051 .IMAGR . 1 (UV) on disk 1 cno 112 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 75036 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.473E+05 IMAGR2: UVWAIT: Adding temperance S 2.946E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.286E+08 and out 3.287E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.179 due to weighting IMAGR2: UVWAIT: Average summed weight 1.473E+05 over 149148 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 = 3.48937E+09 IMAGR2: Field 1 Beam min = -105.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.168 x 0.754 arcsec, PA= -55.9 IMAGR2: Field 2 Sum of gridding weights = 3.48936E+09 IMAGR2: Field 2 Beam min = -105.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.169 x 0.754 arcsec, PA= -55.9 IMAGR2: Field 3 Sum of gridding weights = 3.48936E+09 IMAGR2: Field 3 Beam min = -95.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.167 x 0.754 arcsec, PA= -55.9 IMAGR2: Field 4 Sum of gridding weights = 3.48937E+09 IMAGR2: Field 4 Beam min = -101.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.170 x 0.754 arcsec, PA= -55.9 IMAGR2: Field 5 Sum of gridding weights = 3.48936E+09 IMAGR2: Field 5 Beam min = -95.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.166 x 0.754 arcsec, PA= -55.9 IMAGR2: Field 6 Sum of gridding weights = 3.48936E+09 IMAGR2: Field 6 Beam min = -101.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.169 x 0.754 arcsec, PA= -56.0 IMAGR2: Field 7 Sum of gridding weights = 3.48935E+09 IMAGR2: Field 7 Beam min = -105.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.167 x 0.754 arcsec, PA= -56.0 IMAGR2: CLBHIS: minimum component 0.413 of current peak IMAGR2: Field 1 min = -2.4 MilliJy,max = 22.6 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 3.2 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 2.1 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 2.0 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 2.1 MilliJy IMAGR2: Field 6 min = -1.3 MilliJy,max = 2.1 MilliJy IMAGR2: Field 7 min = -1.8 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.73 MilliJy IMAGR2: 2997 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.768 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 14.740 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 14.740 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 1665 cell beam + residuals > 1.04 MilliJy IMAGR2: 665 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.212 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 21.540 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 21.540 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -558.3 MicroJy,max = 832.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.949E-04 < Second best 3.054E-03 IMAGR2: Field 1 min = -751.6 MicroJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 869.85 MicroJy IMAGR2: 73 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.374 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 25.382 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 25.382 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -523.6 MicroJy,max = 572.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.468E-04 < Second best 2.023E-03 IMAGR2: Field 5 min = -347.7 MicroJy,max = 488.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.639E-04 < Second best 1.866E-03 IMAGR2: Field 4 min = -365.5 MicroJy,max = 484.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.630E-04 < Second best 1.311E-03 IMAGR2: Field 3 min = -328.2 MicroJy,max = 405.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.859E-04 < Second best 1.307E-03 IMAGR2: Field 1 min = -802.3 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 412.44 MicroJy IMAGR2: 750 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 660.162 MicroJy iter= 70 IMAGR2: Field 1 Clean flux density= 27.341 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 27.341 MilliJy 70 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -333.6 MicroJy,max = 337.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.017E-04 < Second best 7.949E-04 IMAGR2: Field 7 min = -434.3 MicroJy,max = 536.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.129E-04 < Second best 6.289E-04 IMAGR2: Field 1 min = -592.3 MicroJy,max = 645.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 242.12 MicroJy IMAGR2: 8441 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 445.205 MicroJy iter= 159 IMAGR2: Field 1 Clean flux density= 30.179 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 30.179 MilliJy 159 comps IMAGR2: ALGSTB: All 497 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 486- 0 Cells, with 75036 Pts IMAGR2: Field 2 min = -428.9 MicroJy,max = 442.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.235E-04 < Second best 5.129E-04 IMAGR2: Field 7 min = -391.0 MicroJy,max = 464.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 226.85 MicroJy IMAGR2: 3279 Residual map points loaded IMAGR2: Field 7 min Clean flux = -349.994 MicroJy iter= 24 IMAGR2: Field 7 Clean flux density= 476.071 MicroJy 24 comps IMAGR2: Total Cleaned flux density = 30.656 MilliJy 183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -335.6 MicroJy,max = 343.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.181E-04 < Second best 4.252E-04 IMAGR2: Field 1 min = -425.7 MicroJy,max = 403.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.56 MicroJy IMAGR2: 10927 Residual map points loaded IMAGR2: Field 1 min Clean flux = 350.157 MicroJy iter= 244 IMAGR2: Field 1 Clean flux density= 29.301 MilliJy 244 comps IMAGR2: Total Cleaned flux density = 29.777 MilliJy 268 comps IMAGR2: ALGSTB: All 497 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 486- 0 Cells, with 75036 Pts IMAGR2: Field 2 min = -386.2 MicroJy,max = 414.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 173.92 MicroJy IMAGR2: 12287 Residual map points loaded IMAGR2: Field 2 min Clean flux = -348.578 MicroJy iter= 13 IMAGR2: Field 2 Clean flux density= 192.651 MicroJy 13 comps IMAGR2: Total Cleaned flux density = 29.970 MilliJy 281 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -304.9 MicroJy,max = 369.1 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 244 to 118 components IMAGR2: Field 2 compressed from 13 to 11 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 24 to 19 components IMAGR2: Field 1 min = -329.3 MicroJy,max = 342.9 MicroJy IMAGR2: Field 2 min = -336.9 MicroJy,max = 339.2 MicroJy IMAGR2: Field 3 min = -301.8 MicroJy,max = 310.8 MicroJy IMAGR2: Field 4 min = -331.0 MicroJy,max = 338.5 MicroJy IMAGR2: Field 5 min = -304.9 MicroJy,max = 369.1 MicroJy IMAGR2: Field 6 min = -319.9 MicroJy,max = 293.6 MicroJy IMAGR2: Field 7 min = -326.5 MicroJy,max = 330.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 121.587 MicroJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore 71.753 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR2: Restore 9.489 MicroJy ( 2 CCs) from field 1 to field 4 IMAGR2: Restore 107.086 MicroJy ( 3 CCs) from field 1 to field 5 IMAGR2: Restore 46.215 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore -36.671 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 29.265 MilliJy IMAGR2: Field 2 final Clean flux 314.238 MicroJy IMAGR2: Field 3 final Clean flux 71.753 MicroJy IMAGR2: Field 4 final Clean flux 9.489 MicroJy IMAGR2: Field 5 final Clean flux 107.086 MicroJy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 522.287 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= 29.2 Real= 91 iles 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.08551 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: AN11_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.05836 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: AN11_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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: User18388: 9675 messages, oldest written 17-SEP-2006 17:08:41 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= 3341 /home/auto/run/AB922_2000JAN11_1.run.1 finished on Tue Sep 19 05:18:39 MDT 2006