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_2000JAN30_1' >>AIPS 2: 'AB922_2000JAN30_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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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.67 min. of data in 32 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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.777E-01 +- 8.374E-03 source= 1331+305 FLAGR2: Overall average rms= 2.193E-03 +- 1.467E-04 source= 1331+305 FLAGR2: Overall average amp= 4.856E-02 +- 9.003E-04 source= 1244+408 FLAGR2: Overall average rms= 2.073E-03 +- 2.347E-04 source= 1244+408 FLAGR2: Overall average amp= 8.645E-02 +- 1.911E-03 source= 1035+564 FLAGR2: Overall average rms= 2.470E-03 +- 3.187E-04 source= 1035+564 FLAGR2: Overall average amp= 4.863E-02 +- 1.425E-03 source= 1148+594 FLAGR2: Overall average rms= 2.089E-03 +- 2.103E-04 source= 1148+594 FLAGR2: Overall average amp= 1.226E-01 +- 2.530E-03 source= 1400+621 FLAGR2: Overall average rms= 1.939E-03 +- 2.023E-04 source= 1400+621 FLAGR2: Overall average amp= 1.061E-01 +- 1.328E-03 source= 1549+506 FLAGR2: Overall average rms= 1.895E-03 +- 1.907E-04 source= 1549+506 FLAGR2: Overall average amp= 4.149E-03 +- 4.587E-04 source= 1600+434 FLAGR2: Overall average rms= 1.447E-03 +- 1.060E-04 source= 1600+434 FLAGR2: Overall average amp= 1.043E-02 +- 1.932E-03 source= 1559+437 FLAGR2: Overall average rms= 1.805E-03 +- 2.111E-04 source= 1559+437 FLAGR2: Overall average amp= 3.581E-02 +- 6.364E-04 source= 1545+478 FLAGR2: Overall average rms= 1.902E-03 +- 2.686E-04 source= 1545+478 FLAGR2: Overall average amp= 8.979E-02 +- 1.704E-03 source= 1634+627 FLAGR2: Overall average rms= 1.896E-03 +- 1.442E-04 source= 1634+627 FLAGR2: Overall average amp= 9.180E-02 +- 3.359E-03 source= 1642+689 FLAGR2: Overall average rms= 1.904E-03 +- 1.492E-04 source= 1642+689 FLAGR2: Overall average amp= 4.729E-03 +- 7.018E-04 source= 1608+656 FLAGR2: Overall average rms= 1.570E-03 +- 1.024E-04 source= 1608+656 FLAGR2: Overall average amp= 5.867E-02 +- 1.696E-03 source= 1823+796 FLAGR2: Overall average rms= 1.916E-03 +- 1.700E-04 source= 1823+796 FLAGR2: Overall average amp= 4.875E-02 +- 1.093E-03 source= 1945+709 FLAGR2: Overall average rms= 1.915E-03 +- 2.027E-04 source= 1945+709 FLAGR2: Overall average amp= 3.270E-02 +- 2.177E-03 source= 1815+614 FLAGR2: Overall average rms= 1.838E-03 +- 2.138E-04 source= 1815+614 FLAGR2: Overall average amp= 9.563E-02 +- 4.372E-03 source= 2355+498 FLAGR2: Overall average rms= 1.965E-03 +- 1.765E-04 source= 2355+498 FLAGR2: Overall average amp= 1.092E-01 +- 4.136E-03 source= 2320+052 FLAGR2: Overall average rms= 2.082E-03 +- 1.404E-04 source= 2320+052 FLAGR2: Overall average amp= 4.114E-03 +- 2.830E-04 source= 2319+051 FLAGR2: Overall average rms= 1.552E-03 +- 8.538E-05 source= 2319+051 FLAGR2: Found 28 bad times, 635 total flags FLAGR2: Wrote 3 antenna & IF independent flags FLAGR2: Wrote 25 antenna independent, IF dependent flags FLAGR2: Wrote 574 antenna & IF dependent flags FLAGR2: Wrote 33 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 11.0 Real= 50 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: / Resetting flux information to zero SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: SOURCES = '' /All sources selected SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 20000130 . 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 3359 good solutions CALIB2: Failed on 53 solutions CALIB2: Average closure rms = 0.0095 +- 0.0065 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.14844 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.43750 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.24219 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.11719 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.03906 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.00781 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.00781 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= 1.2 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 20000130 . 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 847 good solutions CALIB2: Failed on 17 solutions CALIB2: Average closure rms = 0.0029 +- 0.0008 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.03125 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.21875 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.18750 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.12500 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.28125 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: 0.09375 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 18 - 20 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 3.6 Real= 19 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 853 merged records from 853 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= 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 3672 records from CL table no. 2 CLCAL2: Processing SN table 1 CLCAL2: WARNING: SN table 1 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 853 merged records from 853 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= 11 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 20000130 . 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.700E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.653E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.522E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.689E+00 CALIB2: Found 2620 good solutions CALIB2: Failed on 40 solutions CALIB2: Average closure rms = 0.0013 +- 0.0009 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.62500 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.26923 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.01923 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.00962 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 2.2 Real= 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 20000130 . 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.453E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.005E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.001E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.283E+00 CALIB2: Found 212 good solutions CALIB2: Failed on 4 solutions CALIB2: Average closure rms = 0.0005 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 3.5 Real= 22 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1244+408 : 0 C 1 0.43638 +/- 0.00172 GETJY2: 2 0.43335 +/- 0.00086 GETJY2: 1035+564 : 0 A 1 0.77135 +/- 0.00229 GETJY2: 2 0.76564 +/- 0.00238 GETJY2: 1148+594 : 0 B 1 0.43270 +/- 0.00157 GETJY2: 2 0.43296 +/- 0.00185 GETJY2: 1400+621 : 0 C 1 1.11078 +/- 0.00813 GETJY2: 2 1.10000 +/- 0.00385 GETJY2: 1549+506 : 0 A 1 0.96285 +/- 0.00979 GETJY2: 2 0.95454 +/- 0.00149 GETJY2: 1545+478 : 0 B 1 0.32143 +/- 0.00050 GETJY2: 2 0.32275 +/- 0.00306 GETJY2: 1634+627 : 0 C 1 0.80840 +/- 0.00193 GETJY2: 2 0.80254 +/- 0.00180 GETJY2: 1642+689 : 0 A 1 0.98025 +/- 0.15983 GETJY2: 2 0.81595 +/- 0.00634 GETJY2: 1823+796 : 0 A 1 0.52540 +/- 0.00166 GETJY2: 2 0.52773 +/- 0.00430 GETJY2: 1945+709 : 0 B 1 0.43840 +/- 0.00107 GETJY2: 2 0.43676 +/- 0.00105 GETJY2: 2355+498 : 0 A 1 0.87133 +/- 0.01089 GETJY2: 2 0.85667 +/- 0.00398 GETJY2: 2320+052 : 0 A 1 0.97771 +/- 0.00419 GETJY2: 2 0.97150 +/- 0.00609 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 665 merged records from 665 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= 5 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 3672 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 665 merged records from 665 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= 11 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 20000130 .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= 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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 8001 792 8001 SPLIT2: Fully 0 0 33741 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 204 104 204 SPLIT2: Fully 0 0 6400 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 376 76 376 SPLIT2: Fully 0 0 6200 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 453 155 453 SPLIT2: Fully 0 0 6852 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 380 130 380 SPLIT2: Fully 0 0 6900 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 601 234 601 SPLIT2: Fully 0 0 9933 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 702 256 446 SPLIT2: Fully 0 0 17754 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 128 78 50 SPLIT2: Fully 0 0 5150 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 448 177 448 SPLIT2: Fully 0 0 4825 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 1386 0 1386 SPLIT2: Fully 0 0 20064 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 3495 184 3495 SPLIT2: Fully 0 0 22247 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 5108 1112 3996 SPLIT2: Fully 0 0 53854 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 452 104 452 SPLIT2: Fully 0 0 13952 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 100 0 100 SPLIT2: Fully 0 0 6111 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Create 1815+614 .X BAND. 1 (UV) on disk 1 cno 17 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 150 0 150 SPLIT2: Fully 0 0 6650 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 1075 154 1075 SPLIT2: Fully 0 0 12770 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 3586 75 3586 SPLIT2: Fully 0 0 23664 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 10312 337 10312 SPLIT2: Fully 0 0 48725 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= 9 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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.07825 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 115.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 6 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 1012 1012 13 31 08.29 30 27 12.5 00002 -1 507 512 513 C 3 1012 1012 13 30 54.86 30 28 52.7 00003 -1 507 512 513 C 4 1012 1012 13 31 21.72 30 28 52.7 00004 -1 507 512 513 C 5 1012 1012 13 30 54.85 30 32 13.1 00005 -1 507 512 513 C 6 1012 1012 13 31 21.73 30 32 13.1 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 33 53.4 00007 -1 507 512 513 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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.07825 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: AN30_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 41723 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.065E+05 IMAGR2: UVWAIT: Adding temperance S 2.131E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.040E+08 and out 1.611E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.186 due to weighting IMAGR2: UVWAIT: Average summed weight 1.065E+05 over 78497 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 35 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.71027E+09 IMAGR2: Field 1 Beam min = -115.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.220 x 0.671 arcsec, PA= 76.7 IMAGR2: Field 2 Sum of gridding weights = 1.71026E+09 IMAGR2: Field 2 Beam min = -116.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.221 x 0.672 arcsec, PA= 76.6 IMAGR2: Field 3 Sum of gridding weights = 1.71027E+09 IMAGR2: Field 3 Beam min = -115.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.222 x 0.672 arcsec, PA= 76.6 IMAGR2: Field 4 Sum of gridding weights = 1.71027E+09 IMAGR2: Field 4 Beam min = -115.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.219 x 0.672 arcsec, PA= 76.7 IMAGR2: Field 5 Sum of gridding weights = 1.71027E+09 IMAGR2: Field 5 Beam min = -114.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.222 x 0.671 arcsec, PA= 76.6 IMAGR2: Field 6 Sum of gridding weights = 1.71027E+09 IMAGR2: Field 6 Beam min = -115.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.219 x 0.671 arcsec, PA= 76.7 IMAGR2: Field 7 Sum of gridding weights = 1.71027E+09 IMAGR2: Field 7 Beam min = -114.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.220 x 0.671 arcsec, PA= 76.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -597.9 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -399.6 MilliJy,max = 891.6 MilliJy IMAGR2: Field 3 min = -281.8 MilliJy,max = 836.4 MilliJy IMAGR2: Field 4 min = -291.5 MilliJy,max = 476.0 MilliJy IMAGR2: Field 5 min = -318.7 MilliJy,max = 464.4 MilliJy IMAGR2: Field 6 min = -280.0 MilliJy,max = 849.0 MilliJy IMAGR2: Field 7 min = -356.4 MilliJy,max = 878.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 354.40 MilliJy IMAGR2: 9465 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 = -295.1 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 265.11 MilliJy IMAGR2: 1949 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.055 Jy iter= 17 IMAGR2: Field 1 Clean flux density= 4.309 Jy 17 comps IMAGR2: Total Cleaned flux density = 4.309 Jy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -159.0 MilliJy,max = 965.8 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 246.13 MilliJy IMAGR2: 98 Residual map points loaded IMAGR2: Field 1 min allowed flux = 474.638 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 4.934 Jy 26 comps IMAGR2: Total Cleaned flux density = 4.934 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -53.9 MilliJy,max = 68.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.185E-02 < Second best 8.377E-01 IMAGR2: Field 7 min = -49.2 MilliJy,max = 64.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.178E-02 < Second best 8.085E-01 IMAGR2: Field 6 min = -27.5 MilliJy,max = 68.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.233E-02 < Second best 7.965E-01 IMAGR2: Field 3 min = -27.4 MilliJy,max = 69.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.576E-02 < Second best 4.513E-01 IMAGR2: Field 1 min = -102.6 MilliJy,max = 434.2 MilliJy IMAGR2: BGC Clean: using 197 cell beam + residuals > 139.37 MilliJy IMAGR2: 47 Residual map points loaded IMAGR2: Field 1 min allowed flux = 211.806 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.215 Jy 35 comps IMAGR2: Total Cleaned flux density = 5.215 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -31.9 MilliJy,max = 36.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.831E-02 < Second best 3.439E-01 IMAGR2: Field 5 min = -34.2 MilliJy,max = 38.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.644E-02 < Second best 2.014E-01 IMAGR2: Field 1 min = -121.5 MilliJy,max = 195.8 MilliJy IMAGR2: BGC Clean: using 1055 cell beam + residuals > 26.32 MilliJy IMAGR2: 3956 Residual map points loaded IMAGR2: Field 1 min allowed flux = 97.206 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 5.300 Jy 50 comps IMAGR2: Total Cleaned flux density = 5.300 Jy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -90.6 MilliJy,max = 89.3 MilliJy IMAGR2: BGC Clean: using 197 cell beam + residuals > 28.54 MilliJy IMAGR2: 749 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -45.615 MilliJy iter= 83 IMAGR2: Field 1 Clean flux density= 5.266 Jy 83 comps IMAGR2: Total Cleaned flux density = 5.266 Jy 83 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.4 MilliJy,max = 13.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.155E-02 < Second best 6.233E-02 IMAGR2: Field 6 min = -14.9 MilliJy,max = 13.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.147E-02 < Second best 6.185E-02 IMAGR2: Field 2 min = -21.3 MilliJy,max = 21.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.043E-02 < Second best 6.178E-02 IMAGR2: Field 7 min = -21.3 MilliJy,max = 19.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.035E-02 < Second best 4.340E-02 IMAGR2: Field 1 min = -44.8 MilliJy,max = 45.8 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 11.34 MilliJy IMAGR2: 7479 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.844 MilliJy iter= 160 IMAGR2: Field 1 Clean flux density= 5.281 Jy 160 comps IMAGR2: Total Cleaned flux density = 5.281 Jy 160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -11.8 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.777E-03 < Second best 2.644E-02 IMAGR2: Field 5 min = -10.8 MilliJy,max = 11.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.608E-03 < Second best 2.175E-02 IMAGR2: Field 1 min = -22.5 MilliJy,max = 22.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.74 MilliJy IMAGR2: 2356 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -15.472 MilliJy iter= 282 IMAGR2: Field 1 Clean flux density= 5.339 Jy 282 comps IMAGR2: Total Cleaned flux density = 5.339 Jy 282 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.2 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.335E-02 < Second best 2.035E-02 IMAGR2: Field 7 min = -12.1 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.171E-02 < Second best 1.475E-02 IMAGR2: Field 1 min = -15.6 MilliJy,max = 13.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.02 MilliJy IMAGR2: 3839 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.829 MilliJy iter= 439 IMAGR2: Field 1 Clean flux density= 5.315 Jy 439 comps IMAGR2: Total Cleaned flux density = 5.315 Jy 439 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -9.4 MilliJy,max = 11.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.112E-02 < Second best 1.171E-02 IMAGR2: Field 7 min = -10.2 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.827E-03 < Second best 1.155E-02 IMAGR2: Field 3 min = -9.9 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.073E-02 < Second best 1.147E-02 IMAGR2: Field 6 min = -10.7 MilliJy,max = 10.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.521E-03 < Second best 1.112E-02 IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.95 MilliJy IMAGR2: 875 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -7.090 MilliJy iter= 84 IMAGR2: Field 2 Clean flux density= 23.183 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 5.338 Jy 523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.5 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.95 MilliJy IMAGR2: 1196 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -7.105 MilliJy iter= 102 IMAGR2: Field 3 Clean flux density= -6.829 MilliJy 102 comps IMAGR2: Total Cleaned flux density = 5.331 Jy 625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.6 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.95 MilliJy IMAGR2: 558 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 6.736 MilliJy iter= 79 IMAGR2: Field 7 Clean flux density= 17.519 MilliJy 79 comps IMAGR2: Total Cleaned flux density = 5.349 Jy 704 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.9 MilliJy,max = 10.0 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.95 MilliJy IMAGR2: 906 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -6.817 MilliJy iter= 100 IMAGR2: Field 4 Clean flux density= 6.723 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 5.355 Jy 804 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.4 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.868E-03 < Second best 9.521E-03 IMAGR2: Field 6 min = -8.5 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.95 MilliJy IMAGR2: 435 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.466 MilliJy iter= 71 IMAGR2: Field 6 Clean flux density= -2.119 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 875 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.99 MilliJy IMAGR2: 1005 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.723 MilliJy iter= 563 IMAGR2: Field 1 Clean flux density= 5.332 Jy 563 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 999 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.5 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.98 MilliJy IMAGR2: 2098 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.876 MilliJy iter= 186 IMAGR2: Field 5 Clean flux density= -5.637 MilliJy 186 comps IMAGR2: Total Cleaned flux density = 5.364 Jy 1185 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -8.3 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.292E-03 < Second best 6.771E-03 IMAGR2: Field 2 min = -7.3 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.169E-03 < Second best 6.522E-03 IMAGR2: Field 4 min = -8.1 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.58 MilliJy IMAGR2: 2877 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.416 MilliJy iter= 326 IMAGR2: Field 4 Clean flux density= -13.589 MilliJy 326 comps IMAGR2: Total Cleaned flux density = 5.344 Jy 1411 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -8.6 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.49 MilliJy IMAGR2: 921 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -4.991 MilliJy iter= 240 IMAGR2: Field 7 Clean flux density= 17.871 MilliJy 240 comps IMAGR2: Total Cleaned flux density = 5.344 Jy 1572 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -7.8 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.48 MilliJy IMAGR2: 1720 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.043 MilliJy iter= 307 IMAGR2: Field 3 Clean flux density= -10.124 MilliJy 307 comps IMAGR2: Total Cleaned flux density = 5.341 Jy 1777 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -7.4 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.37 MilliJy IMAGR2: 1776 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.930 MilliJy iter= 310 IMAGR2: Field 6 Clean flux density= 7.290 MilliJy 310 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 2016 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -6.5 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.34 MilliJy IMAGR2: 571 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.661 MilliJy iter= 231 IMAGR2: Field 2 Clean flux density= 11.084 MilliJy 231 comps IMAGR2: Total Cleaned flux density = 5.339 Jy 2163 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -6.9 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.18 MilliJy IMAGR2: 1257 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.552 MilliJy iter= 383 IMAGR2: Field 5 Clean flux density= 10.334 MilliJy 383 comps IMAGR2: Total Cleaned flux density = 5.354 Jy 2360 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -5.9 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.756E-03 < Second best 5.193E-03 IMAGR2: Field 4 min = -6.9 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.90 MilliJy IMAGR2: 1478 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.253 MilliJy iter= 545 IMAGR2: Field 4 Clean flux density= -11.579 MilliJy 545 comps IMAGR2: Total Cleaned flux density = 5.356 Jy 2579 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -6.7 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.78 MilliJy IMAGR2: 1428 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.086 MilliJy iter= 519 IMAGR2: Field 3 Clean flux density= -12.807 MilliJy 519 comps IMAGR2: Total Cleaned flux density = 5.354 Jy 2791 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -7.1 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.519E-03 < Second best 4.756E-03 IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.69 MilliJy IMAGR2: 767 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.926 MilliJy iter= 736 IMAGR2: Field 1 Clean flux density= 5.335 Jy 736 comps IMAGR2: Total Cleaned flux density = 5.357 Jy 2964 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -6.6 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.55 MilliJy IMAGR2: 1482 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.852 MilliJy iter= 562 IMAGR2: Field 6 Clean flux density= 8.991 MilliJy 562 comps IMAGR2: Total Cleaned flux density = 5.359 Jy 3216 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -6.9 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.55 MilliJy IMAGR2: 420 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.700 MilliJy iter= 373 IMAGR2: Field 7 Clean flux density= 19.984 MilliJy 373 comps IMAGR2: Total Cleaned flux density = 5.361 Jy 3349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.3 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.48 MilliJy IMAGR2: 392 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.616 MilliJy iter= 364 IMAGR2: Field 2 Clean flux density= 16.016 MilliJy 364 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 3482 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.36 MilliJy IMAGR2: 2313 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.669 MilliJy iter= 712 IMAGR2: Field 5 Clean flux density= 16.931 MilliJy 712 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 3811 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -5.9 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.25 MilliJy IMAGR2: 1584 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.486 MilliJy iter= 828 IMAGR2: Field 4 Clean flux density= -19.785 MilliJy 828 comps IMAGR2: Total Cleaned flux density = 5.365 Jy 4094 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -5.6 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.14 MilliJy IMAGR2: 1220 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.332 MilliJy iter= 764 IMAGR2: Field 3 Clean flux density= -4.916 MilliJy 764 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 4339 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.09 MilliJy IMAGR2: 467 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.194 MilliJy iter= 883 IMAGR2: Field 1 Clean flux density= 5.338 Jy 883 comps IMAGR2: Total Cleaned flux density = 5.376 Jy 4486 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -5.8 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.00 MilliJy IMAGR2: 1173 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.160 MilliJy iter= 806 IMAGR2: Field 6 Clean flux density= 7.043 MilliJy 806 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 4730 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -5.8 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR2: 350 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.047 MilliJy iter= 509 IMAGR2: Field 7 Clean flux density= 21.704 MilliJy 509 comps IMAGR2: Total Cleaned flux density = 5.375 Jy 4866 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.2 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 1516 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.017 MilliJy iter= 1004 IMAGR2: Field 5 Clean flux density= 20.845 MilliJy 1004 comps IMAGR2: Total Cleaned flux density = 5.379 Jy 5158 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -4.7 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 601 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.914 MilliJy iter= 567 IMAGR2: Field 2 Clean flux density= 19.275 MilliJy 567 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 5361 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -5.4 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.70 MilliJy IMAGR2: 1662 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.868 MilliJy iter= 1162 IMAGR2: Field 4 Clean flux density= -19.197 MilliJy 1162 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 5695 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -5.0 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.62 MilliJy IMAGR2: 1482 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.763 MilliJy iter= 1067 IMAGR2: Field 3 Clean flux density= 6.457 MilliJy 1067 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 5998 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR2: 376 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.649 MilliJy iter= 1026 IMAGR2: Field 1 Clean flux density= 5.345 Jy 1026 comps IMAGR2: Total Cleaned flux density = 5.401 Jy 6141 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -5.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.51 MilliJy IMAGR2: 1158 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.632 MilliJy iter= 1093 IMAGR2: Field 6 Clean flux density= 7.335 MilliJy 1093 comps IMAGR2: Total Cleaned flux density = 5.401 Jy 6428 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -4.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR2: 426 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.548 MilliJy iter= 678 IMAGR2: Field 7 Clean flux density= 23.629 MilliJy 678 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 6597 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -4.8 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.40 MilliJy IMAGR2: 1629 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.527 MilliJy iter= 1343 IMAGR2: Field 5 Clean flux density= 21.502 MilliJy 1343 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 6936 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 412 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.425 MilliJy iter= 736 IMAGR2: Field 2 Clean flux density= 17.965 MilliJy 736 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 7105 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -5.1 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR2: 1583 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.401 MilliJy iter= 1504 IMAGR2: Field 4 Clean flux density= -25.751 MilliJy 1504 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 7447 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.22 MilliJy IMAGR2: 1373 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.317 MilliJy iter= 1390 IMAGR2: Field 3 Clean flux density= 7.004 MilliJy 1390 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 7770 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 346 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.231 MilliJy iter= 1159 IMAGR2: Field 1 Clean flux density= 5.345 Jy 1159 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 7903 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.13 MilliJy IMAGR2: 1380 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.224 MilliJy iter= 1422 IMAGR2: Field 6 Clean flux density= -2.189 MilliJy 1422 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 8232 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -4.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR2: 460 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.159 MilliJy iter= 877 IMAGR2: Field 7 Clean flux density= 30.680 MilliJy 877 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 8431 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -4.5 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR2: 1715 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.134 MilliJy iter= 1730 IMAGR2: Field 5 Clean flux density= 20.053 MilliJy 1730 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 8818 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 508 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.062 MilliJy iter= 937 IMAGR2: Field 2 Clean flux density= 15.219 MilliJy 937 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 9019 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -4.7 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 1666 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.037 MilliJy iter= 1893 IMAGR2: Field 4 Clean flux density= -22.826 MilliJy 1893 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 9408 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 1315 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.966 MilliJy iter= 1713 IMAGR2: Field 3 Clean flux density= 9.234 MilliJy 1713 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 9731 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 308 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.906 MilliJy iter= 1303 IMAGR2: Field 1 Clean flux density= 5.348 Jy 1303 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 9875 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -4.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 1178 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.886 MilliJy iter= 1741 IMAGR2: Field 6 Clean flux density= -8.299 MilliJy 1741 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 10194 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -4.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 419 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.836 MilliJy iter= 1056 IMAGR2: Field 7 Clean flux density= 29.435 MilliJy 1056 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 10373 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 1600 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.815 MilliJy iter= 2130 IMAGR2: Field 5 Clean flux density= 18.661 MilliJy 2130 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 10773 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 599 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.764 MilliJy iter= 1184 IMAGR2: Field 2 Clean flux density= 10.238 MilliJy 1184 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 11020 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -4.5 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 1733 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.739 MilliJy iter= 2328 IMAGR2: Field 4 Clean flux density= -23.287 MilliJy 2328 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 11455 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -3.7 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 1331 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.680 MilliJy iter= 2073 IMAGR2: Field 3 Clean flux density= 16.277 MilliJy 2073 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 11815 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 305 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.629 MilliJy iter= 1443 IMAGR2: Field 1 Clean flux density= 5.351 Jy 1443 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 11955 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -3.9 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 1348 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.621 MilliJy iter= 2115 IMAGR2: Field 6 Clean flux density= -17.734 MilliJy 2115 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 12329 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 577 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.585 MilliJy iter= 1309 IMAGR2: Field 7 Clean flux density= 32.808 MilliJy 1309 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 12582 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 1579 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.561 MilliJy iter= 2560 IMAGR2: Field 5 Clean flux density= 20.278 MilliJy 2560 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 13012 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 567 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.517 MilliJy iter= 1430 IMAGR2: Field 2 Clean flux density= 6.955 MilliJy 1430 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 13258 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -4.2 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 1663 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.494 MilliJy iter= 2774 IMAGR2: Field 4 Clean flux density= -20.361 MilliJy 2774 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 13704 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -3.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 1279 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.450 MilliJy iter= 2452 IMAGR2: Field 3 Clean flux density= 18.824 MilliJy 2452 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 14083 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 287 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.408 MilliJy iter= 1587 IMAGR2: Field 1 Clean flux density= 5.350 Jy 1587 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 14227 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 1232 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.397 MilliJy iter= 2494 IMAGR2: Field 6 Clean flux density= -20.894 MilliJy 2494 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 14606 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 597 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.365 MilliJy iter= 1563 IMAGR2: Field 7 Clean flux density= 34.235 MilliJy 1563 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 14860 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -3.9 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1793 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.349 MilliJy iter= 3056 IMAGR2: Field 5 Clean flux density= 18.840 MilliJy 3056 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 15356 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 703 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.313 MilliJy iter= 1725 IMAGR2: Field 2 Clean flux density= 2.967 MilliJy 1725 comps IMAGR2: Total Cleaned flux density = 5.383 Jy 15651 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1810 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.292 MilliJy iter= 3269 IMAGR2: Field 4 Clean flux density= -16.918 MilliJy 3269 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 16146 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1368 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.256 MilliJy iter= 2875 IMAGR2: Field 3 Clean flux density= 22.468 MilliJy 2875 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 16569 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 291 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.222 MilliJy iter= 1739 IMAGR2: Field 1 Clean flux density= 5.350 Jy 1739 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 16721 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 1217 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.215 MilliJy iter= 2903 IMAGR2: Field 6 Clean flux density= -21.067 MilliJy 2903 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 17130 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 649 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.189 MilliJy iter= 1843 IMAGR2: Field 7 Clean flux density= 34.521 MilliJy 1843 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 17410 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1666 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.170 MilliJy iter= 3556 IMAGR2: Field 5 Clean flux density= 18.443 MilliJy 3556 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 17910 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 741 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.141 MilliJy iter= 2042 IMAGR2: Field 2 Clean flux density= -1.464 MilliJy 2042 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 18227 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -3.6 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1896 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.125 MilliJy iter= 3818 IMAGR2: Field 4 Clean flux density= -11.796 MilliJy 3818 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 18776 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1436 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.097 MilliJy iter= 3331 IMAGR2: Field 3 Clean flux density= 26.126 MilliJy 3331 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 19232 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 299 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.066 MilliJy iter= 1889 IMAGR2: Field 1 Clean flux density= 5.352 Jy 1889 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 19382 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -3.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 1488 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.064 MilliJy iter= 3391 IMAGR2: Field 6 Clean flux density= -22.665 MilliJy 3391 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 19870 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 673 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.038 MilliJy iter= 2136 IMAGR2: Field 7 Clean flux density= 38.115 MilliJy 2136 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 20163 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 995.56 MicroJy IMAGR2: 1757 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.024 MilliJy iter= 4080 IMAGR2: Field 5 Clean flux density= 15.540 MilliJy 4080 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 20687 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 982.09 MicroJy IMAGR2: 826 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.001 MilliJy iter= 2390 IMAGR2: Field 2 Clean flux density= -2.601 MilliJy 2390 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 21035 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 956.95 MicroJy IMAGR2: 1919 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -985.298 MicroJy iter= 4388 IMAGR2: Field 4 Clean flux density= -12.712 MilliJy 4388 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 21605 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 937.37 MicroJy IMAGR2: 1499 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -961.011 MicroJy iter= 3818 IMAGR2: Field 3 Clean flux density= 31.625 MilliJy 3818 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 22092 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 929.07 MicroJy IMAGR2: 324 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 937.559 MicroJy iter= 2057 IMAGR2: Field 1 Clean flux density= 5.352 Jy 2057 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 22260 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 908.52 MicroJy IMAGR2: 1279 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 929.867 MicroJy iter= 3857 IMAGR2: Field 6 Clean flux density= -25.202 MilliJy 3857 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 22726 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 897.13 MicroJy IMAGR2: 863 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 913.156 MicroJy iter= 2495 IMAGR2: Field 7 Clean flux density= 36.841 MilliJy 2495 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 23085 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.50 MicroJy IMAGR2: 2167 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -904.096 MicroJy iter= 4714 IMAGR2: Field 5 Clean flux density= 16.012 MilliJy 4714 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 23719 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 864.56 MicroJy IMAGR2: 712 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -878.511 MicroJy iter= 2726 IMAGR2: Field 2 Clean flux density= -5.295 MilliJy 2726 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 24055 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 844.58 MicroJy IMAGR2: 2235 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 869.810 MicroJy iter= 5028 IMAGR2: Field 4 Clean flux density= -11.572 MilliJy 5028 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 24695 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 828.76 MicroJy IMAGR2: 1620 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -849.944 MicroJy iter= 4360 IMAGR2: Field 3 Clean flux density= 34.483 MilliJy 4360 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 25237 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 821.49 MicroJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -827.496 MicroJy iter= 2205 IMAGR2: Field 1 Clean flux density= 5.352 Jy 2205 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 25385 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 807.11 MicroJy IMAGR2: 1452 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 825.763 MicroJy iter= 4365 IMAGR2: Field 6 Clean flux density= -24.529 MilliJy 4365 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 25893 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.28 MicroJy IMAGR2: 783 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 808.135 MicroJy iter= 2830 IMAGR2: Field 7 Clean flux density= 36.618 MilliJy 2830 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 26228 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 777.01 MicroJy IMAGR2: 2038 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -797.704 MicroJy iter= 5347 IMAGR2: Field 5 Clean flux density= 14.615 MilliJy 5347 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 26861 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 767.63 MicroJy IMAGR2: 972 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -780.839 MicroJy iter= 3154 IMAGR2: Field 2 Clean flux density= -7.839 MilliJy 3154 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 27289 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 749.48 MicroJy IMAGR2: 2245 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -770.734 MicroJy iter= 5727 IMAGR2: Field 4 Clean flux density= -12.240 MilliJy 5727 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 27988 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 735.24 MicroJy IMAGR2: 1610 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 751.729 MicroJy iter= 4910 IMAGR2: Field 3 Clean flux density= 38.369 MilliJy 4910 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 28538 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 729.65 MicroJy IMAGR2: 335 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -735.092 MicroJy iter= 2380 IMAGR2: Field 1 Clean flux density= 5.355 Jy 2380 comps IMAGR2: Total Cleaned flux density = 5.400 Jy 28713 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 716.62 MicroJy IMAGR2: 1521 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -732.542 MicroJy iter= 4910 IMAGR2: Field 6 Clean flux density= -24.369 MilliJy 4910 comps IMAGR2: Total Cleaned flux density = 5.400 Jy 29258 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 707.83 MicroJy IMAGR2: 908 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 718.866 MicroJy iter= 3229 IMAGR2: Field 7 Clean flux density= 39.363 MilliJy 3229 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 29657 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 693.87 MicroJy IMAGR2: 2432 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 713.653 MicroJy iter= 6082 IMAGR2: Field 5 Clean flux density= 14.178 MilliJy 6082 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 30392 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 684.27 MicroJy IMAGR2: 828 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -693.940 MicroJy iter= 3523 IMAGR2: Field 2 Clean flux density= -7.846 MilliJy 3523 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 30761 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 669.93 MicroJy IMAGR2: 2502 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 688.349 MicroJy iter= 6490 IMAGR2: Field 4 Clean flux density= -14.928 MilliJy 6490 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 31524 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 659.13 MicroJy IMAGR2: 1812 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 674.729 MicroJy iter= 5525 IMAGR2: Field 3 Clean flux density= 43.268 MilliJy 5525 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 32139 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -927.5 MicroJy,max = 903.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 654.13 MicroJy IMAGR2: 361 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 659.052 MicroJy iter= 2574 IMAGR2: Field 1 Clean flux density= 5.355 Jy 2574 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 32333 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 643.76 MicroJy IMAGR2: 1618 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -656.777 MicroJy iter= 5481 IMAGR2: Field 6 Clean flux density= -26.627 MilliJy 5481 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 32904 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 635.67 MicroJy IMAGR2: 897 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 644.478 MicroJy iter= 3626 IMAGR2: Field 7 Clean flux density= 39.518 MilliJy 3626 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 33301 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 622.44 MicroJy IMAGR2: 2422 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -639.178 MicroJy iter= 6863 IMAGR2: Field 5 Clean flux density= 13.107 MilliJy 6863 comps IMAGR2: Total Cleaned flux density = 5.401 Jy 34082 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 615.76 MicroJy IMAGR2: 1116 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 625.718 MicroJy iter= 3994 IMAGR2: Field 2 Clean flux density= -7.332 MilliJy 3994 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 34553 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 602.97 MicroJy IMAGR2: 2546 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 618.860 MicroJy iter= 7286 IMAGR2: Field 4 Clean flux density= -13.085 MilliJy 7286 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 35349 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 593.19 MicroJy IMAGR2: 1825 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 605.896 MicroJy iter= 6151 IMAGR2: Field 3 Clean flux density= 45.629 MilliJy 6151 comps IMAGR2: Total Cleaned flux density = 5.406 Jy 35975 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -855.6 MicroJy,max = 897.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.97 MicroJy IMAGR2: 332 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -592.939 MicroJy iter= 2756 IMAGR2: Field 1 Clean flux density= 5.355 Jy 2756 comps IMAGR2: Total Cleaned flux density = 5.406 Jy 36157 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 579.77 MicroJy IMAGR2: 1726 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 591.857 MicroJy iter= 6099 IMAGR2: Field 6 Clean flux density= -28.664 MilliJy 6099 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 36775 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 573.36 MicroJy IMAGR2: 938 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 581.119 MicroJy iter= 4029 IMAGR2: Field 7 Clean flux density= 42.760 MilliJy 4029 comps IMAGR2: Total Cleaned flux density = 5.407 Jy 37178 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.99 MicroJy IMAGR2: 2650 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -581.145 MicroJy iter= 7640 IMAGR2: Field 5 Clean flux density= 12.280 MilliJy 7640 comps IMAGR2: Total Cleaned flux density = 5.406 Jy 37955 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 555.61 MicroJy IMAGR2: 975 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 563.139 MicroJy iter= 4419 IMAGR2: Field 2 Clean flux density= -8.015 MilliJy 4419 comps IMAGR2: Total Cleaned flux density = 5.406 Jy 38380 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 545.54 MicroJy IMAGR2: 2981 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -560.181 MicroJy iter= 8180 IMAGR2: Field 4 Clean flux density= -13.710 MilliJy 8180 comps IMAGR2: Total Cleaned flux density = 5.405 Jy 39274 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.39 MicroJy IMAGR2: 1912 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 548.872 MicroJy iter= 6821 IMAGR2: Field 3 Clean flux density= 49.464 MilliJy 6821 comps IMAGR2: Total Cleaned flux density = 5.409 Jy 39944 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -801.7 MicroJy,max = 829.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 534.14 MicroJy IMAGR2: 390 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -537.661 MicroJy iter= 2966 IMAGR2: Field 1 Clean flux density= 5.355 Jy 2966 comps IMAGR2: Total Cleaned flux density = 5.409 Jy 40154 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 527.15 MicroJy IMAGR2: 1996 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -538.054 MicroJy iter= 6787 IMAGR2: Field 6 Clean flux density= -30.992 MilliJy 6787 comps IMAGR2: Total Cleaned flux density = 5.406 Jy 40842 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 521.86 MicroJy IMAGR2: 918 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 528.053 MicroJy iter= 4442 IMAGR2: Field 7 Clean flux density= 42.308 MilliJy 4442 comps IMAGR2: Total Cleaned flux density = 5.406 Jy 41255 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 513.03 MicroJy IMAGR2: 2944 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 526.641 MicroJy iter= 8548 IMAGR2: Field 5 Clean flux density= 10.340 MilliJy 8548 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 42163 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 508.06 MicroJy IMAGR2: 1041 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 514.409 MicroJy iter= 4850 IMAGR2: Field 2 Clean flux density= -8.958 MilliJy 4850 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 42594 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 498.94 MicroJy IMAGR2: 3060 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 511.908 MicroJy iter= 9144 IMAGR2: Field 4 Clean flux density= -13.389 MilliJy 9144 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 43558 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.50 MicroJy IMAGR2: 2144 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 502.890 MicroJy iter= 7547 IMAGR2: Field 3 Clean flux density= 51.670 MilliJy 7547 comps IMAGR2: Total Cleaned flux density = 5.406 Jy 44284 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -719.1 MicroJy,max = 758.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.67 MicroJy IMAGR2: 335 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 492.540 MicroJy iter= 3156 IMAGR2: Field 1 Clean flux density= 5.354 Jy 3156 comps IMAGR2: Total Cleaned flux density = 5.405 Jy 44474 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 482.91 MicroJy IMAGR2: 1914 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 494.429 MicroJy iter= 7420 IMAGR2: Field 6 Clean flux density= -32.319 MilliJy 7420 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 45107 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 478.47 MicroJy IMAGR2: 965 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 484.253 MicroJy iter= 4886 IMAGR2: Field 7 Clean flux density= 43.768 MilliJy 4886 comps IMAGR2: Total Cleaned flux density = 5.405 Jy 45551 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.72 MicroJy IMAGR2: 3112 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 486.278 MicroJy iter= 9477 IMAGR2: Field 5 Clean flux density= 9.753 MilliJy 9477 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 46480 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 466.12 MicroJy IMAGR2: 1063 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -471.677 MicroJy iter= 5295 IMAGR2: Field 2 Clean flux density= -10.308 MilliJy 5295 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 46925 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 458.21 MicroJy IMAGR2: 3090 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -471.610 MicroJy iter= 10049 IMAGR2: Field 4 Clean flux density= -15.261 MilliJy 10049 comps IMAGR2: Total Cleaned flux density = 5.401 Jy 47830 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 452.06 MicroJy IMAGR2: 2085 Residual map points loaded IMAGR2: Field 3 min Clean flux = 469.429 MicroJy iter= 8136 IMAGR2: Field 3 Clean flux density= 54.020 MilliJy 8136 comps IMAGR2: Total Cleaned flux density = 5.404 Jy 48419 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 442.20 MicroJy IMAGR2: 2355 Residual map points loaded IMAGR2: Field 6 min Clean flux = -469.331 MicroJy iter= 7868 IMAGR2: Field 6 Clean flux density= -33.478 MilliJy 7868 comps IMAGR2: Total Cleaned flux density = 5.402 Jy 48867 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 1 min = -596.1 MicroJy,max = 748.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 433.35 MicroJy IMAGR2: 720 Residual map points loaded IMAGR2: Field 1 min Clean flux = 469.465 MicroJy iter= 3236 IMAGR2: Field 1 Clean flux density= 5.354 Jy 3236 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 48947 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 423.00 MicroJy IMAGR2: 4571 Residual map points loaded IMAGR2: Field 5 min Clean flux = -469.422 MicroJy iter= 10093 IMAGR2: Field 5 Clean flux density= 9.830 MilliJy 10093 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 49563 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 402.08 MicroJy IMAGR2: 3408 Residual map points loaded IMAGR2: Field 7 min Clean flux = -469.424 MicroJy iter= 5030 IMAGR2: Field 7 Clean flux density= 43.885 MilliJy 5030 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 49707 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 381.46 MicroJy IMAGR2: 4825 Residual map points loaded IMAGR2: Field 2 min Clean flux = -469.331 MicroJy iter= 5367 IMAGR2: Field 2 Clean flux density= -10.802 MilliJy 5367 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 49779 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 342.14 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 4 min Clean flux = -469.422 MicroJy iter= 10460 IMAGR2: Field 4 Clean flux density= -14.327 MilliJy 10460 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 50190 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 41723 Pts IMAGR2: Peak residual in window 469.465 less than limit 469.474 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 3236 to 1615 components IMAGR2: Field 2 compressed from 5367 to 2423 components IMAGR2: Field 3 compressed from 8136 to 3472 components IMAGR2: Field 4 compressed from 10460 to 4325 components IMAGR2: Field 5 compressed from 10093 to 4191 components IMAGR2: Field 6 compressed from 7868 to 3258 components IMAGR2: Field 7 compressed from 5030 to 2208 components IMAGR2: Field 1 min = -590.1 MicroJy,max = 743.7 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -6.074 MilliJy ( 74 CCs) from field 1 to field 2 IMAGR2: Restore -5.101 MilliJy ( 181 CCs) from field 1 to field 3 IMAGR2: Restore -2.305 MilliJy ( 253 CCs) from field 1 to field 4 IMAGR2: Restore 67.552 MicroJy ( 302 CCs) from field 1 to field 5 IMAGR2: Restore -3.845 MilliJy ( 241 CCs) from field 1 to field 6 IMAGR2: Restore 822.942 MicroJy ( 116 CCs) from field 1 to field 7 IMAGR2: Restore 142.648 MicroJy ( 76 CCs) from field 2 to field 1 IMAGR2: Restore 4.187 MilliJy ( 263 CCs) from field 2 to field 3 IMAGR2: Restore 26.376 MilliJy ( 280 CCs) from field 2 to field 4 IMAGR2: Restore 4.864 MilliJy ( 167 CCs) from field 3 to field 1 IMAGR2: Restore 1.737 MilliJy ( 145 CCs) from field 3 to field 2 IMAGR2: Restore -7.370 MilliJy ( 352 CCs) from field 3 to field 5 IMAGR2: Restore -8.166 MilliJy ( 245 CCs) from field 4 to field 1 IMAGR2: Restore 3.129 MilliJy ( 220 CCs) from field 4 to field 2 IMAGR2: Restore -21.801 MilliJy ( 382 CCs) from field 4 to field 6 IMAGR2: Restore-988.514 MicroJy ( 211 CCs) from field 5 to field 1 IMAGR2: Restore 22.117 MilliJy ( 333 CCs) from field 5 to field 3 IMAGR2: Restore -2.256 MilliJy ( 174 CCs) from field 5 to field 7 IMAGR2: Restore 967.700 MicroJy ( 129 CCs) from field 6 to field 1 IMAGR2: Restore 2.681 MilliJy ( 255 CCs) from field 6 to field 4 IMAGR2: Restore 1.107 MilliJy ( 174 CCs) from field 6 to field 7 IMAGR2: Restore 72.791 MicroJy ( 59 CCs) from field 7 to field 1 IMAGR2: Restore 10.392 MilliJy ( 262 CCs) from field 7 to field 5 IMAGR2: Restore-232.935 MicroJy ( 192 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.351 Jy IMAGR2: Field 2 final Clean flux -12.010 MilliJy IMAGR2: Field 3 final Clean flux 75.224 MilliJy IMAGR2: Field 4 final Clean flux 12.426 MilliJy IMAGR2: Field 5 final Clean flux 12.919 MilliJy IMAGR2: Field 6 final Clean flux -59.358 MilliJy IMAGR2: Field 7 final Clean flux 43.560 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= 204.1 Real= 1056 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 20000130.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000130.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.07825 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: AN30_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.1967 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 125.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= 0.9 Real= 4 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.1967 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: AN30_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 6604 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.283E+04 IMAGR2: UVWAIT: Adding temperance S 6.566E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.682E+07 and out 2.093E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.150 due to weighting IMAGR2: UVWAIT: Average summed weight 3.283E+04 over 13104 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.22200E+08 IMAGR2: Field 1 Beam min = -194.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.625 x 0.677 arcsec, PA= 71.5 IMAGR2: Field 2 Sum of gridding weights = 2.22199E+08 IMAGR2: Field 2 Beam min = -194.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.626 x 0.678 arcsec, PA= 71.5 IMAGR2: Field 3 Sum of gridding weights = 2.22199E+08 IMAGR2: Field 3 Beam min = -127.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.629 x 0.677 arcsec, PA= 71.5 IMAGR2: Field 4 Sum of gridding weights = 2.22199E+08 IMAGR2: Field 4 Beam min = -116.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.623 x 0.677 arcsec, PA= 71.6 IMAGR2: Field 5 Sum of gridding weights = 2.22199E+08 IMAGR2: Field 5 Beam min = -127.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.627 x 0.677 arcsec, PA= 71.5 IMAGR2: Field 6 Sum of gridding weights = 2.22199E+08 IMAGR2: Field 6 Beam min = -136.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.622 x 0.677 arcsec, PA= 71.6 IMAGR2: Field 7 Sum of gridding weights = 2.22200E+08 IMAGR2: Field 7 Beam min = -194.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.624 x 0.677 arcsec, PA= 71.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -46.5 MilliJy,max = 430.3 MilliJy IMAGR2: Field 2 min = -36.1 MilliJy,max = 170.8 MilliJy IMAGR2: Field 3 min = -46.5 MilliJy,max = 184.0 MilliJy IMAGR2: Field 4 min = -43.7 MilliJy,max = 135.8 MilliJy IMAGR2: Field 5 min = -45.6 MilliJy,max = 138.2 MilliJy IMAGR2: Field 6 min = -41.5 MilliJy,max = 183.0 MilliJy IMAGR2: Field 7 min = -35.9 MilliJy,max = 163.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 66.67 MilliJy IMAGR2: 2863 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 230.674 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 224.736 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 224.736 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.2 MilliJy,max = 207.9 MilliJy IMAGR2: BGC Clean: using 1977 cell beam + residuals > 48.12 MilliJy IMAGR2: 439 Residual map points loaded IMAGR2: Field 1 min allowed flux = 102.761 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 344.794 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 344.794 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.4 MilliJy,max = 41.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.900E-02 < Second best 1.742E-01 IMAGR2: Field 6 min = -8.3 MilliJy,max = 39.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.751E-02 < Second best 1.316E-01 IMAGR2: Field 5 min = -11.5 MilliJy,max = 31.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.040E-02 < Second best 1.293E-01 IMAGR2: Field 4 min = -8.7 MilliJy,max = 28.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.668E-02 < Second best 9.775E-02 IMAGR2: Field 1 min = -11.4 MilliJy,max = 92.5 MilliJy IMAGR2: BGC Clean: using 821 cell beam + residuals > 38.64 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 47.544 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 398.882 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 398.882 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.2 MilliJy,max = 14.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.005E-02 < Second best 9.014E-02 IMAGR2: Field 2 min = -6.5 MilliJy,max = 19.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.321E-02 < Second best 4.523E-02 IMAGR2: Field 1 min = -6.9 MilliJy,max = 43.9 MilliJy IMAGR2: BGC Clean: using 1977 cell beam + residuals > 9.92 MilliJy IMAGR2: 749 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.019 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 426.887 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 426.887 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.3 MilliJy,max = 10.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.577E-03 < Second best 3.751E-02 IMAGR2: Field 6 min = -3.9 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.751E-03 < Second best 3.040E-02 IMAGR2: Field 5 min = -5.1 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.782E-03 < Second best 2.668E-02 IMAGR2: Field 4 min = -4.7 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.070E-03 < Second best 2.000E-02 IMAGR2: Field 1 min = -6.0 MilliJy,max = 19.1 MilliJy IMAGR2: BGC Clean: using 1977 cell beam + residuals > 4.38 MilliJy IMAGR2: 1926 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.174 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 439.163 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 439.163 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.2 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.917E-03 < Second best 1.005E-02 IMAGR2: Field 7 min = -4.3 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.216E-03 < Second best 9.577E-03 IMAGR2: Field 3 min = -6.2 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.967E-03 < Second best 8.732E-03 IMAGR2: Field 1 min = -6.0 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 3.04 MilliJy IMAGR2: 2570 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.486 MilliJy iter= 67 IMAGR2: Field 1 Clean flux density= 447.449 MilliJy 67 comps IMAGR2: Total Cleaned flux density = 447.449 MilliJy 67 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.5 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.276E-03 < Second best 6.917E-03 IMAGR2: Field 2 min = -5.7 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.915E-03 < Second best 6.751E-03 IMAGR2: Field 6 min = -5.1 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.918E-03 < Second best 6.070E-03 IMAGR2: Field 4 min = -5.0 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.813E-03 < Second best 5.967E-03 IMAGR2: Field 3 min = -5.9 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 2.79 MilliJy IMAGR2: 4034 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.030 MilliJy iter= 37 IMAGR2: Field 3 Clean flux density= 935.314 MicroJy 37 comps IMAGR2: Total Cleaned flux density = 448.384 MilliJy 104 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 2.79 MilliJy IMAGR2: 938 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.416 MilliJy iter= 27 IMAGR2: Field 2 Clean flux density= 6.410 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 454.794 MilliJy 131 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 2.79 MilliJy IMAGR2: 790 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.325 MilliJy iter= 27 IMAGR2: Field 5 Clean flux density= -2.274 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 452.520 MilliJy 158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.9 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 2.79 MilliJy IMAGR2: 1670 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.417 MilliJy iter= 38 IMAGR2: Field 6 Clean flux density= -1.179 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 451.342 MilliJy 196 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.975E-03 < Second best 4.277E-03 IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.633E-03 < Second best 4.216E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.195E-03 < Second best 3.975E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.45 MilliJy IMAGR2: 1372 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.079 MilliJy iter= 56 IMAGR2: Field 4 Clean flux density= 3.813 MilliJy 56 comps IMAGR2: Total Cleaned flux density = 455.155 MilliJy 252 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.8 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 2719 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.018 MilliJy iter= 127 IMAGR2: Field 3 Clean flux density= -2.246 MilliJy 127 comps IMAGR2: Total Cleaned flux density = 451.974 MilliJy 342 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.28 MilliJy IMAGR2: 389 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.592 MilliJy iter= 115 IMAGR2: Field 1 Clean flux density= 450.018 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 454.543 MilliJy 390 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.963E-03 < Second best 3.262E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.649E-03 < Second best 3.195E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.921E-03 < Second best 3.177E-03 IMAGR2: Field 5 min = -3.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 1216 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.361 MilliJy iter= 106 IMAGR2: Field 5 Clean flux density= 254.615 MicroJy 106 comps IMAGR2: Total Cleaned flux density = 457.072 MilliJy 469 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 2612 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.458 MilliJy iter= 162 IMAGR2: Field 6 Clean flux density= -670.356 MicroJy 162 comps IMAGR2: Total Cleaned flux density = 457.580 MilliJy 593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.418E-03 < Second best 2.921E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.269E-03 < Second best 2.889E-03 IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 1255 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.992 MilliJy iter= 223 IMAGR2: Field 3 Clean flux density= 3.374 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 463.200 MilliJy 689 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.216E-03 < Second best 2.478E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 649 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.831 MilliJy iter= 190 IMAGR2: Field 1 Clean flux density= 440.487 MilliJy 190 comps IMAGR2: Total Cleaned flux density = 453.670 MilliJy 764 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.139E-03 < Second best 2.354E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.947E-03 < Second best 2.269E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 466 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.662 MilliJy iter= 76 IMAGR2: Field 7 Clean flux density= 7.283 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 460.953 MilliJy 840 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.851E-03 < Second best 2.216E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.036E-03 < Second best 2.139E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 2835 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.674 MilliJy iter= 246 IMAGR2: Field 4 Clean flux density= 15.794 MilliJy 246 comps IMAGR2: Total Cleaned flux density = 472.934 MilliJy 1030 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 368 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.483 MilliJy iter= 109 IMAGR2: Field 2 Clean flux density= 9.587 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 476.111 MilliJy 1112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.673E-03 < Second best 1.908E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 1681 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.441 MilliJy iter= 376 IMAGR2: Field 3 Clean flux density= -5.269 MilliJy 376 comps IMAGR2: Total Cleaned flux density = 467.467 MilliJy 1265 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.567E-03 < Second best 1.751E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.505E-03 < Second best 1.673E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 1057 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.304 MilliJy iter= 294 IMAGR2: Field 6 Clean flux density= -2.750 MilliJy 294 comps IMAGR2: Total Cleaned flux density = 465.387 MilliJy 1397 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.281E-03 < Second best 1.591E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.398E-03 < Second best 1.567E-03 IMAGR2: Field 5 min = -2.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 2094 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.200 MilliJy iter= 309 IMAGR2: Field 5 Clean flux density= 6.373 MilliJy 309 comps IMAGR2: Total Cleaned flux density = 471.505 MilliJy 1600 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 287 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.179 MilliJy iter= 216 IMAGR2: Field 1 Clean flux density= 441.259 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 472.277 MilliJy 1626 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.254E-03 < Second best 1.398E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.243E-03 < Second best 1.380E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 913.73 MicroJy IMAGR2: 802 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.180 MilliJy iter= 381 IMAGR2: Field 3 Clean flux density= -5.377 MilliJy 381 comps IMAGR2: Total Cleaned flux density = 472.169 MilliJy 1631 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 906.89 MicroJy IMAGR2: 1603 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.168 MilliJy iter= 260 IMAGR2: Field 4 Clean flux density= 15.295 MilliJy 260 comps IMAGR2: Total Cleaned flux density = 471.669 MilliJy 1645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.189E-03 < Second best 1.249E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.168E-03 < Second best 1.243E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 826.56 MicroJy IMAGR2: 1640 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.168 MilliJy iter= 84 IMAGR2: Field 7 Clean flux density= 6.565 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 470.951 MilliJy 1653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 816.15 MicroJy IMAGR2: 2410 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.162 MilliJy iter= 118 IMAGR2: Field 2 Clean flux density= 9.712 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 471.076 MilliJy 1662 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.63 MicroJy IMAGR2: 4291 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.163 MilliJy iter= 298 IMAGR2: Field 6 Clean flux density= -3.226 MilliJy 298 comps IMAGR2: Total Cleaned flux density = 470.600 MilliJy 1666 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.5 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 216 to 129 components IMAGR2: Field 2 compressed from 118 to 92 components IMAGR2: Field 3 compressed from 381 to 290 components IMAGR2: Field 4 compressed from 260 to 202 components IMAGR2: Field 5 compressed from 309 to 247 components IMAGR2: Field 6 compressed from 298 to 239 components IMAGR2: Field 7 compressed from 84 to 68 components IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.5 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -72.697 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR2: Restore 6.328 MilliJy ( 32 CCs) from field 1 to field 3 IMAGR2: Restore -6.436 MilliJy ( 42 CCs) from field 1 to field 4 IMAGR2: Restore 5.807 MilliJy ( 30 CCs) from field 1 to field 5 IMAGR2: Restore -4.871 MilliJy ( 40 CCs) from field 1 to field 6 IMAGR2: Restore 6.620 MilliJy ( 47 CCs) from field 2 to field 3 IMAGR2: Restore-852.884 MicroJy ( 7 CCs) from field 2 to field 4 IMAGR2: Restore 82.680 MicroJy ( 43 CCs) from field 3 to field 1 IMAGR2: Restore -1.407 MilliJy ( 23 CCs) from field 3 to field 2 IMAGR2: Restore 1.089 MilliJy ( 49 CCs) from field 3 to field 5 IMAGR2: Restore-364.526 MicroJy ( 3 CCs) from field 4 to field 1 IMAGR2: Restore 354.603 MicroJy ( 4 CCs) from field 4 to field 2 IMAGR2: Restore 1.396 MilliJy ( 33 CCs) from field 4 to field 6 IMAGR2: Restore 1.049 MilliJy ( 26 CCs) from field 5 to field 1 IMAGR2: Restore 628.572 MicroJy ( 18 CCs) from field 5 to field 3 IMAGR2: Restore-148.434 MicroJy ( 13 CCs) from field 5 to field 7 IMAGR2: Restore -2.426 MilliJy ( 31 CCs) from field 6 to field 1 IMAGR2: Restore 1.093 MilliJy ( 32 CCs) from field 6 to field 4 IMAGR2: Restore -1.184 MilliJy ( 10 CCs) from field 6 to field 7 IMAGR2: Restore 1.521 MilliJy ( 19 CCs) from field 7 to field 5 IMAGR2: Restore 2.053 MilliJy ( 17 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 439.599 MilliJy IMAGR2: Field 2 final Clean flux 8.586 MilliJy IMAGR2: Field 3 final Clean flux 8.201 MilliJy IMAGR2: Field 4 final Clean flux 9.099 MilliJy IMAGR2: Field 5 final Clean flux 14.790 MilliJy IMAGR2: Field 6 final Clean flux -4.649 MilliJy IMAGR2: Field 7 final Clean flux 5.232 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 28 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 47.4 Real= 239 -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.1967 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: AN30_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.1971 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1318 CELLSIZE 0.24280 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24280 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 136.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 4 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 20.1 00002 -1 507 512 513 C 3 1012 1012 10 34 45.45 56 27 03.3 00003 -1 507 512 513 C 4 1012 1012 10 35 28.63 56 27 03.3 00004 -1 507 512 513 C 5 1012 1012 10 34 45.41 56 30 30.0 00005 -1 507 512 513 C 6 1012 1012 10 35 28.67 56 30 30.0 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 13.5 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1967 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: AN30_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.1971 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: AN30_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR2: Field 2 1012 1012 8.2835E-04 -2.0669E+02 0 IMAGR2: Field 3 1012 1012 -1.7884E+02 -1.0349E+02 0 IMAGR2: Field 4 1012 1012 1.7884E+02 -1.0349E+02 0 IMAGR2: Field 5 1012 1012 -1.7917E+02 1.0321E+02 0 IMAGR2: Field 6 1012 1012 1.7917E+02 1.0321E+02 0 IMAGR2: Field 7 1012 1012 8.2835E-04 2.0671E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1035+564 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6576 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.588E+04 IMAGR2: UVWAIT: Adding temperance S 5.176E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.323E+07 and out 1.693E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.164 due to weighting IMAGR2: UVWAIT: Average summed weight 2.588E+04 over 12826 vis IMAGR2: Create 1035+564 .IBM001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1035+564 .IBM002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1035+564 .IBM003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1035+564 .IBM004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1035+564 .IBM005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1035+564 .IBM006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1035+564 .IBM007. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1035+564 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1035+564 .ICL002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1035+564 .ICL003. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1035+564 .ICL004. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1035+564 .ICL005. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1035+564 .ICL006. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1035+564 .ICL007. 1 (MA) on disk 1 cno 49 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.79727E+08 IMAGR2: Field 1 Beam min = -238.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.843 x 0.641 arcsec, PA= 51.9 IMAGR2: Field 2 Sum of gridding weights = 1.79726E+08 IMAGR2: Field 2 Beam min = -238.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.849 x 0.641 arcsec, PA= 51.9 IMAGR2: Field 3 Sum of gridding weights = 1.79727E+08 IMAGR2: Field 3 Beam min = -169.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.853 x 0.641 arcsec, PA= 51.8 IMAGR2: Field 4 Sum of gridding weights = 1.79726E+08 IMAGR2: Field 4 Beam min = -202.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.839 x 0.641 arcsec, PA= 51.9 IMAGR2: Field 5 Sum of gridding weights = 1.79726E+08 IMAGR2: Field 5 Beam min = -144.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.847 x 0.641 arcsec, PA= 51.8 IMAGR2: Field 6 Sum of gridding weights = 1.79726E+08 IMAGR2: Field 6 Beam min = -202.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.833 x 0.641 arcsec, PA= 52.0 IMAGR2: Field 7 Sum of gridding weights = 1.79727E+08 IMAGR2: Field 7 Beam min = -238.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.836 x 0.641 arcsec, PA= 51.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -73.7 MilliJy,max = 767.8 MilliJy IMAGR2: Field 2 min = -70.2 MilliJy,max = 311.3 MilliJy IMAGR2: Field 3 min = -107.7 MilliJy,max = 218.2 MilliJy IMAGR2: Field 4 min = -104.7 MilliJy,max = 172.0 MilliJy IMAGR2: Field 5 min = -104.5 MilliJy,max = 174.7 MilliJy IMAGR2: Field 6 min = -104.4 MilliJy,max = 208.4 MilliJy IMAGR2: Field 7 min = -69.7 MilliJy,max = 307.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 111.80 MilliJy IMAGR2: 3464 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 408.057 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 400.580 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 400.580 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -35.4 MilliJy,max = 367.3 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 74.11 MilliJy IMAGR2: 804 Residual map points loaded IMAGR2: Field 1 min allowed flux = 175.661 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 609.749 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 609.749 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -15.6 MilliJy,max = 66.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.347E-02 < Second best 2.926E-01 IMAGR2: Field 7 min = -13.8 MilliJy,max = 61.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.855E-02 < Second best 2.080E-01 IMAGR2: Field 3 min = -23.5 MilliJy,max = 51.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.904E-02 < Second best 1.956E-01 IMAGR2: Field 6 min = -21.0 MilliJy,max = 41.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.793E-02 < Second best 1.671E-01 IMAGR2: Field 1 min = -15.7 MilliJy,max = 158.1 MilliJy IMAGR2: BGC Clean: using 995 cell beam + residuals > 55.76 MilliJy IMAGR2: 83 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 75.619 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 699.792 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 699.792 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.2 MilliJy,max = 19.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.837E-02 < Second best 1.385E-01 IMAGR2: Field 4 min = -8.9 MilliJy,max = 17.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.399E-02 < Second best 7.193E-02 IMAGR2: Field 1 min = -9.5 MilliJy,max = 68.1 MilliJy IMAGR2: BGC Clean: using 1765 cell beam + residuals > 15.48 MilliJy IMAGR2: 752 Residual map points loaded IMAGR2: Field 1 min allowed flux = 31.288 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 742.590 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 742.590 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.6 MilliJy,max = 14.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.392E-02 < Second best 5.855E-02 IMAGR2: Field 7 min = -6.8 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.176E-03 < Second best 4.904E-02 IMAGR2: Field 3 min = -8.3 MilliJy,max = 16.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.537E-02 < Second best 3.793E-02 IMAGR2: Field 6 min = -6.7 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.021E-02 < Second best 2.977E-02 IMAGR2: Field 1 min = -7.7 MilliJy,max = 28.3 MilliJy IMAGR2: BGC Clean: using 1763 cell beam + residuals > 7.02 MilliJy IMAGR2: 1350 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.098 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 760.470 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 760.470 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.1 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.020E-02 < Second best 1.537E-02 IMAGR2: Field 3 min = -8.3 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.166E-02 < Second best 1.399E-02 IMAGR2: Field 4 min = -7.2 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.736E-03 < Second best 1.392E-02 IMAGR2: Field 2 min = -7.5 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.878E-03 < Second best 1.247E-02 IMAGR2: Field 1 min = -7.3 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 991 cell beam + residuals > 4.83 MilliJy IMAGR2: 1693 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.127 MilliJy iter= 66 IMAGR2: Field 1 Clean flux density= 782.135 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 782.135 MilliJy 66 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.7 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.075E-03 < Second best 1.021E-02 IMAGR2: Field 6 min = -8.1 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.747E-03 < Second best 1.020E-02 IMAGR2: Field 5 min = -7.1 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.702E-03 < Second best 9.176E-03 IMAGR2: Field 7 min = -7.5 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.813E-03 < Second best 9.075E-03 IMAGR2: BGC Clean: using 991 cell beam + residuals > 4.39 MilliJy IMAGR2: 4298 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.206 MilliJy iter= 34 IMAGR2: Field 3 Clean flux density= 13.768 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 795.903 MilliJy 100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.6 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 991 cell beam + residuals > 4.39 MilliJy IMAGR2: 1304 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.543 MilliJy iter= 30 IMAGR2: Field 5 Clean flux density= 12.830 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 808.733 MilliJy 130 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.489E-03 < Second best 7.747E-03 IMAGR2: Field 6 min = -8.3 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 4.17 MilliJy IMAGR2: 3991 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.454 MilliJy iter= 47 IMAGR2: Field 6 Clean flux density= -11.500 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 797.233 MilliJy 177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.4 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.313E-03 < Second best 6.797E-03 IMAGR2: Field 1 min = -6.1 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.573E-03 < Second best 6.313E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.96 MilliJy IMAGR2: 1493 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.158 MilliJy iter= 61 IMAGR2: Field 4 Clean flux density= 7.780 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 805.013 MilliJy 238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.77 MilliJy IMAGR2: 2899 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.949 MilliJy iter= 120 IMAGR2: Field 3 Clean flux density= 18.045 MilliJy 120 comps IMAGR2: Total Cleaned flux density = 809.290 MilliJy 324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.8 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.778E-03 < Second best 5.573E-03 IMAGR2: Field 1 min = -5.3 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.645E-03 < Second best 5.489E-03 IMAGR2: Field 2 min = -4.8 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.432E-03 < Second best 5.298E-03 IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.566E-03 < Second best 5.214E-03 IMAGR2: Field 6 min = -5.1 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR2: 3871 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.292 MilliJy iter= 160 IMAGR2: Field 6 Clean flux density= -8.267 MilliJy 160 comps IMAGR2: Total Cleaned flux density = 812.523 MilliJy 437 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.2 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.007E-03 < Second best 4.778E-03 IMAGR2: Field 7 min = -6.0 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.952E-03 < Second best 4.738E-03 IMAGR2: Field 3 min = -4.7 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.230E-03 < Second best 4.645E-03 IMAGR2: Field 1 min = -4.4 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.235E-03 < Second best 4.566E-03 IMAGR2: Field 5 min = -4.4 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.90 MilliJy IMAGR2: 2415 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.670 MilliJy iter= 157 IMAGR2: Field 5 Clean flux density= 34.037 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 833.731 MilliJy 564 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.88 MilliJy IMAGR2: 1154 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.337 MilliJy iter= 96 IMAGR2: Field 2 Clean flux density= 2.601 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 836.331 MilliJy 660 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.421E-03 < Second best 4.230E-03 IMAGR2: Field 3 min = -4.6 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.79 MilliJy IMAGR2: 1219 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.203 MilliJy iter= 223 IMAGR2: Field 3 Clean flux density= 5.031 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 823.317 MilliJy 763 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR2: 2558 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.048 MilliJy iter= 306 IMAGR2: Field 6 Clean flux density= -7.537 MilliJy 306 comps IMAGR2: Total Cleaned flux density = 824.047 MilliJy 909 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.267E-03 < Second best 3.952E-03 IMAGR2: Field 7 min = -4.8 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR2: 540 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.725 MilliJy iter= 90 IMAGR2: Field 7 Clean flux density= 1.741 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 825.788 MilliJy 999 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.929E-03 < Second best 3.421E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.942E-03 < Second best 3.267E-03 IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 764 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.589 MilliJy iter= 174 IMAGR2: Field 4 Clean flux density= 17.179 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 835.187 MilliJy 1112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.714E-03 < Second best 3.067E-03 IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR2: 2131 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.415 MilliJy iter= 381 IMAGR2: Field 3 Clean flux density= 8.533 MilliJy 381 comps IMAGR2: Total Cleaned flux density = 838.690 MilliJy 1270 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.749E-03 < Second best 2.929E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.698E-03 < Second best 2.920E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.552E-03 < Second best 2.749E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 336 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.020 MilliJy iter= 133 IMAGR2: Field 1 Clean flux density= 776.978 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 833.533 MilliJy 1337 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 744 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.056 MilliJy iter= 217 IMAGR2: Field 2 Clean flux density= 695.274 MicroJy 217 comps IMAGR2: Total Cleaned flux density = 831.628 MilliJy 1458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 336 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.984 MilliJy iter= 235 IMAGR2: Field 5 Clean flux density= 32.632 MilliJy 235 comps IMAGR2: Total Cleaned flux density = 830.223 MilliJy 1536 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 856 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.971 MilliJy iter= 224 IMAGR2: Field 7 Clean flux density= 2.216 MilliJy 224 comps IMAGR2: Total Cleaned flux density = 830.698 MilliJy 1670 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 1040 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.954 MilliJy iter= 453 IMAGR2: Field 6 Clean flux density= 1.817 MilliJy 453 comps IMAGR2: Total Cleaned flux density = 840.052 MilliJy 1817 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.020E-03 < Second best 2.312E-03 IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 1885 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.727 MilliJy iter= 566 IMAGR2: Field 3 Clean flux density= 12.637 MilliJy 566 comps IMAGR2: Total Cleaned flux density = 844.156 MilliJy 2002 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 639 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.662 MilliJy iter= 302 IMAGR2: Field 4 Clean flux density= 10.898 MilliJy 302 comps IMAGR2: Total Cleaned flux density = 837.875 MilliJy 2130 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.778E-03 < Second best 1.933E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.784E-03 < Second best 1.900E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 572 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.529 MilliJy iter= 360 IMAGR2: Field 5 Clean flux density= 29.093 MilliJy 360 comps IMAGR2: Total Cleaned flux density = 834.335 MilliJy 2255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.698E-03 < Second best 1.871E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.694E-03 < Second best 1.784E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.659E-03 < Second best 1.778E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1100 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.395 MilliJy iter= 390 IMAGR2: Field 2 Clean flux density= 3.909 MilliJy 390 comps IMAGR2: Total Cleaned flux density = 837.549 MilliJy 2428 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1477 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.412 MilliJy iter= 437 IMAGR2: Field 7 Clean flux density= 4.252 MilliJy 437 comps IMAGR2: Total Cleaned flux density = 839.585 MilliJy 2641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 827 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.365 MilliJy iter= 600 IMAGR2: Field 6 Clean flux density= -4.224 MilliJy 600 comps IMAGR2: Total Cleaned flux density = 833.545 MilliJy 2788 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 109 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.305 MilliJy iter= 170 IMAGR2: Field 1 Clean flux density= 780.294 MilliJy 170 comps IMAGR2: Total Cleaned flux density = 836.861 MilliJy 2825 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 1066 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.283 MilliJy iter= 730 IMAGR2: Field 3 Clean flux density= 15.245 MilliJy 730 comps IMAGR2: Total Cleaned flux density = 839.469 MilliJy 2989 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 > 1.15 MilliJy IMAGR2: 550 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.205 MilliJy iter= 430 IMAGR2: Field 4 Clean flux density= 15.005 MilliJy 430 comps IMAGR2: Total Cleaned flux density = 843.575 MilliJy 3117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 519 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.182 MilliJy iter= 455 IMAGR2: Field 5 Clean flux density= 26.724 MilliJy 455 comps IMAGR2: Total Cleaned flux density = 841.207 MilliJy 3212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.220E-03 < Second best 1.338E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1110 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.182 MilliJy iter= 426 IMAGR2: Field 2 Clean flux density= 2.954 MilliJy 426 comps IMAGR2: Total Cleaned flux density = 840.252 MilliJy 3248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 961.90 MicroJy IMAGR2: 2557 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.182 MilliJy iter= 638 IMAGR2: Field 6 Clean flux density= -3.234 MilliJy 638 comps IMAGR2: Total Cleaned flux density = 841.242 MilliJy 3286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 927.66 MicroJy IMAGR2: 760 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.179 MilliJy iter= 174 IMAGR2: Field 1 Clean flux density= 779.797 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 840.746 MilliJy 3290 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 844.79 MicroJy IMAGR2: 4185 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.164 MilliJy iter= 733 IMAGR2: Field 3 Clean flux density= 15.133 MilliJy 733 comps IMAGR2: Total Cleaned flux density = 840.634 MilliJy 3293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 813.85 MicroJy IMAGR2: 5424 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.178 MilliJy iter= 446 IMAGR2: Field 7 Clean flux density= 4.143 MilliJy 446 comps IMAGR2: Total Cleaned flux density = 840.525 MilliJy 3302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 663.65 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.149 MilliJy iter= 433 IMAGR2: Field 4 Clean flux density= 15.360 MilliJy 433 comps IMAGR2: Total Cleaned flux density = 840.880 MilliJy 3305 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.182 less than limit 1.183 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 174 to 101 components IMAGR2: Field 2 compressed from 426 to 316 components IMAGR2: Field 3 compressed from 733 to 541 components IMAGR2: Field 4 compressed from 433 to 318 components IMAGR2: Field 5 compressed from 455 to 319 components IMAGR2: Field 6 compressed from 638 to 465 components IMAGR2: Field 7 compressed from 446 to 315 components IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.250 MilliJy ( 13 CCs) from field 1 to field 2 IMAGR2: Restore 15.558 MilliJy ( 31 CCs) from field 1 to field 3 IMAGR2: Restore -1.138 MilliJy ( 15 CCs) from field 1 to field 4 IMAGR2: Restore 1.586 MilliJy ( 15 CCs) from field 1 to field 5 IMAGR2: Restore -2.175 MilliJy ( 20 CCs) from field 1 to field 6 IMAGR2: Restore -1.127 MicroJy ( 6 CCs) from field 1 to field 7 IMAGR2: Restore 1.821 MilliJy ( 12 CCs) from field 2 to field 1 IMAGR2: Restore 5.148 MilliJy ( 34 CCs) from field 2 to field 3 IMAGR2: Restore -1.773 MilliJy ( 33 CCs) from field 2 to field 4 IMAGR2: Restore 181.308 MicroJy ( 60 CCs) from field 3 to field 1 IMAGR2: Restore 3.989 MilliJy ( 60 CCs) from field 3 to field 2 IMAGR2: Restore-622.663 MicroJy ( 7 CCs) from field 3 to field 5 IMAGR2: Restore -34.601 MicroJy ( 33 CCs) from field 4 to field 1 IMAGR2: Restore-978.772 MicroJy ( 40 CCs) from field 4 to field 2 IMAGR2: Restore-711.271 MicroJy ( 17 CCs) from field 4 to field 6 IMAGR2: Restore 8.556 MilliJy ( 24 CCs) from field 5 to field 1 IMAGR2: Restore -32.478 MicroJy ( 22 CCs) from field 5 to field 3 IMAGR2: Restore 10.236 MilliJy ( 34 CCs) from field 5 to field 7 IMAGR2: Restore -5.076 MilliJy ( 62 CCs) from field 6 to field 1 IMAGR2: Restore -3.357 MilliJy ( 11 CCs) from field 6 to field 4 IMAGR2: Restore -79.783 MicroJy ( 39 CCs) from field 6 to field 7 IMAGR2: Restore-876.948 MicroJy ( 7 CCs) from field 7 to field 1 IMAGR2: Restore 1.832 MilliJy ( 16 CCs) from field 7 to field 5 IMAGR2: Restore -5.542 MilliJy ( 42 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 784.369 MilliJy IMAGR2: Field 2 final Clean flux 8.214 MilliJy IMAGR2: Field 3 final Clean flux 35.807 MilliJy IMAGR2: Field 4 final Clean flux 9.091 MilliJy IMAGR2: Field 5 final Clean flux 29.520 MilliJy IMAGR2: Field 6 final Clean flux -11.662 MilliJy IMAGR2: Field 7 final Clean flux 14.299 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 35 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 59.8 Real= 302 -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.1967 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: AN30_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.1971 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: AN30_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.187 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1308 CELLSIZE 0.24470 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24470 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 127.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 5 C 1 1012 1012 11 48 50.36 59 24 56.4 00001 -1 507 512 513 C 2 1012 1012 11 48 50.36 59 21 28.0 00002 -1 507 512 513 C 3 1012 1012 11 48 26.74 59 23 12.1 00003 -1 507 512 513 C 4 1012 1012 11 49 13.98 59 23 12.1 00004 -1 507 512 513 C 5 1012 1012 11 48 26.70 59 26 40.4 00005 -1 507 512 513 C 6 1012 1012 11 49 14.02 59 26 40.4 00006 -1 507 512 513 C 7 1012 1012 11 48 50.36 59 28 24.7 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.187 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: AN30_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.8689E-03 3.8000E-02 0 IMAGR2: Field 2 1012 1012 6.8689E-03 -2.0836E+02 0 IMAGR2: Field 3 1012 1012 -1.8026E+02 -1.0426E+02 0 IMAGR2: Field 4 1012 1012 1.8028E+02 -1.0426E+02 0 IMAGR2: Field 5 1012 1012 -1.8057E+02 1.0404E+02 0 IMAGR2: Field 6 1012 1012 1.8058E+02 1.0404E+02 0 IMAGR2: Field 7 1012 1012 6.8689E-03 2.0834E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1148+594 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7305 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.412E+04 IMAGR2: UVWAIT: Adding temperance S 6.823E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.802E+07 and out 2.305E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.162 due to weighting IMAGR2: UVWAIT: Average summed weight 3.412E+04 over 14255 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.44659E+08 IMAGR2: Field 1 Beam min = -129.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.739 x 0.645 arcsec, PA= 68.1 IMAGR2: Field 2 Sum of gridding weights = 2.44658E+08 IMAGR2: Field 2 Beam min = -129.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.741 x 0.645 arcsec, PA= 68.1 IMAGR2: Field 3 Sum of gridding weights = 2.44659E+08 IMAGR2: Field 3 Beam min = -101.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.743 x 0.645 arcsec, PA= 68.0 IMAGR2: Field 4 Sum of gridding weights = 2.44658E+08 IMAGR2: Field 4 Beam min = -101.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.737 x 0.645 arcsec, PA= 68.2 IMAGR2: Field 5 Sum of gridding weights = 2.44658E+08 IMAGR2: Field 5 Beam min = -100.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.742 x 0.645 arcsec, PA= 68.0 IMAGR2: Field 6 Sum of gridding weights = 2.44658E+08 IMAGR2: Field 6 Beam min = -101.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.736 x 0.645 arcsec, PA= 68.2 IMAGR2: Field 7 Sum of gridding weights = 2.44659E+08 IMAGR2: Field 7 Beam min = -129.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.738 x 0.645 arcsec, PA= 68.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -43.4 MilliJy,max = 428.7 MilliJy IMAGR2: Field 2 min = -36.0 MilliJy,max = 166.4 MilliJy IMAGR2: Field 3 min = -37.1 MilliJy,max = 133.1 MilliJy IMAGR2: Field 4 min = -39.2 MilliJy,max = 146.0 MilliJy IMAGR2: Field 5 min = -40.3 MilliJy,max = 132.3 MilliJy IMAGR2: Field 6 min = -42.6 MilliJy,max = 141.4 MilliJy IMAGR2: Field 7 min = -43.9 MilliJy,max = 170.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 60.80 MilliJy IMAGR2: 3394 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 227.823 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 223.649 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 223.649 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.2 MilliJy,max = 205.0 MilliJy IMAGR2: BGC Clean: using 2003 cell beam + residuals > 40.29 MilliJy IMAGR2: 918 Residual map points loaded IMAGR2: Field 1 min allowed flux = 101.512 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 341.159 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 341.159 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.0 MilliJy,max = 38.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.956E-02 < Second best 1.275E-01 IMAGR2: Field 7 min = -12.8 MilliJy,max = 38.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.858E-02 < Second best 1.250E-01 IMAGR2: Field 3 min = -10.3 MilliJy,max = 27.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.604E-02 < Second best 1.248E-01 IMAGR2: Field 2 min = -10.8 MilliJy,max = 34.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.600E-02 < Second best 1.067E-01 IMAGR2: Field 4 min = -13.0 MilliJy,max = 36.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.688E-02 < Second best 1.004E-01 IMAGR2: Field 5 min = -11.1 MilliJy,max = 27.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.205E-02 < Second best 9.656E-02 IMAGR2: Field 1 min = -13.1 MilliJy,max = 93.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.40 MilliJy IMAGR2: 3448 Residual map points loaded IMAGR2: Field 1 min allowed flux = 44.372 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 400.557 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 400.557 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 40.5 MilliJy IMAGR2: BGC Clean: using 1825 cell beam + residuals > 10.27 MilliJy IMAGR2: 852 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.360 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 426.458 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 426.458 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.9 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.181E-02 < Second best 2.858E-02 IMAGR2: Field 7 min = -7.7 MilliJy,max = 10.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.913E-03 < Second best 2.688E-02 IMAGR2: Field 4 min = -7.6 MilliJy,max = 13.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.175E-02 < Second best 2.604E-02 IMAGR2: Field 3 min = -6.4 MilliJy,max = 10.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.027E-02 < Second best 2.600E-02 IMAGR2: Field 2 min = -7.5 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.629E-03 < Second best 2.205E-02 IMAGR2: Field 5 min = -6.3 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.857E-03 < Second best 1.842E-02 IMAGR2: Field 1 min = -9.7 MilliJy,max = 17.6 MilliJy IMAGR2: BGC Clean: using 1813 cell beam + residuals > 4.81 MilliJy IMAGR2: 4203 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.774 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 446.113 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 446.113 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.1 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.614E-03 < Second best 1.175E-02 IMAGR2: Field 4 min = -7.6 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.415E-03 < Second best 1.027E-02 IMAGR2: Field 3 min = -7.3 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 1277 cell beam + residuals > 4.61 MilliJy IMAGR2: 1769 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -6.193 MilliJy iter= 21 IMAGR2: Field 3 Clean flux density= 9.933 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 456.046 MilliJy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.4 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.275E-03 < Second best 9.614E-03 IMAGR2: Field 6 min = -10.2 MilliJy,max = 8.9 MilliJy IMAGR2: BGC Clean: using 1277 cell beam + residuals > 4.61 MilliJy IMAGR2: 3792 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.545 MilliJy iter= 38 IMAGR2: Field 6 Clean flux density= 5.354 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 461.400 MilliJy 109 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.5 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.177E-03 < Second best 8.358E-03 IMAGR2: Field 1 min = -7.2 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.284E-03 < Second best 8.275E-03 IMAGR2: Field 7 min = -6.4 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.16 MilliJy IMAGR2: 2400 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.941 MilliJy iter= 58 IMAGR2: Field 7 Clean flux density= 28.502 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 489.902 MilliJy 167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.9 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.549E-03 < Second best 7.284E-03 IMAGR2: Field 1 min = -6.7 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.387E-03 < Second best 7.177E-03 IMAGR2: Field 2 min = -7.3 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 4.13 MilliJy IMAGR2: 761 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.991 MilliJy iter= 37 IMAGR2: Field 2 Clean flux density= 783.321 MicroJy 37 comps IMAGR2: Total Cleaned flux density = 490.686 MilliJy 204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.8 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.139E-03 < Second best 6.549E-03 IMAGR2: Field 4 min = -6.6 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 4.13 MilliJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.754 MilliJy iter= 33 IMAGR2: Field 4 Clean flux density= -5.765 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 484.921 MilliJy 237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.9 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.763E-03 < Second best 6.251E-03 IMAGR2: Field 6 min = -6.0 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.425E-03 < Second best 5.911E-03 IMAGR2: Field 3 min = -5.8 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.53 MilliJy IMAGR2: 3058 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.730 MilliJy iter= 115 IMAGR2: Field 3 Clean flux density= 13.551 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 488.539 MilliJy 331 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.0 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.51 MilliJy IMAGR2: 1387 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.484 MilliJy iter= 151 IMAGR2: Field 1 Clean flux density= 467.441 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 509.867 MilliJy 432 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.7 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.028E-03 < Second best 5.425E-03 IMAGR2: Field 6 min = -5.3 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.21 MilliJy IMAGR2: 1365 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.874 MilliJy iter= 132 IMAGR2: Field 6 Clean flux density= -20.223 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 484.290 MilliJy 526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.364E-03 < Second best 4.768E-03 IMAGR2: Field 2 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.940E-03 < Second best 4.544E-03 IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.580E-03 < Second best 4.525E-03 IMAGR2: Field 3 min = -5.0 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 2.73 MilliJy IMAGR2: 2996 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.225 MilliJy iter= 214 IMAGR2: Field 3 Clean flux density= 8.916 MilliJy 214 comps IMAGR2: Total Cleaned flux density = 479.655 MilliJy 625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.2 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.664E-03 < Second best 4.282E-03 IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.789E-03 < Second best 4.028E-03 IMAGR2: Field 7 min = -3.5 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.385E-03 < Second best 3.940E-03 IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.512E-03 < Second best 3.789E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR2: 1156 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.925 MilliJy iter= 273 IMAGR2: Field 1 Clean flux density= 465.230 MilliJy 273 comps IMAGR2: Total Cleaned flux density = 477.443 MilliJy 747 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.9 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.340E-03 < Second best 3.664E-03 IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.324E-03 < Second best 3.580E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.262E-03 < Second best 3.512E-03 IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.072E-03 < Second best 3.385E-03 IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 938 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.570 MilliJy iter= 173 IMAGR2: Field 7 Clean flux density= 24.158 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 473.099 MilliJy 862 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 1212 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.508 MilliJy iter= 255 IMAGR2: Field 6 Clean flux density= -1.579 MilliJy 255 comps IMAGR2: Total Cleaned flux density = 491.743 MilliJy 985 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.092E-03 < Second best 3.262E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.737E-03 < Second best 3.092E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR2: 682 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.402 MilliJy iter= 107 IMAGR2: Field 5 Clean flux density= 3.747 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 495.489 MilliJy 1092 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.582E-03 < Second best 3.072E-03 IMAGR2: Field 2 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 734 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.116 MilliJy iter= 163 IMAGR2: Field 2 Clean flux density= 6.443 MilliJy 163 comps IMAGR2: Total Cleaned flux density = 501.149 MilliJy 1218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.345E-03 < Second best 2.737E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 722 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.972 MilliJy iter= 152 IMAGR2: Field 4 Clean flux density= -5.584 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 501.331 MilliJy 1337 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 799 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.924 MilliJy iter= 328 IMAGR2: Field 3 Clean flux density= -1.779 MilliJy 328 comps IMAGR2: Total Cleaned flux density = 490.636 MilliJy 1451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.121E-03 < Second best 2.401E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.106E-03 < Second best 2.345E-03 IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.138E-03 < Second best 2.299E-03 IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 516 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.569 MilliJy iter= 218 IMAGR2: Field 5 Clean flux density= 4.606 MilliJy 218 comps IMAGR2: Total Cleaned flux density = 491.494 MilliJy 1562 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 482 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.571 MilliJy iter= 388 IMAGR2: Field 1 Clean flux density= 473.629 MilliJy 388 comps IMAGR2: Total Cleaned flux density = 499.893 MilliJy 1677 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.787E-03 < Second best 2.106E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 1119 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.574 MilliJy iter= 420 IMAGR2: Field 6 Clean flux density= -554.998 MicroJy 420 comps IMAGR2: Total Cleaned flux density = 500.917 MilliJy 1842 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.689E-03 < Second best 1.887E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.519E-03 < Second best 1.842E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.606E-03 < Second best 1.787E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.587E-03 < Second best 1.689E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 1421 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.317 MilliJy iter= 383 IMAGR2: Field 2 Clean flux density= 7.691 MilliJy 383 comps IMAGR2: Total Cleaned flux density = 502.165 MilliJy 2062 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 1266 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.263 MilliJy iter= 509 IMAGR2: Field 3 Clean flux density= -2.089 MilliJy 509 comps IMAGR2: Total Cleaned flux density = 501.854 MilliJy 2243 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 617 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.246 MilliJy iter= 335 IMAGR2: Field 7 Clean flux density= 24.420 MilliJy 335 comps IMAGR2: Total Cleaned flux density = 502.117 MilliJy 2405 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 307 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.203 MilliJy iter= 242 IMAGR2: Field 4 Clean flux density= -4.267 MilliJy 242 comps IMAGR2: Total Cleaned flux density = 503.434 MilliJy 2495 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.308E-03 < Second best 1.503E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.281E-03 < Second best 1.502E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 987.54 MicroJy IMAGR2: 641 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.121 MilliJy iter= 268 IMAGR2: Field 5 Clean flux density= 4.564 MilliJy 268 comps IMAGR2: Total Cleaned flux density = 503.393 MilliJy 2545 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 984.24 MicroJy IMAGR2: 1364 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.122 MilliJy iter= 527 IMAGR2: Field 6 Clean flux density= 991.788 MicroJy 527 comps IMAGR2: Total Cleaned flux density = 504.939 MilliJy 2652 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 975.42 MicroJy IMAGR2: 300 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.122 MilliJy iter= 412 IMAGR2: Field 1 Clean flux density= 472.173 MilliJy 412 comps IMAGR2: Total Cleaned flux density = 503.483 MilliJy 2676 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.061E-03 < Second best 1.211E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.123E-03 < Second best 1.193E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.064E-03 < Second best 1.152E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 691.06 MicroJy IMAGR2: 7144 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.109 MilliJy iter= 244 IMAGR2: Field 4 Clean flux density= -4.269 MilliJy 244 comps IMAGR2: Total Cleaned flux density = 503.481 MilliJy 2678 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 644.11 MicroJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.116 MilliJy iter= 517 IMAGR2: Field 3 Clean flux density= -2.313 MilliJy 517 comps IMAGR2: Total Cleaned flux density = 503.258 MilliJy 2686 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.122 less than limit 1.122 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 412 to 255 components IMAGR2: Field 2 compressed from 383 to 286 components IMAGR2: Field 3 compressed from 517 to 402 components IMAGR2: Field 4 compressed from 244 to 187 components IMAGR2: Field 5 compressed from 268 to 210 components IMAGR2: Field 6 compressed from 527 to 398 components IMAGR2: Field 7 compressed from 335 to 267 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 525.189 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore -5.603 MilliJy ( 54 CCs) from field 1 to field 3 IMAGR2: Restore 16.406 MilliJy ( 63 CCs) from field 1 to field 4 IMAGR2: Restore -5.854 MilliJy ( 27 CCs) from field 1 to field 5 IMAGR2: Restore 28.223 MilliJy ( 133 CCs) from field 1 to field 6 IMAGR2: Restore -2.985 MilliJy ( 7 CCs) from field 1 to field 7 IMAGR2: Restore -1.793 MilliJy ( 12 CCs) from field 2 to field 1 IMAGR2: Restore -2.954 MilliJy ( 48 CCs) from field 2 to field 3 IMAGR2: Restore 672.750 MicroJy ( 45 CCs) from field 2 to field 4 IMAGR2: Restore 4.185 MilliJy ( 63 CCs) from field 3 to field 1 IMAGR2: Restore -3.514 MilliJy ( 29 CCs) from field 3 to field 2 IMAGR2: Restore -1.956 MilliJy ( 34 CCs) from field 3 to field 5 IMAGR2: Restore -1.367 MilliJy ( 11 CCs) from field 4 to field 1 IMAGR2: Restore-645.565 MicroJy ( 8 CCs) from field 4 to field 2 IMAGR2: Restore-867.281 MicroJy ( 21 CCs) from field 4 to field 6 IMAGR2: Restore 76.339 MicroJy ( 13 CCs) from field 5 to field 1 IMAGR2: Restore -3.162 MilliJy ( 25 CCs) from field 5 to field 3 IMAGR2: Restore 155.098 MicroJy ( 23 CCs) from field 5 to field 7 IMAGR2: Restore 5.191 MilliJy ( 29 CCs) from field 6 to field 1 IMAGR2: Restore 5.052 MilliJy ( 26 CCs) from field 6 to field 4 IMAGR2: Restore 421.113 MicroJy ( 12 CCs) from field 6 to field 7 IMAGR2: Restore 100.092 MicroJy ( 8 CCs) from field 7 to field 1 IMAGR2: Restore-793.182 MicroJy ( 5 CCs) from field 7 to field 5 IMAGR2: Restore -2.232 MilliJy ( 61 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 478.565 MilliJy IMAGR2: Field 2 final Clean flux 4.057 MilliJy IMAGR2: Field 3 final Clean flux -14.032 MilliJy IMAGR2: Field 4 final Clean flux 17.863 MilliJy IMAGR2: Field 5 final Clean flux -4.039 MilliJy IMAGR2: Field 6 final Clean flux 26.116 MilliJy IMAGR2: Field 7 final Clean flux 22.011 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= 57.2 Real= 289 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.187 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: AN30_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.1874 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1352 CELLSIZE 0.23680 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23680 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 111.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.0 Real= 5 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 07 16.9 00002 -1 507 512 513 C 3 1012 1012 14 00 03.74 62 08 57.6 00003 -1 507 512 513 C 4 1012 1012 14 00 53.57 62 08 57.6 00004 -1 507 512 513 C 5 1012 1012 14 00 03.69 62 12 19.2 00005 -1 507 512 513 C 6 1012 1012 14 00 53.61 62 12 19.2 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 14 00.1 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.187 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: AN30_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.1874 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: AN30_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 7280 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.592E+04 IMAGR2: UVWAIT: Adding temperance S 7.183E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.094E+07 and out 2.663E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.161 due to weighting IMAGR2: UVWAIT: Average summed weight 3.592E+04 over 14332 vis IMAGR2: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 56 IMAGR2: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 63 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.82676E+08 IMAGR2: Field 1 Beam min = -198.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.131 x 0.657 arcsec, PA= -80.0 IMAGR2: Field 2 Sum of gridding weights = 2.82676E+08 IMAGR2: Field 2 Beam min = -198.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.130 x 0.657 arcsec, PA= -80.0 IMAGR2: Field 3 Sum of gridding weights = 2.82674E+08 IMAGR2: Field 3 Beam min = -134.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.132 x 0.657 arcsec, PA= -80.1 IMAGR2: Field 4 Sum of gridding weights = 2.82675E+08 IMAGR2: Field 4 Beam min = -125.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.130 x 0.657 arcsec, PA= -79.9 IMAGR2: Field 5 Sum of gridding weights = 2.82674E+08 IMAGR2: Field 5 Beam min = -126.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.132 x 0.657 arcsec, PA= -80.1 IMAGR2: Field 6 Sum of gridding weights = 2.82675E+08 IMAGR2: Field 6 Beam min = -164.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.130 x 0.657 arcsec, PA= -79.9 IMAGR2: Field 7 Sum of gridding weights = 2.82676E+08 IMAGR2: Field 7 Beam min = -198.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.131 x 0.657 arcsec, PA= -80.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -121.5 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -104.6 MilliJy,max = 313.6 MilliJy IMAGR2: Field 3 min = -113.6 MilliJy,max = 425.2 MilliJy IMAGR2: Field 4 min = -121.4 MilliJy,max = 352.1 MilliJy IMAGR2: Field 5 min = -115.8 MilliJy,max = 354.0 MilliJy IMAGR2: Field 6 min = -115.4 MilliJy,max = 440.1 MilliJy IMAGR2: Field 7 min = -107.3 MilliJy,max = 328.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 157.41 MilliJy IMAGR2: 3001 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 583.831 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 573.133 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 573.133 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 = -60.2 MilliJy,max = 525.5 MilliJy IMAGR2: BGC Clean: using 1973 cell beam + residuals > 104.61 MilliJy IMAGR2: 743 Residual map points loaded IMAGR2: Field 1 min allowed flux = 251.327 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 872.400 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 872.400 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -28.1 MilliJy,max = 97.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.729E-02 < Second best 3.136E-01 IMAGR2: Field 3 min = -24.6 MilliJy,max = 90.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.325E-02 < Second best 2.936E-01 IMAGR2: Field 4 min = -27.8 MilliJy,max = 76.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.866E-02 < Second best 2.898E-01 IMAGR2: Field 5 min = -23.5 MilliJy,max = 73.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.512E-02 < Second best 2.391E-01 IMAGR2: Field 1 min = -30.7 MilliJy,max = 228.9 MilliJy IMAGR2: BGC Clean: using 691 cell beam + residuals > 81.71 MilliJy IMAGR2: 72 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 114.473 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 1.022 Jy 24 comps IMAGR2: Total Cleaned flux density = 1.022 Jy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.7 MilliJy,max = 26.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.547E-02 < Second best 2.063E-01 IMAGR2: Field 7 min = -14.1 MilliJy,max = 32.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.665E-02 < Second best 1.089E-01 IMAGR2: Field 1 min = -18.7 MilliJy,max = 104.5 MilliJy IMAGR2: BGC Clean: using 1973 cell beam + residuals > 20.51 MilliJy IMAGR2: 1382 Residual map points loaded IMAGR2: Field 1 min allowed flux = 52.246 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 1.091 Jy 33 comps IMAGR2: Total Cleaned flux density = 1.091 Jy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.7 MilliJy,max = 21.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.817E-02 < Second best 6.866E-02 IMAGR2: Field 4 min = -14.0 MilliJy,max = 19.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.522E-02 < Second best 6.512E-02 IMAGR2: Field 5 min = -8.1 MilliJy,max = 14.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.016E-02 < Second best 6.325E-02 IMAGR2: Field 3 min = -9.8 MilliJy,max = 14.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.652E-03 < Second best 4.970E-02 IMAGR2: Field 1 min = -20.6 MilliJy,max = 48.1 MilliJy IMAGR2: BGC Clean: using 1787 cell beam + residuals > 9.55 MilliJy IMAGR2: 2403 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.888 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 1.122 Jy 42 comps IMAGR2: Total Cleaned flux density = 1.122 Jy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.3 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.187E-02 < Second best 2.547E-02 IMAGR2: Field 2 min = -12.1 MilliJy,max = 11.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.156E-02 < Second best 2.273E-02 IMAGR2: Field 1 min = -24.0 MilliJy,max = 22.0 MilliJy IMAGR2: BGC Clean: using 1225 cell beam + residuals > 6.09 MilliJy IMAGR2: 4705 Residual map points loaded IMAGR2: Field 1 min allowed flux = -11.936 MilliJy iter= 67 IMAGR2: Field 1 Clean flux density= 1.118 Jy 67 comps IMAGR2: Total Cleaned flux density = 1.118 Jy 67 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.1 MilliJy,max = 11.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.092E-02 < Second best 1.522E-02 IMAGR2: Field 4 min = -9.7 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.674E-03 < Second best 1.187E-02 IMAGR2: Field 7 min = -8.2 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.424E-03 < Second best 1.156E-02 IMAGR2: Field 2 min = -9.5 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.082E-03 < Second best 1.137E-02 IMAGR2: Field 1 min = -11.3 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.81 MilliJy IMAGR2: 3638 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.540 MilliJy iter= 117 IMAGR2: Field 1 Clean flux density= 1.120 Jy 117 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.6 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 5.08 MilliJy IMAGR2: 453 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.315 MilliJy iter= 30 IMAGR2: Field 6 Clean flux density= 6.551 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 1.126 Jy 147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.7 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.354E-03 < Second best 9.674E-03 IMAGR2: Field 4 min = -7.8 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.009E-03 < Second best 9.652E-03 IMAGR2: Field 3 min = -9.8 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 4.49 MilliJy IMAGR2: 1293 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.915 MilliJy iter= 53 IMAGR2: Field 3 Clean flux density= -8.338 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 1.118 Jy 200 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.3 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.997E-03 < Second best 9.082E-03 IMAGR2: Field 2 min = -7.7 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.403E-03 < Second best 8.009E-03 IMAGR2: Field 4 min = -7.1 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.78 MilliJy IMAGR2: 366 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -5.603 MilliJy iter= 37 IMAGR2: Field 4 Clean flux density= 944.216 MicroJy 37 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.0 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.681E-03 < Second best 7.354E-03 IMAGR2: Field 5 min = -6.8 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.527E-03 < Second best 7.195E-03 IMAGR2: Field 1 min = -6.6 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.39 MilliJy IMAGR2: 671 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.145 MilliJy iter= 160 IMAGR2: Field 1 Clean flux density= 1.121 Jy 160 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 280 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.8 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.176E-03 < Second best 6.681E-03 IMAGR2: Field 2 min = -6.0 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.727E-03 < Second best 6.527E-03 IMAGR2: Field 5 min = -6.7 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.39 MilliJy IMAGR2: 196 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.847 MilliJy iter= 29 IMAGR2: Field 5 Clean flux density= -6.166 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.2 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.39 MilliJy IMAGR2: 212 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.828 MilliJy iter= 36 IMAGR2: Field 7 Clean flux density= 3.243 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.3 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.275E-03 < Second best 5.727E-03 IMAGR2: Field 2 min = -5.6 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.94 MilliJy IMAGR2: 298 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.367 MilliJy iter= 40 IMAGR2: Field 2 Clean flux density= 5.501 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 1.123 Jy 385 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.9 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.644E-03 < Second best 5.352E-03 IMAGR2: Field 4 min = -6.0 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.608E-03 < Second best 5.275E-03 IMAGR2: Field 6 min = -5.1 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.32 MilliJy IMAGR2: 1455 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.986 MilliJy iter= 112 IMAGR2: Field 6 Clean flux density= 8.975 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 1.125 Jy 467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.04 MilliJy IMAGR2: 719 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.609 MilliJy iter= 249 IMAGR2: Field 1 Clean flux density= 1.122 Jy 249 comps IMAGR2: Total Cleaned flux density = 1.127 Jy 556 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.8 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.03 MilliJy IMAGR2: 1275 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.705 MilliJy iter= 185 IMAGR2: Field 3 Clean flux density= 6.553 MilliJy 185 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.809E-03 < Second best 4.617E-03 IMAGR2: Field 7 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.827E-03 < Second best 4.608E-03 IMAGR2: Field 4 min = -4.6 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.73 MilliJy IMAGR2: 1261 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.247 MilliJy iter= 175 IMAGR2: Field 4 Clean flux density= 6.844 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.057E-03 < Second best 3.827E-03 IMAGR2: Field 7 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.57 MilliJy IMAGR2: 847 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.967 MilliJy iter= 174 IMAGR2: Field 7 Clean flux density= -11.617 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 1.133 Jy 964 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.284E-03 < Second best 3.809E-03 IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.328E-03 < Second best 3.544E-03 IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.957E-03 < Second best 3.449E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.058E-03 < Second best 3.328E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR2: 2010 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.538 MilliJy iter= 235 IMAGR2: Field 5 Clean flux density= 3.099 MilliJy 235 comps IMAGR2: Total Cleaned flux density = 1.142 Jy 1170 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 1479 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.452 MilliJy iter= 311 IMAGR2: Field 6 Clean flux density= 25.598 MilliJy 311 comps IMAGR2: Total Cleaned flux density = 1.158 Jy 1369 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.712E-03 < Second best 3.058E-03 IMAGR2: Field 1 min = -4.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.14 MilliJy IMAGR2: 158 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.403 MilliJy iter= 266 IMAGR2: Field 1 Clean flux density= 1.119 Jy 266 comps IMAGR2: Total Cleaned flux density = 1.155 Jy 1386 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 1.94 MilliJy IMAGR2: 782 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.101 MilliJy iter= 138 IMAGR2: Field 2 Clean flux density= 10.915 MilliJy 138 comps IMAGR2: Total Cleaned flux density = 1.160 Jy 1484 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.570E-03 < Second best 2.841E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.063E-03 < Second best 2.712E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 1.94 MilliJy IMAGR2: 109 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.987 MilliJy iter= 216 IMAGR2: Field 4 Clean flux density= 6.705 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 1.160 Jy 1525 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 1.94 MilliJy IMAGR2: 231 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.010 MilliJy iter= 234 IMAGR2: Field 3 Clean flux density= 3.164 MilliJy 234 comps IMAGR2: Total Cleaned flux density = 1.157 Jy 1574 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.208E-03 < Second best 2.348E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.168E-03 < Second best 2.292E-03 IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.020E-03 < Second best 2.208E-03 IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.49 MilliJy IMAGR2: 1107 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.632 MilliJy iter= 376 IMAGR2: Field 5 Clean flux density= 1.253 MilliJy 376 comps IMAGR2: Total Cleaned flux density = 1.155 Jy 1715 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.49 MilliJy IMAGR2: 1106 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.624 MilliJy iter= 453 IMAGR2: Field 6 Clean flux density= 19.398 MilliJy 453 comps IMAGR2: Total Cleaned flux density = 1.149 Jy 1857 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.922E-03 < Second best 2.020E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.49 MilliJy IMAGR2: 215 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.541 MilliJy iter= 324 IMAGR2: Field 1 Clean flux density= 1.119 Jy 324 comps IMAGR2: Total Cleaned flux density = 1.149 Jy 1915 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 1298 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.501 MilliJy iter= 353 IMAGR2: Field 2 Clean flux density= 26.028 MilliJy 353 comps IMAGR2: Total Cleaned flux density = 1.164 Jy 2130 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1424 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.457 MilliJy iter= 474 IMAGR2: Field 3 Clean flux density= -5.220 MilliJy 474 comps IMAGR2: Total Cleaned flux density = 1.155 Jy 2370 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.804E-03 < Second best 1.902E-03 IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1759 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.408 MilliJy iter= 508 IMAGR2: Field 4 Clean flux density= 9.607 MilliJy 508 comps IMAGR2: Total Cleaned flux density = 1.158 Jy 2662 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 790 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.343 MilliJy iter= 385 IMAGR2: Field 7 Clean flux density= -16.445 MilliJy 385 comps IMAGR2: Total Cleaned flux density = 1.153 Jy 2873 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.450E-03 < Second best 1.555E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 577 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.205 MilliJy iter= 611 IMAGR2: Field 6 Clean flux density= 24.890 MilliJy 611 comps IMAGR2: Total Cleaned flux density = 1.159 Jy 3031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.260E-03 < Second best 1.450E-03 IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.182 MilliJy iter= 550 IMAGR2: Field 5 Clean flux density= 567.590 MicroJy 550 comps IMAGR2: Total Cleaned flux density = 1.158 Jy 3205 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.124 MilliJy iter= 418 IMAGR2: Field 2 Clean flux density= 28.532 MilliJy 418 comps IMAGR2: Total Cleaned flux density = 1.161 Jy 3270 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 519 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.122 MilliJy iter= 525 IMAGR2: Field 3 Clean flux density= -3.881 MilliJy 525 comps IMAGR2: Total Cleaned flux density = 1.162 Jy 3321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.187E-03 < Second best 1.287E-03 IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.048E-03 < Second best 1.260E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.114E-03 < Second best 1.187E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 826.29 MicroJy IMAGR2: 1829 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.117 MilliJy iter= 518 IMAGR2: Field 4 Clean flux density= 9.617 MilliJy 518 comps IMAGR2: Total Cleaned flux density = 1.162 Jy 3331 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 769.59 MicroJy IMAGR2: 4289 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.123 MilliJy iter= 624 IMAGR2: Field 6 Clean flux density= 23.623 MilliJy 624 comps IMAGR2: Total Cleaned flux density = 1.161 Jy 3344 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 639.72 MicroJy IMAGR2: 12845 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.087 MilliJy iter= 553 IMAGR2: Field 5 Clean flux density= 681.086 MicroJy 553 comps IMAGR2: Total Cleaned flux density = 1.161 Jy 3347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 542.86 MicroJy IMAGR2: 19973 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.115 MilliJy iter= 327 IMAGR2: Field 1 Clean flux density= 1.118 Jy 327 comps IMAGR2: Total Cleaned flux density = 1.161 Jy 3350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.124 less than limit 1.124 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 327 to 158 components IMAGR2: Field 2 compressed from 418 to 307 components IMAGR2: Field 3 compressed from 525 to 355 components IMAGR2: Field 4 compressed from 518 to 375 components IMAGR2: Field 5 compressed from 553 to 407 components IMAGR2: Field 6 compressed from 624 to 435 components IMAGR2: Field 7 compressed from 385 to 280 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.148 MilliJy ( 16 CCs) from field 1 to field 2 IMAGR2: Restore-951.141 MicroJy ( 10 CCs) from field 1 to field 3 IMAGR2: Restore -1.689 MilliJy ( 41 CCs) from field 1 to field 4 IMAGR2: Restore -2.136 MilliJy ( 13 CCs) from field 1 to field 5 IMAGR2: Restore -4.255 MilliJy ( 28 CCs) from field 1 to field 6 IMAGR2: Restore -1.307 MilliJy ( 3 CCs) from field 1 to field 7 IMAGR2: Restore-863.792 MicroJy ( 11 CCs) from field 2 to field 1 IMAGR2: Restore 5.641 MilliJy ( 38 CCs) from field 2 to field 3 IMAGR2: Restore 2.325 MilliJy ( 33 CCs) from field 2 to field 4 IMAGR2: Restore -1.962 MilliJy ( 4 CCs) from field 3 to field 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore -1.962 MilliJy ( 4 CCs) from field 3 to field 2 IMAGR2: Restore-834.469 MicroJy ( 18 CCs) from field 3 to field 5 IMAGR2: Restore 341.701 MicroJy ( 25 CCs) from field 4 to field 1 IMAGR2: Restore 1.594 MilliJy ( 31 CCs) from field 4 to field 2 IMAGR2: Restore -2.443 MilliJy ( 18 CCs) from field 4 to field 6 IMAGR2: Restore -1.377 MilliJy ( 23 CCs) from field 5 to field 1 IMAGR2: Restore-294.597 MicroJy ( 25 CCs) from field 5 to field 3 IMAGR2: Restore -3.432 MilliJy ( 28 CCs) from field 5 to field 7 IMAGR2: Restore -2.586 MilliJy ( 19 CCs) from field 6 to field 1 IMAGR2: Restore 629.247 MicroJy ( 29 CCs) from field 6 to field 4 IMAGR2: Restore-574.752 MicroJy ( 23 CCs) from field 6 to field 7 IMAGR2: Restore-893.318 MicroJy ( 5 CCs) from field 7 to field 1 IMAGR2: Restore 531.862 MicroJy ( 27 CCs) from field 7 to field 5 IMAGR2: Restore -4.411 MilliJy ( 37 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.111 Jy IMAGR2: Field 2 final Clean flux 29.312 MilliJy IMAGR2: Field 3 final Clean flux 514.777 MicroJy IMAGR2: Field 4 final Clean flux 10.882 MilliJy IMAGR2: Field 5 final Clean flux -1.758 MilliJy IMAGR2: Field 6 final Clean flux 12.514 MilliJy IMAGR2: Field 7 final Clean flux -21.759 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 49 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 62.2 Real= 352 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.187 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: AN30_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.1874 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: AN30_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.1558 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 94.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 7 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.187 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: AN30_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.1874 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: AN30_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.1558 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: AN30_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 10534 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.219E+04 IMAGR2: UVWAIT: Adding temperance S 6.438E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.259E+07 and out 4.133E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.141 due to weighting IMAGR2: UVWAIT: Average summed weight 3.219E+04 over 20760 vis IMAGR2: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1549+506 .IBM003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 63 IMAGR2: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1549+506 .ICL007. 1 (MA) on disk 1 cno 70 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.38817E+08 IMAGR2: Field 1 Beam min = -132.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 883.551 x 676.480 Milliarcsec, PA= -64.8 IMAGR2: Field 2 Sum of gridding weights = 4.38817E+08 IMAGR2: Field 2 Beam min = -132.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 883.277 x 676.609 Milliarcsec, PA= -64.8 IMAGR2: Field 3 Sum of gridding weights = 4.38817E+08 IMAGR2: Field 3 Beam min = -134.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 883.932 x 676.594 Milliarcsec, PA= -64.9 IMAGR2: Field 4 Sum of gridding weights = 4.38815E+08 IMAGR2: Field 4 Beam min = -97.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 882.896 x 676.493 Milliarcsec, PA= -64.7 IMAGR2: Field 5 Sum of gridding weights = 4.38817E+08 IMAGR2: Field 5 Beam min = -134.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 884.209 x 676.463 Milliarcsec, PA= -64.9 IMAGR2: Field 6 Sum of gridding weights = 4.38816E+08 IMAGR2: Field 6 Beam min = -100.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 883.171 x 676.363 Milliarcsec, PA= -64.7 IMAGR2: Field 7 Sum of gridding weights = 4.38816E+08 IMAGR2: Field 7 Beam min = -132.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 883.826 x 676.349 Milliarcsec, PA= -64.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -93.2 MilliJy,max = 957.1 MilliJy IMAGR2: Field 2 min = -68.9 MilliJy,max = 167.2 MilliJy IMAGR2: Field 3 min = -75.7 MilliJy,max = 187.7 MilliJy IMAGR2: Field 4 min = -76.4 MilliJy,max = 159.8 MilliJy IMAGR2: Field 5 min = -78.6 MilliJy,max = 161.6 MilliJy IMAGR2: Field 6 min = -80.3 MilliJy,max = 190.9 MilliJy IMAGR2: Field 7 min = -67.9 MilliJy,max = 162.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 96.59 MilliJy IMAGR2: 2429 Residual map points loaded IMAGR2: Field 1 min allowed flux = 457.761 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 545.080 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 545.080 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 = -41.0 MilliJy,max = 412.0 MilliJy IMAGR2: BGC Clean: using 1693 cell beam + residuals > 62.04 MilliJy IMAGR2: 412 Residual map points loaded IMAGR2: Field 1 min allowed flux = 197.054 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 779.723 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 779.723 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.5 MilliJy,max = 177.4 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 60.86 MilliJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 81.777 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 890.180 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 890.180 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.3 MilliJy,max = 15.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.487E-02 < Second best 1.550E-01 IMAGR2: Field 7 min = -7.0 MilliJy,max = 13.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.266E-02 < Second best 1.488E-01 IMAGR2: Field 6 min = -7.2 MilliJy,max = 15.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.259E-02 < Second best 1.457E-01 IMAGR2: Field 3 min = -6.8 MilliJy,max = 15.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.337E-02 < Second best 1.410E-01 IMAGR2: Field 5 min = -6.3 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.164E-02 < Second best 1.404E-01 IMAGR2: Field 4 min = -7.3 MilliJy,max = 15.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.362E-02 < Second best 7.776E-02 IMAGR2: Field 1 min = -10.1 MilliJy,max = 76.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.25 MilliJy IMAGR2: 2699 Residual map points loaded IMAGR2: Field 1 min allowed flux = 38.051 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 939.735 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 939.735 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.3 MilliJy,max = 34.8 MilliJy IMAGR2: BGC Clean: using 1507 cell beam + residuals > 6.36 MilliJy IMAGR2: 271 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.948 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 964.122 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 964.122 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.1 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.412E-02 < Second best 1.487E-02 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min = -3.9 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.918E-03 < Second best 1.412E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.21 MilliJy IMAGR2: 52 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.195 MilliJy iter= 60 IMAGR2: Field 1 Clean flux density= 967.864 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 967.864 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.226E-03 < Second best 1.337E-02 IMAGR2: Field 3 min = -3.1 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.469E-03 < Second best 1.266E-02 IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.120E-03 < Second best 1.259E-02 IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.005E-03 < Second best 1.164E-02 IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.149E-03 < Second best 6.847E-03 IMAGR2: Field 1 min = -6.7 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 2.22 MilliJy IMAGR2: 794 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.653 MilliJy iter= 104 IMAGR2: Field 1 Clean flux density= 962.175 MilliJy 104 comps IMAGR2: Total Cleaned flux density = 962.175 MilliJy 104 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.049E-03 < Second best 4.469E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 151 cell beam + residuals > 1.72 MilliJy IMAGR2: 632 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.197 MilliJy iter= 32 IMAGR2: Field 3 Clean flux density= 5.491 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 967.667 MilliJy 136 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 657 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.238 MilliJy iter= 169 IMAGR2: Field 1 Clean flux density= 963.783 MilliJy 169 comps IMAGR2: Total Cleaned flux density = 969.275 MilliJy 201 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.694E-03 < Second best 3.149E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.733E-03 < Second best 3.120E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.470E-03 < Second best 3.049E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.653E-03 < Second best 3.005E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.236E-03 < Second best 2.733E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 4543 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.050 MilliJy iter= 107 IMAGR2: Field 5 Clean flux density= -5.116 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 964.159 MilliJy 308 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 4645 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.999 MilliJy iter= 150 IMAGR2: Field 4 Clean flux density= 16.715 MilliJy 150 comps IMAGR2: Total Cleaned flux density = 980.874 MilliJy 458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.181E-03 < Second best 2.470E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1083 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.711 MilliJy iter= 111 IMAGR2: Field 7 Clean flux density= 1.271 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 982.145 MilliJy 569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.952E-03 < Second best 2.181E-03 IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 806 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.630 MilliJy iter= 107 IMAGR2: Field 2 Clean flux density= -177.372 MicroJy 107 comps IMAGR2: Total Cleaned flux density = 981.968 MilliJy 676 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.894E-03 < Second best 2.099E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 487 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.473 MilliJy iter= 116 IMAGR2: Field 3 Clean flux density= 8.007 MilliJy 116 comps IMAGR2: Total Cleaned flux density = 984.483 MilliJy 760 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.730E-03 < Second best 1.952E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 903 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.446 MilliJy iter= 130 IMAGR2: Field 6 Clean flux density= -4.915 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 979.567 MilliJy 890 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.595E-03 < Second best 1.894E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 243 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.236 MilliJy iter= 250 IMAGR2: Field 1 Clean flux density= 962.834 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 978.618 MilliJy 971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 2789 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.374 MilliJy iter= 340 IMAGR2: Field 5 Clean flux density= -5.216 MilliJy 340 comps IMAGR2: Total Cleaned flux density = 978.517 MilliJy 1204 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.398E-03 < Second best 1.595E-03 IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 2937 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.301 MilliJy iter= 416 IMAGR2: Field 4 Clean flux density= 16.411 MilliJy 416 comps IMAGR2: Total Cleaned flux density = 978.213 MilliJy 1470 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.327E-03 < Second best 1.410E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.304E-03 < Second best 1.398E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 999.35 MicroJy IMAGR2: 703 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.104 MilliJy iter= 268 IMAGR2: Field 7 Clean flux density= 1.755 MilliJy 268 comps IMAGR2: Total Cleaned flux density = 978.698 MilliJy 1627 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.173E-03 < Second best 1.327E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 958.91 MicroJy IMAGR2: 688 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.048 MilliJy iter= 260 IMAGR2: Field 2 Clean flux density= -3.037 MilliJy 260 comps IMAGR2: Total Cleaned flux density = 975.838 MilliJy 1780 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.205E-03 < Second best 1.304E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 894.70 MicroJy IMAGR2: 907 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 988.011 MicroJy iter= 305 IMAGR2: Field 3 Clean flux density= 13.581 MilliJy 305 comps IMAGR2: Total Cleaned flux density = 981.412 MilliJy 1969 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.145E-03 < Second best 1.205E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 821.41 MicroJy IMAGR2: 1883 Residual map points loaded IMAGR2: Field 5 min Clean flux = -934.391 MicroJy iter= 600 IMAGR2: Field 5 Clean flux density= -8.123 MilliJy 600 comps IMAGR2: Total Cleaned flux density = 978.505 MilliJy 2229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.059E-03 < Second best 1.173E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 780.91 MicroJy IMAGR2: 2589 Residual map points loaded IMAGR2: Field 6 min Clean flux = 934.506 MicroJy iter= 399 IMAGR2: Field 6 Clean flux density= -2.535 MilliJy 399 comps IMAGR2: Total Cleaned flux density = 980.885 MilliJy 2498 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 754.10 MicroJy IMAGR2: 2065 Residual map points loaded IMAGR2: Field 4 min Clean flux = -934.541 MicroJy iter= 497 IMAGR2: Field 4 Clean flux density= 17.854 MilliJy 497 comps IMAGR2: Total Cleaned flux density = 982.329 MilliJy 2579 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.885E-04 < Second best 1.057E-03 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.226E-04 < Second best 1.004E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 632.85 MicroJy IMAGR2: 3335 Residual map points loaded IMAGR2: Field 2 min Clean flux = -924.836 MicroJy iter= 263 IMAGR2: Field 2 Clean flux density= -2.935 MilliJy 263 comps IMAGR2: Total Cleaned flux density = 982.431 MilliJy 2582 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 543.22 MicroJy IMAGR2: 11171 Residual map points loaded IMAGR2: Field 3 min Clean flux = 928.730 MicroJy iter= 308 IMAGR2: Field 3 Clean flux density= 13.478 MilliJy 308 comps IMAGR2: Total Cleaned flux density = 982.327 MilliJy 2585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 473.82 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 7 min Clean flux = 929.344 MicroJy iter= 270 IMAGR2: Field 7 Clean flux density= 1.752 MilliJy 270 comps IMAGR2: Total Cleaned flux density = 982.324 MilliJy 2587 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 934.541 less than limit 934.548 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 250 to 72 components IMAGR2: Field 2 compressed from 263 to 200 components IMAGR2: Field 3 compressed from 308 to 228 components IMAGR2: Field 4 compressed from 497 to 373 components IMAGR2: Field 5 compressed from 600 to 436 components IMAGR2: Field 6 compressed from 399 to 297 components IMAGR2: Field 7 compressed from 270 to 203 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 489.532 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore 387.028 MicroJy ( 5 CCs) from field 1 to field 3 IMAGR2: Restore-637.754 MicroJy ( 7 CCs) from field 1 to field 4 IMAGR2: Restore -1.599 MilliJy ( 9 CCs) from field 1 to field 5 IMAGR2: Restore 125.605 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore-265.818 MicroJy ( 3 CCs) from field 1 to field 7 IMAGR2: Restore-457.300 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR2: Restore 1.070 MilliJy ( 12 CCs) from field 2 to field 3 IMAGR2: Restore -1.664 MilliJy ( 28 CCs) from field 2 to field 4 IMAGR2: Restore 1.386 MilliJy ( 6 CCs) from field 3 to field 1 IMAGR2: Restore 4.547 MilliJy ( 12 CCs) from field 3 to field 2 IMAGR2: Restore -1.033 MilliJy ( 27 CCs) from field 3 to field 5 IMAGR2: Restore-211.495 MicroJy ( 8 CCs) from field 4 to field 1 IMAGR2: Restore 2.541 MilliJy ( 26 CCs) from field 4 to field 2 IMAGR2: Restore 1.345 MilliJy ( 13 CCs) from field 4 to field 6 IMAGR2: Restore -1.271 MilliJy ( 14 CCs) from field 5 to field 1 IMAGR2: Restore-558.368 MicroJy ( 9 CCs) from field 5 to field 3 IMAGR2: Restore -2.593 MilliJy ( 28 CCs) from field 5 to field 7 IMAGR2: Restore 108.211 MicroJy ( 9 CCs) from field 6 to field 1 IMAGR2: Restore 1.530 MilliJy ( 36 CCs) from field 6 to field 4 IMAGR2: Restore 99.286 MicroJy ( 10 CCs) from field 6 to field 7 IMAGR2: Restore-177.093 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Restore 344.103 MicroJy ( 19 CCs) from field 7 to field 5 IMAGR2: Restore -1.268 MilliJy ( 7 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 962.211 MilliJy IMAGR2: Field 2 final Clean flux 4.642 MilliJy IMAGR2: Field 3 final Clean flux 14.377 MilliJy IMAGR2: Field 4 final Clean flux 17.083 MilliJy IMAGR2: Field 5 final Clean flux -10.411 MilliJy IMAGR2: Field 6 final Clean flux -2.331 MilliJy IMAGR2: Field 7 final Clean flux -1.007 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= 51.5 Real= 257 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.187 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: AN30_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.1874 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: AN30_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.1558 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: AN30_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.1185 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.23322 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23322 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 89.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 C 1 1012 1012 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 o= 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.1185 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: AN30_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 18200 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 8.077E+04 IMAGR2: UVWAIT: Adding temperance S 1.615E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.855E+07 and out 8.227E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR2: UVWAIT: Average summed weight 8.077E+04 over 36400 vis IMAGR2: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 70 IMAGR2: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 77 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 8.73367E+08 IMAGR2: Field 1 Beam min = -161.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 825.455 x 644.628 Milliarcsec, PA= -61.5 IMAGR2: Field 2 Sum of gridding weights = 8.73366E+08 IMAGR2: Field 2 Beam min = -161.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 825.223 x 644.802 Milliarcsec, PA= -61.5 IMAGR2: Field 3 Sum of gridding weights = 8.73366E+08 IMAGR2: Field 3 Beam min = -149.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 825.710 x 644.808 Milliarcsec, PA= -61.6 IMAGR2: Field 4 Sum of gridding weights = 8.73364E+08 IMAGR2: Field 4 Beam min = -140.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 824.969 x 644.621 Milliarcsec, PA= -61.4 IMAGR2: Field 5 Sum of gridding weights = 8.73365E+08 IMAGR2: Field 5 Beam min = -149.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 825.944 x 644.635 Milliarcsec, PA= -61.6 IMAGR2: Field 6 Sum of gridding weights = 8.73365E+08 IMAGR2: Field 6 Beam min = -156.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 825.202 x 644.448 Milliarcsec, PA= -61.4 IMAGR2: Field 7 Sum of gridding weights = 8.73366E+08 IMAGR2: Field 7 Beam min = -161.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 825.689 x 644.455 Milliarcsec, PA= -61.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -4.3 MilliJy,max = 19.7 MilliJy IMAGR2: Field 2 min = -2.0 MilliJy,max = 5.2 MilliJy IMAGR2: Field 3 min = -2.1 MilliJy,max = 8.4 MilliJy IMAGR2: Field 4 min = -2.0 MilliJy,max = 6.2 MilliJy IMAGR2: Field 5 min = -2.0 MilliJy,max = 6.7 MilliJy IMAGR2: Field 6 min = -2.2 MilliJy,max = 8.1 MilliJy IMAGR2: Field 7 min = -2.3 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.15 MilliJy IMAGR2: 11068 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.169 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 20.077 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 20.077 MilliJy 15 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 1061 cell beam + residuals > 1.79 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 1992 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.273 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 31.596 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 31.596 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -743.1 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.039E-03 < Second best 5.006E-03 IMAGR2: Field 2 min = -903.7 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.187E-03 < Second best 4.830E-03 IMAGR2: Field 3 min = -813.8 MicroJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.321E-03 < Second best 4.548E-03 IMAGR2: Field 6 min = -792.0 MicroJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.254E-03 < Second best 4.395E-03 IMAGR2: Field 4 min = -757.1 MicroJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.825E-04 < Second best 4.066E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.28 MilliJy IMAGR2: 471 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.132 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 36.793 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 36.793 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -725.6 MicroJy,max = 853.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.023E-04 < Second best 2.029E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 637.03 MicroJy IMAGR2: 1912 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.029 MilliJy iter= 81 IMAGR2: Field 1 Clean flux density= 39.372 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 39.372 MilliJy 81 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -672.5 MicroJy,max = 745.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.940E-04 < Second best 1.254E-03 IMAGR2: Field 6 min = -604.0 MicroJy,max = 866.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.633E-04 < Second best 1.187E-03 IMAGR2: Field 2 min = -562.8 MicroJy,max = 770.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.371E-04 < Second best 1.039E-03 IMAGR2: Field 7 min = -578.4 MicroJy,max = 581.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.543E-04 < Second best 9.825E-04 IMAGR2: Field 4 min = -582.0 MicroJy,max = 662.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.152E-04 < Second best 9.808E-04 IMAGR2: Field 1 min = -952.0 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 393.54 MicroJy IMAGR2: 7323 Residual map points loaded IMAGR2: Field 1 min Clean flux = 704.712 MicroJy iter= 121 IMAGR2: Field 1 Clean flux density= 41.055 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 41.055 MilliJy 121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -530.0 MicroJy,max = 680.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.508E-04 < Second best 7.023E-04 IMAGR2: Field 5 min = -608.8 MicroJy,max = 552.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.826E-04 < Second best 6.940E-04 IMAGR2: Field 3 min = -647.0 MicroJy,max = 630.8 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 121 to 37 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 = -701.8 MicroJy,max = 696.0 MicroJy IMAGR2: Field 2 min = -530.0 MicroJy,max = 680.2 MicroJy IMAGR2: Field 3 min = -647.0 MicroJy,max = 630.8 MicroJy IMAGR2: Field 4 min = -543.1 MicroJy,max = 594.7 MicroJy IMAGR2: Field 5 min = -608.8 MicroJy,max = 552.0 MicroJy IMAGR2: Field 6 min = -574.4 MicroJy,max = 654.9 MicroJy IMAGR2: Field 7 min = -546.8 MicroJy,max = 556.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 77.357 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 41.055 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 77.357 MicroJy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 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= 20.4 Real= 111 o= 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.1185 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: AN30_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2217 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23325 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23325 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 90.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= 5 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 45 58.3 00002 -1 507 512 513 C 3 1012 1012 15 59 15.31 43 47 37.5 00003 -1 507 512 513 C 4 1012 1012 15 59 47.07 43 47 37.5 00004 -1 507 512 513 C 5 1012 1012 15 59 15.29 43 50 56.1 00005 -1 507 512 513 C 6 1012 1012 15 59 47.09 43 50 56.1 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 52 35.4 00007 -1 507 512 513 o= 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.1185 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: AN30_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2217 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: AN30_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 5200 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.039E+04 IMAGR2: UVWAIT: Adding temperance S 6.078E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.670E+07 and out 2.013E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.127 due to weighting IMAGR2: UVWAIT: Average summed weight 3.039E+04 over 10400 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.13737E+08 IMAGR2: Field 1 Beam min = -118.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 849.857 x 691.407 Milliarcsec, PA= -65.8 IMAGR2: Field 2 Sum of gridding weights = 2.13738E+08 IMAGR2: Field 2 Beam min = -117.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 849.643 x 691.571 Milliarcsec, PA= -65.8 IMAGR2: Field 3 Sum of gridding weights = 2.13737E+08 IMAGR2: Field 3 Beam min = -111.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 850.157 x 691.563 Milliarcsec, PA= -65.9 IMAGR2: Field 4 Sum of gridding weights = 2.13736E+08 IMAGR2: Field 4 Beam min = -105.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 849.345 x 691.416 Milliarcsec, PA= -65.7 IMAGR2: Field 5 Sum of gridding weights = 2.13736E+08 IMAGR2: Field 5 Beam min = -100.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 850.375 x 691.398 Milliarcsec, PA= -65.9 IMAGR2: Field 6 Sum of gridding weights = 2.13737E+08 IMAGR2: Field 6 Beam min = -120.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 849.559 x 691.252 Milliarcsec, PA= -65.7 IMAGR2: Field 7 Sum of gridding weights = 2.13737E+08 IMAGR2: Field 7 Beam min = -106.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 850.074 x 691.243 Milliarcsec, PA= -65.8 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -9.3 MilliJy,max = 79.2 MilliJy IMAGR2: Field 2 min = -8.0 MilliJy,max = 28.2 MilliJy IMAGR2: Field 3 min = -7.9 MilliJy,max = 41.5 MilliJy IMAGR2: Field 4 min = -8.2 MilliJy,max = 28.6 MilliJy IMAGR2: Field 5 min = -7.2 MilliJy,max = 27.5 MilliJy IMAGR2: Field 6 min = -8.2 MilliJy,max = 41.0 MilliJy IMAGR2: Field 7 min = -8.7 MilliJy,max = 27.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.71 MilliJy IMAGR2: 1545 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 46.931 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 37.135 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 37.135 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 = -6.8 MilliJy,max = 43.3 MilliJy IMAGR2: BGC Clean: using 1983 cell beam + residuals > 9.29 MilliJy IMAGR2: 1364 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.558 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 72.966 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 72.966 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.8 MilliJy,max = 14.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.288E-02 < Second best 3.063E-02 IMAGR2: Field 6 min = -3.7 MilliJy,max = 14.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.228E-02 < Second best 2.691E-02 IMAGR2: Field 2 min = -3.7 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.270E-03 < Second best 2.610E-02 IMAGR2: Field 7 min = -3.7 MilliJy,max = 9.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.795E-03 < Second best 2.555E-02 IMAGR2: Field 4 min = -3.1 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.077E-03 < Second best 2.265E-02 IMAGR2: Field 5 min = -3.1 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.684E-03 < Second best 2.052E-02 IMAGR2: Field 1 min = -4.6 MilliJy,max = 21.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.00 MilliJy IMAGR2: 4905 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.510 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 98.579 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 98.579 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.851E-03 < Second best 1.228E-02 IMAGR2: Field 6 min = -2.3 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.580E-03 < Second best 1.001E-02 IMAGR2: Field 1 min = -2.9 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 1513 cell beam + residuals > 3.03 MilliJy IMAGR2: 902 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.695 MilliJy iter= 53 IMAGR2: Field 1 Clean flux density= 111.203 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 111.203 MilliJy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.010E-03 < Second best 8.270E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.487E-03 < Second best 8.077E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.408E-03 < Second best 7.684E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.680E-03 < Second best 6.851E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.780E-03 < Second best 6.580E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.688E-03 < Second best 4.471E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 1513 cell beam + residuals > 1.35 MilliJy IMAGR2: 6532 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.220 MilliJy iter= 88 IMAGR2: Field 1 Clean flux density= 119.625 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 119.625 MilliJy 88 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.306E-03 < Second best 3.688E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.279E-03 < Second best 3.010E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.257E-03 < Second best 2.680E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.749E-03 < Second best 2.487E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.928E-03 < Second best 2.408E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.681E-03 < Second best 2.306E-03 IMAGR2: BGC Clean: using 1965 cell beam + residuals > 1.16 MilliJy IMAGR2: 1233 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.496 MilliJy iter= 29 IMAGR2: Field 3 Clean flux density= 3.568 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 123.193 MilliJy 117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.023E-03 < Second best 2.257E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 1965 cell beam + residuals > 1.16 MilliJy IMAGR2: 775 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.406 MilliJy iter= 27 IMAGR2: Field 7 Clean flux density= 2.761 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 125.954 MilliJy 144 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.915E-03 < Second best 2.023E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.824E-03 < Second best 1.928E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.741E-03 < Second best 1.915E-03 IMAGR2: BGC Clean: using 599 cell beam + residuals > 983.36 MicroJy IMAGR2: 4374 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.356 MilliJy iter= 152 IMAGR2: Field 1 Clean flux density= 121.404 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 127.733 MilliJy 208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.453E-03 < Second best 1.749E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.218E-03 < Second best 1.741E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.385E-03 < Second best 1.681E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.277E-03 < Second best 1.453E-03 IMAGR2: BGC Clean: using 599 cell beam + residuals > 983.36 MicroJy IMAGR2: 209 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.282 MilliJy iter= 7 IMAGR2: Field 6 Clean flux density= 695.860 MicroJy 7 comps IMAGR2: Total Cleaned flux density = 128.429 MilliJy 215 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.175E-03 < Second best 1.385E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 870.33 MicroJy IMAGR2: 857 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.284 MilliJy iter= 3 IMAGR2: Field 2 Clean flux density= 132.817 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 128.562 MilliJy 218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.112E-03 < Second best 1.296E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 552.26 MicroJy IMAGR2: WARNING: > MAXPIXELS LOADED TO AP!! IMAGR2: 32359 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.304 MilliJy iter= 153 IMAGR2: Field 1 Clean flux density= 121.274 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 128.432 MilliJy 219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 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 153 to 69 components IMAGR2: Field 2 compressed from 3 to 2 components IMAGR2: Field 3 compressed from 29 to 21 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 7 to 6 components IMAGR2: Field 7 compressed from 27 to 23 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-136.690 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore 358.923 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore 773.164 MicroJy ( 6 CCs) from field 1 to field 4 IMAGR2: Restore-472.014 MicroJy ( 3 CCs) from field 1 to field 5 IMAGR2: Restore 739.615 MicroJy ( 5 CCs) from field 1 to field 6 IMAGR2: Restore 983.792 MicroJy ( 7 CCs) from field 3 to field 1 IMAGR2: Restore 608.401 MicroJy ( 9 CCs) from field 3 to field 2 IMAGR2: Restore 353.591 MicroJy ( 2 CCs) from field 3 to field 5 IMAGR2: Restore 425.149 MicroJy ( 2 CCs) from field 6 to field 1 IMAGR2: Restore 277.851 MicroJy ( 2 CCs) from field 6 to field 7 IMAGR2: Restore -12.961 MicroJy ( 2 CCs) from field 7 to field 1 IMAGR2: Restore 611.261 MicroJy ( 5 CCs) from field 7 to field 5 IMAGR2: Restore 1.852 MilliJy ( 10 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 122.670 MilliJy IMAGR2: Field 2 final Clean flux 604.528 MicroJy IMAGR2: Field 3 final Clean flux 3.927 MilliJy IMAGR2: Field 4 final Clean flux 773.164 MicroJy IMAGR2: Field 5 final Clean flux 492.838 MicroJy IMAGR2: Field 6 final Clean flux 3.288 MilliJy IMAGR2: Field 7 final Clean flux 3.038 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 70 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 28.4 Real= 142 o= 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.1185 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: AN30_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2217 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: AN30_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.2201 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC2: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23424 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23424 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 94.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.1 Real= 6 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 sk 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.2201 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: AN30_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 5273 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.799E+04 IMAGR2: UVWAIT: Adding temperance S 5.597E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.588E+07 and out 1.890E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.138 due to weighting IMAGR2: UVWAIT: Average summed weight 2.799E+04 over 10331 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.00626E+08 IMAGR2: Field 1 Beam min = -132.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 917.582 x 707.644 Milliarcsec, PA= -69.6 IMAGR2: Field 2 Sum of gridding weights = 2.00626E+08 IMAGR2: Field 2 Beam min = -133.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 917.344 x 707.797 Milliarcsec, PA= -69.6 IMAGR2: Field 3 Sum of gridding weights = 2.00625E+08 IMAGR2: Field 3 Beam min = -150.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 918.031 x 707.767 Milliarcsec, PA= -69.7 IMAGR2: Field 4 Sum of gridding weights = 2.00626E+08 IMAGR2: Field 4 Beam min = -115.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 916.896 x 707.674 Milliarcsec, PA= -69.5 IMAGR2: Field 5 Sum of gridding weights = 2.00625E+08 IMAGR2: Field 5 Beam min = -150.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 918.270 x 707.613 Milliarcsec, PA= -69.7 IMAGR2: Field 6 Sum of gridding weights = 2.00626E+08 IMAGR2: Field 6 Beam min = -135.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 917.135 x 707.521 Milliarcsec, PA= -69.5 IMAGR2: Field 7 Sum of gridding weights = 2.00626E+08 IMAGR2: Field 7 Beam min = -127.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 917.820 x 707.491 Milliarcsec, PA= -69.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -29.9 MilliJy,max = 320.4 MilliJy IMAGR2: Field 2 min = -27.1 MilliJy,max = 99.1 MilliJy IMAGR2: Field 3 min = -35.9 MilliJy,max = 134.8 MilliJy IMAGR2: Field 4 min = -33.5 MilliJy,max = 107.3 MilliJy IMAGR2: Field 5 min = -35.9 MilliJy,max = 108.2 MilliJy IMAGR2: Field 6 min = -33.7 MilliJy,max = 133.5 MilliJy IMAGR2: Field 7 min = -30.2 MilliJy,max = 100.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 58.21 MilliJy IMAGR2: 1150 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 189.193 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 150.126 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 150.126 MilliJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.5 MilliJy,max = 170.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 34.37 MilliJy IMAGR2: 760 Residual map points loaded IMAGR2: Field 1 min allowed flux = 81.443 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 247.104 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 247.104 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.2 MilliJy,max = 32.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.657E-02 < Second best 1.084E-01 IMAGR2: Field 6 min = -8.5 MilliJy,max = 32.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.608E-02 < Second best 9.595E-02 IMAGR2: Field 7 min = -7.6 MilliJy,max = 24.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.376E-02 < Second best 9.445E-02 IMAGR2: Field 2 min = -6.9 MilliJy,max = 24.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.309E-02 < Second best 8.634E-02 IMAGR2: Field 5 min = -8.7 MilliJy,max = 26.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.094E-02 < Second best 8.309E-02 IMAGR2: Field 4 min = -8.7 MilliJy,max = 25.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.118E-02 < Second best 7.747E-02 IMAGR2: Field 1 min = -8.5 MilliJy,max = 74.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.80 MilliJy IMAGR2: 1035 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.793 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 294.788 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 294.788 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.1 MilliJy,max = 32.3 MilliJy IMAGR2: BGC Clean: using 1955 cell beam + residuals > 8.33 MilliJy IMAGR2: 300 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.427 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 315.556 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 315.556 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.0 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.020E-03 < Second best 2.608E-02 IMAGR2: Field 6 min = -2.8 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.907E-03 < Second best 2.376E-02 IMAGR2: Field 7 min = -3.1 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.079E-03 < Second best 2.309E-02 IMAGR2: Field 2 min = -3.4 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.943E-03 < Second best 2.118E-02 IMAGR2: Field 4 min = -3.2 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.449E-03 < Second best 2.094E-02 IMAGR2: Field 5 min = -3.3 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.120E-03 < Second best 1.468E-02 IMAGR2: Field 1 min = -5.0 MilliJy,max = 14.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.80 MilliJy IMAGR2: 2294 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.096 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 324.835 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 324.835 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.6 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 1499 cell beam + residuals > 2.14 MilliJy IMAGR2: 1435 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.286 MilliJy iter= 66 IMAGR2: Field 1 Clean flux density= 323.745 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 323.745 MilliJy 66 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.437E-03 < Second best 5.079E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.302E-03 < Second best 5.020E-03 IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.373E-03 < Second best 4.943E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.448E-03 < Second best 4.907E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.210E-03 < Second best 4.449E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.883E-03 < Second best 3.131E-03 IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.36 MilliJy IMAGR2: 3806 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.005 MilliJy iter= 108 IMAGR2: Field 1 Clean flux density= 323.652 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 323.652 MilliJy 108 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.996E-03 < Second best 2.437E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.071E-03 < Second best 2.373E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.804E-03 < Second best 2.302E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.954E-03 < Second best 2.210E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.653E-03 < Second best 2.071E-03 IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.31 MilliJy IMAGR2: 682 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.592 MilliJy iter= 26 IMAGR2: Field 5 Clean flux density= 345.210 MicroJy 26 comps IMAGR2: Total Cleaned flux density = 323.997 MilliJy 134 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.31 MilliJy IMAGR2: 785 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.598 MilliJy iter= 33 IMAGR2: Field 2 Clean flux density= 1.911 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 325.908 MilliJy 167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.804E-03 < Second best 1.914E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 2486 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.469 MilliJy iter= 184 IMAGR2: Field 1 Clean flux density= 321.958 MilliJy 184 comps IMAGR2: Total Cleaned flux density = 324.214 MilliJy 243 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.326E-03 < Second best 1.804E-03 IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.243E-03 < Second best 1.804E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 993.50 MicroJy IMAGR2: 1091 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.319 MilliJy iter= 25 IMAGR2: Field 7 Clean flux density= 983.502 MicroJy 25 comps IMAGR2: Total Cleaned flux density = 325.198 MilliJy 268 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.231E-03 < Second best 1.529E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.389E-03 < Second best 1.522E-03 IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.296E-03 < Second best 1.405E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.297E-03 < Second best 1.389E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 773.16 MicroJy IMAGR2: 7628 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.318 MilliJy iter= 40 IMAGR2: Field 2 Clean flux density= 1.755 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 325.042 MilliJy 275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 718.35 MicroJy IMAGR2: 5845 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.275 MilliJy iter= 3 IMAGR2: Field 4 Clean flux density= 140.081 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 325.182 MilliJy 278 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.222E-03 < Second best 1.296E-03 IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 619.93 MicroJy IMAGR2: 18128 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.319 MilliJy iter= 28 IMAGR2: Field 5 Clean flux density= 347.707 MicroJy 28 comps IMAGR2: Total Cleaned flux density = 325.184 MilliJy 280 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.319 less than limit 1.321 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 184 to 59 components IMAGR2: Field 2 compressed from 40 to 34 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 3 to 3 components IMAGR2: Field 5 compressed from 28 to 24 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 25 to 19 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: Field 6 min = -1.3 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 150.742 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR2: Restore 150.736 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR2: Restore 575.840 MicroJy ( 5 CCs) from field 1 to field 5 IMAGR2: Restore 150.736 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore 172.096 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 520.975 MicroJy ( 8 CCs) from field 2 to field 3 IMAGR2: Restore 171.462 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore-533.684 MicroJy ( 3 CCs) from field 5 to field 1 IMAGR2: Restore 336.455 MicroJy ( 2 CCs) from field 5 to field 3 IMAGR2: Restore 186.479 MicroJy ( 9 CCs) from field 5 to field 7 IMAGR2: Restore 136.935 MicroJy ( 1 CCs) from field 7 to field 5 IMAGR2: Restore-145.654 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 321.596 MilliJy IMAGR2: Field 2 final Clean flux 1.755 MilliJy IMAGR2: Field 3 final Clean flux 1.008 MilliJy IMAGR2: Field 4 final Clean flux 462.279 MicroJy IMAGR2: Field 5 final Clean flux 1.060 MilliJy IMAGR2: Field 6 final Clean flux 5.082 MicroJy IMAGR2: Field 7 final Clean flux 1.170 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= 29.7 Real= 169 sk 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.2201 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: AN30_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.1092 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 94.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 8 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 sk 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.2201 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: AN30_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.1092 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: AN30_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 21450 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.641E+04 IMAGR2: UVWAIT: Adding temperance S 5.283E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.472E+07 and out 8.542E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 2.641E+04 over 42348 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 = 9.06885E+08 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Beam min = -70.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 928.041 x 636.576 Milliarcsec, PA= -50.8 IMAGR2: Field 2 Sum of gridding weights = 9.06898E+08 IMAGR2: Field 2 Beam min = -70.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 928.042 x 636.578 Milliarcsec, PA= -50.8 IMAGR2: CLBHIS: minimum component 0.379 of current peak IMAGR2: Field 1 min = -57.4 MilliJy,max = 812.9 MilliJy IMAGR2: Field 2 min = -65.4 MilliJy,max = 803.9 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 44.48 MilliJy IMAGR2: 12715 Residual map points loaded IMAGR2: Field 1 min allowed flux = 283.442 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 557.806 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 557.806 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 2 min = -20.4 MilliJy,max = 249.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.376E-01 < Second best 2.694E-01 IMAGR2: Field 1 min = -18.3 MilliJy,max = 255.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.69 MilliJy IMAGR2: 15079 Residual map points loaded IMAGR2: Field 1 min allowed flux = 93.073 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 734.307 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 734.307 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.3 MilliJy,max = 86.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.238E-02 < Second best 8.847E-02 IMAGR2: Field 1 min = -6.7 MilliJy,max = 85.5 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 5.09 MilliJy IMAGR2: 12978 Residual map points loaded IMAGR2: Field 1 min allowed flux = 29.849 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 798.232 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 798.232 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.9 MilliJy,max = 28.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.74 MilliJy IMAGR2: 61 Residual map points loaded IMAGR2: Field 2 min allowed flux = 9.973 MilliJy iter= 12 IMAGR2: Field 2 Clean flux density= 21.145 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 819.377 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 2025 cell beam + residuals > 2.06 MilliJy IMAGR2: 3638 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.609 MilliJy iter= 73 IMAGR2: Field 1 Clean flux density= 801.699 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 822.843 MilliJy 85 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 131 cell beam + residuals > 1.80 MilliJy IMAGR2: 193 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.481 MilliJy iter= 52 IMAGR2: Field 2 Clean flux density= 25.482 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 827.181 MilliJy 125 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 21450 Pts IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 19526 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.444 MilliJy iter= 181 IMAGR2: Field 1 Clean flux density= 807.531 MilliJy 181 comps IMAGR2: Total Cleaned flux density = 833.013 MilliJy 233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.807 MilliJy iter= 106 IMAGR2: Field 2 Clean flux density= 29.854 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 837.385 MilliJy 287 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 21450 Pts IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 19652 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.120 MilliJy iter= 363 IMAGR2: Field 1 Clean flux density= 807.918 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 837.772 MilliJy 469 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 19567 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.921 MilliJy iter= 609 IMAGR2: Field 1 Clean flux density= 815.750 MilliJy 609 comps IMAGR2: Total Cleaned flux density = 845.604 MilliJy 715 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 19429 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.747 MilliJy iter= 924 IMAGR2: Field 1 Clean flux density= 816.983 MilliJy 924 comps IMAGR2: Total Cleaned flux density = 846.838 MilliJy 1030 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.535E-03 < Second best 1.675E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 19714 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.594 MilliJy iter= 1333 IMAGR2: Field 1 Clean flux density= 828.962 MilliJy 1333 comps IMAGR2: Total Cleaned flux density = 858.816 MilliJy 1439 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 > 1.19 MilliJy IMAGR2: 164 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.253 MilliJy iter= 182 IMAGR2: Field 2 Clean flux density= 30.006 MilliJy 182 comps IMAGR2: Total Cleaned flux density = 858.968 MilliJy 1515 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 21450 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 19666 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.431 MilliJy iter= 1862 IMAGR2: Field 1 Clean flux density= 822.801 MilliJy 1862 comps IMAGR2: Total Cleaned flux density = 852.807 MilliJy 2044 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 19491 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.292 MilliJy iter= 2472 IMAGR2: Field 1 Clean flux density= 841.422 MilliJy 2472 comps IMAGR2: Total Cleaned flux density = 871.428 MilliJy 2654 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 941.20 MicroJy IMAGR2: 19223 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.175 MilliJy iter= 3209 IMAGR2: Field 1 Clean flux density= 821.523 MilliJy 3209 comps IMAGR2: Total Cleaned flux density = 851.530 MilliJy 3391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 937.56 MicroJy IMAGR2: 117 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -961.445 MicroJy iter= 246 IMAGR2: Field 2 Clean flux density= 33.807 MilliJy 246 comps IMAGR2: Total Cleaned flux density = 855.330 MilliJy 3455 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 21450 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 858.86 MicroJy IMAGR2: 19726 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.061 MilliJy iter= 4104 IMAGR2: Field 1 Clean flux density= 837.806 MilliJy 4104 comps IMAGR2: Total Cleaned flux density = 871.613 MilliJy 4350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 792.72 MicroJy IMAGR2: 19528 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -965.665 MicroJy iter= 5143 IMAGR2: Field 1 Clean flux density= 824.398 MilliJy 5143 comps IMAGR2: Total Cleaned flux density = 858.204 MilliJy 5389 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 21450 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 730.28 MicroJy IMAGR2: 19227 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 883.112 MicroJy iter= 6331 IMAGR2: Field 1 Clean flux density= 851.827 MilliJy 6331 comps IMAGR2: Total Cleaned flux density = 885.634 MilliJy 6577 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 21450 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 983.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 727.79 MicroJy IMAGR2: 132 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 741.783 MicroJy iter= 321 IMAGR2: Field 2 Clean flux density= 30.800 MilliJy 321 comps IMAGR2: Total Cleaned flux density = 882.627 MilliJy 6652 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 21450 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 670.64 MicroJy IMAGR2: 19710 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -805.159 MicroJy iter= 7726 IMAGR2: Field 1 Clean flux density= 820.282 MilliJy 7726 comps IMAGR2: Total Cleaned flux density = 851.082 MilliJy 8047 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 21450 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 621.00 MicroJy IMAGR2: 19495 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 743.671 MicroJy iter= 9323 IMAGR2: Field 1 Clean flux density= 891.982 MilliJy 9323 comps IMAGR2: Total Cleaned flux density = 922.782 MilliJy 9644 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 21450 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 594.52 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 19362 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -718.467 MicroJy iter= 11355 IMAGR2: Field 1 Clean flux density= 749.982 MilliJy 11355 comps IMAGR2: Total Cleaned flux density = 780.782 MilliJy 11676 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 21450 Pts IMAGR2: Field 2 min = -686.7 MicroJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 594.20 MicroJy IMAGR2: 507 Residual map points loaded IMAGR2: Field 2 min allowed flux = 914.643 MicroJy iter= 368 IMAGR2: Field 2 Clean flux density= 36.216 MilliJy 368 comps IMAGR2: Total Cleaned flux density = 786.198 MilliJy 11723 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 21450 Pts IMAGR2: Field 2 min = -716.6 MicroJy,max = 917.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 593.04 MicroJy IMAGR2: 205 Residual map points loaded IMAGR2: Field 2 min Clean flux = 653.744 MicroJy iter= 435 IMAGR2: Field 2 Clean flux density= 40.950 MilliJy 435 comps IMAGR2: Total Cleaned flux density = 790.932 MilliJy 11790 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 21450 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.79 MicroJy IMAGR2: 19967 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 732.303 MicroJy iter= 13886 IMAGR2: Field 1 Clean flux density= 941.044 MilliJy 13886 comps IMAGR2: Total Cleaned flux density = 981.995 MilliJy 14321 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 21450 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 677.41 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -856.310 MicroJy iter= 16437 IMAGR2: Field 1 Clean flux density= 690.738 MilliJy 16437 comps IMAGR2: Total Cleaned flux density = 731.689 MilliJy 16872 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 21450 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 878.76 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.245 MilliJy iter= 17878 IMAGR2: Field 1 Clean flux density= 901.809 MilliJy 17878 comps IMAGR2: Total Cleaned flux density = 942.760 MilliJy 18313 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 21450 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 851.68 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.648 MilliJy iter= 18194 IMAGR2: Field 1 Clean flux density= 838.605 MilliJy 18194 comps IMAGR2: Total Cleaned flux density = 879.556 MilliJy 18629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 556.21 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min Clean flux = -654.887 MicroJy iter= 21056 IMAGR2: Field 1 Clean flux density= 833.279 MilliJy 21056 comps IMAGR2: Total Cleaned flux density = 874.229 MilliJy 21491 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 21450 Pts IMAGR2: Peak residual in window 654.887 less than limit 654.914 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 21056 to 11513 components IMAGR2: Field 2 compressed from 435 to 197 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: Field 2 min = -734.7 MicroJy,max = 647.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 796.849 MilliJy ( 181 CCs) from field 1 to field 2 IMAGR2: Restore 40.950 MilliJy ( 197 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 874.229 MilliJy IMAGR2: Field 2 final Clean flux 837.799 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= 97.8 Real= 522 sk 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.2201 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: AN30_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.1092 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: AN30_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.09964 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1642+689 X BAND Seq 1 Disk: 1 in slot 13 SETFC2: SETCEL: recommends IMSIZE 1440 CELLSIZE 0.22234 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22234 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 97.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 6 C 1 2036 2036 16 42 07.85 68 56 39.8 00001 -1 1019 1024 1025 C 2 246 246 16 42 07.80 68 56 38.9 00002 -1 100 128 129 sk 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.2201 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: AN30_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.1092 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: AN30_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.09964 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: AN30_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 25742 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.098E+04 IMAGR2: UVWAIT: Adding temperance S 4.196E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.622E+07 and out 8.665E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR2: UVWAIT: Average summed weight 2.098E+04 over 50860 vis IMAGR2: Create 1642+689 .IBM001. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1642+689 .IBM002. 1 (MA) on disk 1 cno 88 IMAGR2: Create 1642+689 .ICL001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1642+689 .ICL002. 1 (MA) on disk 1 cno 90 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 9.19947E+08 IMAGR2: Field 1 Beam min = -75.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 992.975 x 630.064 Milliarcsec, PA= -48.0 IMAGR2: Field 2 Sum of gridding weights = 9.19962E+08 IMAGR2: Field 2 Beam min = -75.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 992.976 x 630.068 Milliarcsec, PA= -48.0 IMAGR2: CLBHIS: minimum component 0.362 of current peak IMAGR2: Field 1 min = -68.0 MilliJy,max = 875.1 MilliJy IMAGR2: Field 2 min = -68.7 MilliJy,max = 877.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 46.33 MilliJy IMAGR2: 1188 Residual map points loaded IMAGR2: Field 2 min allowed flux = 306.121 MilliJy iter= 11 IMAGR2: Field 2 Clean flux density= 602.437 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 602.437 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 = -23.2 MilliJy,max = 279.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.661E-01 < Second best 2.911E-01 IMAGR2: Field 2 min = -23.3 MilliJy,max = 275.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 16.15 MilliJy IMAGR2: 1079 Residual map points loaded IMAGR2: Field 2 min allowed flux = 90.829 MilliJy iter= 24 IMAGR2: Field 2 Clean flux density= 820.162 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 820.162 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.2 MilliJy,max = 86.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.191E-02 < Second best 8.638E-02 IMAGR2: Field 2 min = -11.6 MilliJy,max = 83.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.26 MilliJy IMAGR2: 1206 Residual map points loaded IMAGR2: Field 2 min allowed flux = 28.881 MilliJy iter= 37 IMAGR2: Field 2 Clean flux density= 887.005 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 887.005 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.6 MilliJy,max = 28.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.55 MilliJy IMAGR2: 3037 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.116 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 21.794 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 908.799 MilliJy 78 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.1 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 129 cell beam + residuals > 3.64 MilliJy IMAGR2: 165 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -5.732 MilliJy iter= 95 IMAGR2: Field 2 Clean flux density= 891.953 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 913.747 MilliJy 136 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 25742 Pts IMAGR2: Field 1 min = -6.4 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.97 MilliJy IMAGR2: 19644 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.134 MilliJy iter= 181 IMAGR2: Field 1 Clean flux density= 69.520 MilliJy 181 comps IMAGR2: Total Cleaned flux density = 961.473 MilliJy 276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.3 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.97 MilliJy IMAGR2: 99 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.496 MilliJy iter= 146 IMAGR2: Field 2 Clean flux density= 895.383 MilliJy 146 comps IMAGR2: Total Cleaned flux density = 964.903 MilliJy 327 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 25742 Pts IMAGR2: Field 1 min = -5.8 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.72 MilliJy IMAGR2: 19861 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.236 MilliJy iter= 418 IMAGR2: Field 1 Clean flux density= 92.416 MilliJy 418 comps IMAGR2: Total Cleaned flux density = 987.798 MilliJy 564 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR2: 19816 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.568 MilliJy iter= 731 IMAGR2: Field 1 Clean flux density= 127.857 MilliJy 731 comps IMAGR2: Total Cleaned flux density = 1.023 Jy 877 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 19709 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.048 MilliJy iter= 1124 IMAGR2: Field 1 Clean flux density= 148.852 MilliJy 1124 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 1270 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 51 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.248 MilliJy iter= 188 IMAGR2: Field 2 Clean flux density= 897.627 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 1312 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 25742 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 19886 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.596 MilliJy iter= 1622 IMAGR2: Field 1 Clean flux density= 192.922 MilliJy 1622 comps IMAGR2: Total Cleaned flux density = 1.091 Jy 1810 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 19809 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.208 MilliJy iter= 2203 IMAGR2: Field 1 Clean flux density= 183.119 MilliJy 2203 comps IMAGR2: Total Cleaned flux density = 1.081 Jy 2391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 23 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.711 MilliJy iter= 203 IMAGR2: Field 2 Clean flux density= 898.933 MilliJy 203 comps IMAGR2: Total Cleaned flux density = 1.082 Jy 2406 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 19913 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.882 MilliJy iter= 2893 IMAGR2: Field 1 Clean flux density= 234.765 MilliJy 2893 comps IMAGR2: Total Cleaned flux density = 1.134 Jy 3096 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 19836 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.612 MilliJy iter= 3658 IMAGR2: Field 1 Clean flux density= 200.127 MilliJy 3658 comps IMAGR2: Total Cleaned flux density = 1.099 Jy 3861 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.303 MilliJy iter= 214 IMAGR2: Field 2 Clean flux density= 900.514 MilliJy 214 comps IMAGR2: Total Cleaned flux density = 1.101 Jy 3872 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 19924 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.385 MilliJy iter= 4557 IMAGR2: Field 1 Clean flux density= 248.736 MilliJy 4557 comps IMAGR2: Total Cleaned flux density = 1.149 Jy 4771 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 25742 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 995.59 MicroJy IMAGR2: 19849 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.190 MilliJy iter= 5528 IMAGR2: Field 1 Clean flux density= 219.280 MilliJy 5528 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 5742 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 25742 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 994.91 MicroJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 982.299 MicroJy iter= 227 IMAGR2: Field 2 Clean flux density= 901.468 MilliJy 227 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 5755 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 873.75 MicroJy IMAGR2: 19918 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.034 MilliJy iter= 6652 IMAGR2: Field 1 Clean flux density= 253.387 MilliJy 6652 comps IMAGR2: Total Cleaned flux density = 1.155 Jy 6879 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 25742 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 765.70 MicroJy IMAGR2: 19822 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 897.255 MicroJy iter= 7908 IMAGR2: Field 1 Clean flux density= 237.022 MilliJy 7908 comps IMAGR2: Total Cleaned flux density = 1.138 Jy 8135 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 25742 Pts IMAGR2: Field 2 min = -947.0 MicroJy,max = 983.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 765.10 MicroJy IMAGR2: 7 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 754.822 MicroJy iter= 235 IMAGR2: Field 2 Clean flux density= 902.115 MilliJy 235 comps IMAGR2: Total Cleaned flux density = 1.139 Jy 8143 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.39 MicroJy IMAGR2: 19937 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -781.974 MicroJy iter= 9293 IMAGR2: Field 1 Clean flux density= 258.525 MilliJy 9293 comps IMAGR2: Total Cleaned flux density = 1.161 Jy 9528 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 25742 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 595.80 MicroJy IMAGR2: 19847 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -685.338 MicroJy iter= 10794 IMAGR2: Field 1 Clean flux density= 249.914 MilliJy 10794 comps IMAGR2: Total Cleaned flux density = 1.152 Jy 11029 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 25742 Pts IMAGR2: Field 2 min = -723.3 MicroJy,max = 686.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 595.43 MicroJy IMAGR2: 5 Residual map points loaded IMAGR2: Field 2 min Clean flux = -571.045 MicroJy iter= 240 IMAGR2: Field 2 Clean flux density= 902.061 MilliJy 240 comps IMAGR2: Total Cleaned flux density = 1.152 Jy 11034 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 > 530.58 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -607.248 MicroJy iter= 12448 IMAGR2: Field 1 Clean flux density= 256.457 MilliJy 12448 comps IMAGR2: Total Cleaned flux density = 1.159 Jy 12688 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 25742 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 475.31 MicroJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min Clean flux = 597.755 MicroJy iter= 12638 IMAGR2: Field 1 Clean flux density= 255.453 MilliJy 12638 comps IMAGR2: Total Cleaned flux density = 1.158 Jy 12878 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 597.755 less than limit 597.829 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 12638 to 7768 components IMAGR2: Field 2 compressed from 240 to 45 components IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -600.8 MicroJy,max = 709.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 21.761 MilliJy ( 47 CCs) from field 1 to field 2 IMAGR2: Restore 902.061 MilliJy ( 45 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.158 Jy IMAGR2: Field 2 final Clean flux 923.823 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Destroyed UV image file: catno= 86 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 89.0 Real= 457 sk 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.2201 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: AN30_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.1092 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: AN30_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.09964 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: AN30_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.06647 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 98.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.2 Real= 5 C 1 2036 2036 16 09 13.96 65 32 28.0 00001 -1 1019 1024 1025 C 2 246 246 16 09 14.01 65 32 29.3 00002 -1 100 128 129 C 3 246 246 16 09 08.38 65 35 14.5 00003 -1 100 128 129 sk 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.2201 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: AN30_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.1092 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: AN30_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.09964 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: AN30_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.06647 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN30_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 57850 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.881E+04 IMAGR2: UVWAIT: Adding temperance S 9.762E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.638E+08 and out 2.670E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 4.881E+04 over 115592 vis IMAGR2: Create 1608+656 .IBM001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1608+656 .IBM002. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1608+656 .IBM003. 1 (MA) on disk 1 cno 91 IMAGR2: Create 1608+656 .ICL001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1608+656 .ICL002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1608+656 .ICL003. 1 (MA) on disk 1 cno 94 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.83422E+09 IMAGR2: Field 1 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 956.742 x 605.301 Milliarcsec, PA= -56.7 IMAGR2: Field 2 Sum of gridding weights = 2.83425E+09 IMAGR2: Field 2 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 956.748 x 605.302 Milliarcsec, PA= -56.7 IMAGR2: Field 3 Sum of gridding weights = 2.83425E+09 IMAGR2: Field 3 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 957.267 x 605.247 Milliarcsec, PA= -56.7 IMAGR2: CLBHIS: minimum component 0.475 of current peak IMAGR2: Field 1 min = -4.3 MilliJy,max = 27.0 MilliJy IMAGR2: Field 2 min = -4.1 MilliJy,max = 26.3 MilliJy IMAGR2: Field 3 min = -828.9 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 1789 cell beam + residuals > 1.57 MilliJy IMAGR2: 11785 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.163 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 19.721 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 19.721 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 2 min = -2.5 MilliJy,max = 12.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.39 MilliJy IMAGR2: 1138 Residual map points loaded IMAGR2: Field 2 min allowed flux = 5.697 MilliJy iter= 22 IMAGR2: Field 2 Clean flux density= 18.251 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 37.973 MilliJy 33 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 57850 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.155E-03 < Second best 5.424E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 665.06 MicroJy IMAGR2: 1832 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.505 MilliJy iter= 53 IMAGR2: Field 2 Clean flux density= 29.834 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 49.555 MilliJy 64 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 57850 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 803 cell beam + residuals > 370.40 MicroJy IMAGR2: 8318 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.174 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 24.676 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 54.510 MilliJy 94 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 359.19 MicroJy IMAGR2: 1489 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -585.688 MicroJy iter= 120 IMAGR2: Field 2 Clean flux density= 31.134 MilliJy 120 comps IMAGR2: Total Cleaned flux density = 55.809 MilliJy 161 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 57850 Pts IMAGR2: Field 1 min = -608.1 MicroJy,max = 776.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.403E-04 < Second best 1.069E-03 IMAGR2: Field 3 min = -352.8 MicroJy,max = 645.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.167E-04 < Second best 7.403E-04 IMAGR2: BGC Clean: using 123 cell beam + residuals > 281.71 MicroJy IMAGR2: 8535 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 473.649 MicroJy iter= 189 IMAGR2: Field 1 Clean flux density= 26.963 MilliJy 189 comps IMAGR2: Total Cleaned flux density = 58.097 MilliJy 309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -313.0 MicroJy,max = 470.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.494E-04 < Second best 5.596E-04 IMAGR2: Field 2 min = -577.3 MicroJy,max = 472.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 246.42 MicroJy IMAGR2: 1809 Residual map points loaded IMAGR2: Field 2 min Clean flux = -398.512 MicroJy iter= 160 IMAGR2: Field 2 Clean flux density= 31.223 MilliJy 160 comps IMAGR2: Total Cleaned flux density = 58.186 MilliJy 349 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 57850 Pts IMAGR2: Field 1 min = -429.9 MicroJy,max = 461.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 217.19 MicroJy IMAGR2: 19857 Residual map points loaded IMAGR2: Field 1 min Clean flux = -397.918 MicroJy iter= 216 IMAGR2: Field 1 Clean flux density= 27.101 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 58.324 MilliJy 376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -296.7 MicroJy,max = 392.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 216 to 139 components IMAGR2: Field 2 compressed from 160 to 66 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 1 min = -415.3 MicroJy,max = 396.3 MicroJy IMAGR2: Field 2 min = -547.3 MicroJy,max = 410.6 MicroJy IMAGR2: Field 3 min = -296.7 MicroJy,max = 392.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 25.872 MilliJy ( 102 CCs) from field 1 to field 2 IMAGR2: Restore 656.652 MicroJy ( 7 CCs) from field 1 to field 3 IMAGR2: Restore 31.223 MilliJy ( 66 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 58.324 MilliJy IMAGR2: Field 2 final Clean flux 57.095 MilliJy IMAGR2: Field 3 final Clean flux 656.652 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 88 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 20.6 Real= 106 sk 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.2201 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: AN30_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.1092 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: AN30_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.09964 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: AN30_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.06647 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN30_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.1332 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 1458 CELLSIZE 0.21961 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21961 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 99.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 7 C 1 2036 2036 18 23 14.11 79 38 49.0 00001 -1 1019 1024 1025 C 2 246 246 18 23 14.17 79 38 50.0 00002 -1 100 128 129 A 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.1332 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: AN30_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 14404 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.523E+04 IMAGR2: UVWAIT: Adding temperance S 5.047E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.179E+07 and out 5.535E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 2.523E+04 over 28604 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 = 5.87655E+08 IMAGR2: Field 1 Beam min = -81.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.062 x 0.637 arcsec, PA= -20.0 IMAGR2: Field 2 Sum of gridding weights = 5.87662E+08 IMAGR2: Field 2 Beam min = -85.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.062 x 0.637 arcsec, PA= -20.0 IMAGR2: CLBHIS: minimum component 0.455 of current peak IMAGR2: Field 1 min = -43.2 MilliJy,max = 533.7 MilliJy IMAGR2: Field 2 min = -42.1 MilliJy,max = 511.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 43.77 MilliJy IMAGR2: 6304 Residual map points loaded IMAGR2: Field 1 min allowed flux = 229.746 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 326.942 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 326.942 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 = -16.2 MilliJy,max = 198.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.890E-01 < Second best 2.184E-01 IMAGR2: Field 1 min = -16.6 MilliJy,max = 206.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 18.84 MilliJy IMAGR2: 3911 Residual map points loaded IMAGR2: Field 1 min allowed flux = 89.008 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 453.606 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 453.606 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.4 MilliJy,max = 77.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.377E-02 < Second best 8.462E-02 IMAGR2: Field 1 min = -6.4 MilliJy,max = 80.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.30 MilliJy IMAGR2: 4268 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.484 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 502.678 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 502.678 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 30.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.912E-02 < Second best 3.278E-02 IMAGR2: Field 1 min = -3.0 MilliJy,max = 31.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.83 MilliJy IMAGR2: 8219 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.739 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 521.739 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 521.739 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 12.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.212E-02 < Second best 1.306E-02 IMAGR2: Field 1 min = -2.9 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 1.66 MilliJy IMAGR2: 12984 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.519 MilliJy iter= 46 IMAGR2: Field 1 Clean flux density= 530.299 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 530.299 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.11 MilliJy IMAGR2: 37 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.365 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 2.999 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 533.298 MilliJy 56 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 19573 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.308 MilliJy iter= 101 IMAGR2: Field 1 Clean flux density= 531.606 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 534.605 MilliJy 111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.091E-03 < Second best 2.208E-03 IMAGR2: Field 1 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 19693 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.077 MilliJy iter= 184 IMAGR2: Field 1 Clean flux density= 529.207 MilliJy 184 comps IMAGR2: Total Cleaned flux density = 532.206 MilliJy 194 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 245 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.595 MilliJy iter= 52 IMAGR2: Field 2 Clean flux density= 3.120 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 532.327 MilliJy 236 comps IMAGR2: ALGSTB: All 177 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 166- 0 Cells, with 14404 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 19663 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.881 MilliJy iter= 328 IMAGR2: Field 1 Clean flux density= 530.327 MilliJy 328 comps IMAGR2: Total Cleaned flux density = 533.446 MilliJy 380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 19568 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.706 MilliJy iter= 517 IMAGR2: Field 1 Clean flux density= 531.510 MilliJy 517 comps IMAGR2: Total Cleaned flux density = 534.630 MilliJy 569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 19422 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.562 MilliJy iter= 764 IMAGR2: Field 1 Clean flux density= 532.368 MilliJy 764 comps IMAGR2: Total Cleaned flux density = 535.488 MilliJy 816 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.401E-03 < Second best 1.498E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 19751 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.433 MilliJy iter= 1079 IMAGR2: Field 1 Clean flux density= 530.704 MilliJy 1079 comps IMAGR2: Total Cleaned flux density = 533.823 MilliJy 1131 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 143 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.137 MilliJy iter= 114 IMAGR2: Field 2 Clean flux density= 4.639 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 535.342 MilliJy 1193 comps IMAGR2: ALGSTB: All 177 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 166- 0 Cells, with 14404 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 994.83 MicroJy IMAGR2: 19711 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.294 MilliJy iter= 1491 IMAGR2: Field 1 Clean flux density= 529.135 MilliJy 1491 comps IMAGR2: Total Cleaned flux density = 533.774 MilliJy 1605 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 > 924.01 MicroJy IMAGR2: 19534 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.175 MilliJy iter= 1984 IMAGR2: Field 1 Clean flux density= 530.728 MilliJy 1984 comps IMAGR2: Total Cleaned flux density = 535.366 MilliJy 2098 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 > 851.37 MicroJy IMAGR2: 19277 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.067 MilliJy iter= 2563 IMAGR2: Field 1 Clean flux density= 532.771 MilliJy 2563 comps IMAGR2: Total Cleaned flux density = 537.410 MilliJy 2677 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.48 MicroJy IMAGR2: 113 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 869.490 MicroJy iter= 174 IMAGR2: Field 2 Clean flux density= 3.449 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 536.220 MilliJy 2737 comps IMAGR2: ALGSTB: All 177 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 166- 0 Cells, with 14404 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 780.54 MicroJy IMAGR2: 19731 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 968.562 MicroJy iter= 3275 IMAGR2: Field 1 Clean flux density= 524.762 MilliJy 3275 comps IMAGR2: Total Cleaned flux density = 528.210 MilliJy 3449 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 721.71 MicroJy IMAGR2: 19539 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 892.117 MicroJy iter= 4143 IMAGR2: Field 1 Clean flux density= 547.043 MilliJy 4143 comps IMAGR2: Total Cleaned flux density = 550.491 MilliJy 4317 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 679.06 MicroJy IMAGR2: 19309 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -842.084 MicroJy iter= 5209 IMAGR2: Field 1 Clean flux density= 482.193 MilliJy 5209 comps IMAGR2: Total Cleaned flux density = 485.642 MilliJy 5383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -781.4 MicroJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 678.82 MicroJy IMAGR2: 584 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.214 MilliJy iter= 202 IMAGR2: Field 2 Clean flux density= 7.788 MilliJy 202 comps IMAGR2: Total Cleaned flux density = 489.981 MilliJy 5411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -780.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 677.53 MicroJy IMAGR2: 265 Residual map points loaded IMAGR2: Field 2 min Clean flux = 797.721 MicroJy iter= 247 IMAGR2: Field 2 Clean flux density= 11.861 MilliJy 247 comps IMAGR2: Total Cleaned flux density = 494.054 MilliJy 5456 comps IMAGR2: ALGSTB: All 177 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 166- 0 Cells, with 14404 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 645.15 MicroJy IMAGR2: 19971 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 800.871 MicroJy iter= 6567 IMAGR2: Field 1 Clean flux density= 577.006 MilliJy 6567 comps IMAGR2: Total Cleaned flux density = 588.867 MilliJy 6814 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 675.41 MicroJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -846.769 MicroJy iter= 8243 IMAGR2: Field 1 Clean flux density= 418.872 MilliJy 8243 comps IMAGR2: Total Cleaned flux density = 430.733 MilliJy 8490 comps IMAGR2: ALGSTB: All 1336 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1325- 0 Cells, with 14404 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.060 MilliJy iter= 8609 IMAGR2: Field 1 Clean flux density= 511.089 MilliJy 8609 comps IMAGR2: Total Cleaned flux density = 522.950 MilliJy 8856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 830.67 MicroJy IMAGR2: 19568 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.881 MilliJy iter= 8690 IMAGR2: Field 1 Clean flux density= 490.685 MilliJy 8690 comps IMAGR2: Total Cleaned flux density = 502.546 MilliJy 8937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 620.28 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min Clean flux = -799.150 MicroJy iter= 9707 IMAGR2: Field 1 Clean flux density= 479.173 MilliJy 9707 comps IMAGR2: Total Cleaned flux density = 491.033 MilliJy 9954 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 799.150 less than limit 799.202 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 9707 to 5740 components IMAGR2: Field 2 compressed from 247 to 113 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -715.7 MicroJy,max = 945.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 524.199 MilliJy ( 198 CCs) from field 1 to field 2 IMAGR2: Restore 11.861 MilliJy ( 113 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 491.033 MilliJy IMAGR2: Field 2 final Clean flux 536.060 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= 89.8 Real= 505 A 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.1332 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: AN30_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.2028 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 89.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 7 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 A 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.1332 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: AN30_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.2028 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: AN30_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 6211 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.512E+04 IMAGR2: UVWAIT: Adding temperance S 5.023E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.980E+07 and out 2.550E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.150 due to weighting IMAGR2: UVWAIT: Average summed weight 2.512E+04 over 12372 vis IMAGR2: Create 1945+709 .IBM001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1945+709 .IBM002. 1 (MA) on disk 1 cno 95 IMAGR2: Create 1945+709 .ICL001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1945+709 .ICL002. 1 (MA) on disk 1 cno 97 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.70744E+08 IMAGR2: Field 1 Beam min = -95.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 912.848 x 645.536 Milliarcsec, PA= 7.5 IMAGR2: Field 2 Sum of gridding weights = 2.70746E+08 IMAGR2: Field 2 Beam min = -95.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 912.842 x 645.541 Milliarcsec, PA= 7.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -42.1 MilliJy,max = 436.3 MilliJy IMAGR2: Field 2 min = -44.5 MilliJy,max = 421.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 62.14 MilliJy IMAGR2: 4521 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 231.869 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 227.620 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 227.620 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -21.6 MilliJy,max = 203.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.938E-01 < Second best 2.205E-01 IMAGR2: Field 1 min = -20.4 MilliJy,max = 208.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 33.03 MilliJy IMAGR2: 2899 Residual map points loaded IMAGR2: Field 1 min allowed flux = 99.812 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 346.472 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 346.472 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min = -9.7 MilliJy,max = 89.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.546E-02 < Second best 9.492E-02 IMAGR2: Field 1 min = -9.2 MilliJy,max = 89.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.22 MilliJy IMAGR2: 3283 Residual map points loaded IMAGR2: Field 1 min allowed flux = 41.100 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 402.985 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 402.985 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.7 MilliJy,max = 37.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.579E-02 < Second best 3.909E-02 IMAGR2: Field 1 min = -5.0 MilliJy,max = 37.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.85 MilliJy IMAGR2: 3614 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.181 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 426.471 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 426.471 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 16.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.536E-02 < Second best 1.634E-02 IMAGR2: Field 1 min = -3.2 MilliJy,max = 15.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.45 MilliJy IMAGR2: 5731 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.081 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 436.221 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 436.221 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.30 MilliJy IMAGR2: 101 Residual map points loaded IMAGR2: Field 2 min allowed flux = 3.564 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 3.357 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 439.578 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 1991 cell beam + residuals > 1.18 MilliJy IMAGR2: 16023 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.916 MilliJy iter= 86 IMAGR2: Field 1 Clean flux density= 435.229 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 438.586 MilliJy 96 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.16 MilliJy IMAGR2: 125 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.366 MilliJy iter= 32 IMAGR2: Field 2 Clean flux density= 3.417 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 438.646 MilliJy 118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 961.98 MicroJy IMAGR2: 19614 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.568 MilliJy iter= 187 IMAGR2: Field 1 Clean flux density= 435.322 MilliJy 187 comps IMAGR2: Total Cleaned flux density = 438.739 MilliJy 219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 483 cell beam + residuals > 898.62 MicroJy IMAGR2: 15126 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.290 MilliJy iter= 305 IMAGR2: Field 1 Clean flux density= 434.918 MilliJy 305 comps IMAGR2: Total Cleaned flux density = 438.335 MilliJy 337 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.058E-03 < Second best 1.236E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 789.52 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.215 MilliJy iter= 342 IMAGR2: Field 1 Clean flux density= 436.040 MilliJy 342 comps IMAGR2: Total Cleaned flux density = 439.457 MilliJy 374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.215 less than limit 1.217 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 342 to 213 components IMAGR2: Field 2 compressed from 32 to 11 components IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 433.851 MilliJy ( 8 CCs) from field 1 to field 2 IMAGR2: Restore 3.417 MilliJy ( 11 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 439.457 MilliJy IMAGR2: Field 2 final Clean flux 437.269 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.8 Real= 91 A 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.1332 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: AN30_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.2028 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: AN30_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.1939 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.22042 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22042 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.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 5 C 1 2036 2036 18 15 36.79 61 27 11.6 00001 -1 1019 1024 1025 C 2 246 246 18 15 36.85 61 27 11.6 00002 -1 100 128 129 C 3 246 246 18 15 33.31 61 29 23.6 00003 -1 100 128 129 A 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.1332 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: AN30_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.2028 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: AN30_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.1939 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: AN30_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 6800 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.675E+04 IMAGR2: UVWAIT: Adding temperance S 5.349E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.235E+07 and out 2.868E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.156 due to weighting IMAGR2: UVWAIT: Average summed weight 2.675E+04 over 13450 vis IMAGR2: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 97 IMAGR2: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 98 IMAGR2: Create 1815+614 .ICL001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 1815+614 .ICL002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 1815+614 .ICL003. 1 (MA) on disk 1 cno 101 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.04454E+08 IMAGR2: Field 1 Beam min = -96.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 847.096 x 645.533 Milliarcsec, PA= -24.2 IMAGR2: Field 2 Sum of gridding weights = 3.04457E+08 IMAGR2: Field 2 Beam min = -96.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 847.099 x 645.530 Milliarcsec, PA= -24.2 IMAGR2: Field 3 Sum of gridding weights = 3.04458E+08 IMAGR2: Field 3 Beam min = -97.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 847.412 x 645.523 Milliarcsec, PA= -24.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -29.2 MilliJy,max = 281.9 MilliJy IMAGR2: Field 2 min = -35.9 MilliJy,max = 281.1 MilliJy IMAGR2: Field 3 min = -22.8 MilliJy,max = 58.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 42.96 MilliJy IMAGR2: 3611 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 151.438 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 147.233 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 147.233 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -18.8 MilliJy,max = 136.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.301E-01 < Second best 1.440E-01 IMAGR2: Field 1 min = -15.0 MilliJy,max = 137.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 23.08 MilliJy IMAGR2: 3073 Residual map points loaded IMAGR2: Field 1 min allowed flux = 63.878 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 234.236 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 234.236 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.9 MilliJy,max = 58.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.524E-02 < Second best 6.075E-02 IMAGR2: Field 1 min = -9.7 MilliJy,max = 58.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 9.73 MilliJy IMAGR2: 7212 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min allowed flux = 27.043 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 280.668 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 280.668 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.9 MilliJy,max = 24.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.332E-02 < Second best 5.194E-02 IMAGR2: Field 3 min = -5.7 MilliJy,max = 27.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 8.29 MilliJy IMAGR2: 79 Residual map points loaded IMAGR2: Field 3 min allowed flux = 13.319 MilliJy iter= 9 IMAGR2: Field 3 Clean flux density= 17.527 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 298.194 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.5 MilliJy,max = 24.2 MilliJy IMAGR2: BGC Clean: using 1995 cell beam + residuals > 4.97 MilliJy IMAGR2: 17274 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.864 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 311.436 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 328.963 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.6 MilliJy,max = 11.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.085E-02 < Second best 1.269E-02 IMAGR2: Field 3 min = -5.7 MilliJy,max = 11.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.062E-02 < Second best 1.130E-02 IMAGR2: Field 1 min = -9.7 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 607 cell beam + residuals > 4.22 MilliJy IMAGR2: 12209 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.334 MilliJy iter= 109 IMAGR2: Field 1 Clean flux density= 352.623 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 370.150 MilliJy 118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.4 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.598E-03 < Second best 1.062E-02 IMAGR2: Field 3 min = -4.8 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.331E-03 < Second best 6.995E-03 IMAGR2: Field 1 min = -7.1 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 605 cell beam + residuals > 2.90 MilliJy IMAGR2: 16966 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.741 MilliJy iter= 209 IMAGR2: Field 1 Clean flux density= 355.028 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 372.555 MilliJy 218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.0 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.171E-03 < Second best 6.331E-03 IMAGR2: Field 3 min = -3.0 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.228E-03 < Second best 4.527E-03 IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR2: 18627 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.471 MilliJy iter= 415 IMAGR2: Field 1 Clean flux density= 389.293 MilliJy 415 comps IMAGR2: Total Cleaned flux density = 406.820 MilliJy 424 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.924E-03 < Second best 4.171E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.493E-03 < Second best 3.318E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 605 cell beam + residuals > 1.37 MilliJy IMAGR2: 14019 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.865 MilliJy iter= 585 IMAGR2: Field 1 Clean flux density= 364.141 MilliJy 585 comps IMAGR2: Total Cleaned flux density = 381.668 MilliJy 594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.669E-03 < Second best 2.493E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 42 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.350 MilliJy iter= 22 IMAGR2: Field 2 Clean flux density= -910.183 MicroJy 22 comps IMAGR2: Total Cleaned flux density = 380.757 MilliJy 616 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 > 995.16 MicroJy IMAGR2: 19175 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.395 MilliJy iter= 876 IMAGR2: Field 1 Clean flux density= 384.673 MilliJy 876 comps IMAGR2: Total Cleaned flux density = 401.289 MilliJy 907 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.023E-03 < Second best 1.336E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 756.66 MicroJy IMAGR2: 18103 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.160 MilliJy iter= 901 IMAGR2: Field 1 Clean flux density= 382.594 MilliJy 901 comps IMAGR2: Total Cleaned flux density = 399.211 MilliJy 932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 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 901 to 623 components IMAGR2: Field 2 compressed from 22 to 18 components IMAGR2: Field 3 compressed from 9 to 3 components IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 300.907 MilliJy ( 103 CCs) from field 1 to field 2 IMAGR2: Restore 25.037 MilliJy ( 24 CCs) from field 1 to field 3 IMAGR2: Restore-910.184 MicroJy ( 18 CCs) from field 2 to field 1 IMAGR2: Restore 17.527 MilliJy ( 3 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 399.211 MilliJy IMAGR2: Field 2 final Clean flux 299.997 MilliJy IMAGR2: Field 3 final Clean flux 42.564 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= 22.5 Real= 93 A 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.1332 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: AN30_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.2028 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: AN30_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.1939 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: AN30_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.1359 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2355+498 X BAND Seq 1 Disk: 1 in slot 18 SETFC2: SETCEL: recommends IMSIZE 1379 CELLSIZE 0.23211 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23211 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.05 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 78.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 6 C 1 1012 1012 23 55 09.46 49 50 08.3 00001 -1 507 512 513 C 2 1012 1012 23 55 09.46 49 46 50.7 00002 -1 507 512 513 C 3 1012 1012 23 54 51.78 49 48 29.5 00003 -1 507 512 513 C 4 1012 1012 23 55 27.14 49 48 29.5 00004 -1 507 512 513 C 5 1012 1012 23 54 51.76 49 51 47.1 00005 -1 507 512 513 C 6 1012 1012 23 55 27.16 49 51 47.1 00006 -1 507 512 513 C 7 1012 1012 23 55 09.46 49 53 25.9 00007 -1 507 512 513 A 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.1332 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: AN30_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.2028 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: AN30_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.1939 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: AN30_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.1359 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: AN30_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.8382E-02 -4.0000E-02 0 IMAGR2: Field 2 1012 1012 1.8382E-02 -1.9764E+02 0 IMAGR2: Field 3 1012 1012 -1.7103E+02 -9.8840E+01 0 IMAGR2: Field 4 1012 1012 1.7107E+02 -9.8840E+01 0 IMAGR2: Field 5 1012 1012 -1.7122E+02 9.8760E+01 0 IMAGR2: Field 6 1012 1012 1.7126E+02 9.8760E+01 0 IMAGR2: Field 7 1012 1012 1.8382E-02 1.9756E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2355+498 .IMAGR . 1 (UV) on disk 1 cno 98 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 13845 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.630E+04 IMAGR2: UVWAIT: Adding temperance S 7.260E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.934E+07 and out 4.903E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.148 due to weighting IMAGR2: UVWAIT: Average summed weight 3.630E+04 over 26961 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.20549E+08 IMAGR2: Field 1 Beam min = -182.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.076 x 0.688 arcsec, PA= 88.6 IMAGR2: Field 2 Sum of gridding weights = 5.20548E+08 IMAGR2: Field 2 Beam min = -182.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.076 x 0.688 arcsec, PA= 88.6 IMAGR2: Field 3 Sum of gridding weights = 5.20547E+08 IMAGR2: Field 3 Beam min = -111.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.075 x 0.688 arcsec, PA= 88.5 IMAGR2: Field 4 Sum of gridding weights = 5.20548E+08 IMAGR2: Field 4 Beam min = -132.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.077 x 0.688 arcsec, PA= 88.7 IMAGR2: Field 5 Sum of gridding weights = 5.20547E+08 IMAGR2: Field 5 Beam min = -111.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.075 x 0.687 arcsec, PA= 88.5 IMAGR2: Field 6 Sum of gridding weights = 5.20548E+08 IMAGR2: Field 6 Beam min = -132.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.077 x 0.688 arcsec, PA= 88.6 IMAGR2: Field 7 Sum of gridding weights = 5.20549E+08 IMAGR2: Field 7 Beam min = -182.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.076 x 0.687 arcsec, PA= 88.5 IMAGR2: CLBHIS: minimum component 0.469 of current peak IMAGR2: Field 1 min = -63.8 MilliJy,max = 855.0 MilliJy IMAGR2: Field 2 min = -54.3 MilliJy,max = 150.1 MilliJy IMAGR2: Field 3 min = -88.3 MilliJy,max = 177.8 MilliJy IMAGR2: Field 4 min = -89.0 MilliJy,max = 176.1 MilliJy IMAGR2: Field 5 min = -87.7 MilliJy,max = 166.3 MilliJy IMAGR2: Field 6 min = -87.3 MilliJy,max = 166.3 MilliJy IMAGR2: Field 7 min = -55.4 MilliJy,max = 148.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 109.63 MilliJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 408.966 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 486.977 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 486.977 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 = -29.9 MilliJy,max = 368.1 MilliJy IMAGR2: BGC Clean: using 1249 cell beam + residuals > 58.97 MilliJy IMAGR2: 180 Residual map points loaded IMAGR2: Field 1 min allowed flux = 172.452 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 717.322 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 717.322 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.1 MilliJy,max = 155.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 52.62 MilliJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 71.060 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 825.649 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 825.649 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.8 MilliJy,max = 16.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.243E-02 < Second best 1.465E-01 IMAGR2: Field 4 min = -8.5 MilliJy,max = 15.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.288E-03 < Second best 1.432E-01 IMAGR2: Field 2 min = -8.2 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.015E-02 < Second best 1.419E-01 IMAGR2: Field 7 min = -8.1 MilliJy,max = 14.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.373E-02 < Second best 1.279E-01 IMAGR2: Field 6 min = -8.7 MilliJy,max = 15.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.147E-02 < Second best 1.217E-01 IMAGR2: Field 3 min = -10.1 MilliJy,max = 16.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.193E-02 < Second best 6.758E-02 IMAGR2: Field 1 min = -16.5 MilliJy,max = 65.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 9.11 MilliJy IMAGR2: 1076 Residual map points loaded IMAGR2: Field 1 min allowed flux = 29.937 MilliJy iter= 37 IMAGR2: Field 1 Clean flux density= 871.131 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 871.131 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.3 MilliJy,max = 27.4 MilliJy IMAGR2: BGC Clean: using 767 cell beam + residuals > 5.55 MilliJy IMAGR2: 984 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.480 MilliJy iter= 60 IMAGR2: Field 1 Clean flux density= 875.186 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 875.186 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.5 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.940E-03 < Second best 1.243E-02 IMAGR2: Field 5 min = -5.3 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.643E-03 < Second best 1.193E-02 IMAGR2: Field 3 min = -6.4 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.287E-03 < Second best 1.188E-02 IMAGR2: Field 1 min = -12.5 MilliJy,max = 11.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.35 MilliJy IMAGR2: 488 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.662 MilliJy iter= 100 IMAGR2: Field 1 Clean flux density= 867.691 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 867.691 MilliJy 100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.136E-03 < Second best 1.015E-02 IMAGR2: Field 2 min = -5.9 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.611E-03 < Second best 9.288E-03 IMAGR2: Field 4 min = -4.4 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.905E-03 < Second best 7.940E-03 IMAGR2: Field 7 min = -4.7 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.87 MilliJy IMAGR2: 3949 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.381 MilliJy iter= 66 IMAGR2: Field 7 Clean flux density= 25.222 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 892.913 MilliJy 166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.7 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.76 MilliJy IMAGR2: 1758 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.032 MilliJy iter= 193 IMAGR2: Field 1 Clean flux density= 867.413 MilliJy 193 comps IMAGR2: Total Cleaned flux density = 892.634 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.4 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.755E-03 < Second best 5.611E-03 IMAGR2: Field 2 min = -5.3 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR2: 1707 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.565 MilliJy iter= 99 IMAGR2: Field 2 Clean flux density= -5.408 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 887.226 MilliJy 358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.2 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.992E-03 < Second best 5.136E-03 IMAGR2: Field 6 min = -4.0 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR2: 2063 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.301 MilliJy iter= 119 IMAGR2: Field 6 Clean flux density= 20.399 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 907.625 MilliJy 477 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.615E-03 < Second best 3.992E-03 IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 2460 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.060 MilliJy iter= 151 IMAGR2: Field 3 Clean flux density= -264.912 MicroJy 151 comps IMAGR2: Total Cleaned flux density = 907.360 MilliJy 628 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.430E-03 < Second best 3.848E-03 IMAGR2: Field 1 min = -3.9 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.26 MilliJy IMAGR2: 486 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.590 MilliJy iter= 283 IMAGR2: Field 1 Clean flux density= 866.666 MilliJy 283 comps IMAGR2: Total Cleaned flux density = 906.614 MilliJy 718 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.164E-03 < Second best 3.615E-03 IMAGR2: Field 7 min = -4.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 1354 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.638 MilliJy iter= 212 IMAGR2: Field 7 Clean flux density= 38.302 MilliJy 212 comps IMAGR2: Total Cleaned flux density = 919.694 MilliJy 864 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.120E-03 < Second best 3.407E-03 IMAGR2: Field 2 min = -4.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 1216 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.463 MilliJy iter= 250 IMAGR2: Field 2 Clean flux density= -12.655 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 912.448 MilliJy 1015 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.915E-03 < Second best 3.158E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.832E-03 < Second best 3.120E-03 IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 792 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.245 MilliJy iter= 135 IMAGR2: Field 4 Clean flux density= 1.278 MilliJy 135 comps IMAGR2: Total Cleaned flux density = 913.726 MilliJy 1150 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.729E-03 < Second best 2.915E-03 IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 1091 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.130 MilliJy iter= 167 IMAGR2: Field 5 Clean flux density= 3.694 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 917.420 MilliJy 1317 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.478E-03 < Second best 2.729E-03 IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 1311 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.067 MilliJy iter= 344 IMAGR2: Field 3 Clean flux density= -2.446 MilliJy 344 comps IMAGR2: Total Cleaned flux density = 915.239 MilliJy 1510 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.297E-03 < Second best 2.478E-03 IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 2630 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.065 MilliJy iter= 420 IMAGR2: Field 6 Clean flux density= 19.299 MilliJy 420 comps IMAGR2: Total Cleaned flux density = 914.139 MilliJy 1811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 146 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.757 MilliJy iter= 348 IMAGR2: Field 1 Clean flux density= 865.966 MilliJy 348 comps IMAGR2: Total Cleaned flux density = 913.439 MilliJy 1876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.969E-03 < Second best 2.297E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 996 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.766 MilliJy iter= 409 IMAGR2: Field 7 Clean flux density= 45.604 MilliJy 409 comps IMAGR2: Total Cleaned flux density = 920.742 MilliJy 2073 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.763E-03 < Second best 2.039E-03 IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.735E-03 < Second best 1.981E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.868E-03 < Second best 1.980E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.837E-03 < Second best 1.969E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 3474 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.578 MilliJy iter= 661 IMAGR2: Field 2 Clean flux density= -13.180 MilliJy 661 comps IMAGR2: Total Cleaned flux density = 920.216 MilliJy 2484 comps IMAGR2: ALGSTB: All 461 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 450- 0 Cells, with 13845 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1926 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.467 MilliJy iter= 670 IMAGR2: Field 3 Clean flux density= 3.675 MilliJy 670 comps IMAGR2: Total Cleaned flux density = 926.337 MilliJy 2810 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1954 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.444 MilliJy iter= 741 IMAGR2: Field 6 Clean flux density= 15.941 MilliJy 741 comps IMAGR2: Total Cleaned flux density = 922.980 MilliJy 3131 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.623E-03 < Second best 1.735E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.523E-03 < Second best 1.692E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.504E-03 < Second best 1.681E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 190 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.219 MilliJy iter= 440 IMAGR2: Field 1 Clean flux density= 868.101 MilliJy 440 comps IMAGR2: Total Cleaned flux density = 925.114 MilliJy 3223 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 580 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.246 MilliJy iter= 312 IMAGR2: Field 4 Clean flux density= 3.477 MilliJy 312 comps IMAGR2: Total Cleaned flux density = 927.313 MilliJy 3400 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.18 MilliJy IMAGR2: 408 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.229 MilliJy iter= 309 IMAGR2: Field 5 Clean flux density= 2.161 MilliJy 309 comps IMAGR2: Total Cleaned flux density = 925.780 MilliJy 3542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.334E-03 < Second best 1.504E-03 IMAGR2: Field 7 min = -2.2 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 866 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.172 MilliJy iter= 648 IMAGR2: Field 7 Clean flux density= 47.364 MilliJy 648 comps IMAGR2: Total Cleaned flux density = 927.540 MilliJy 3781 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 845 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.101 MilliJy iter= 886 IMAGR2: Field 3 Clean flux density= 5.455 MilliJy 886 comps IMAGR2: Total Cleaned flux density = 929.320 MilliJy 3997 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.267E-03 < Second best 1.334E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 947.01 MicroJy IMAGR2: 736 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.002 MilliJy iter= 889 IMAGR2: Field 2 Clean flux density= -19.401 MilliJy 889 comps IMAGR2: Total Cleaned flux density = 923.099 MilliJy 4225 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 945.84 MicroJy IMAGR2: 1633 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.022 MilliJy iter= 1080 IMAGR2: Field 6 Clean flux density= 13.657 MilliJy 1080 comps IMAGR2: Total Cleaned flux density = 920.814 MilliJy 4564 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.106E-03 < Second best 1.178E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 896.36 MicroJy IMAGR2: 858 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -943.915 MicroJy iter= 547 IMAGR2: Field 5 Clean flux density= 4.318 MilliJy 547 comps IMAGR2: Total Cleaned flux density = 922.972 MilliJy 4802 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 876.52 MicroJy IMAGR2: 110 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -889.938 MicroJy iter= 499 IMAGR2: Field 1 Clean flux density= 867.404 MilliJy 499 comps IMAGR2: Total Cleaned flux density = 922.275 MilliJy 4861 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 839.40 MicroJy IMAGR2: 904 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 887.354 MicroJy iter= 921 IMAGR2: Field 7 Clean flux density= 51.249 MilliJy 921 comps IMAGR2: Total Cleaned flux density = 926.161 MilliJy 5134 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 837.60 MicroJy IMAGR2: 651 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 873.227 MicroJy iter= 524 IMAGR2: Field 4 Clean flux density= 3.649 MilliJy 524 comps IMAGR2: Total Cleaned flux density = 926.332 MilliJy 5346 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 800.47 MicroJy IMAGR2: 1646 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 858.668 MicroJy iter= 1271 IMAGR2: Field 3 Clean flux density= 10.585 MilliJy 1271 comps IMAGR2: Total Cleaned flux density = 931.462 MilliJy 5731 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 762.41 MicroJy IMAGR2: 685 Residual map points loaded IMAGR2: Field 6 min Clean flux = 815.123 MicroJy iter= 1215 IMAGR2: Field 6 Clean flux density= 12.258 MilliJy 1215 comps IMAGR2: Total Cleaned flux density = 930.063 MilliJy 5866 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 728.02 MicroJy IMAGR2: 766 Residual map points loaded IMAGR2: Field 2 min Clean flux = 815.154 MicroJy iter= 964 IMAGR2: Field 2 Clean flux density= -20.669 MilliJy 964 comps IMAGR2: Total Cleaned flux density = 928.795 MilliJy 5941 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 > 695.43 MicroJy IMAGR2: 983 Residual map points loaded IMAGR2: Field 5 min Clean flux = 815.097 MicroJy iter= 574 IMAGR2: Field 5 Clean flux density= 4.901 MilliJy 574 comps IMAGR2: Total Cleaned flux density = 929.378 MilliJy 5968 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.097E-04 < Second best 8.511E-04 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 651.07 MicroJy IMAGR2: 1749 Residual map points loaded IMAGR2: Field 7 min Clean flux = 814.502 MicroJy iter= 927 IMAGR2: Field 7 Clean flux density= 51.754 MilliJy 927 comps IMAGR2: Total Cleaned flux density = 929.882 MilliJy 5974 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 613.80 MicroJy IMAGR2: 3257 Residual map points loaded IMAGR2: Field 4 min Clean flux = -813.106 MicroJy iter= 534 IMAGR2: Field 4 Clean flux density= 2.988 MilliJy 534 comps IMAGR2: Total Cleaned flux density = 929.221 MilliJy 5984 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.14 MicroJy IMAGR2: 14003 Residual map points loaded IMAGR2: Field 3 min Clean flux = 809.205 MicroJy iter= 1273 IMAGR2: Field 3 Clean flux density= 10.750 MilliJy 1273 comps IMAGR2: Total Cleaned flux density = 929.387 MilliJy 5986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 425.50 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min Clean flux = -813.394 MicroJy iter= 504 IMAGR2: Field 1 Clean flux density= 867.321 MilliJy 504 comps IMAGR2: Total Cleaned flux density = 929.304 MilliJy 5991 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 815.154 less than limit 815.177 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 504 to 223 components IMAGR2: Field 2 compressed from 964 to 673 components IMAGR2: Field 3 compressed from 1273 to 879 components IMAGR2: Field 4 compressed from 534 to 381 components IMAGR2: Field 5 compressed from 574 to 393 components IMAGR2: Field 6 compressed from 1215 to 858 components IMAGR2: Field 7 compressed from 927 to 624 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -1.174 MilliJy ( 10 CCs) from field 1 to field 2 IMAGR2: Restore 1.609 MilliJy ( 50 CCs) from field 1 to field 3 IMAGR2: Restore -1.212 MilliJy ( 37 CCs) from field 1 to field 4 IMAGR2: Restore 1.003 MilliJy ( 40 CCs) from field 1 to field 5 IMAGR2: Restore-250.692 MicroJy ( 67 CCs) from field 1 to field 6 IMAGR2: Restore -1.649 MilliJy ( 18 CCs) from field 1 to field 7 IMAGR2: Restore -2.116 MilliJy ( 16 CCs) from field 2 to field 1 IMAGR2: Restore -4.566 MilliJy ( 113 CCs) from field 2 to field 3 IMAGR2: Restore -2.946 MilliJy ( 36 CCs) from field 2 to field 4 IMAGR2: Restore -2.753 MilliJy ( 64 CCs) from field 3 to field 1 IMAGR2: Restore-183.234 MicroJy ( 75 CCs) from field 3 to field 2 IMAGR2: Restore 3.933 MilliJy ( 59 CCs) from field 3 to field 5 IMAGR2: Restore-311.735 MicroJy ( 3 CCs) from field 4 to field 1 IMAGR2: Restore-372.238 MicroJy ( 10 CCs) from field 4 to field 2 IMAGR2: Restore 2.556 MilliJy ( 35 CCs) from field 4 to field 6 IMAGR2: Restore 1.523 MilliJy ( 17 CCs) from field 5 to field 1 IMAGR2: Restore -1.836 MilliJy ( 43 CCs) from field 5 to field 3 IMAGR2: Restore 86.831 MicroJy ( 16 CCs) from field 5 to field 7 IMAGR2: Restore 1.829 MilliJy ( 60 CCs) from field 6 to field 1 IMAGR2: Restore 122.280 MicroJy ( 58 CCs) from field 6 to field 4 IMAGR2: Restore 4.822 MilliJy ( 55 CCs) from field 6 to field 7 IMAGR2: Restore-479.028 MicroJy ( 7 CCs) from field 7 to field 1 IMAGR2: Restore 3.498 MilliJy ( 28 CCs) from field 7 to field 5 IMAGR2: Restore 5.495 MilliJy ( 76 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 865.014 MilliJy IMAGR2: Field 2 final Clean flux -22.399 MilliJy IMAGR2: Field 3 final Clean flux 5.958 MilliJy IMAGR2: Field 4 final Clean flux -1.048 MilliJy IMAGR2: Field 5 final Clean flux 13.335 MilliJy IMAGR2: Field 6 final Clean flux 20.058 MilliJy IMAGR2: Field 7 final Clean flux 55.014 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= 84.2 Real= 339 A 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.1332 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: AN30_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.2028 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: AN30_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.1939 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: AN30_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.1359 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: AN30_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 99 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 100 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 101 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 102 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09684 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 43.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 6 C 1 1012 1012 23 20 44.86 05 13 50.0 00001 -1 507 512 513 C 2 1012 1012 23 20 44.86 05 10 30.5 00002 -1 507 512 513 C 3 1012 1012 23 20 33.29 05 12 10.2 00003 -1 507 512 513 C 4 1012 1012 23 20 56.42 05 12 10.2 00004 -1 507 512 513 C 5 1012 1012 23 20 33.29 05 15 29.7 00005 -1 507 512 513 C 6 1012 1012 23 20 56.42 05 15 29.7 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 09.5 00007 -1 507 512 513 age 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.09684 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: AN30_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.0788E-02 4.7000E-02 0 IMAGR2: Field 2 1012 1012 5.0788E-02 -1.9945E+02 0 IMAGR2: Field 3 1012 1012 -1.7278E+02 -9.9753E+01 0 IMAGR2: Field 4 1012 1012 1.7273E+02 -9.9753E+01 0 IMAGR2: Field 5 1012 1012 -1.7278E+02 9.9747E+01 0 IMAGR2: Field 6 1012 1012 1.7273E+02 9.9747E+01 0 IMAGR2: Field 7 1012 1012 5.0788E-02 1.9955E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2320+052 .IMAGR . 1 (UV) on disk 1 cno 105 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 27250 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.353E+04 IMAGR2: UVWAIT: Adding temperance S 8.705E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 7.017E+07 and out 9.080E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 4.352E+04 over 53123 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 = 9.63978E+08 IMAGR2: Field 1 Beam min = -138.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.241 x 0.744 arcsec, PA= -51.7 IMAGR2: Field 2 Sum of gridding weights = 9.63978E+08 IMAGR2: Field 2 Beam min = -138.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.242 x 0.744 arcsec, PA= -51.6 IMAGR2: Field 3 Sum of gridding weights = 9.63977E+08 IMAGR2: Field 3 Beam min = -84.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.240 x 0.744 arcsec, PA= -51.6 IMAGR2: Field 4 Sum of gridding weights = 9.63978E+08 IMAGR2: Field 4 Beam min = -144.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.243 x 0.744 arcsec, PA= -51.7 IMAGR2: Field 5 Sum of gridding weights = 9.63976E+08 IMAGR2: Field 5 Beam min = -84.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.239 x 0.744 arcsec, PA= -51.7 IMAGR2: Field 6 Sum of gridding weights = 9.63978E+08 IMAGR2: Field 6 Beam min = -144.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.242 x 0.744 arcsec, PA= -51.7 IMAGR2: Field 7 Sum of gridding weights = 9.63978E+08 IMAGR2: Field 7 Beam min = -138.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.240 x 0.744 arcsec, PA= -51.7 IMAGR2: CLBHIS: minimum component 0.430 of current peak IMAGR2: Field 1 min = -82.4 MilliJy,max = 952.9 MilliJy IMAGR2: Field 2 min = -58.1 MilliJy,max = 139.9 MilliJy IMAGR2: Field 3 min = -77.4 MilliJy,max = 104.5 MilliJy IMAGR2: Field 4 min = -75.6 MilliJy,max = 93.2 MilliJy IMAGR2: Field 5 min = -75.5 MilliJy,max = 89.9 MilliJy IMAGR2: Field 6 min = -77.4 MilliJy,max = 106.2 MilliJy IMAGR2: Field 7 min = -64.1 MilliJy,max = 140.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 75.53 MilliJy IMAGR2: 2066 Residual map points loaded IMAGR2: Field 1 min allowed flux = 388.385 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 626.926 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 626.926 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 = -32.8 MilliJy,max = 355.2 MilliJy IMAGR2: BGC Clean: using 1327 cell beam + residuals > 46.14 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 267 Residual map points loaded IMAGR2: Field 1 min allowed flux = 138.720 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 882.272 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 882.272 MilliJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.0 MilliJy,max = 16.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.618E-02 < Second best 1.335E-01 IMAGR2: Field 2 min = -10.7 MilliJy,max = 17.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.599E-02 < Second best 1.319E-01 IMAGR2: Field 1 min = -18.9 MilliJy,max = 127.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 35.45 MilliJy IMAGR2: 19 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 50.035 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 973.728 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 973.728 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.2 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.644E-03 < Second best 9.974E-02 IMAGR2: Field 3 min = -4.8 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.162E-03 < Second best 8.033E-02 IMAGR2: Field 4 min = -5.3 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.642E-03 < Second best 8.023E-02 IMAGR2: Field 5 min = -5.1 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.293E-03 < Second best 4.757E-02 IMAGR2: Field 1 min = -18.9 MilliJy,max = 45.4 MilliJy IMAGR2: BGC Clean: using 1327 cell beam + residuals > 5.94 MilliJy IMAGR2: 601 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.370 MilliJy iter= 45 IMAGR2: Field 1 Clean flux density= 1.002 Jy 45 comps IMAGR2: Total Cleaned flux density = 1.002 Jy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.6 MilliJy,max = 16.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.68 MilliJy IMAGR2: 177 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.438 MilliJy iter= 81 IMAGR2: Field 1 Clean flux density= 991.273 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 991.273 MilliJy 81 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.1 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.009E-03 < Second best 1.599E-02 IMAGR2: Field 2 min = -4.2 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.666E-03 < Second best 8.984E-03 IMAGR2: Field 1 min = -9.6 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.84 MilliJy IMAGR2: 932 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.132 MilliJy iter= 164 IMAGR2: Field 1 Clean flux density= 985.775 MilliJy 164 comps IMAGR2: Total Cleaned flux density = 985.775 MilliJy 164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.281E-03 < Second best 5.642E-03 IMAGR2: Field 4 min = -3.4 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.850E-03 < Second best 5.293E-03 IMAGR2: Field 5 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.865E-03 < Second best 5.162E-03 IMAGR2: Field 3 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.820E-03 < Second best 4.890E-03 IMAGR2: Field 1 min = -5.0 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR2: 1042 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.044 MilliJy iter= 260 IMAGR2: Field 1 Clean flux density= 985.723 MilliJy 260 comps IMAGR2: Total Cleaned flux density = 985.723 MilliJy 260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR2: 4687 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.940 MilliJy iter= 136 IMAGR2: Field 6 Clean flux density= 32.229 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 1.018 Jy 396 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.556E-03 < Second best 3.865E-03 IMAGR2: Field 5 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 2008 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.578 MilliJy iter= 125 IMAGR2: Field 5 Clean flux density= 4.256 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 1.022 Jy 521 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.169E-03 < Second best 3.820E-03 IMAGR2: Field 3 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR2: 3980 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.572 MilliJy iter= 193 IMAGR2: Field 3 Clean flux density= -9.724 MilliJy 193 comps IMAGR2: Total Cleaned flux density = 1.012 Jy 714 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.143E-03 < Second best 3.169E-03 IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 2001 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.351 MilliJy iter= 187 IMAGR2: Field 4 Clean flux density= 9.259 MilliJy 187 comps IMAGR2: Total Cleaned flux density = 1.022 Jy 901 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 237 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.050 MilliJy iter= 345 IMAGR2: Field 1 Clean flux density= 985.585 MilliJy 345 comps IMAGR2: Total Cleaned flux density = 1.022 Jy 986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 3135 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.166 MilliJy iter= 376 IMAGR2: Field 6 Clean flux density= 48.320 MilliJy 376 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 1226 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 27250 Pts IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.151E-03 < Second best 2.465E-03 IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.255E-03 < Second best 2.460E-03 IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 4620 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.006 MilliJy iter= 497 IMAGR2: Field 3 Clean flux density= -6.939 MilliJy 497 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 1530 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 27250 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 868 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.785 MilliJy iter= 289 IMAGR2: Field 5 Clean flux density= 8.463 MilliJy 289 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 1694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 1673 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.768 MilliJy iter= 431 IMAGR2: Field 4 Clean flux density= 5.800 MilliJy 431 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 1938 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 27250 Pts IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.021E-03 < Second best 2.143E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.939E-03 < Second best 2.076E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 2851 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.685 MilliJy iter= 676 IMAGR2: Field 6 Clean flux density= 55.518 MilliJy 676 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 2238 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 27250 Pts IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 107 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.508 MilliJy iter= 56 IMAGR2: Field 7 Clean flux density= 2.546 MilliJy 56 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 2294 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 > 1.45 MilliJy IMAGR2: 272 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.523 MilliJy iter= 455 IMAGR2: Field 1 Clean flux density= 986.093 MilliJy 455 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 2404 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 145 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.496 MilliJy iter= 71 IMAGR2: Field 2 Clean flux density= 532.869 MicroJy 71 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 2475 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 3161 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.545 MilliJy iter= 864 IMAGR2: Field 3 Clean flux density= -8.051 MilliJy 864 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 2842 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 27250 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 634 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.396 MilliJy iter= 453 IMAGR2: Field 5 Clean flux density= 8.960 MilliJy 453 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 3006 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.2 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1710 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.396 MilliJy iter= 735 IMAGR2: Field 4 Clean flux density= 9.444 MilliJy 735 comps IMAGR2: Total Cleaned flux density = 1.055 Jy 3310 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 27250 Pts IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 3182 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.349 MilliJy iter= 1084 IMAGR2: Field 6 Clean flux density= 65.455 MilliJy 1084 comps IMAGR2: Total Cleaned flux density = 1.065 Jy 3718 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 27250 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 2863 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.277 MilliJy iter= 1260 IMAGR2: Field 3 Clean flux density= -8.097 MilliJy 1260 comps IMAGR2: Total Cleaned flux density = 1.065 Jy 4114 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 27250 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 277 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.181 MilliJy iter= 592 IMAGR2: Field 1 Clean flux density= 985.974 MilliJy 592 comps IMAGR2: Total Cleaned flux density = 1.065 Jy 4251 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.266E-03 < Second best 1.431E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.230E-03 < Second best 1.339E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.270E-03 < Second best 1.338E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1507 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.144 MilliJy iter= 782 IMAGR2: Field 5 Clean flux density= 8.443 MilliJy 782 comps IMAGR2: Total Cleaned flux density = 1.064 Jy 4580 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 27250 Pts IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 3823 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.130 MilliJy iter= 1610 IMAGR2: Field 6 Clean flux density= 62.310 MilliJy 1610 comps IMAGR2: Total Cleaned flux density = 1.061 Jy 5106 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 27250 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 624 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.050 MilliJy iter= 941 IMAGR2: Field 4 Clean flux density= 6.825 MilliJy 941 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 5312 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 27250 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 190 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.026 MilliJy iter= 162 IMAGR2: Field 7 Clean flux density= 3.357 MilliJy 162 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 5418 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 363 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.033 MilliJy iter= 227 IMAGR2: Field 2 Clean flux density= -3.181 MilliJy 227 comps IMAGR2: Total Cleaned flux density = 1.056 Jy 5574 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 947.33 MicroJy IMAGR2: 2894 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.027 MilliJy iter= 1730 IMAGR2: Field 3 Clean flux density= -4.411 MilliJy 1730 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 6044 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 27250 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 935.52 MicroJy IMAGR2: 225 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -955.783 MicroJy iter= 715 IMAGR2: Field 1 Clean flux density= 988.081 MilliJy 715 comps IMAGR2: Total Cleaned flux density = 1.061 Jy 6167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 907.99 MicroJy IMAGR2: 655 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -939.230 MicroJy iter= 985 IMAGR2: Field 5 Clean flux density= 7.524 MilliJy 985 comps IMAGR2: Total Cleaned flux density = 1.061 Jy 6370 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 27250 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 859.77 MicroJy IMAGR2: 3100 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 932.126 MicroJy iter= 2148 IMAGR2: Field 6 Clean flux density= 68.935 MilliJy 2148 comps IMAGR2: Total Cleaned flux density = 1.067 Jy 6908 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 27250 Pts IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 843.61 MicroJy IMAGR2: 901 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 879.879 MicroJy iter= 1222 IMAGR2: Field 4 Clean flux density= 7.385 MilliJy 1222 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 7189 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 27250 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 836.07 MicroJy IMAGR2: 413 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -856.667 MicroJy iter= 399 IMAGR2: Field 2 Clean flux density= -5.855 MilliJy 399 comps IMAGR2: Total Cleaned flux density = 1.065 Jy 7361 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 800.07 MicroJy IMAGR2: 2966 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 857.530 MicroJy iter= 2258 IMAGR2: Field 3 Clean flux density= -4.023 MilliJy 2258 comps IMAGR2: Total Cleaned flux density = 1.065 Jy 7889 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 27250 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 792.09 MicroJy IMAGR2: 521 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -818.090 MicroJy iter= 397 IMAGR2: Field 7 Clean flux density= 5.769 MilliJy 397 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 8124 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 27250 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 784.00 MicroJy IMAGR2: 160 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 793.333 MicroJy iter= 802 IMAGR2: Field 1 Clean flux density= 988.625 MilliJy 802 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 8211 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 768.40 MicroJy IMAGR2: 982 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 798.716 MicroJy iter= 1298 IMAGR2: Field 5 Clean flux density= 7.100 MilliJy 1298 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 8524 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 27250 Pts IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 732.68 MicroJy IMAGR2: 2592 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -779.576 MicroJy iter= 2685 IMAGR2: Field 6 Clean flux density= 66.588 MilliJy 2685 comps IMAGR2: Total Cleaned flux density = 1.066 Jy 9061 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 27250 Pts IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 718.01 MicroJy IMAGR2: 1051 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 745.948 MicroJy iter= 1564 IMAGR2: Field 4 Clean flux density= 8.646 MilliJy 1564 comps IMAGR2: Total Cleaned flux density = 1.067 Jy 9403 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 27250 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 691.71 MicroJy IMAGR2: 2938 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -736.216 MicroJy iter= 2854 IMAGR2: Field 3 Clean flux density= -3.184 MilliJy 2854 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 9999 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 27250 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 681.25 MicroJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 691.730 MicroJy iter= 539 IMAGR2: Field 2 Clean flux density= -5.400 MilliJy 539 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 10139 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.60 MicroJy IMAGR2: 391 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 687.554 MicroJy iter= 590 IMAGR2: Field 7 Clean flux density= 6.990 MilliJy 590 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.069 Jy 10332 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 > 661.13 MicroJy IMAGR2: 1287 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -686.891 MicroJy iter= 1681 IMAGR2: Field 5 Clean flux density= 6.434 MilliJy 1681 comps IMAGR2: Total Cleaned flux density = 1.069 Jy 10715 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 27250 Pts IMAGR2: Field 1 min = -920.0 MicroJy,max = 945.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 655.35 MicroJy IMAGR2: 246 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -664.604 MicroJy iter= 933 IMAGR2: Field 1 Clean flux density= 988.565 MilliJy 933 comps IMAGR2: Total Cleaned flux density = 1.069 Jy 10846 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 630.42 MicroJy IMAGR2: 2413 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 663.312 MicroJy iter= 3232 IMAGR2: Field 6 Clean flux density= 67.742 MilliJy 3232 comps IMAGR2: Total Cleaned flux density = 1.070 Jy 11393 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 27250 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 617.30 MicroJy IMAGR2: 1174 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -639.408 MicroJy iter= 1950 IMAGR2: Field 4 Clean flux density= 10.107 MilliJy 1950 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 11779 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 27250 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 593.25 MicroJy IMAGR2: 3508 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -630.286 MicroJy iter= 3572 IMAGR2: Field 3 Clean flux density= -1.975 MilliJy 3572 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 12497 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 27250 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 987.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.84 MicroJy IMAGR2: 388 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -598.548 MicroJy iter= 730 IMAGR2: Field 2 Clean flux density= -6.333 MilliJy 730 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 12688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -997.5 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 583.95 MicroJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -594.803 MicroJy iter= 810 IMAGR2: Field 7 Clean flux density= 7.244 MilliJy 810 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 12908 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 27250 Pts IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 571.77 MicroJy IMAGR2: 1343 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -592.147 MicroJy iter= 2113 IMAGR2: Field 5 Clean flux density= 6.055 MilliJy 2113 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 13340 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 27250 Pts IMAGR2: Field 1 min = -816.6 MicroJy,max = 787.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 567.24 MicroJy IMAGR2: 265 Residual map points loaded IMAGR2: Field 1 min Clean flux = -580.820 MicroJy iter= 1040 IMAGR2: Field 1 Clean flux density= 988.450 MilliJy 1040 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 13447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 548.59 MicroJy IMAGR2: 2844 Residual map points loaded IMAGR2: Field 6 min Clean flux = -581.050 MicroJy iter= 3812 IMAGR2: Field 6 Clean flux density= 66.979 MilliJy 3812 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 14027 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 27250 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 528.02 MicroJy IMAGR2: 1962 Residual map points loaded IMAGR2: Field 4 min Clean flux = 580.937 MicroJy iter= 2166 IMAGR2: Field 4 Clean flux density= 9.392 MilliJy 2166 comps IMAGR2: Total Cleaned flux density = 1.070 Jy 14243 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 27250 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.58 MicroJy IMAGR2: 5374 Residual map points loaded IMAGR2: Field 3 min Clean flux = 580.986 MicroJy iter= 3742 IMAGR2: Field 3 Clean flux density= -263.662 MicroJy 3742 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 14413 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 921.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 462.46 MicroJy IMAGR2: 3084 Residual map points loaded IMAGR2: Field 2 min Clean flux = 579.372 MicroJy iter= 764 IMAGR2: Field 2 Clean flux density= -6.584 MilliJy 764 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 14447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -929.4 MicroJy,max = 905.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 435.23 MicroJy IMAGR2: 3749 Residual map points loaded IMAGR2: Field 7 min Clean flux = -580.132 MicroJy iter= 819 IMAGR2: Field 7 Clean flux density= 7.063 MilliJy 819 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 14456 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 392.11 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 5 min Clean flux = -580.803 MicroJy iter= 2164 IMAGR2: Field 5 Clean flux density= 5.639 MilliJy 2164 comps IMAGR2: Total Cleaned flux density = 1.071 Jy 14507 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 581.050 less than limit 581.052 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1040 to 478 components IMAGR2: Field 2 compressed from 764 to 474 components IMAGR2: Field 3 compressed from 3742 to 2163 components IMAGR2: Field 4 compressed from 2166 to 1225 components IMAGR2: Field 5 compressed from 2164 to 1242 components IMAGR2: Field 6 compressed from 3812 to 2166 components IMAGR2: Field 7 compressed from 819 to 485 components IMAGR2: Field 1 min = -762.8 MicroJy,max = 760.0 MicroJy IMAGR2: Field 2 min = -993.0 MicroJy,max = 919.5 MicroJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -918.3 MicroJy,max = 902.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-172.003 MicroJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore 2.955 MilliJy ( 86 CCs) from field 1 to field 3 IMAGR2: Restore-416.834 MicroJy ( 116 CCs) from field 1 to field 4 IMAGR2: Restore 1.806 MilliJy ( 77 CCs) from field 1 to field 5 IMAGR2: Restore -1.950 MilliJy ( 130 CCs) from field 1 to field 6 IMAGR2: Restore 474.501 MicroJy ( 8 CCs) from field 1 to field 7 IMAGR2: Restore -1.014 MilliJy ( 17 CCs) from field 2 to field 1 IMAGR2: Restore -3.788 MilliJy ( 172 CCs) from field 2 to field 3 IMAGR2: Restore 522.023 MicroJy ( 18 CCs) from field 2 to field 4 IMAGR2: Restore-400.041 MicroJy ( 122 CCs) from field 3 to field 1 IMAGR2: Restore -1.032 MilliJy ( 102 CCs) from field 3 to field 2 IMAGR2: Restore 6.501 MilliJy ( 171 CCs) from field 3 to field 5 IMAGR2: Restore 611.417 MicroJy ( 35 CCs) from field 4 to field 1 IMAGR2: Restore 451.244 MicroJy ( 19 CCs) from field 4 to field 2 IMAGR2: Restore 1.644 MilliJy ( 174 CCs) from field 4 to field 6 IMAGR2: Restore-945.801 MicroJy ( 43 CCs) from field 5 to field 1 IMAGR2: Restore-159.567 MicroJy ( 129 CCs) from field 5 to field 3 IMAGR2: Restore -1.163 MilliJy ( 23 CCs) from field 5 to field 7 IMAGR2: Restore -1.013 MilliJy ( 59 CCs) from field 6 to field 1 IMAGR2: Restore 2.670 MilliJy ( 150 CCs) from field 6 to field 4 IMAGR2: Restore 3.239 MilliJy ( 102 CCs) from field 6 to field 7 IMAGR2: Restore 796.543 MicroJy ( 21 CCs) from field 7 to field 1 IMAGR2: Restore -1.157 MilliJy ( 19 CCs) from field 7 to field 5 IMAGR2: Restore 1.914 MilliJy ( 169 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 986.484 MilliJy IMAGR2: Field 2 final Clean flux -7.337 MilliJy IMAGR2: Field 3 final Clean flux -1.256 MilliJy IMAGR2: Field 4 final Clean flux 12.168 MilliJy IMAGR2: Field 5 final Clean flux 12.789 MilliJy IMAGR2: Field 6 final Clean flux 68.586 MilliJy IMAGR2: Field 7 final Clean flux 9.613 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 105 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 113.0 Real= 453 age 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.09684 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: AN30_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06579 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.23461 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23461 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 43.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 9 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.7 00003 -1 507 512 513 C 4 1012 1012 23 21 52.39 05 25 56.7 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 age 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.09684 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: AN30_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06579 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: AN30_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.9830E+01 0 IMAGR2: Field 4 1012 1012 1.7300E+02 -9.9830E+01 0 IMAGR2: Field 5 1012 1012 -1.7297E+02 9.9870E+01 0 IMAGR2: Field 6 1012 1012 1.7300E+02 9.9870E+01 0 IMAGR2: Field 7 1012 1012 -5.9728E-02 1.9977E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2319+051 .IMAGR . 1 (UV) on disk 1 cno 112 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 59037 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.098E+05 IMAGR2: UVWAIT: Adding temperance S 2.195E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.537E+08 and out 2.158E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.175 due to weighting IMAGR2: UVWAIT: Average summed weight 1.098E+05 over 117419 vis IMAGR2: Create 2319+051 .IBM001. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2319+051 .IBM002. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2319+051 .IBM003. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2319+051 .IBM004. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2319+051 .IBM005. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2319+051 .IBM006. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2319+051 .IBM007. 1 (MA) on disk 1 cno 119 IMAGR2: Create 2319+051 .ICL001. 1 (MA) on disk 1 cno 120 IMAGR2: Create 2319+051 .ICL002. 1 (MA) on disk 1 cno 121 IMAGR2: Create 2319+051 .ICL003. 1 (MA) on disk 1 cno 122 IMAGR2: Create 2319+051 .ICL004. 1 (MA) on disk 1 cno 123 IMAGR2: Create 2319+051 .ICL005. 1 (MA) on disk 1 cno 124 IMAGR2: Create 2319+051 .ICL006. 1 (MA) on disk 1 cno 125 IMAGR2: Create 2319+051 .ICL007. 1 (MA) on disk 1 cno 126 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.29074E+09 IMAGR2: Field 1 Beam min = -109.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.158 x 0.746 arcsec, PA= -56.1 IMAGR2: Field 2 Sum of gridding weights = 2.29074E+09 IMAGR2: Field 2 Beam min = -109.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.159 x 0.746 arcsec, PA= -56.0 IMAGR2: Field 3 Sum of gridding weights = 2.29074E+09 IMAGR2: Field 3 Beam min = -93.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.157 x 0.746 arcsec, PA= -56.1 IMAGR2: Field 4 Sum of gridding weights = 2.29074E+09 IMAGR2: Field 4 Beam min = -115.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.160 x 0.746 arcsec, PA= -56.1 IMAGR2: Field 5 Sum of gridding weights = 2.29074E+09 IMAGR2: Field 5 Beam min = -93.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.156 x 0.746 arcsec, PA= -56.1 IMAGR2: Field 6 Sum of gridding weights = 2.29074E+09 IMAGR2: Field 6 Beam min = -115.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.159 x 0.746 arcsec, PA= -56.2 IMAGR2: Field 7 Sum of gridding weights = 2.29073E+09 IMAGR2: Field 7 Beam min = -109.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.157 x 0.746 arcsec, PA= -56.2 IMAGR2: CLBHIS: minimum component 0.457 of current peak IMAGR2: Field 1 min = -2.2 MilliJy,max = 22.4 MilliJy IMAGR2: Field 2 min = -1.8 MilliJy,max = 3.8 MilliJy IMAGR2: Field 3 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 2.5 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 2.3 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 2.6 MilliJy IMAGR2: Field 7 min = -1.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.61 MilliJy IMAGR2: 4962 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.638 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 13.715 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 13.715 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 1.13 MilliJy IMAGR2: 839 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.916 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 20.465 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 20.465 MilliJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -641.7 MicroJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.439E-03 < Second best 3.685E-03 IMAGR2: Field 7 min = -593.6 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.048E-03 < Second best 3.662E-03 IMAGR2: Field 2 min = -549.6 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.074E-03 < Second best 3.439E-03 IMAGR2: BGC Clean: using 137 cell beam + residuals > 680.08 MicroJy IMAGR2: 786 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.651 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 24.764 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 24.764 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -426.4 MicroJy,max = 548.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.239E-04 < Second best 2.058E-03 IMAGR2: Field 4 min = -420.7 MicroJy,max = 523.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.998E-04 < Second best 1.841E-03 IMAGR2: Field 3 min = -444.5 MicroJy,max = 453.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.307E-04 < Second best 1.594E-03 IMAGR2: Field 6 min = -388.9 MicroJy,max = 431.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.460E-04 < Second best 1.571E-03 IMAGR2: Field 1 min = -659.4 MicroJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 105 cell beam + residuals > 354.22 MicroJy IMAGR2: 3656 Residual map points loaded IMAGR2: Field 1 min allowed flux = 713.088 MicroJy iter= 79 IMAGR2: Field 1 Clean flux density= 28.561 MilliJy 79 comps IMAGR2: Total Cleaned flux density = 28.561 MilliJy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -438.8 MicroJy,max = 562.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.125E-04 < Second best 1.048E-03 IMAGR2: Field 7 min = -471.3 MicroJy,max = 571.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.460E-04 < Second best 6.793E-04 IMAGR2: Field 1 min = -676.1 MicroJy,max = 640.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 257.91 MicroJy IMAGR2: 9629 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -470.740 MicroJy iter= 177 IMAGR2: Field 1 Clean flux density= 30.443 MilliJy 177 comps IMAGR2: Total Cleaned flux density = 30.443 MilliJy 177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -394.2 MicroJy,max = 503.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.812E-04 < Second best 5.239E-04 IMAGR2: Field 5 min = -379.2 MicroJy,max = 379.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.537E-04 < Second best 5.125E-04 IMAGR2: Field 2 min = -402.7 MicroJy,max = 468.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.874E-04 < Second best 4.998E-04 IMAGR2: Field 4 min = -391.2 MicroJy,max = 439.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.203E-04 < Second best 4.812E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 243.51 MicroJy IMAGR2: 2773 Residual map points loaded IMAGR2: Field 7 min Clean flux = -394.159 MicroJy iter= 19 IMAGR2: Field 7 Clean flux density= 725.913 MicroJy 19 comps IMAGR2: Total Cleaned flux density = 31.169 MilliJy 196 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -434.2 MicroJy,max = 445.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 221.58 MicroJy IMAGR2: 10792 Residual map points loaded IMAGR2: Field 1 min Clean flux = 393.305 MicroJy iter= 198 IMAGR2: Field 1 Clean flux density= 30.320 MilliJy 198 comps IMAGR2: Total Cleaned flux density = 31.046 MilliJy 217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -384.5 MicroJy,max = 367.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.491E-04 < Second best 4.203E-04 IMAGR2: Field 4 min = -377.4 MicroJy,max = 428.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 192.40 MicroJy IMAGR2: 5073 Residual map points loaded IMAGR2: Field 4 min Clean flux = 385.489 MicroJy iter= 2 IMAGR2: Field 4 Clean flux density= 81.352 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 31.127 MilliJy 219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -397.4 MicroJy,max = 458.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 178.31 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 2 min Clean flux = 389.353 MicroJy iter= 3 IMAGR2: Field 2 Clean flux density= 38.670 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 31.166 MilliJy 222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 394.159 less than limit 394.763 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 198 to 97 components IMAGR2: Field 2 compressed from 3 to 3 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 2 to 2 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 19 to 16 components LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -390.3 MicroJy,max = 394.6 MicroJy IMAGR2: Field 2 min = -385.2 MicroJy,max = 456.3 MicroJy IMAGR2: Field 3 min = -382.8 MicroJy,max = 367.4 MicroJy IMAGR2: Field 4 min = -374.5 MicroJy,max = 357.9 MicroJy IMAGR2: Field 5 min = -368.5 MicroJy,max = 369.5 MicroJy IMAGR2: Field 6 min = -357.8 MicroJy,max = 352.8 MicroJy IMAGR2: Field 7 min = -382.9 MicroJy,max = 409.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 361.491 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore 42.583 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR2: Restore 39.634 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore -91.865 MicroJy ( 3 CCs) from field 1 to field 7 IMAGR2: Restore 39.480 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 81.352 MicroJy ( 2 CCs) from field 4 to field 1 IMAGR2: Restore 81.352 MicroJy ( 2 CCs) from field 4 to field 2 IMAGR2: Restore 39.566 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 30.480 MilliJy IMAGR2: Field 2 final Clean flux 481.514 MicroJy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 123.936 MicroJy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 39.634 MicroJy IMAGR2: Field 7 final Clean flux 634.047 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= 30.6 Real= 123 age 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.09684 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: AN30_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06579 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: AN30_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 113 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 114 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 115 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 116 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 117 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 118 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 119 disk= 1 AIPS 2: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: Disk 1 in-CNO 122 renumbered as CNO 114 AIPS 2: Disk 1 in-CNO 123 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 116 AIPS 2: Disk 1 in-CNO 125 renumbered as CNO 117 AIPS 2: Disk 1 in-CNO 126 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: ' ' AIPS 2: Found in Version=ABIN AIPS 2: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 2: Disk 1 No files needed renumbering AIPS 2: 'EMPTY CATALOG ?' 118 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18400: 9936 messages, oldest written 17-SEP-2006 17:26:59 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= 5874 /home/auto/run/AB922_2000JAN30_1.run.1 finished on Mon Sep 18 12:07:38 MDT 2006