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: 'AU079_1999OCT31_1' >>AIPS 2: 'AU079_1999OCT31_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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 49.67 min. of data in 149 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 1.905E-03 +- 4.010E-04 source= N185 FLAGR2: Overall average rms= 8.825E-04 +- 1.890E-04 source= N185 FLAGR2: Overall average amp= 5.721E-02 +- 2.628E-03 source= 0038+416 FLAGR2: Overall average rms= 1.355E-03 +- 2.486E-04 source= 0038+416 FLAGR2: Overall average amp= 1.408E-01 +- 6.448E-03 source= 0149+059 FLAGR2: Overall average rms= 1.338E-03 +- 1.920E-04 source= 0149+059 FLAGR2: Overall average amp= 1.754E-02 +- 8.662E-03 source= N676 FLAGR2: Overall average rms= 1.320E-03 +- 2.127E-04 source= N676 FLAGR2: Overall average amp= 6.267E-02 +- 3.261E-03 source= 0239+042 FLAGR2: Overall average rms= 1.310E-03 +- 1.968E-04 source= 0239+042 FLAGR2: Overall average amp= 5.448E-02 +- 1.094E-02 source= N1068 FLAGR2: Overall average rms= 1.351E-03 +- 2.131E-04 source= N1068 FLAGR2: Overall average amp= 2.272E-01 +- 9.729E-03 source= 0339-017 FLAGR2: Overall average rms= 1.359E-03 +- 1.735E-04 source= 0339-017 FLAGR2: Overall average amp= 1.934E-03 +- 3.817E-04 source= N1358 FLAGR2: Overall average rms= 9.424E-04 +- 1.750E-04 source= N1358 FLAGR2: Overall average amp= 2.398E-01 +- 8.843E-03 source= 0423-013 FLAGR2: Overall average rms= 1.405E-03 +- 1.945E-04 source= 0423-013 FLAGR2: Overall average amp= 1.952E-03 +- 3.795E-04 source= N1667 FLAGR2: Overall average rms= 9.516E-04 +- 1.761E-04 source= N1667 FLAGR2: Overall average amp= 9.032E-02 +- 4.246E-03 source= 0205+322 FLAGR2: Overall average rms= 1.346E-03 +- 2.211E-04 source= 0205+322 FLAGR2: Overall average amp= 2.089E-03 +- 3.979E-04 source= N777 FLAGR2: Overall average rms= 1.012E-03 +- 1.539E-04 source= N777 FLAGR2: Overall average amp= 3.766E-02 +- 1.737E-03 source= 0230+405 FLAGR2: Overall average rms= 1.336E-03 +- 2.147E-04 source= 0230+405 FLAGR2: Overall average amp= 1.903E-03 +- 3.748E-04 source= N1058 FLAGR2: Overall average rms= 9.247E-04 +- 1.699E-04 source= N1058 FLAGR2: Overall average amp= 2.079E+00 +- 9.471E-02 source= 0319+415 FLAGR2: Overall average rms= 2.434E-03 +- 4.429E-04 source= 0319+415 FLAGR2: Overall average amp= 6.526E-02 +- 2.575E-02 source= N1167 FLAGR2: Overall average rms= 1.346E-03 +- 2.170E-04 source= N1167 FLAGR2: Overall average amp= 1.200E-01 +- 5.692E-03 source= 0650+600 FLAGR2: Overall average rms= 1.341E-03 +- 2.107E-04 source= 0650+600 FLAGR2: Overall average amp= 3.032E-03 +- 5.175E-04 source= N2273 FLAGR2: Overall average rms= 1.170E-03 +- 1.712E-04 source= N2273 FLAGR2: Overall average amp= 9.284E-02 +- 4.025E-03 source= 1313+675 FLAGR2: Overall average rms= 1.439E-03 +- 1.727E-04 source= 1313+675 FLAGR2: Overall average amp= 4.762E-02 +- 1.729E-03 source= 0832+492 FLAGR2: Overall average rms= 1.358E-03 +- 2.234E-04 source= 0832+492 FLAGR2: Overall average amp= 1.802E-02 +- 1.213E-03 source= N2639 FLAGR2: Overall average rms= 1.353E-03 +- 2.012E-04 source= N2639 FLAGR2: Overall average amp= 9.346E-02 +- 4.272E-03 source= 0854+579 FLAGR2: Overall average rms= 1.389E-03 +- 2.065E-04 source= 0854+579 FLAGR2: Overall average amp= 1.907E-03 +- 3.811E-04 source= N2685 FLAGR2: Overall average rms= 9.367E-04 +- 1.551E-04 source= N2685 FLAGR2: Overall average amp= 1.883E-01 +- 1.533E-02 source= 0957+553 FLAGR2: Overall average rms= 1.411E-03 +- 2.294E-04 source= 0957+553 FLAGR2: Overall average amp= 9.899E-03 +- 2.059E-03 source= N3079 FLAGR2: Overall average rms= 1.364E-03 +- 1.836E-04 source= N3079 FLAGR2: Overall average amp= 7.526E-02 +- 4.595E-03 source= 1016+206 FLAGR2: Overall average rms= 1.343E-03 +- 2.389E-04 source= 1016+206 FLAGR2: Overall average amp= 1.955E-03 +- 3.584E-04 source= N3185 FLAGR2: Overall average rms= 9.518E-04 +- 1.665E-04 source= N3185 FLAGR2: Overall average amp= 2.952E-03 +- 3.833E-04 source= N3227 FLAGR2: Overall average rms= 1.214E-03 +- 1.473E-04 source= N3227 FLAGR2: Overall average amp= 5.131E-02 +- 1.953E-03 source= 1022+306 FLAGR2: Overall average rms= 1.351E-03 +- 2.351E-04 source= 1022+306 FLAGR2: Overall average amp= 1.922E-03 +- 3.610E-04 source= N3254 FLAGR2: Overall average rms= 9.292E-04 +- 1.668E-04 source= N3254 FLAGR2: Overall average amp= 4.841E-02 +- 1.927E-03 source= 1102+279 FLAGR2: Overall average rms= 1.336E-03 +- 1.913E-04 source= 1102+279 FLAGR2: Overall average amp= 1.924E-03 +- 3.645E-04 source= N3486 FLAGR2: Overall average rms= 9.402E-04 +- 1.680E-04 source= N3486 FLAGR2: Overall average amp= 7.474E-01 +- 3.333E-02 source= 1331+305 FLAGR2: Overall average rms= 1.734E-03 +- 1.808E-04 source= 1331+305 FLAGR2: Overall average amp= 1.034E-01 +- 3.771E-03 source= 1224+035 FLAGR2: Overall average rms= 1.441E-03 +- 1.826E-04 source= 1224+035 FLAGR2: Overall average amp= 1.997E-03 +- 3.546E-04 source= N3976 FLAGR2: Overall average rms= 9.687E-04 +- 1.528E-04 source= N3976 FLAGR2: Overall average amp= 2.035E-03 +- 3.531E-04 source= N4235 FLAGR2: Overall average rms= 9.886E-04 +- 1.484E-04 source= N4235 FLAGR2: Overall average amp= 1.980E-03 +- 3.570E-04 source= N4378 FLAGR2: Overall average rms= 9.618E-04 +- 1.617E-04 source= N4378 FLAGR2: Overall average amp= 3.514E-03 +- 1.350E-03 source= N4472 FLAGR2: Overall average rms= 1.186E-03 +- 2.190E-04 source= N4472 FLAGR2: Overall average amp= 6.349E-02 +- 2.505E-03 source= 1239+075 FLAGR2: Overall average rms= 1.368E-03 +- 1.989E-04 source= 1239+075 FLAGR2: Overall average amp= 1.977E-03 +- 3.574E-04 source= N4168 FLAGR2: Overall average rms= 9.688E-04 +- 1.494E-04 source= N4168 FLAGR2: Overall average amp= 8.616E-02 +- 4.087E-03 source= 1221+282 FLAGR2: Overall average rms= 1.381E-03 +- 1.732E-04 source= 1221+282 FLAGR2: Overall average amp= 1.940E-03 +- 3.838E-04 source= N4169 FLAGR2: Overall average rms= 9.532E-04 +- 1.651E-04 source= N4169 FLAGR2: Overall average amp= 2.374E-03 +- 4.400E-04 source= N4203 FLAGR2: Overall average rms= 1.082E-03 +- 1.756E-04 source= N4203 FLAGR2: Overall average amp= 1.932E-03 +- 3.696E-04 source= N4565 FLAGR2: Overall average rms= 9.411E-04 +- 1.658E-04 source= N4565 FLAGR2: Overall average amp= 1.929E-03 +- 3.583E-04 source= N4725 FLAGR2: Overall average rms= 9.383E-04 +- 1.594E-04 source= N4725 FLAGR2: Overall average amp= 8.072E-02 +- 3.771E-03 source= 1254+116 FLAGR2: Overall average rms= 1.372E-03 +- 2.127E-04 source= 1254+116 FLAGR2: Overall average amp= 2.126E-03 +- 3.808E-04 source= N4388 FLAGR2: Overall average rms= 1.014E-03 +- 1.724E-04 source= N4388 FLAGR2: Overall average amp= 2.033E-03 +- 3.393E-04 source= N4450 FLAGR2: Overall average rms= 9.870E-04 +- 1.606E-04 source= N4450 FLAGR2: Overall average amp= 1.932E-03 +- 3.525E-04 source= N4477 FLAGR2: Overall average rms= 9.404E-04 +- 1.693E-04 source= N4477 FLAGR2: Overall average amp= 1.947E-03 +- 3.521E-04 source= N4501 FLAGR2: Overall average rms= 9.487E-04 +- 1.624E-04 source= N4501 FLAGR2: Overall average amp= 4.274E-03 +- 2.991E-04 source= N4579 FLAGR2: Overall average rms= 1.315E-03 +- 1.768E-04 source= N4579 FLAGR2: Overall average amp= 1.932E-03 +- 3.499E-04 source= N4639 FLAGR2: Overall average rms= 9.408E-04 +- 1.594E-04 source= N4639 FLAGR2: Overall average amp= 1.972E-03 +- 3.593E-04 source= N4698 FLAGR2: Overall average rms= 9.556E-04 +- 1.561E-04 source= N4698 FLAGR2: Overall average amp= 7.493E-02 +- 3.270E-03 source= 1146+399 FLAGR2: Overall average rms= 1.374E-03 +- 2.055E-04 source= 1146+399 FLAGR2: Overall average amp= 1.944E-03 +- 3.529E-04 source= N3941 FLAGR2: Overall average rms= 9.457E-04 +- 1.600E-04 source= N3941 FLAGR2: Overall average amp= 3.593E-02 +- 1.410E-03 source= 1221+441 FLAGR2: Overall average rms= 1.360E-03 +- 1.991E-04 source= 1221+441 FLAGR2: Overall average amp= 2.013E-03 +- 3.428E-04 source= N4051 FLAGR2: Overall average rms= 9.816E-04 +- 1.522E-04 source= N4051 FLAGR2: Overall average amp= 2.153E-02 +- 8.624E-03 source= N4138 FLAGR2: Overall average rms= 1.382E-03 +- 1.870E-04 source= N4138 FLAGR2: Overall average amp= 1.978E-03 +- 3.465E-04 source= N4258 FLAGR2: Overall average rms= 9.620E-04 +- 1.523E-04 source= N4258 FLAGR2: Overall average amp= 4.638E-02 +- 1.928E-03 source= 1225+392 FLAGR2: Overall average rms= 1.384E-03 +- 2.132E-04 source= 1225+392 FLAGR2: Overall average amp= 1.014E-02 +- 3.304E-03 source= N4151 FLAGR2: Overall average rms= 1.391E-03 +- 1.879E-04 source= N4151 FLAGR2: Overall average amp= 7.670E-02 +- 3.314E-03 source= 1227+365 FLAGR2: Overall average rms= 1.413E-03 +- 2.252E-04 source= 1227+365 FLAGR2: Overall average amp= 2.031E-03 +- 3.317E-04 source= N4395 FLAGR2: Overall average rms= 9.921E-04 +- 1.558E-04 source= N4395 FLAGR2: Overall average amp= 3.787E-02 +- 1.722E-03 source= 1146+539 FLAGR2: Overall average rms= 1.424E-03 +- 2.243E-04 source= 1146+539 FLAGR2: Overall average amp= 2.070E-03 +- 3.433E-04 source= N3982 FLAGR2: Overall average rms= 1.002E-03 +- 1.447E-04 source= N3982 FLAGR2: Overall average amp= 1.899E-01 +- 6.919E-03 source= 1310+323 FLAGR2: Overall average rms= 1.469E-03 +- 1.866E-04 source= 1310+323 FLAGR2: Overall average amp= 2.066E-03 +- 3.535E-04 source= N5033 FLAGR2: Overall average rms= 9.987E-04 +- 1.559E-04 source= N5033 FLAGR2: Overall average amp= 2.028E-03 +- 3.283E-04 source= N5273 FLAGR2: Overall average rms= 9.829E-04 +- 1.426E-04 source= N5273 FLAGR2: Overall average amp= 2.402E-01 +- 7.784E-03 source= 1407+284 FLAGR2: Overall average rms= 1.456E-03 +- 2.287E-04 source= 1407+284 FLAGR2: Overall average amp= 2.144E-03 +- 3.477E-04 source= N5548 FLAGR2: Overall average rms= 1.026E-03 +- 1.476E-04 source= N5548 FLAGR2: Overall average amp= 3.572E-02 +- 1.369E-03 source= 1327+434 FLAGR2: Overall average rms= 1.465E-03 +- 2.308E-04 source= 1327+434 FLAGR2: Overall average amp= 2.114E-03 +- 3.499E-04 source= N5194 FLAGR2: Overall average rms= 1.024E-03 +- 1.545E-04 source= N5194 FLAGR2: Overall average amp= 1.074E-01 +- 3.992E-03 source= 1416+347 FLAGR2: Overall average rms= 1.488E-03 +- 2.173E-04 source= 1416+347 FLAGR2: Overall average amp= 2.163E-03 +- 3.489E-04 source= N5395 FLAGR2: Overall average rms= 1.050E-03 +- 1.527E-04 source= N5395 FLAGR2: Overall average amp= 6.469E-02 +- 1.903E-03 source= 0954+745 FLAGR2: Overall average rms= 1.546E-03 +- 2.000E-04 source= 0954+745 FLAGR2: Overall average amp= 4.270E-03 +- 3.709E-04 source= N2655 FLAGR2: Overall average rms= 1.435E-03 +- 1.500E-04 source= N2655 FLAGR2: Overall average amp= 7.378E-03 +- 1.473E-03 source= N3031 FLAGR2: Overall average rms= 1.559E-03 +- 1.704E-04 source= N3031 FLAGR2: Overall average amp= 2.420E-03 +- 2.968E-04 source= N3147 FLAGR2: Overall average rms= 1.153E-03 +- 1.273E-04 source= N3147 FLAGR2: Overall average amp= 3.355E-02 +- 1.488E-03 source= 1056+701 FLAGR2: Overall average rms= 1.579E-03 +- 1.948E-04 source= 1056+701 FLAGR2: Overall average amp= 8.986E-03 +- 3.666E-03 source= N3516 FLAGR2: Overall average rms= 1.478E-03 +- 2.055E-04 source= N3516 FLAGR2: Overall average amp= 2.243E-03 +- 3.306E-04 source= N3735 FLAGR2: Overall average rms= 1.090E-03 +- 1.516E-04 source= N3735 FLAGR2: Overall average amp= 5.646E-02 +- 2.456E-03 source= 1419+543 FLAGR2: Overall average rms= 1.533E-03 +- 2.296E-04 source= 1419+543 FLAGR2: Overall average amp= 2.339E-03 +- 3.476E-04 source= N5631 FLAGR2: Overall average rms= 1.116E-03 +- 1.454E-04 source= N5631 FLAGR2: Overall average amp= 4.576E-02 +- 1.943E-03 source= 2003+664 FLAGR2: Overall average rms= 1.343E-03 +- 2.111E-04 source= 2003+664 FLAGR2: Overall average amp= 1.950E-03 +- 3.534E-04 source= N6951 FLAGR2: Overall average rms= 9.496E-04 +- 1.638E-04 source= N6951 FLAGR2: Overall average amp= 1.097E-01 +- 5.558E-03 source= 2250+143 FLAGR2: Overall average rms= 1.358E-03 +- 2.048E-04 source= 2250+143 FLAGR2: Overall average amp= 1.957E-03 +- 3.586E-04 source= N7479 FLAGR2: Overall average rms= 9.515E-04 +- 1.629E-04 source= N7479 FLAGR2: Overall average amp= 1.222E-01 +- 3.774E-03 source= 2330+110 FLAGR2: Overall average rms= 1.343E-03 +- 2.176E-04 source= 2330+110 FLAGR2: Overall average amp= 1.919E-03 +- 3.542E-04 source= N7743 FLAGR2: Overall average rms= 9.327E-04 +- 1.629E-04 source= N7743 FLAGR2: Found 0 bad times, 969 total flags FLAGR2: Wrote 0 antenna & IF independent flags FLAGR2: Wrote 0 antenna independent, IF dependent flags FLAGR2: Wrote 969 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 50.8 Real= 120 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: / Resetting flux information to zero SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: SOURCES = '' /All sources selected SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 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 = 7.4620 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 7.5100 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991031 . C 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 25579 good solutions CALIB2: Failed on 77 solutions CALIB2: Average closure rms = 0.0118 +- 0.0328 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.34760 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.46660 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.11378 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.02088 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.01775 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.01357 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.00626 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: 0.00104 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 5.5 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_C.MODEL CALRD2: Create 3C286_C .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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991031 . C 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 7.462 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.75165E-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: FACSET: source model will be scaled to 7.510 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.81438E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 542 CCs CALIB2: Determining solutions CALIB2: Deleted 404 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 1602 good solutions CALIB2: Failed on 14 solutions CALIB2: Average closure rms = 0.0029 +- 0.0003 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.21667 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.53333 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.20000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.05000 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= 6.9 Real= 14 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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 6414 merged records from 6414 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= 4.5 Real= 15 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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 2484 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 6414 merged records from 6414 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= 21.3 Real= 44 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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 19991031 . C 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.554E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.578E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.560E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.601E+00 CALIB2: Found 10558 good solutions CALIB2: Failed on 10 solutions CALIB2: Average closure rms = 0.0014 +- 0.0018 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.63593 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.14184 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.04492 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.00709 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.00473 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.01182 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.00709 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= 7.1 Real= 15 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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 19991031 . C 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 7.462 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.75165E-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: FACSET: source model will be scaled to 7.510 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.81438E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 542 CCs CALIB2: Determining solutions CALIB2: Deleted 81 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.154E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.186E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.189E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.213E+00 CALIB2: Found 322 good solutions CALIB2: Failed on 2 solutions CALIB2: Average closure rms = 0.0005 +- 0.0000 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.08333 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.66667 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= 6.7 Real= 14 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 0038+416 : 0 C 1 0.56725 +/- 0.00322 GETJY2: 2 0.56686 +/- 0.00376 GETJY2: 0149+059 : 0 A 1 1.39763 +/- 0.00804 GETJY2: 2 1.39368 +/- 0.00929 GETJY2: 0239+042 : 0 C 1 0.62038 +/- 0.00440 GETJY2: 2 0.62070 +/- 0.00496 GETJY2: 0339-017 : 0 A 1 2.24346 +/- 0.01562 GETJY2: 2 2.24175 +/- 0.01820 GETJY2: 0423-013 : 0 A 1 2.37715 +/- 0.01830 GETJY2: 2 2.37213 +/- 0.02097 GETJY2: 0205+322 : 0 A 1 0.90027 +/- 0.00510 GETJY2: 2 0.88998 +/- 0.00597 GETJY2: 0230+405 : 0 B 1 0.37390 +/- 0.00173 GETJY2: 2 0.37341 +/- 0.00216 GETJY2: 0319+415 : 0 A 1 20.61088 +/- 0.11146 GETJY2: 2 20.63253 +/- 0.13438 GETJY2: 0650+600 : 0 C 1 1.19032 +/- 0.00773 GETJY2: 2 1.18672 +/- 0.00902 GETJY2: 1313+675 : 0 C 1 0.92087 +/- 0.00234 GETJY2: 2 0.92762 +/- 0.00287 GETJY2: 0832+492 : 0 A 1 0.47179 +/- 0.00391 GETJY2: 2 0.47103 +/- 0.00423 GETJY2: 0854+579 : 0 C 1 0.92452 +/- 0.00783 GETJY2: 2 0.92567 +/- 0.00788 GETJY2: 0957+553 : 0 T 1 1.84025 +/- 0.02188 GETJY2: 2 1.84711 +/- 0.02182 GETJY2: 1016+206 : 0 C 1 0.73231 +/- 0.00886 GETJY2: 2 0.73567 +/- 0.00780 GETJY2: 1022+306 : 0 C 1 0.50530 +/- 0.00457 GETJY2: 2 0.51052 +/- 0.00420 GETJY2: 1102+279 : 0 C 1 0.47854 +/- 0.00430 GETJY2: 2 0.47993 +/- 0.00351 GETJY2: 1224+035 : 0 A 1 1.02312 +/- 0.00971 GETJY2: 2 1.02868 +/- 0.00752 GETJY2: 1239+075 : 0 C 1 0.62801 +/- 0.00592 GETJY2: 2 0.62965 +/- 0.00465 GETJY2: 1221+282 : 0 A 1 0.85381 +/- 0.00593 GETJY2: 2 0.85148 +/- 0.00661 GETJY2: 1254+116 : 0 A 1 0.80424 +/- 0.00286 GETJY2: 2 0.80117 +/- 0.00338 GETJY2: 1146+399 : 0 A 1 0.74922 +/- 0.00198 GETJY2: 2 0.74699 +/- 0.00116 GETJY2: 1221+441 : 0 B 1 0.35870 +/- 0.00114 GETJY2: 2 0.35761 +/- 0.00054 GETJY2: 1225+392 : 0 B 1 0.46477 +/- 0.00225 GETJY2: 2 0.46438 +/- 0.00116 GETJY2: 1227+365 : 0 C 1 0.76505 +/- 0.00386 GETJY2: 2 0.77227 +/- 0.00206 GETJY2: 1146+539 : 0 C 1 0.38162 +/- 0.00196 GETJY2: 2 0.38000 +/- 0.00122 GETJY2: 1310+323 : 0 A 1 1.91871 +/- 0.01005 GETJY2: 2 1.91376 +/- 0.00581 GETJY2: 1407+284 : 0 A 1 2.42393 +/- 0.01299 GETJY2: 2 2.41854 +/- 0.00787 GETJY2: 1327+434 : 0 B 1 0.35962 +/- 0.00203 GETJY2: 2 0.35948 +/- 0.00126 GETJY2: 1416+347 : 0 C 1 1.08497 +/- 0.00683 GETJY2: 2 1.08938 +/- 0.00439 GETJY2: 0954+745 : 0 B 1 0.65284 +/- 0.00470 GETJY2: 2 0.65632 +/- 0.00321 GETJY2: 1056+701 : 0 C 1 0.34040 +/- 0.00212 GETJY2: 2 0.33754 +/- 0.00129 GETJY2: 1419+543 : 0 A 1 0.56833 +/- 0.00301 GETJY2: 2 0.56646 +/- 0.00171 GETJY2: 2003+664 : 0 B 1 0.45660 +/- 0.00153 GETJY2: 2 0.45868 +/- 0.00093 GETJY2: 2250+143 : 0 T 1 1.08184 +/- 0.00522 GETJY2: 2 1.08597 +/- 0.00551 GETJY2: 2330+110 : 0 A 1 1.21394 +/- 0.00587 GETJY2: 2 1.21274 +/- 0.00695 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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 2642 merged records from 2642 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= 4.6 Real= 17 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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 2484 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 2642 merged records from 2642 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= 21.5 Real= 45 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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 19991031 .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= 1.9 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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 N185 .C BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 3371 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 0038+416 .C BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 130 0 130 SPLIT2: Fully 0 0 3354 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 0149+059 .C BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 156 0 156 SPLIT2: Fully 0 0 5811 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 N676 .C BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1492 0 1492 SPLIT2: Fully 0 0 35363 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 0239+042 .C BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 338 0 338 SPLIT2: Fully 0 0 6929 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 N1068 .C BAND. 1 (UV) on disk 1 cno 8 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1791 0 1791 SPLIT2: Fully 0 0 35415 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 0339-017 .C BAND. 1 (UV) on disk 1 cno 9 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 312 0 312 SPLIT2: Fully 0 0 7410 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 N1358 .C BAND. 1 (UV) on disk 1 cno 10 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 908 0 908 SPLIT2: Fully 0 0 35947 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 0423-013 .C BAND. 1 (UV) on disk 1 cno 11 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 618 130 618 SPLIT2: Fully 0 0 6753 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 N1667 .C BAND. 1 (UV) on disk 1 cno 12 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1816 0 1816 SPLIT2: Fully 0 0 35390 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 0205+322 .C BAND. 1 (UV) on disk 1 cno 13 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 6591 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 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 N777 .C BAND. 1 (UV) on disk 1 cno 14 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 650 0 650 SPLIT2: Fully 0 0 36907 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 0230+405 .C BAND. 1 (UV) on disk 1 cno 15 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 52 0 52 SPLIT2: Fully 0 0 6968 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 N1058 .C BAND. 1 (UV) on disk 1 cno 16 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 829 0 829 SPLIT2: Fully 0 0 36728 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 0319+415 .C BAND. 1 (UV) on disk 1 cno 17 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 4921 206 4921 SPLIT2: Fully 0 0 32145 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 N1167 .C BAND. 1 (UV) on disk 1 cno 18 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1219 0 1219 SPLIT2: Fully 0 0 35987 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 0650+600 .C BAND. 1 (UV) on disk 1 cno 19 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 312 0 312 SPLIT2: Fully 0 0 7033 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 N2273 .C BAND. 1 (UV) on disk 1 cno 20 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2124 0 2124 SPLIT2: Fully 0 0 34664 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: Create 1313+675 .C BAND. 1 (UV) on disk 1 cno 21 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1111 104 1111 SPLIT2: Fully 0 0 54281 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 21 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 21 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 21 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 21 1 SPLIT2: Create 0832+492 .C BAND. 1 (UV) on disk 1 cno 22 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 286 0 286 SPLIT2: Fully 0 0 7059 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 22 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 22 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 22 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 22 1 SPLIT2: Create N2639 .C BAND. 1 (UV) on disk 1 cno 23 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1999 0 1999 SPLIT2: Fully 0 0 35129 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 23 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 23 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 23 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 23 1 SPLIT2: Create 0854+579 .C BAND. 1 (UV) on disk 1 cno 24 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 403 0 403 SPLIT2: Fully 0 0 6307 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 24 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 24 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 24 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 24 1 SPLIT2: Create N2685 .C BAND. 1 (UV) on disk 1 cno 25 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1979 0 1979 SPLIT2: Fully 0 0 34632 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 25 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 25 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 25 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 25 1 SPLIT2: Create 0957+553 .C BAND. 1 (UV) on disk 1 cno 26 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 390 0 390 SPLIT2: Fully 0 0 6630 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 26 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 26 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 26 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 26 1 SPLIT2: Create N3079 .C BAND. 1 (UV) on disk 1 cno 27 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2141 0 2141 SPLIT2: Fully 0 0 34052 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 27 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 27 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 27 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 27 1 SPLIT2: Create 1016+206 .C BAND. 1 (UV) on disk 1 cno 28 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 666 0 666 SPLIT2: Fully 0 0 10963 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 28 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 28 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 28 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 28 1 SPLIT2: Create N3185 .C BAND. 1 (UV) on disk 1 cno 29 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1560 0 1560 SPLIT2: Fully 0 0 35217 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 29 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 29 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 29 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 29 1 SPLIT2: Create N3227 .C BAND. 1 (UV) on disk 1 cno 30 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2210 0 2210 SPLIT2: Fully 0 0 34918 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 30 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 30 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 30 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 30 1 SPLIT2: Create 1022+306 .C BAND. 1 (UV) on disk 1 cno 31 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 520 0 520 SPLIT2: Fully 0 0 8180 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 31 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 31 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 31 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 31 1 SPLIT2: Create N3254 .C BAND. 1 (UV) on disk 1 cno 32 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2392 0 2392 SPLIT2: Fully 0 0 35165 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 32 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 32 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 32 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 32 1 SPLIT2: Create 1102+279 .C BAND. 1 (UV) on disk 1 cno 33 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 312 0 312 SPLIT2: Fully 0 0 7332 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 33 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 33 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 33 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 33 1 SPLIT2: Create N3486 .C BAND. 1 (UV) on disk 1 cno 34 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2392 0 2392 SPLIT2: Fully 0 0 34463 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 34 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 34 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 34 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 34 1 SPLIT2: Create 1331+305 .C BAND. 1 (UV) on disk 1 cno 35 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 997 408 997 SPLIT2: Fully 0 0 27461 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 35 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 35 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 35 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 35 1 SPLIT2: Create 1224+035 .C BAND. 1 (UV) on disk 1 cno 36 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1169 51 1169 SPLIT2: Fully 0 0 17655 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 36 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 36 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 36 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 36 1 SPLIT2: Create N3976 .C BAND. 1 (UV) on disk 1 cno 37 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1964 0 1964 SPLIT2: Fully 0 0 34007 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 37 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 37 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 37 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 37 1 SPLIT2: Create N4235 .C BAND. 1 (UV) on disk 1 cno 38 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2181 0 2181 SPLIT2: Fully 0 0 34921 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 38 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 38 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 38 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 38 1 SPLIT2: Create N4378 .C BAND. 1 (UV) on disk 1 cno 39 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1690 0 1690 SPLIT2: Fully 0 0 35516 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 39 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 39 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 39 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 39 1 SPLIT2: Create N4472 .C BAND. 1 (UV) on disk 1 cno 40 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2054 0 2054 SPLIT2: Fully 0 0 34697 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 40 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 40 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 40 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 40 1 SPLIT2: Create 1239+075 .C BAND. 1 (UV) on disk 1 cno 41 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 390 0 390 SPLIT2: Fully 0 0 6877 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 41 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 41 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 41 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 41 1 SPLIT2: Create N4168 .C BAND. 1 (UV) on disk 1 cno 42 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2340 0 2340 SPLIT2: Fully 0 0 34788 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 42 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 42 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 42 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 42 1 SPLIT2: Create 1221+282 .C BAND. 1 (UV) on disk 1 cno 43 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1219 0 1219 SPLIT2: Fully 0 0 24326 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 43 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 43 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 43 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 43 1 SPLIT2: Create N4169 .C BAND. 1 (UV) on disk 1 cno 44 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2103 0 2103 SPLIT2: Fully 0 0 34531 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 44 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 44 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 44 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 44 1 SPLIT2: Create N4203 .C BAND. 1 (UV) on disk 1 cno 45 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2459 0 2459 SPLIT2: Fully 0 0 34358 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 45 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 45 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 45 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 45 1 SPLIT2: Create N4565 .C BAND. 1 (UV) on disk 1 cno 46 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 598 0 598 SPLIT2: Fully 0 0 36582 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 46 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 46 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 46 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 46 1 SPLIT2: Create N4725 .C BAND. 1 (UV) on disk 1 cno 47 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 312 0 312 SPLIT2: Fully 0 0 36894 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 47 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 47 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 47 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 47 1 SPLIT2: Create 1254+116 .C BAND. 1 (UV) on disk 1 cno 48 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 156 0 156 SPLIT2: Fully 0 0 29276 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 48 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 48 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 48 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 48 1 SPLIT2: Create N4388 .C BAND. 1 (UV) on disk 1 cno 49 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 390 0 390 SPLIT2: Fully 0 0 36816 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 49 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 49 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 49 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 49 1 SPLIT2: Create N4450 .C BAND. 1 (UV) on disk 1 cno 50 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 442 0 442 SPLIT2: Fully 0 0 36712 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 50 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 50 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 50 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 50 1 SPLIT2: Create N4477 .C BAND. 1 (UV) on disk 1 cno 51 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 234 0 234 SPLIT2: Fully 0 0 36972 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 51 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 51 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 51 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 51 1 SPLIT2: Create N4501 .C BAND. 1 (UV) on disk 1 cno 52 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 182 0 182 SPLIT2: Fully 0 0 36972 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 52 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 52 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 52 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 52 1 SPLIT2: Create N4579 .C BAND. 1 (UV) on disk 1 cno 53 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 182 0 182 SPLIT2: Fully 0 0 37674 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 53 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 53 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 53 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 53 1 SPLIT2: Create N4639 .C BAND. 1 (UV) on disk 1 cno 54 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 312 0 312 SPLIT2: Fully 0 0 36894 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 54 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 54 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 54 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 54 1 SPLIT2: Create N4698 .C BAND. 1 (UV) on disk 1 cno 55 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 130 0 130 SPLIT2: Fully 0 0 37050 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 55 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 55 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 55 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 55 1 SPLIT2: Create 1146+399 .C BAND. 1 (UV) on disk 1 cno 56 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 7020 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 56 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 56 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 56 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 56 1 SPLIT2: Create N3941 .C BAND. 1 (UV) on disk 1 cno 57 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 36777 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 57 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 57 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 57 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 57 1 SPLIT2: Create 1221+441 .C BAND. 1 (UV) on disk 1 cno 58 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 13403 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 58 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 58 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 58 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 58 1 SPLIT2: Create N4051 .C BAND. 1 (UV) on disk 1 cno 59 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 37206 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 59 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 59 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 59 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 59 1 SPLIT2: Create N4138 .C BAND. 1 (UV) on disk 1 cno 60 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 37128 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 60 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 60 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 60 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 60 1 SPLIT2: Create N4258 .C BAND. 1 (UV) on disk 1 cno 61 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 37206 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 61 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 61 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 61 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 61 1 SPLIT2: Create 1225+392 .C BAND. 1 (UV) on disk 1 cno 62 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 6318 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 62 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 62 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 62 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 62 1 SPLIT2: Create N4151 .C BAND. 1 (UV) on disk 1 cno 63 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 37557 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 63 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 63 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 63 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 63 1 SPLIT2: Create 1227+365 .C BAND. 1 (UV) on disk 1 cno 64 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 481 154 481 SPLIT2: Fully 0 0 6860 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 64 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 64 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 64 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 64 1 SPLIT2: Create N4395 .C BAND. 1 (UV) on disk 1 cno 65 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 52 0 52 SPLIT2: Fully 0 0 36634 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 65 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 65 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 65 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 65 1 SPLIT2: Create 1146+539 .C BAND. 1 (UV) on disk 1 cno 66 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 7020 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 66 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 66 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 66 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 66 1 SPLIT2: Create N3982 .C BAND. 1 (UV) on disk 1 cno 67 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 37557 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 67 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 67 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 67 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 67 1 SPLIT2: Create 1310+323 .C BAND. 1 (UV) on disk 1 cno 68 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 10530 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 68 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 68 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 68 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 68 1 SPLIT2: Create N5033 .C BAND. 1 (UV) on disk 1 cno 69 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 37206 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 69 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 69 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 69 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 69 1 SPLIT2: Create N5273 .C BAND. 1 (UV) on disk 1 cno 70 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 37206 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 70 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 70 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 70 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 70 1 SPLIT2: Create 1407+284 .C BAND. 1 (UV) on disk 1 cno 71 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 7020 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 71 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 71 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 71 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 71 1 SPLIT2: Create N5548 .C BAND. 1 (UV) on disk 1 cno 72 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 52 0 52 SPLIT2: Fully 0 0 37480 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 72 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 72 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 72 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 72 1 SPLIT2: Create 1327+434 .C BAND. 1 (UV) on disk 1 cno 73 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 6318 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 73 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 73 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 73 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 73 1 SPLIT2: Create N5194 .C BAND. 1 (UV) on disk 1 cno 74 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 52 0 52 SPLIT2: Fully 0 0 37128 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 74 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 74 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 74 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 74 1 SPLIT2: Create 1416+347 .C BAND. 1 (UV) on disk 1 cno 75 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 6240 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 75 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 75 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 75 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 75 1 SPLIT2: Create N5395 .C BAND. 1 (UV) on disk 1 cno 76 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 37128 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 76 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 76 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 76 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 76 1 SPLIT2: Create 0954+745 .C BAND. 1 (UV) on disk 1 cno 77 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 13689 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 77 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 77 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 77 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 77 1 SPLIT2: Create N2655 .C BAND. 1 (UV) on disk 1 cno 78 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 37206 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 78 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 78 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 78 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 78 1 SPLIT2: Create N3031 .C BAND. 1 (UV) on disk 1 cno 79 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 37206 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 79 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 79 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 79 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 79 1 SPLIT2: Create N3147 .C BAND. 1 (UV) on disk 1 cno 80 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 36855 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 80 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 80 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 80 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 80 1 SPLIT2: Create 1056+701 .C BAND. 1 (UV) on disk 1 cno 81 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 11232 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 81 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 81 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 81 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 81 1 SPLIT2: Create N3516 .C BAND. 1 (UV) on disk 1 cno 82 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 208 0 208 SPLIT2: Fully 0 0 36621 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 82 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 82 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 82 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 82 1 SPLIT2: Create N3735 .C BAND. 1 (UV) on disk 1 cno 83 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 26 0 26 SPLIT2: Fully 0 0 37180 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 83 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 83 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 83 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 83 1 SPLIT2: Create 1419+543 .C BAND. 1 (UV) on disk 1 cno 84 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 7020 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 84 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 84 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 84 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 84 1 SPLIT2: Create N5631 .C BAND. 1 (UV) on disk 1 cno 85 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 77 0 77 SPLIT2: Fully 0 0 37428 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 85 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 85 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 85 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 85 1 SPLIT2: Create 2003+664 .C BAND. 1 (UV) on disk 1 cno 86 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 7371 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 86 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 86 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 86 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 86 1 SPLIT2: Create N6951 .C BAND. 1 (UV) on disk 1 cno 87 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 208 0 208 SPLIT2: Fully 0 0 36972 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 87 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 87 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 87 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 87 1 SPLIT2: Create 2250+143 .C BAND. 1 (UV) on disk 1 cno 88 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 8424 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 88 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 88 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 88 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 88 1 SPLIT2: Create N7479 .C BAND. 1 (UV) on disk 1 cno 89 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 104 0 104 SPLIT2: Fully 0 0 37050 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 89 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 89 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 89 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 89 1 SPLIT2: Create 2330+110 .C BAND. 1 (UV) on disk 1 cno 90 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 7111 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 90 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 90 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 90 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 90 1 SPLIT2: Create N7743 .C BAND. 1 (UV) on disk 1 cno 91 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 156 0 156 SPLIT2: Fully 0 0 36699 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 91 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 91 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 91 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 91 1 SPLIT2: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 31.9 Real= 91 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N185_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N185 C BAND Seq 1 Disk: 1 in slot 3 SETFC2: SETCEL: recommends IMSIZE 1448 CELLSIZE 0.38173 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38173 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N185_C,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.23 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 139.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.1 Real= 1 C 1 2036 2036 00 38 57.69 48 20 12.2 00001 -1 1019 1024 1025 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 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N185_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N185_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =N185' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N185_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 4.2510E-12 5.1159E-11 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N185_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create N185 .IMAGR . 1 (UV) on disk 1 cno 92 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 3371 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.318E+04 IMAGR2: UVWAIT: Adding temperance S 4.635E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.346E+07 and out 2.987E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.134 due to weighting IMAGR2: UVWAIT: Average summed weight 2.318E+04 over 6742 vis IMAGR2: Create N185 .IBM001. 1 (MA) on disk 1 cno 93 IMAGR2: Create N185 .ICL001. 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.17146E+08 IMAGR2: Field 1 Beam min = -83.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.326 x 1.176 arcsec, PA= -20.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -825.4 MicroJy,max = 749.1 MicroJy IMAGR2: Peak residual in window 719.575 less than limit 892.150 MicroJy IMAGR2: Field 1 min = -825.4 MicroJy,max = 749.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 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= 92 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 3.6 Real= 7 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991031.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.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.1487 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N185_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N185_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =N185' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0038+416 C BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 1441 CELLSIZE 0.38365 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38365 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0038+416_C,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.23 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 00:38:24.83 41:37:06.2 0.692 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 144.6 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= 0.1 Real= 0 C 1 2036 2036 00 38 24.85 41 37 06.0 00001 -1 1019 1024 1025 C 2 246 246 00 38 24.83 41 37 06.2 00002 -1 100 128 129 C@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0038+416_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0038+416' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0038+416_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 3.7005E-02 4.2000E-02 0 IMAGR2: Field 2 246 246 -1.8727E-01 2.4200E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0038+416_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0038+416 .IMAGR . 1 (UV) on disk 1 cno 93 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 3484 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.431E+04 IMAGR2: UVWAIT: Adding temperance S 4.862E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.340E+07 and out 2.994E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 2.431E+04 over 6916 vis IMAGR2: Create 0038+416 .IBM001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 0038+416 .IBM002. 1 (MA) on disk 1 cno 95 IMAGR2: Create 0038+416 .ICL001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 0038+416 .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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.17804E+08 IMAGR2: Field 1 Beam min = -85.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.297 x 1.171 arcsec, PA= -29.3 IMAGR2: Field 2 Sum of gridding weights = 3.17808E+08 IMAGR2: Field 2 Beam min = -85.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.297 x 1.171 arcsec, PA= -29.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -50.5 MilliJy,max = 563.9 MilliJy IMAGR2: Field 2 min = -57.9 MilliJy,max = 513.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 64.55 MilliJy IMAGR2: 6449 Residual map points loaded IMAGR2: Field 1 min allowed flux = 269.714 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 321.162 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 321.162 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -25.3 MilliJy,max = 236.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.253E-01 < Second best 2.565E-01 IMAGR2: Field 1 min = -23.1 MilliJy,max = 242.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 30.88 MilliJy IMAGR2: 4387 Residual map points loaded IMAGR2: Field 1 min allowed flux = 117.372 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 459.539 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 459.539 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.5 MilliJy,max = 119.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 27.10 MilliJy IMAGR2: 89 Residual map points loaded IMAGR2: Field 2 min allowed flux = 57.076 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 67.963 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 527.502 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 49.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.691E-02 < Second best 5.430E-02 IMAGR2: Field 2 min = -7.3 MilliJy,max = 51.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.53 MilliJy IMAGR2: 619 Residual map points loaded IMAGR2: Field 2 min allowed flux = 25.233 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 97.303 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 556.842 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.8 MilliJy,max = 24.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.65 MilliJy IMAGR2: 234 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.901 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 473.405 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 570.708 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.0 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.043E-02 < Second best 1.132E-02 IMAGR2: Field 1 min = -8.7 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 1.89 MilliJy IMAGR2: 11367 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.256 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 472.918 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 570.221 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.1 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.74 MilliJy IMAGR2: 704 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.740 MilliJy iter= 56 IMAGR2: Field 2 Clean flux density= 95.733 MilliJy 56 comps IMAGR2: Total Cleaned flux density = 568.651 MilliJy 104 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 930.81 MicroJy IMAGR2: 13569 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.489 MilliJy iter= 118 IMAGR2: Field 1 Clean flux density= 474.152 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 569.885 MilliJy 174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 891.90 MicroJy IMAGR2: 472 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.101 MilliJy iter= 99 IMAGR2: Field 2 Clean flux density= 96.972 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 571.124 MilliJy 217 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 > 626.17 MicroJy IMAGR2: 17926 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 974.866 MicroJy iter= 275 IMAGR2: Field 1 Clean flux density= 478.135 MilliJy 275 comps IMAGR2: Total Cleaned flux density = 575.107 MilliJy 374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -892.5 MicroJy,max = 846.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.179E-04 < Second best 9.327E-04 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 519.80 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min Clean flux = -875.119 MicroJy iter= 283 IMAGR2: Field 1 Clean flux density= 478.141 MilliJy 283 comps IMAGR2: Total Cleaned flux density = 575.113 MilliJy 382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 875.119 less than limit 877.563 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 283 to 150 components IMAGR2: Field 2 compressed from 99 to 29 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 995.6 MicroJy IMAGR2: Field 2 min = -891.3 MicroJy,max = 831.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 475.018 MilliJy ( 54 CCs) from field 1 to field 2 IMAGR2: Restore 96.972 MilliJy ( 29 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 575.113 MilliJy IMAGR2: Field 2 final Clean flux 571.990 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= 16.6 Real= 36 C@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0038+416_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0038+416' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,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.1118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0149+059 C BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.37924 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37924 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0149+059_C,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.23 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 01:49:22.36 05:55:53.4 0.907 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 168.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 C 1 2036 2036 01 49 22.37 05 55 53.6 00001 -1 1019 1024 1025 C 2 246 246 01 49 22.36 05 55 53.4 00002 -1 100 128 129 C@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0038+416_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0038+416' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,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.1118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0149+059_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0149+059' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0149+059_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.1936E-02 2.8000E-02 0 IMAGR2: Field 2 246 246 -1.6113E-01 -1.7200E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0149+059_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0149+059 .IMAGR . 1 (UV) on disk 1 cno 95 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5967 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.614E+04 IMAGR2: UVWAIT: Adding temperance S 5.227E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.118E+07 and out 4.846E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.109 due to weighting IMAGR2: UVWAIT: Average summed weight 2.614E+04 over 11934 vis IMAGR2: Create 0149+059 .IBM001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 0149+059 .IBM002. 1 (MA) on disk 1 cno 97 IMAGR2: Create 0149+059 .ICL001. 1 (MA) on disk 1 cno 98 IMAGR2: Create 0149+059 .ICL002. 1 (MA) on disk 1 cno 99 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.14442E+08 IMAGR2: Field 1 Beam min = -74.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.438 x 1.289 arcsec, PA= 0.4 IMAGR2: Field 2 Sum of gridding weights = 5.14449E+08 IMAGR2: Field 2 Beam min = -74.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.438 x 1.289 arcsec, PA= 0.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -104.1 MilliJy,max = 1.4 Jy IMAGR2: Field 2 min = -117.8 MilliJy,max = 1.3 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 161.36 MilliJy IMAGR2: 1413 Residual map points loaded IMAGR2: Field 1 min allowed flux = 666.720 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 793.898 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 793.898 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -51.1 MilliJy,max = 560.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.333E-01 < Second best 6.339E-01 IMAGR2: Field 1 min = -45.0 MilliJy,max = 600.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 77.18 MilliJy IMAGR2: 889 Residual map points loaded IMAGR2: Field 1 min allowed flux = 287.001 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 1.136 Jy 16 comps IMAGR2: Total Cleaned flux density = 1.136 Jy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -22.4 MilliJy,max = 254.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.419E-01 < Second best 2.729E-01 IMAGR2: Field 1 min = -19.8 MilliJy,max = 258.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 33.22 MilliJy IMAGR2: 995 Residual map points loaded IMAGR2: Field 1 min allowed flux = 128.436 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 1.284 Jy 24 comps IMAGR2: Total Cleaned flux density = 1.284 Jy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.5 MilliJy,max = 124.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 29.44 MilliJy IMAGR2: 34 Residual map points loaded IMAGR2: Field 2 min allowed flux = 59.749 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 70.765 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 1.355 Jy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 55.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.290E-02 < Second best 5.684E-02 IMAGR2: Field 2 min = -6.1 MilliJy,max = 54.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.92 MilliJy IMAGR2: 382 Residual map points loaded IMAGR2: Field 2 min allowed flux = 25.774 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 105.429 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 1.390 Jy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.2 MilliJy,max = 24.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.44 MilliJy IMAGR2: 30 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.839 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 1.299 Jy 32 comps IMAGR2: Total Cleaned flux density = 1.404 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.4 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.039E-02 < Second best 1.126E-02 IMAGR2: Field 1 min = -9.9 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 1869 cell beam + residuals > 1.62 MilliJy IMAGR2: 13825 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.202 MilliJy iter= 59 IMAGR2: Field 1 Clean flux density= 1.297 Jy 59 comps IMAGR2: Total Cleaned flux density = 1.402 Jy 76 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.3 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.67 MilliJy IMAGR2: 479 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.708 MilliJy iter= 71 IMAGR2: Field 2 Clean flux density= 98.939 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 1.396 Jy 130 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 1589 cell beam + residuals > 948.69 MicroJy IMAGR2: 11567 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.516 MilliJy iter= 162 IMAGR2: Field 1 Clean flux density= 1.298 Jy 162 comps IMAGR2: Total Cleaned flux density = 1.397 Jy 233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 878.66 MicroJy IMAGR2: 401 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.137 MilliJy iter= 151 IMAGR2: Field 2 Clean flux density= 100.291 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 1.399 Jy 313 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 5967 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 653.58 MicroJy IMAGR2: 18589 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 979.485 MicroJy iter= 357 IMAGR2: Field 1 Clean flux density= 1.305 Jy 357 comps IMAGR2: Total Cleaned flux density = 1.405 Jy 508 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -912.9 MicroJy,max = 871.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.370E-04 < Second best 9.378E-04 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 571.47 MicroJy IMAGR2: 19517 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 811.856 MicroJy iter= 614 IMAGR2: Field 1 Clean flux density= 1.302 Jy 614 comps IMAGR2: Total Cleaned flux density = 1.402 Jy 765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -805.5 MicroJy,max = 772.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 570.56 MicroJy IMAGR2: 236 Residual map points loaded IMAGR2: Field 2 min Clean flux = 669.336 MicroJy iter= 181 IMAGR2: Field 2 Clean flux density= 100.725 MilliJy 181 comps IMAGR2: Total Cleaned flux density = 1.403 Jy 795 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 504.54 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -690.487 MicroJy iter= 957 IMAGR2: Field 1 Clean flux density= 1.305 Jy 957 comps IMAGR2: Total Cleaned flux density = 1.406 Jy 1138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 446.52 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min Clean flux = 669.263 MicroJy iter= 964 IMAGR2: Field 1 Clean flux density= 1.305 Jy 964 comps IMAGR2: Total Cleaned flux density = 1.405 Jy 1145 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 669.336 less than limit 670.562 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 964 to 679 components IMAGR2: Field 2 compressed from 181 to 65 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -688.2 MicroJy,max = 676.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.298 Jy ( 46 CCs) from field 1 to field 2 IMAGR2: Restore 100.725 MilliJy ( 65 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.405 Jy IMAGR2: Field 2 final Clean flux 1.398 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= 95 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 23.6 Real= 50 C@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0038+416_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0038+416' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,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.1118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0149+059_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0149+059' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,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: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N676 C BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1458 CELLSIZE 0.37916 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37916 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N676_C,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.23 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 168.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 C 1 2036 2036 01 48 57.42 05 54 26.7 00001 -1 1019 1024 1025 C@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0038+416_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0038+416' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,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.1118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0149+059_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0149+059' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,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: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N676_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =N676' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N676_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 2.5444E-11 3.1974E-12 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N676_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create N676 .IMAGR . 1 (UV) on disk 1 cno 97 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36855 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.029E+05 IMAGR2: UVWAIT: Adding temperance S 2.057E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.564E+08 and out 4.322E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 1.029E+05 over 73632 vis IMAGR2: Create N676 .IBM001. 1 (MA) on disk 1 cno 98 IMAGR2: Create N676 .ICL001. 1 (MA) on disk 1 cno 99 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.58798E+09 IMAGR2: Field 1 Beam min = -122.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.276 x 1.251 arcsec, PA= 2.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -23.4 MilliJy,max = 121.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.98 MilliJy IMAGR2: 12826 Residual map points loaded IMAGR2: Field 1 min allowed flux = 59.346 MilliJy iter= 15 IMAGR2: Total Cleaned flux density = 123.178 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.7 MilliJy,max = 57.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.42 MilliJy IMAGR2: 18496 Residual map points loaded IMAGR2: Field 1 min allowed flux = 27.854 MilliJy iter= 37 IMAGR2: Total Cleaned flux density = 212.508 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 27.2 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 1.76 MilliJy IMAGR2: 18736 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.524 MilliJy iter= 60 IMAGR2: Total Cleaned flux density = 257.678 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 13.4 MilliJy IMAGR2: BGC Clean: using 2017 cell beam + residuals > 1.04 MilliJy IMAGR2: 18339 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.482 MilliJy iter= 85 IMAGR2: Total Cleaned flux density = 281.329 MilliJy 85 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.4 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 1171 cell beam + residuals > 778.89 MicroJy IMAGR2: 17011 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.213 MilliJy iter= 116 IMAGR2: Total Cleaned flux density = 293.747 MilliJy 116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 301 cell beam + residuals > 659.03 MicroJy IMAGR2: 18731 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.606 MilliJy iter= 224 IMAGR2: Total Cleaned flux density = 301.041 MilliJy 224 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 555.22 MicroJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.089 MilliJy iter= 568 IMAGR2: Total Cleaned flux density = 298.509 MilliJy 568 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 438.47 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -709.950 MicroJy iter= 1029 IMAGR2: Total Cleaned flux density = 294.449 MilliJy 1029 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 > 350.60 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -512.659 MicroJy iter= 1594 IMAGR2: Total Cleaned flux density = 296.271 MilliJy 1594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -917.6 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 292.82 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -399.115 MicroJy iter= 2255 IMAGR2: Total Cleaned flux density = 291.901 MilliJy 2255 comps IMAGR2: ALGSTB: All 1374 Rows In AP (Max 2059) IMAGR2: ALGSTB: Ipol gridded model subtraction, chans 1 through 2 IMAGR2: ALGSTB: Pass 1; 1363- 0 Cells, with 36855 Pts IMAGR2: Field 1 min = -834.6 MicroJy,max = 930.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 245.03 MicroJy IMAGR2: 19998 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 320.796 MicroJy iter= 2990 IMAGR2: Total Cleaned flux density = 295.967 MilliJy 2990 comps IMAGR2: ALGSTB: All 1374 Rows In AP (Max 2059) IMAGR2: ALGSTB: Ipol gridded model subtraction, chans 1 through 2 IMAGR2: ALGSTB: Pass 1; 1363- 0 Cells, with 36855 Pts IMAGR2: Field 1 min = -729.9 MicroJy,max = 856.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 216.36 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -271.268 MicroJy iter= 3801 IMAGR2: Total Cleaned flux density = 291.262 MilliJy 3801 comps IMAGR2: ALGSTB: All 1374 Rows In AP (Max 2059) IMAGR2: ALGSTB: Ipol gridded model subtraction, chans 1 through 2 IMAGR2: ALGSTB: Pass 1; 1363- 0 Cells, with 36855 Pts IMAGR2: Field 1 min = -672.8 MicroJy,max = 780.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 189.06 MicroJy IMAGR2: 19972 Residual map points loaded IMAGR2: Field 1 min Clean flux = 269.424 MicroJy iter= 3852 IMAGR2: Total Cleaned flux density = 291.994 MilliJy 3852 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 269.424 less than limit 269.817 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 3852 to 2352 components IMAGR2: Field 1 min = -663.8 MicroJy,max = 776.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 291.994 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= 97 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 53.5 Real= 113 C@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0038+416_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0038+416' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,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.1118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0149+059_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0149+059' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,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: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N676_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =N676' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null 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 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1013 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0239+042_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0239+042 C BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1456 CELLSIZE 0.37952 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37952 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0239+042_C,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.23 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 02:39:51.25 04:16:21.0 0.890 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 169.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 C 1 2036 2036 02 39 51.27 04 16 21.4 00001 -1 1019 1024 1025 C 2 246 246 02 39 51.25 04 16 21.0 00002 -1 100 128 129 C@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0038+416_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0038+416' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,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.1118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0149+059_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0149+059' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,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: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N676_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =N676' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null 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 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1013 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0239+042_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0239+042_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0239+042' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0239+042_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 7.0304E-02 -3.0000E-03 0 IMAGR2: Field 2 246 246 -2.2886E-01 -4.0300E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0239+042_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0239+042 .IMAGR . 1 (UV) on disk 1 cno 98 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7267 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.185E+04 IMAGR2: UVWAIT: Adding temperance S 6.370E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.982E+07 and out 6.052E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.129 due to weighting IMAGR2: UVWAIT: Average summed weight 3.185E+04 over 14482 vis IMAGR2: Create 0239+042 .IBM001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 0239+042 .IBM002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 0239+042 .ICL001. 1 (MA) on disk 1 cno 101 IMAGR2: Create 0239+042 .ICL002. 1 (MA) on disk 1 cno 102 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.42477E+08 IMAGR2: Field 1 Beam min = -77.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.435 x 1.269 arcsec, PA= -1.0 IMAGR2: Field 2 Sum of gridding weights = 6.42485E+08 IMAGR2: Field 2 Beam min = -81.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.435 x 1.269 arcsec, PA= -1.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -50.0 MilliJy,max = 615.2 MilliJy IMAGR2: Field 2 min = -50.8 MilliJy,max = 597.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 59.83 MilliJy IMAGR2: 2919 Residual map points loaded IMAGR2: Field 1 min allowed flux = 294.231 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 350.356 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 350.356 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -22.6 MilliJy,max = 266.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.535E-01 < Second best 2.797E-01 IMAGR2: Field 1 min = -22.8 MilliJy,max = 264.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 28.62 MilliJy IMAGR2: 2095 Residual map points loaded IMAGR2: Field 1 min allowed flux = 121.807 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 516.378 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 516.378 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.8 MilliJy,max = 115.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.098E-01 < Second best 1.158E-01 IMAGR2: Field 1 min = -10.1 MilliJy,max = 112.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 11.85 MilliJy IMAGR2: 2529 Residual map points loaded IMAGR2: Field 1 min allowed flux = 52.840 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 587.368 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 587.368 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.8 MilliJy,max = 50.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 11.23 MilliJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 2 min allowed flux = 24.180 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 28.793 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 616.161 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.0 MilliJy,max = 22.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.157E-02 < Second best 2.300E-02 IMAGR2: Field 2 min = -8.3 MilliJy,max = 21.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.35 MilliJy IMAGR2: 1490 Residual map points loaded IMAGR2: Field 2 min allowed flux = 10.583 MilliJy iter= 19 IMAGR2: Field 2 Clean flux density= 40.074 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 627.442 MilliJy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.3 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.21 MilliJy IMAGR2: 3122 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.517 MilliJy iter= 56 IMAGR2: Field 1 Clean flux density= 584.677 MilliJy 56 comps IMAGR2: Total Cleaned flux density = 624.751 MilliJy 75 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.8 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.71 MilliJy IMAGR2: 951 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.913 MilliJy iter= 75 IMAGR2: Field 2 Clean flux density= 42.877 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 627.554 MilliJy 131 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 151 cell beam + residuals > 1.26 MilliJy IMAGR2: 6811 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.079 MilliJy iter= 156 IMAGR2: Field 1 Clean flux density= 591.155 MilliJy 156 comps IMAGR2: Total Cleaned flux density = 634.032 MilliJy 231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1048 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.565 MilliJy iter= 194 IMAGR2: Field 2 Clean flux density= 45.503 MilliJy 194 comps IMAGR2: Total Cleaned flux density = 636.658 MilliJy 350 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 7267 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 764.88 MicroJy IMAGR2: 16971 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.158 MilliJy iter= 375 IMAGR2: Field 1 Clean flux density= 603.487 MilliJy 375 comps IMAGR2: Total Cleaned flux density = 648.990 MilliJy 569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 751.18 MicroJy IMAGR2: 527 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -863.570 MicroJy iter= 276 IMAGR2: Field 2 Clean flux density= 44.476 MilliJy 276 comps IMAGR2: Total Cleaned flux density = 647.963 MilliJy 651 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 7267 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 568.85 MicroJy IMAGR2: 18094 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 787.229 MicroJy iter= 663 IMAGR2: Field 1 Clean flux density= 612.816 MilliJy 663 comps IMAGR2: Total Cleaned flux density = 657.292 MilliJy 939 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -933.4 MicroJy,max = 760.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 563.07 MicroJy IMAGR2: 335 Residual map points loaded IMAGR2: Field 2 min Clean flux = 605.583 MicroJy iter= 344 IMAGR2: Field 2 Clean flux density= 43.398 MilliJy 344 comps IMAGR2: Total Cleaned flux density = 656.214 MilliJy 1007 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 7267 Pts IMAGR2: Field 1 min = -846.4 MicroJy,max = 925.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 453.78 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 610.573 MicroJy iter= 1060 IMAGR2: Field 1 Clean flux density= 617.329 MilliJy 1060 comps IMAGR2: Total Cleaned flux density = 660.727 MilliJy 1404 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -739.5 MicroJy,max = 807.5 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 1060 to 737 components IMAGR2: Field 2 compressed from 344 to 159 components IMAGR2: Field 1 min = -739.5 MicroJy,max = 807.5 MicroJy IMAGR2: Field 2 min = -583.7 MicroJy,max = 589.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 597.622 MilliJy ( 157 CCs) from field 1 to field 2 IMAGR2: Restore 43.398 MilliJy ( 159 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 660.727 MilliJy IMAGR2: Field 2 final Clean flux 641.020 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= 23.3 Real= 49 C@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0038+416_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0038+416' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,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.1118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0149+059_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0149+059' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,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: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N676_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =N676' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null 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 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1013 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0239+042_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0239+042_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0239+042' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0239+042_C,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: Disk 1 in-CNO 101 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 102 renumbered as CNO 99 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1068_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N1068 C BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 1455 CELLSIZE 0.37989 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37989 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N1068_C,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.23 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 02:42:40.72 -00:00:47.7 4.849 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 164.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.2 Real= 1 C 1 2036 2036 02 42 40.71 -00 00 47.7 00001 -1 1019 1024 1025 C 2 246 246 02 42 40.72 -00 00 47.7 00002 -1 100 128 129 C@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0038+416_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0038+416' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,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.1118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0149+059_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0149+059' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,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: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N676_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =N676' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null 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 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1013 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0239+042_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0239+042_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0239+042' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0239+042_C,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: Disk 1 in-CNO 101 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 102 renumbered as CNO 99 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1068_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1068_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :6 =N1068' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N1068_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -4.5000E-02 -4.0000E-02 0 IMAGR2: Field 2 246 246 1.0500E-01 -4.0000E-02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N1068_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N1068 .IMAGR . 1 (UV) on disk 1 cno 100 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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.224E+05 IMAGR2: UVWAIT: Adding temperance S 2.448E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.510E+08 and out 4.322E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.164 due to weighting IMAGR2: UVWAIT: Average summed weight 1.224E+05 over 73840 vis IMAGR2: Create N1068 .IBM001. 1 (MA) on disk 1 cno 101 IMAGR2: Create N1068 .IBM002. 1 (MA) on disk 1 cno 102 IMAGR2: Create N1068 .ICL001. 1 (MA) on disk 1 cno 103 IMAGR2: Create N1068 .ICL002. 1 (MA) on disk 1 cno 104 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.58774E+09 IMAGR2: Field 1 Beam min = -154.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.287 x 1.259 arcsec, PA= 35.3 IMAGR2: Field 2 Sum of gridding weights = 4.58777E+09 IMAGR2: Field 2 Beam min = -154.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.287 x 1.259 arcsec, PA= 35.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -75.1 MilliJy,max = 503.4 MilliJy IMAGR2: Field 2 min = -69.4 MilliJy,max = 529.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 39.15 MilliJy IMAGR2: 1949 Residual map points loaded IMAGR2: Field 2 min allowed flux = 263.874 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 304.200 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 304.200 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -38.2 MilliJy,max = 249.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.375E-01 < Second best 2.511E-01 IMAGR2: Field 2 min = -37.4 MilliJy,max = 239.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 22.41 MilliJy IMAGR2: 2227 Residual map points loaded IMAGR2: Field 2 min allowed flux = 118.855 MilliJy iter= 22 IMAGR2: Field 2 Clean flux density= 531.687 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 531.687 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.4 MilliJy,max = 118.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 18.49 MilliJy IMAGR2: 8260 Residual map points loaded IMAGR2: Field 1 min allowed flux = 58.545 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 238.698 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 770.384 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -17.4 MilliJy,max = 56.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 17.87 MilliJy IMAGR2: 513 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 30.475 MilliJy iter= 69 IMAGR2: Field 2 Clean flux density= 730.501 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 969.198 MilliJy 99 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -11.1 MilliJy,max = 30.1 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 8.80 MilliJy IMAGR2: 4081 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.968 MilliJy iter= 108 IMAGR2: Field 1 Clean flux density= 402.717 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 1.133 Jy 177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.1 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 317 cell beam + residuals > 6.36 MilliJy IMAGR2: 651 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 9.041 MilliJy iter= 157 IMAGR2: Field 2 Clean flux density= 831.128 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 1.234 Jy 265 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -8.0 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 315 cell beam + residuals > 3.18 MilliJy IMAGR2: 14548 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.425 MilliJy iter= 361 IMAGR2: Field 1 Clean flux density= 564.401 MilliJy 361 comps IMAGR2: Total Cleaned flux density = 1.396 Jy 518 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.0 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.99 MilliJy IMAGR2: 536 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.502 MilliJy iter= 248 IMAGR2: Field 2 Clean flux density= 850.192 MilliJy 248 comps IMAGR2: Total Cleaned flux density = 1.415 Jy 609 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 155 cell beam + residuals > 1.71 MilliJy IMAGR2: 14019 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.475 MilliJy iter= 685 IMAGR2: Field 1 Clean flux density= 609.328 MilliJy 685 comps IMAGR2: Total Cleaned flux density = 1.460 Jy 933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.218E-03 < Second best 2.363E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 17641 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.682 MilliJy iter= 1101 IMAGR2: Field 1 Clean flux density= 634.184 MilliJy 1101 comps IMAGR2: Total Cleaned flux density = 1.484 Jy 1349 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.19 MilliJy IMAGR2: 376 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.254 MilliJy iter= 315 IMAGR2: Field 2 Clean flux density= 855.623 MilliJy 315 comps IMAGR2: Total Cleaned flux density = 1.490 Jy 1416 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 891.03 MicroJy IMAGR2: 17970 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.159 MilliJy iter= 1576 IMAGR2: Field 1 Clean flux density= 649.816 MilliJy 1576 comps IMAGR2: Total Cleaned flux density = 1.505 Jy 1891 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 880.09 MicroJy IMAGR2: 437 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -915.037 MicroJy iter= 389 IMAGR2: Field 2 Clean flux density= 857.626 MilliJy 389 comps IMAGR2: Total Cleaned flux density = 1.507 Jy 1965 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 697.75 MicroJy IMAGR2: 18258 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -874.739 MicroJy iter= 2119 IMAGR2: Field 1 Clean flux density= 666.189 MilliJy 2119 comps IMAGR2: Total Cleaned flux density = 1.524 Jy 2508 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -832.4 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 690.89 MicroJy IMAGR2: 278 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -708.536 MicroJy iter= 452 IMAGR2: Field 2 Clean flux density= 858.611 MilliJy 452 comps IMAGR2: Total Cleaned flux density = 1.525 Jy 2571 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 966.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 572.03 MicroJy IMAGR2: 18654 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -699.152 MicroJy iter= 2745 IMAGR2: Field 1 Clean flux density= 676.585 MilliJy 2745 comps IMAGR2: Total Cleaned flux density = 1.535 Jy 3197 comps IMAGR2: ALGSTB: All 1374 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1363- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -635.5 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.134E-04 < Second best 6.706E-04 IMAGR2: Field 1 min = -901.0 MicroJy,max = 820.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 482.21 MicroJy IMAGR2: 19026 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 581.416 MicroJy iter= 3460 IMAGR2: Field 1 Clean flux density= 686.228 MilliJy 3460 comps IMAGR2: Total Cleaned flux density = 1.545 Jy 3912 comps IMAGR2: ALGSTB: All 1374 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1363- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -585.1 MicroJy,max = 849.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 479.66 MicroJy IMAGR2: 57 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -482.971 MicroJy iter= 474 IMAGR2: Field 2 Clean flux density= 859.120 MilliJy 474 comps IMAGR2: Total Cleaned flux density = 1.545 Jy 3934 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -803.6 MicroJy,max = 744.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.23 MicroJy IMAGR2: 19301 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -487.621 MicroJy iter= 4246 IMAGR2: Field 1 Clean flux density= 690.705 MilliJy 4246 comps IMAGR2: Total Cleaned flux density = 1.550 Jy 4720 comps IMAGR2: ALGSTB: All 1374 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1363- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -681.6 MicroJy,max = 695.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 359.95 MicroJy IMAGR2: 18321 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -420.246 MicroJy iter= 5089 IMAGR2: Field 1 Clean flux density= 700.074 MilliJy 5089 comps IMAGR2: Total Cleaned flux density = 1.559 Jy 5563 comps IMAGR2: ALGSTB: All 1374 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1363- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -496.0 MicroJy,max = 606.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.738E-04 < Second best 4.038E-04 IMAGR2: Field 1 min = -618.8 MicroJy,max = 649.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 315.32 MicroJy IMAGR2: 19597 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -366.207 MicroJy iter= 6037 IMAGR2: Field 1 Clean flux density= 700.528 MilliJy 6037 comps IMAGR2: Total Cleaned flux density = 1.560 Jy 6511 comps IMAGR2: ALGSTB: All 1374 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1363- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -420.4 MicroJy,max = 557.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 314.86 MicroJy IMAGR2: 65 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -316.193 MicroJy iter= 500 IMAGR2: Field 2 Clean flux density= 859.186 MilliJy 500 comps IMAGR2: Total Cleaned flux density = 1.560 Jy 6537 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -569.9 MicroJy,max = 627.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 277.19 MicroJy IMAGR2: 19443 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 318.835 MicroJy iter= 7075 IMAGR2: Field 1 Clean flux density= 705.528 MilliJy 7075 comps IMAGR2: Total Cleaned flux density = 1.565 Jy 7575 comps IMAGR2: ALGSTB: All 1374 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1363- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -516.3 MicroJy,max = 556.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 246.80 MicroJy IMAGR2: 18597 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 280.638 MicroJy iter= 8163 IMAGR2: Field 1 Clean flux density= 705.659 MilliJy 8163 comps IMAGR2: Total Cleaned flux density = 1.565 Jy 8663 comps IMAGR2: ALGSTB: All 1374 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1363- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -341.2 MicroJy,max = 423.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.560E-04 < Second best 2.698E-04 IMAGR2: Field 1 min = -494.8 MicroJy,max = 513.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 217.68 MicroJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.478 MicroJy iter= 8259 IMAGR2: Field 1 Clean flux density= 705.819 MilliJy 8259 comps IMAGR2: Total Cleaned flux density = 1.565 Jy 8759 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 268.478 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 8259 to 5718 components IMAGR2: Field 2 compressed from 500 to 282 components IMAGR2: Field 1 min = -499.2 MicroJy,max = 504.7 MicroJy IMAGR2: Field 2 min = -336.9 MicroJy,max = 422.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 537.272 MilliJy ( 483 CCs) from field 1 to field 2 IMAGR2: Restore 859.186 MilliJy ( 282 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.565 Jy IMAGR2: Field 2 final Clean flux 1.396 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= 100 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 78.4 Real= 165 C@N185_C,BAND.0-1 >& /dev/null 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 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0038+416_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0038+416' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0038+416_C,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.1118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0149+059_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0149+059' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0149+059_C,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: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N676_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =N676' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N676_C,BAND.0-1 >& /dev/null 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 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1013 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0239+042_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0239+042_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0239+042' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0239+042_C,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: Disk 1 in-CNO 101 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 102 renumbered as CNO 99 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1068_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1068_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :6 =N1068' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1068_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 101 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 102 disk= 1 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 101 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0339-017 C BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1431 CELLSIZE 0.38626 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38626 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0339-017_C,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.23 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 03:39:30.94 -01:46:35.8 2.424 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 154.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.3 Real= 1 C 1 2036 2036 03 39 30.94 -01 46 35.8 00001 -1 1019 1024 1025 C 2 246 246 03 39 30.94 -01 46 35.8 00002 -1 100 128 129 = 102 disk= 1 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 101 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0339-017' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0339-017_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 3.4483E-02 -7.9936E-13 0 IMAGR2: Field 2 246 246 3.4483E-02 -7.9936E-13 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0339-017_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0339-017 .IMAGR . 1 (UV) on disk 1 cno 102 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7722 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.453E+04 IMAGR2: UVWAIT: Adding temperance S 6.906E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.214E+07 and out 6.551E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.126 due to weighting IMAGR2: UVWAIT: Average summed weight 3.453E+04 over 15366 vis IMAGR2: Create 0339-017 .IBM001. 1 (MA) on disk 1 cno 103 IMAGR2: Create 0339-017 .IBM002. 1 (MA) on disk 1 cno 104 IMAGR2: Create 0339-017 .ICL001. 1 (MA) on disk 1 cno 105 IMAGR2: Create 0339-017 .ICL002. 1 (MA) on disk 1 cno 106 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.95487E+08 IMAGR2: Field 1 Beam min = -80.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.529 x 1.282 arcsec, PA= -7.0 IMAGR2: Field 2 Sum of gridding weights = 6.95490E+08 IMAGR2: Field 2 Beam min = -80.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.529 x 1.282 arcsec, PA= -7.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -185.9 MilliJy,max = 2.2 Jy IMAGR2: Field 2 min = -185.9 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 509 cell beam + residuals > 210.03 MilliJy IMAGR2: 752 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.070 Jy iter= 8 IMAGR2: Field 2 Clean flux density= 1.275 Jy 8 comps IMAGR2: Total Cleaned flux density = 1.275 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 = -82.9 MilliJy,max = 963.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.159E-01 < Second best 1.018E+00 IMAGR2: Field 2 min = -82.9 MilliJy,max = 963.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 100.45 MilliJy IMAGR2: 597 Residual map points loaded IMAGR2: Field 2 min allowed flux = 460.772 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 1.823 Jy 16 comps IMAGR2: Total Cleaned flux density = 1.823 Jy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -38.6 MilliJy,max = 414.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.943E-01 < Second best 4.383E-01 IMAGR2: Field 2 min = -38.6 MilliJy,max = 414.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 43.24 MilliJy IMAGR2: 653 Residual map points loaded IMAGR2: Field 2 min allowed flux = 194.656 MilliJy iter= 25 IMAGR2: Field 2 Clean flux density= 2.085 Jy 25 comps IMAGR2: Total Cleaned flux density = 2.085 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.2 MilliJy,max = 175.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.670E-01 < Second best 1.852E-01 IMAGR2: Field 2 min = -21.2 MilliJy,max = 175.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 18.27 MilliJy IMAGR2: 680 Residual map points loaded IMAGR2: Field 2 min allowed flux = 82.759 MilliJy iter= 34 IMAGR2: Field 2 Clean flux density= 2.197 Jy 34 comps IMAGR2: Total Cleaned flux density = 2.197 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.3 MilliJy,max = 76.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.247E-02 < Second best 7.872E-02 IMAGR2: Field 2 min = -14.3 MilliJy,max = 76.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 7.77 MilliJy IMAGR2: 956 Residual map points loaded IMAGR2: Field 2 min allowed flux = 35.940 MilliJy iter= 43 IMAGR2: Field 2 Clean flux density= 2.246 Jy 43 comps IMAGR2: Total Cleaned flux density = 2.246 Jy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.3 MilliJy,max = 32.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.078E-02 < Second best 3.419E-02 IMAGR2: Field 2 min = -23.3 MilliJy,max = 32.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.46 MilliJy IMAGR2: 1423 Residual map points loaded IMAGR2: Field 2 min allowed flux = 15.819 MilliJy iter= 64 IMAGR2: Field 2 Clean flux density= 2.251 Jy 64 comps IMAGR2: Total Cleaned flux density = 2.251 Jy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.8 MilliJy,max = 15.6 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 4.01 MilliJy IMAGR2: 6985 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.830 MilliJy iter= 52 IMAGR2: Field 1 Clean flux density= 3.631 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 2.255 Jy 116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.8 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 151 cell beam + residuals > 4.14 MilliJy IMAGR2: 451 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.773 MilliJy iter= 120 IMAGR2: Field 2 Clean flux density= 2.252 Jy 120 comps IMAGR2: Total Cleaned flux density = 2.256 Jy 172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.9 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.38 MilliJy IMAGR2: 18131 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.125 MilliJy iter= 230 IMAGR2: Field 1 Clean flux density= 16.694 MilliJy 230 comps IMAGR2: Total Cleaned flux density = 2.269 Jy 350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.561E-03 < Second best 3.939E-03 IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 18899 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.617 MilliJy iter= 463 IMAGR2: Field 1 Clean flux density= 30.034 MilliJy 463 comps IMAGR2: Total Cleaned flux density = 2.282 Jy 583 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.295E-03 < Second best 2.501E-03 IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 19191 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.953 MilliJy iter= 781 IMAGR2: Field 1 Clean flux density= 36.079 MilliJy 781 comps IMAGR2: Total Cleaned flux density = 2.288 Jy 901 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.681E-03 < Second best 1.870E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 19298 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.555 MilliJy iter= 1177 IMAGR2: Field 1 Clean flux density= 37.487 MilliJy 1177 comps IMAGR2: Total Cleaned flux density = 2.290 Jy 1297 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 > 1.13 MilliJy IMAGR2: 190 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.171 MilliJy iter= 176 IMAGR2: Field 2 Clean flux density= 2.252 Jy 176 comps IMAGR2: Total Cleaned flux density = 2.290 Jy 1353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 943.26 MicroJy IMAGR2: 19317 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.262 MilliJy iter= 1701 IMAGR2: Field 1 Clean flux density= 37.986 MilliJy 1701 comps IMAGR2: Total Cleaned flux density = 2.290 Jy 1877 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 811.78 MicroJy IMAGR2: 18667 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.047 MilliJy iter= 2307 IMAGR2: Field 1 Clean flux density= 45.985 MilliJy 2307 comps IMAGR2: Total Cleaned flux density = 2.298 Jy 2483 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -992.3 MicroJy,max = 970.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.081E-04 < Second best 1.004E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.17 MicroJy IMAGR2: 19689 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -879.805 MicroJy iter= 3110 IMAGR2: Field 1 Clean flux density= 36.270 MilliJy 3110 comps IMAGR2: Total Cleaned flux density = 2.288 Jy 3286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -974.1 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 679.63 MicroJy IMAGR2: 173 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 701.339 MicroJy iter= 249 IMAGR2: Field 2 Clean flux density= 2.253 Jy 249 comps IMAGR2: Total Cleaned flux density = 2.289 Jy 3359 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 7722 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 575.04 MicroJy IMAGR2: 19441 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -732.835 MicroJy iter= 4117 IMAGR2: Field 1 Clean flux density= 40.705 MilliJy 4117 comps IMAGR2: Total Cleaned flux density = 2.293 Jy 4366 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 496.20 MicroJy IMAGR2: 18776 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -628.567 MicroJy iter= 5361 IMAGR2: Field 1 Clean flux density= 39.838 MilliJy 5361 comps IMAGR2: Total Cleaned flux density = 2.292 Jy 5610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -629.7 MicroJy,max = 660.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.26 MicroJy IMAGR2: 52 Residual map points loaded IMAGR2: Field 2 min Clean flux = 582.962 MicroJy iter= 260 IMAGR2: Field 2 Clean flux density= 2.252 Jy 260 comps IMAGR2: Total Cleaned flux density = 2.292 Jy 5621 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 402.19 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min Clean flux = 589.437 MicroJy iter= 5620 IMAGR2: Field 1 Clean flux density= 38.615 MilliJy 5620 comps IMAGR2: Total Cleaned flux density = 2.291 Jy 5880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 589.437 less than limit 589.457 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 5620 to 3681 components IMAGR2: Field 2 compressed from 260 to 114 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -574.7 MicroJy,max = 623.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 8.405 MilliJy ( 186 CCs) from field 1 to field 2 IMAGR2: Restore 2.252 Jy ( 114 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.291 Jy IMAGR2: Field 2 final Clean flux 2.261 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= 102 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 48.7 Real= 102 = 102 disk= 1 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 101 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0339-017' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 105 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 103 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N1358 C BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 1436 CELLSIZE 0.38490 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38490 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N1358_C,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.23 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 153.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.3 Real= 1 C 1 2036 2036 03 33 39.67 -05 05 21.8 00001 -1 1019 1024 1025 = 102 disk= 1 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 101 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0339-017' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 105 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 103 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1358_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :8 =N1358' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N1358_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -4.4823E-02 5.0000E-02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N1358_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create N1358 .IMAGR . 1 (UV) on disk 1 cno 104 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36855 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.155E+05 IMAGR2: UVWAIT: Adding temperance S 2.310E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.520E+08 and out 4.463E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.160 due to weighting IMAGR2: UVWAIT: Average summed weight 1.155E+05 over 73709 vis IMAGR2: Create N1358 .IBM001. 1 (MA) on disk 1 cno 105 IMAGR2: Create N1358 .ICL001. 1 (MA) on disk 1 cno 106 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.73767E+09 IMAGR2: Field 1 Beam min = -179.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.415 x 1.251 arcsec, PA= -10.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -285.9 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 1969 cell beam + residuals > 150.65 MicroJy IMAGR2: 15812 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 644.531 MicroJy iter= 11 IMAGR2: Total Cleaned flux density = 962.839 MicroJy 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 = -257.4 MicroJy,max = 635.0 MicroJy IMAGR2: BGC Clean: using 331 cell beam + residuals > 136.65 MicroJy IMAGR2: 19457 Residual map points loaded IMAGR2: Field 1 min allowed flux = 306.449 MicroJy iter= 28 IMAGR2: Total Cleaned flux density = 1.716 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -257.1 MicroJy,max = 304.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 132.63 MicroJy IMAGR2: 19968 Residual map points loaded IMAGR2: Field 1 min Clean flux = 265.077 MicroJy iter= 36 IMAGR2: Total Cleaned flux density = 1.943 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 265.077 less than limit 269.817 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 36 to 10 components IMAGR2: Field 1 min = -258.0 MicroJy,max = 261.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.943 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= 104 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 9.3 Real= 19 = 102 disk= 1 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 101 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0339-017' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 105 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 103 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1358_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :8 =N1358' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null 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 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0423-013_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0423-013 C BAND Seq 1 Disk: 1 in slot 11 SETFC2: SETCEL: recommends IMSIZE 1402 CELLSIZE 0.39424 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39424 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0423-013_C,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.23 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 04:23:15.80 -01:20:32.4 2.726 1.000 0.000 SETFC2: 3 04:23:03.84 -01:23:25.4 0.032 0.545 0.069 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 145.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= 0.3 Real= 1 C 1 2036 2036 04 23 15.80 -01 20 33.1 00001 -1 1019 1024 1025 C 2 246 246 04 23 15.80 -01 20 32.4 00002 -1 100 128 129 C 3 246 246 04 23 03.84 -01 23 25.4 00003 -1 100 128 129 = 102 disk= 1 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 101 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0339-017' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 105 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 103 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1358_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :8 =N1358' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null 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 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0423-013_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :9 =0423-013' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0423-013_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.0497E-02 -3.6000E-02 0 IMAGR2: Field 2 246 246 -1.0497E-02 6.6400E-01 0 IMAGR2: Field 3 246 246 -1.7936E+02 -1.7234E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0423-013_C,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 0423-013 .IMAGR . 1 (UV) on disk 1 cno 105 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7371 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.285E+04 IMAGR2: UVWAIT: Adding temperance S 6.570E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.834E+07 and out 6.221E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.132 due to weighting IMAGR2: UVWAIT: Average summed weight 3.285E+04 over 14664 vis IMAGR2: Create 0423-013 .IBM001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 0423-013 .IBM002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 0423-013 .IBM003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 0423-013 .ICL001. 1 (MA) on disk 1 cno 109 IMAGR2: Create 0423-013 .ICL002. 1 (MA) on disk 1 cno 110 IMAGR2: Create 0423-013 .ICL003. 1 (MA) on disk 1 cno 111 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.60451E+08 IMAGR2: Field 1 Beam min = -87.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.547 x 1.312 arcsec, PA= -11.1 IMAGR2: Field 2 Sum of gridding weights = 6.60456E+08 IMAGR2: Field 2 Beam min = -87.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.547 x 1.312 arcsec, PA= -11.1 IMAGR2: Field 3 Sum of gridding weights = 6.60456E+08 IMAGR2: Field 3 Beam min = -87.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.547 x 1.312 arcsec, PA= -11.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -211.3 MilliJy,max = 2.4 Jy IMAGR2: Field 2 min = -213.1 MilliJy,max = 2.3 Jy IMAGR2: Field 3 min = -146.0 MilliJy,max = 274.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 279.53 MilliJy IMAGR2: 1368 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.133 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 1.350 Jy 8 comps IMAGR2: Total Cleaned flux density = 1.350 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 2 min = -92.7 MilliJy,max = 993.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.452E-01 < Second best 1.078E+00 IMAGR2: Field 1 min = -92.7 MilliJy,max = 1.0 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 133.70 MilliJy IMAGR2: 852 Residual map points loaded IMAGR2: Field 1 min allowed flux = 487.908 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 1.931 Jy 16 comps IMAGR2: Total Cleaned flux density = 1.931 Jy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -44.3 MilliJy,max = 451.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.296E-01 < Second best 4.639E-01 IMAGR2: Field 1 min = -43.7 MilliJy,max = 439.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 57.55 MilliJy IMAGR2: 977 Residual map points loaded IMAGR2: Field 1 min allowed flux = 201.916 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 2.208 Jy 25 comps IMAGR2: Total Cleaned flux density = 2.208 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -21.9 MilliJy,max = 191.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.817E-01 < Second best 2.622E-01 IMAGR2: Field 3 min = -10.1 MilliJy,max = 24.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.342E-02 < Second best 1.920E-01 IMAGR2: Field 1 min = -22.5 MilliJy,max = 184.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 23.82 MilliJy IMAGR2: 1063 Residual map points loaded IMAGR2: Field 1 min allowed flux = 87.989 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 2.325 Jy 34 comps IMAGR2: Total Cleaned flux density = 2.325 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -16.8 MilliJy,max = 83.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.932E-02 < Second best 8.366E-02 IMAGR2: Field 1 min = -17.4 MilliJy,max = 81.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.38 MilliJy IMAGR2: 1406 Residual map points loaded IMAGR2: Field 1 min allowed flux = 39.726 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 2.378 Jy 43 comps IMAGR2: Total Cleaned flux density = 2.378 Jy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -19.2 MilliJy,max = 38.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 9.84 MilliJy IMAGR2: 79 Residual map points loaded IMAGR2: Field 2 min allowed flux = -18.815 MilliJy iter= 11 IMAGR2: Field 2 Clean flux density= 16.402 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 2.394 Jy 54 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.9 MilliJy,max = 19.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.874E-02 < Second best 2.342E-02 IMAGR2: Field 3 min = -4.1 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.887E-03 < Second best 1.874E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.55 MilliJy IMAGR2: 1671 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.831 MilliJy iter= 75 IMAGR2: Field 1 Clean flux density= 2.370 Jy 75 comps IMAGR2: Total Cleaned flux density = 2.387 Jy 86 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.3 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.14 MilliJy IMAGR2: 505 Residual map points loaded IMAGR2: Field 2 min allowed flux = -5.333 MilliJy iter= 75 IMAGR2: Field 2 Clean flux density= 11.958 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 2.382 Jy 150 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 7371 Pts IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 303 cell beam + residuals > 1.89 MilliJy IMAGR2: 11064 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.188 MilliJy iter= 214 IMAGR2: Field 1 Clean flux density= 2.391 Jy 214 comps IMAGR2: Total Cleaned flux density = 2.403 Jy 289 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.804E-03 < Second best 3.887E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.130E-03 < Second best 3.041E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 19092 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.148 MilliJy iter= 426 IMAGR2: Field 1 Clean flux density= 2.399 Jy 426 comps IMAGR2: Total Cleaned flux density = 2.411 Jy 501 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.939E-03 < Second best 2.130E-03 IMAGR2: Field 3 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 73 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.449 MilliJy iter= 36 IMAGR2: Field 3 Clean flux density= -2.595 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 2.408 Jy 537 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 19265 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.726 MilliJy iter= 727 IMAGR2: Field 1 Clean flux density= 2.404 Jy 727 comps IMAGR2: Total Cleaned flux density = 2.414 Jy 838 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.18 MilliJy IMAGR2: 279 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.317 MilliJy iter= 168 IMAGR2: Field 2 Clean flux density= 12.738 MilliJy 168 comps IMAGR2: Total Cleaned flux density = 2.415 Jy 931 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 7371 Pts IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 18674 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.403 MilliJy iter= 1141 IMAGR2: Field 1 Clean flux density= 2.400 Jy 1141 comps IMAGR2: Total Cleaned flux density = 2.410 Jy 1345 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.109E-03 < Second best 1.345E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 890.16 MicroJy IMAGR2: 18706 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.178 MilliJy iter= 1632 IMAGR2: Field 1 Clean flux density= 2.413 Jy 1632 comps IMAGR2: Total Cleaned flux density = 2.423 Jy 1836 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 884.51 MicroJy IMAGR2: 109 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 908.620 MicroJy iter= 214 IMAGR2: Field 2 Clean flux density= 12.492 MilliJy 214 comps IMAGR2: Total Cleaned flux density = 2.423 Jy 1882 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 760.84 MicroJy IMAGR2: 19148 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 995.968 MicroJy iter= 2284 IMAGR2: Field 1 Clean flux density= 2.399 Jy 2284 comps IMAGR2: Total Cleaned flux density = 2.409 Jy 2534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -920.1 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.703E-04 < Second best 9.548E-04 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 662.12 MicroJy IMAGR2: 19114 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -847.249 MicroJy iter= 3048 IMAGR2: Field 1 Clean flux density= 2.423 Jy 3048 comps IMAGR2: Total Cleaned flux density = 2.432 Jy 3298 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -975.2 MicroJy,max = 730.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 659.17 MicroJy IMAGR2: 42 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -663.883 MicroJy iter= 236 IMAGR2: Field 2 Clean flux density= 11.442 MilliJy 236 comps IMAGR2: Total Cleaned flux density = 2.431 Jy 3320 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -868.1 MicroJy,max = 965.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.249E-04 < Second best 8.115E-04 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 556.69 MicroJy IMAGR2: 19665 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 718.448 MicroJy iter= 4111 IMAGR2: Field 1 Clean flux density= 2.402 Jy 4111 comps IMAGR2: Total Cleaned flux density = 2.411 Jy 4383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -697.3 MicroJy,max = 670.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.035E-04 < Second best 6.885E-04 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 482.47 MicroJy IMAGR2: 19474 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -609.111 MicroJy iter= 5317 IMAGR2: Field 1 Clean flux density= 2.423 Jy 5317 comps IMAGR2: Total Cleaned flux density = 2.432 Jy 5589 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 542.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 481.27 MicroJy IMAGR2: 85 Residual map points loaded IMAGR2: Field 2 min Clean flux = -597.104 MicroJy iter= 249 IMAGR2: Field 2 Clean flux density= 10.489 MilliJy 249 comps IMAGR2: Total Cleaned flux density = 2.431 Jy 5602 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -608.8 MicroJy,max = 607.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.83 MicroJy IMAGR2: 10 Residual map points loaded IMAGR2: Field 3 min Clean flux = -592.361 MicroJy iter= 37 IMAGR2: Field 3 Clean flux density= -2.654 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 2.431 Jy 5603 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 397.46 MicroJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min Clean flux = -602.833 MicroJy iter= 5430 IMAGR2: Field 1 Clean flux density= 2.420 Jy 5430 comps IMAGR2: Total Cleaned flux density = 2.428 Jy 5716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 602.833 less than limit 603.329 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 5430 to 3424 components IMAGR2: Field 2 compressed from 249 to 107 components IMAGR2: Field 3 compressed from 37 to 27 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -590.8 MicroJy,max = 548.0 MicroJy IMAGR2: Field 3 min = -589.8 MicroJy,max = 614.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.385 Jy ( 127 CCs) from field 1 to field 2 IMAGR2: Restore-902.105 MicroJy ( 30 CCs) from field 1 to field 3 IMAGR2: Restore 10.489 MilliJy ( 107 CCs) from field 2 to field 1 IMAGR2: Restore -2.654 MilliJy ( 27 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.428 Jy IMAGR2: Field 2 final Clean flux 2.395 Jy IMAGR2: Field 3 final Clean flux -3.556 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= 48.3 Real= 101 = 102 disk= 1 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 101 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0339-017' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 105 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 103 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1358_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :8 =N1358' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null 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 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0423-013_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :9 =0423-013' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0423-013_C,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: Disk 1 in-CNO 109 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 107 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1667_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N1667 C BAND Seq 1 Disk: 1 in slot 12 SETFC2: SETCEL: recommends IMSIZE 1348 CELLSIZE 0.41006 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41006 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N1667_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.097 deg SETFC2: Searching catalog between 0.10 and 0.23 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 138.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.4 Real= 0 C 1 1012 1012 04 48 37.14 -06 19 11.9 00001 -1 507 512 513 C 2 1012 1012 04 48 37.14 -06 25 01.0 00002 -1 507 512 513 C 3 1012 1012 04 48 16.86 -06 22 06.4 00003 -1 507 512 513 C 4 1012 1012 04 48 57.42 -06 22 06.4 00004 -1 507 512 513 C 5 1012 1012 04 48 16.87 -06 16 17.3 00005 -1 507 512 513 C 6 1012 1012 04 48 57.42 -06 16 17.3 00006 -1 507 512 513 C 7 1012 1012 04 48 37.14 -06 13 22.8 00007 -1 507 512 513 = 102 disk= 1 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 101 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0339-017' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 105 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 103 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1358_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :8 =N1358' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null 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 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0423-013_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :9 =0423-013' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0423-013_C,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: Disk 1 in-CNO 109 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 107 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1667_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1667_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :10 =N1667' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N1667_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.4909E-02 -2.0000E-02 0 IMAGR2: Field 2 1012 1012 -1.4909E-02 -3.4912E+02 0 IMAGR2: Field 3 1012 1012 -3.0237E+02 -1.7452E+02 0 IMAGR2: Field 4 1012 1012 3.0234E+02 -1.7452E+02 0 IMAGR2: Field 5 1012 1012 -3.0222E+02 1.7458E+02 0 IMAGR2: Field 6 1012 1012 3.0234E+02 1.7458E+02 0 IMAGR2: Field 7 1012 1012 -1.4909E-02 3.4908E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N1667_C,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 N1667 .IMAGR . 1 (UV) on disk 1 cno 108 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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.798E+05 IMAGR2: UVWAIT: Adding temperance S 3.596E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.465E+08 and out 4.158E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.170 due to weighting IMAGR2: UVWAIT: Average summed weight 1.798E+05 over 74386 vis IMAGR2: Create N1667 .IBM001. 1 (MA) on disk 1 cno 109 IMAGR2: Create N1667 .IBM002. 1 (MA) on disk 1 cno 110 IMAGR2: Create N1667 .IBM003. 1 (MA) on disk 1 cno 111 IMAGR2: Create N1667 .IBM004. 1 (MA) on disk 1 cno 112 IMAGR2: Create N1667 .IBM005. 1 (MA) on disk 1 cno 113 IMAGR2: Create N1667 .IBM006. 1 (MA) on disk 1 cno 114 IMAGR2: Create N1667 .IBM007. 1 (MA) on disk 1 cno 115 IMAGR2: Create N1667 .ICL001. 1 (MA) on disk 1 cno 116 IMAGR2: Create N1667 .ICL002. 1 (MA) on disk 1 cno 117 IMAGR2: Create N1667 .ICL003. 1 (MA) on disk 1 cno 118 IMAGR2: Create N1667 .ICL004. 1 (MA) on disk 1 cno 119 IMAGR2: Create N1667 .ICL005. 1 (MA) on disk 1 cno 120 IMAGR2: Create N1667 .ICL006. 1 (MA) on disk 1 cno 121 IMAGR2: Create N1667 .ICL007. 1 (MA) on disk 1 cno 122 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.41444E+09 IMAGR2: Field 1 Beam min = -143.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.552 x 1.235 arcsec, PA= -22.9 IMAGR2: Field 2 Sum of gridding weights = 4.41443E+09 IMAGR2: Field 2 Beam min = -142.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.555 x 1.235 arcsec, PA= -22.9 IMAGR2: Field 3 Sum of gridding weights = 4.41444E+09 IMAGR2: Field 3 Beam min = -143.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.552 x 1.234 arcsec, PA= -22.7 IMAGR2: Field 4 Sum of gridding weights = 4.41444E+09 IMAGR2: Field 4 Beam min = -142.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.554 x 1.235 arcsec, PA= -23.1 IMAGR2: Field 5 Sum of gridding weights = 4.41444E+09 IMAGR2: Field 5 Beam min = -143.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.549 x 1.235 arcsec, PA= -22.8 IMAGR2: Field 6 Sum of gridding weights = 4.41444E+09 IMAGR2: Field 6 Beam min = -143.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.551 x 1.235 arcsec, PA= -23.1 IMAGR2: Field 7 Sum of gridding weights = 4.41443E+09 IMAGR2: Field 7 Beam min = -143.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.548 x 1.235 arcsec, PA= -23.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -260.4 MicroJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -264.3 MicroJy,max = 332.9 MicroJy IMAGR2: Field 3 min = -265.8 MicroJy,max = 602.7 MicroJy IMAGR2: Field 4 min = -257.2 MicroJy,max = 314.4 MicroJy IMAGR2: Field 5 min = -240.7 MicroJy,max = 589.0 MicroJy IMAGR2: Field 6 min = -262.9 MicroJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -271.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 1071 cell beam + residuals > 170.79 MicroJy IMAGR2: 2674 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 657.417 MicroJy iter= 8 IMAGR2: Field 6 Clean flux density= 693.372 MicroJy 8 comps IMAGR2: Total Cleaned flux density = 693.372 MicroJy 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 = -248.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 1071 cell beam + residuals > 160.30 MicroJy IMAGR2: 3837 Residual map points loaded IMAGR2: Field 1 min allowed flux = 516.613 MicroJy iter= 9 IMAGR2: Field 1 Clean flux density= 679.813 MicroJy 9 comps IMAGR2: Total Cleaned flux density = 1.373 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -243.5 MicroJy,max = 620.9 MicroJy IMAGR2: BGC Clean: using 1071 cell beam + residuals > 159.16 MicroJy IMAGR2: 1925 Residual map points loaded IMAGR2: Field 6 min allowed flux = 296.663 MicroJy iter= 24 IMAGR2: Field 6 Clean flux density= 1.396 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 2.076 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -271.4 MicroJy,max = 599.0 MicroJy IMAGR2: BGC Clean: using 1071 cell beam + residuals > 159.16 MicroJy IMAGR2: 1312 Residual map points loaded IMAGR2: Field 3 min allowed flux = 276.997 MicroJy iter= 13 IMAGR2: Field 3 Clean flux density= 517.617 MicroJy 13 comps IMAGR2: Total Cleaned flux density = 2.593 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -231.6 MicroJy,max = 260.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.498E-04 < Second best 4.918E-04 IMAGR2: Field 1 min = -249.5 MicroJy,max = 479.4 MicroJy IMAGR2: BGC Clean: using 179 cell beam + residuals > 153.17 MicroJy IMAGR2: 2495 Residual map points loaded IMAGR2: Field 1 min Clean flux = 264.313 MicroJy iter= 17 IMAGR2: Field 1 Clean flux density= 970.063 MicroJy 17 comps IMAGR2: Total Cleaned flux density = 2.884 MilliJy 54 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -230.4 MicroJy,max = 270.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.588E-04 < Second best 2.940E-04 IMAGR2: Field 2 min = -273.2 MicroJy,max = 295.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.464E-04 < Second best 2.846E-04 IMAGR2: Field 7 min = -263.6 MicroJy,max = 289.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.508E-04 < Second best 2.828E-04 IMAGR2: Field 6 min = -238.5 MicroJy,max = 280.3 MicroJy IMAGR2: BGC Clean: using 179 cell beam + residuals > 147.77 MicroJy IMAGR2: 2329 Residual map points loaded IMAGR2: Field 6 min Clean flux = 256.439 MicroJy iter= 27 IMAGR2: Field 6 Clean flux density= 1.477 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 2.964 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -269.6 MicroJy,max = 263.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 109.40 MicroJy IMAGR2: WARNING: > MAXPIXELS LOADED TO AP!! IMAGR2: 20422 Residual map points loaded IMAGR2: Field 3 min Clean flux = 263.688 MicroJy iter= 14 IMAGR2: Field 3 Clean flux density= 543.986 MicroJy 14 comps IMAGR2: Total Cleaned flux density = 2.991 MilliJy 58 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -230.0 MicroJy,max = 269.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 109.23 MicroJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 4 min Clean flux = 242.809 MicroJy iter= 2 IMAGR2: Field 4 Clean flux density= 51.260 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 3.042 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 264.313 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 17 to 4 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 14 to 5 components IMAGR2: Field 4 compressed from 2 to 1 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 27 to 6 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -249.9 MicroJy,max = 263.5 MicroJy IMAGR2: Field 2 min = -274.2 MicroJy,max = 293.1 MicroJy IMAGR2: Field 3 min = -269.7 MicroJy,max = 261.6 MicroJy IMAGR2: Field 4 min = -229.7 MicroJy,max = 265.9 MicroJy IMAGR2: Field 5 min = -231.3 MicroJy,max = 258.0 MicroJy IMAGR2: Field 6 min = -238.0 MicroJy,max = 260.1 MicroJy IMAGR2: Field 7 min = -262.4 MicroJy,max = 261.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 380.522 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Restore 543.986 MicroJy ( 5 CCs) from field 3 to field 5 IMAGR2: Restore 51.260 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR2: Restore 51.260 MicroJy ( 1 CCs) from field 4 to field 2 IMAGR2: Restore 1.477 MilliJy ( 6 CCs) from field 6 to field 7 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.402 MilliJy IMAGR2: Field 2 final Clean flux 51.260 MicroJy IMAGR2: Field 3 final Clean flux 543.986 MicroJy IMAGR2: Field 4 final Clean flux 51.260 MicroJy IMAGR2: Field 5 final Clean flux 543.986 MicroJy IMAGR2: Field 6 final Clean flux 1.477 MilliJy IMAGR2: Field 7 final Clean flux 1.477 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= 108 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 22.2 Real= 47 = 102 disk= 1 AIPS 2: Disk 1 in-CNO 103 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 104 renumbered as CNO 101 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0339-017' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 105 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 103 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1358_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :8 =N1358' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1358_C,BAND.0-1 >& /dev/null 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 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0423-013_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :9 =0423-013' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0423-013_C,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: Disk 1 in-CNO 109 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 107 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1667_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1667_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :10 =N1667' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1667_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 113 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 114 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 115 disk= 1 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: Disk 1 in-CNO 122 renumbered as CNO 114 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0205+322 C BAND Seq 1 Disk: 1 in slot 13 SETFC2: SETCEL: recommends IMSIZE 1413 CELLSIZE 0.39108 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39108 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0205+322_C,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.23 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 02:05:04.90 32:12:30.1 0.658 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 161.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= 0.2 Real= 1 C 1 2036 2036 02 05 04.93 32 12 30.1 00001 -1 1019 1024 1025 C 2 246 246 02 05 04.90 32 12 30.1 00002 -1 100 128 129 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0205+322_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :11 =0205+322' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0205+322_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 5.3305E-02 4.0000E-03 0 IMAGR2: Field 2 246 246 -3.2745E-01 4.0000E-03 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0205+322_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0205+322 .IMAGR . 1 (UV) on disk 1 cno 115 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6669 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.414E+04 IMAGR2: UVWAIT: Adding temperance S 4.827E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.625E+07 and out 5.806E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.137 due to weighting IMAGR2: UVWAIT: Average summed weight 2.414E+04 over 13260 vis IMAGR2: Create 0205+322 .IBM001. 1 (MA) on disk 1 cno 116 IMAGR2: Create 0205+322 .IBM002. 1 (MA) on disk 1 cno 117 IMAGR2: Create 0205+322 .ICL001. 1 (MA) on disk 1 cno 118 IMAGR2: Create 0205+322 .ICL002. 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.16416E+08 IMAGR2: Field 1 Beam min = -67.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.304 x 1.213 arcsec, PA= -34.0 IMAGR2: Field 2 Sum of gridding weights = 6.16431E+08 IMAGR2: Field 2 Beam min = -80.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.304 x 1.213 arcsec, PA= -34.0 IMAGR2: CLBHIS: minimum component 0.434 of current peak IMAGR2: Field 1 min = -60.4 MilliJy,max = 890.5 MilliJy IMAGR2: Field 2 min = -60.3 MilliJy,max = 888.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 67.05 MilliJy IMAGR2: 6185 Residual map points loaded IMAGR2: Field 1 min allowed flux = 383.336 MilliJy iter= 9 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 545.510 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 545.510 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 = -23.5 MilliJy,max = 343.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.264E-01 < Second best 3.644E-01 IMAGR2: Field 1 min = -23.5 MilliJy,max = 345.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 28.86 MilliJy IMAGR2: 4104 Residual map points loaded IMAGR2: Field 1 min allowed flux = 143.793 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 773.656 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 773.656 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.2 MilliJy,max = 130.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.241E-01 < Second best 1.367E-01 IMAGR2: Field 1 min = -10.2 MilliJy,max = 129.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.83 MilliJy IMAGR2: 5290 Residual map points loaded IMAGR2: Field 1 min allowed flux = 51.238 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 867.677 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 867.677 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.3 MilliJy,max = 46.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.446E-02 < Second best 4.871E-02 IMAGR2: Field 1 min = -11.1 MilliJy,max = 47.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.86 MilliJy IMAGR2: 11601 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.425 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 899.754 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 899.754 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -18.0 MilliJy,max = 19.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.849E-02 < Second best 1.942E-02 IMAGR2: Field 1 min = -18.0 MilliJy,max = 19.0 MilliJy IMAGR2: BGC Clean: using 1697 cell beam + residuals > 2.43 MilliJy IMAGR2: 16122 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.126 MilliJy iter= 71 IMAGR2: Field 1 Clean flux density= 897.676 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 897.676 MilliJy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.6 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.75 MilliJy IMAGR2: 378 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.253 MilliJy iter= 50 IMAGR2: Field 2 Clean flux density= -2.514 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 895.162 MilliJy 121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 619 cell beam + residuals > 1.37 MilliJy IMAGR2: 15909 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.553 MilliJy iter= 209 IMAGR2: Field 1 Clean flux density= 900.102 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 897.588 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 500 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.812 MilliJy iter= 163 IMAGR2: Field 2 Clean flux density= -1.014 MilliJy 163 comps IMAGR2: Total Cleaned flux density = 899.088 MilliJy 372 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 6669 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 760.35 MicroJy IMAGR2: 17104 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.211 MilliJy iter= 496 IMAGR2: Field 1 Clean flux density= 908.226 MilliJy 496 comps IMAGR2: Total Cleaned flux density = 907.212 MilliJy 659 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -966.4 MicroJy,max = 945.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.277E-04 < Second best 1.157E-03 IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 557.73 MicroJy IMAGR2: 19060 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 807.601 MicroJy iter= 855 IMAGR2: Field 1 Clean flux density= 915.396 MilliJy 855 comps IMAGR2: Total Cleaned flux density = 914.382 MilliJy 1018 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -776.9 MicroJy,max = 658.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 554.51 MicroJy IMAGR2: 144 Residual map points loaded IMAGR2: Field 2 min Clean flux = -632.347 MicroJy iter= 176 IMAGR2: Field 2 Clean flux density= -1.622 MilliJy 176 comps IMAGR2: Total Cleaned flux density = 913.774 MilliJy 1031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -945.2 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 447.97 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min Clean flux = -634.089 MicroJy iter= 1084 IMAGR2: Field 1 Clean flux density= 917.164 MilliJy 1084 comps IMAGR2: Total Cleaned flux density = 915.542 MilliJy 1260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 634.089 less than limit 634.289 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1084 to 671 components IMAGR2: Field 2 compressed from 176 to 53 components IMAGR2: Field 1 min = -901.2 MicroJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -588.4 MicroJy,max = 580.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 899.993 MilliJy ( 113 CCs) from field 1 to field 2 IMAGR2: Restore -1.622 MilliJy ( 53 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 915.542 MilliJy IMAGR2: Field 2 final Clean flux 898.371 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= 115 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 21.4 Real= 44 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0205+322_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :11 =0205+322' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 118 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 116 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N777 C BAND Seq 1 Disk: 1 in slot 14 SETFC2: SETCEL: recommends IMSIZE 1402 CELLSIZE 0.39414 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39414 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N777_C,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.23 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 02:00:20.28 31:22:19.5 0.067 0.639 0.060 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 162.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.2 Real= 1 C 1 2036 2036 02 00 14.90 31 25 44.0 00001 -1 1019 1024 1025 C 2 246 246 02 00 20.28 31 22 19.5 00002 -1 100 128 129 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0205+322_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :11 =0205+322' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 118 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 116 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N777_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :12 =N777' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N777_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.0913E-11 2.5580E-11 0 IMAGR2: Field 2 246 246 6.8860E+01 -2.0450E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N777_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N777 .IMAGR . 1 (UV) on disk 1 cno 117 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37557 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 6.474E+04 IMAGR2: UVWAIT: Adding temperance S 1.295E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.626E+08 and out 4.522E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.138 due to weighting IMAGR2: UVWAIT: Average summed weight 6.474E+04 over 74854 vis IMAGR2: Create N777 .IBM001. 1 (MA) on disk 1 cno 118 IMAGR2: Create N777 .IBM002. 1 (MA) on disk 1 cno 119 IMAGR2: Create N777 .ICL001. 1 (MA) on disk 1 cno 120 IMAGR2: Create N777 .ICL002. 1 (MA) on disk 1 cno 121 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.80031E+09 IMAGR2: Field 1 Beam min = -97.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.234 x 1.129 arcsec, PA= -39.2 IMAGR2: Field 2 Sum of gridding weights = 4.80035E+09 IMAGR2: Field 2 Beam min = -97.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.234 x 1.130 arcsec, PA= -39.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -710.4 MicroJy,max = 6.5 MilliJy IMAGR2: Field 2 min = -707.8 MicroJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 1927 cell beam + residuals > 336.45 MicroJy IMAGR2: 15142 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.201 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 4.797 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 4.797 MilliJy 11 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -454.8 MicroJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 321.09 MicroJy IMAGR2: 1330 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.501 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 3.682 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 8.479 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -336.8 MicroJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 1913 cell beam + residuals > 175.94 MicroJy IMAGR2: 13356 Residual map points loaded IMAGR2: Field 1 min allowed flux = 719.564 MicroJy iter= 54 IMAGR2: Field 1 Clean flux density= 9.222 MilliJy 54 comps IMAGR2: Total Cleaned flux density = 12.904 MilliJy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -225.0 MicroJy,max = 706.0 MicroJy IMAGR2: BGC Clean: using 259 cell beam + residuals > 200.78 MicroJy IMAGR2: 208 Residual map points loaded IMAGR2: Field 2 min allowed flux = 348.454 MicroJy iter= 41 IMAGR2: Field 2 Clean flux density= 4.902 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 14.124 MilliJy 95 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 37557 Pts IMAGR2: Field 1 min = -316.9 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 168.59 MicroJy IMAGR2: 4739 Residual map points loaded IMAGR2: Field 1 min allowed flux = 353.409 MicroJy iter= 112 IMAGR2: Field 1 Clean flux density= 11.971 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 16.873 MilliJy 153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -303.0 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 165.40 MicroJy IMAGR2: 3408 Residual map points loaded IMAGR2: Field 1 min Clean flux = 266.151 MicroJy iter= 179 IMAGR2: Field 1 Clean flux density= 13.981 MilliJy 179 comps IMAGR2: Total Cleaned flux density = 18.884 MilliJy 220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -208.4 MicroJy,max = 256.5 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 179 to 61 components IMAGR2: Field 2 compressed from 41 to 9 components IMAGR2: Field 1 min = -290.1 MicroJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -208.4 MicroJy,max = 256.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 7.074 MilliJy ( 8 CCs) from field 1 to field 2 IMAGR2: Restore 4.902 MilliJy ( 9 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 18.884 MilliJy IMAGR2: Field 2 final Clean flux 11.976 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 117 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 14.9 Real= 33 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0205+322_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :11 =0205+322' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 118 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 116 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N777_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :12 =N777' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null 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 117 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0230+405 C BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 1427 CELLSIZE 0.38723 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38723 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0230+405_C,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.23 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 02:30:45.70 40:32:53.0 0.451 1.000 0.000 SETFC2: 3 02:31:00.26 40:37:42.7 0.035 0.313 0.093 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 153.4 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= 0.2 Real= 1 C 1 2036 2036 02 30 45.71 40 32 53.1 00001 -1 1019 1024 1025 C 2 246 246 02 30 45.70 40 32 53.0 00002 -1 100 128 129 C 3 246 246 02 31 00.26 40 37 42.7 00003 -1 100 128 129 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0205+322_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :11 =0205+322' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 118 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 116 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N777_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :12 =N777' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null 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 117 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0230+405_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :13 =0230+405' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0230+405_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 3.6473E-02 1.3000E-02 0 IMAGR2: Field 2 246 246 -7.7506E-02 -8.7000E-02 0 IMAGR2: Field 3 246 246 1.6588E+02 2.8961E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0230+405_C,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 0230+405 .IMAGR . 1 (UV) on disk 1 cno 119 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.530E+04 IMAGR2: UVWAIT: Adding temperance S 5.061E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.906E+07 and out 6.402E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.140 due to weighting IMAGR2: UVWAIT: Average summed weight 2.530E+04 over 14040 vis IMAGR2: Create 0230+405 .IBM001. 1 (MA) on disk 1 cno 120 IMAGR2: Create 0230+405 .IBM002. 1 (MA) on disk 1 cno 121 IMAGR2: Create 0230+405 .IBM003. 1 (MA) on disk 1 cno 122 IMAGR2: Create 0230+405 .ICL001. 1 (MA) on disk 1 cno 123 IMAGR2: Create 0230+405 .ICL002. 1 (MA) on disk 1 cno 124 IMAGR2: Create 0230+405 .ICL003. 1 (MA) on disk 1 cno 125 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.79609E+08 IMAGR2: Field 1 Beam min = -71.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.324 x 1.182 arcsec, PA= -38.8 IMAGR2: Field 2 Sum of gridding weights = 6.79617E+08 IMAGR2: Field 2 Beam min = -71.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.324 x 1.182 arcsec, PA= -38.8 IMAGR2: Field 3 Sum of gridding weights = 6.79617E+08 IMAGR2: Field 3 Beam min = -71.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.325 x 1.181 arcsec, PA= -38.7 IMAGR2: CLBHIS: minimum component 0.427 of current peak IMAGR2: Field 1 min = -26.7 MilliJy,max = 372.4 MilliJy IMAGR2: Field 2 min = -27.5 MilliJy,max = 363.9 MilliJy IMAGR2: Field 3 min = -21.0 MilliJy,max = 34.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 22.42 MilliJy IMAGR2: 15290 Residual map points loaded IMAGR2: Field 1 min allowed flux = 144.277 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 242.556 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 242.556 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.7 MilliJy,max = 131.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.253E-01 < Second best 1.372E-01 IMAGR2: Field 1 min = -9.7 MilliJy,max = 129.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.69 MilliJy IMAGR2: 10360 Residual map points loaded IMAGR2: Field 1 min allowed flux = 52.124 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 327.520 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 327.520 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.1 MilliJy,max = 51.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 11.10 MilliJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 2 min allowed flux = 19.957 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 33.552 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 361.072 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 17.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.694E-02 < Second best 2.836E-02 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.616E-03 < Second best 1.898E-02 IMAGR2: Field 2 min = -3.3 MilliJy,max = 18.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.20 MilliJy IMAGR2: 1607 Residual map points loaded IMAGR2: Field 2 min allowed flux = 7.262 MilliJy iter= 20 IMAGR2: Field 2 Clean flux density= 45.315 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 372.836 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.07 MilliJy IMAGR2: 618 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.050 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 329.757 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 375.072 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 721.45 MicroJy IMAGR2: 420 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.370 MilliJy iter= 46 IMAGR2: Field 2 Clean flux density= 44.890 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 374.646 MilliJy 81 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.385E-03 < Second best 1.616E-03 IMAGR2: Field 3 min = -732.6 MicroJy,max = 878.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.406E-04 < Second best 1.385E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 1549 cell beam + residuals > 460.14 MicroJy IMAGR2: 8779 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 782.301 MicroJy iter= 105 IMAGR2: Field 1 Clean flux density= 330.602 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 375.491 MilliJy 151 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -989.4 MicroJy,max = 975.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.85 MicroJy IMAGR2: 599 Residual map points loaded IMAGR2: Field 2 min Clean flux = -613.769 MicroJy iter= 114 IMAGR2: Field 2 Clean flux density= 45.725 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 376.327 MilliJy 219 comps IMAGR2: ALGSTB: All 176 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 165- 0 Cells, with 7020 Pts IMAGR2: Field 3 min = -616.1 MicroJy,max = 714.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.836E-04 < Second best 7.461E-04 IMAGR2: Field 1 min = -684.9 MicroJy,max = 717.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 340.30 MicroJy IMAGR2: 19760 Residual map points loaded IMAGR2: Field 1 min Clean flux = 610.446 MicroJy iter= 118 IMAGR2: Field 1 Clean flux density= 330.930 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 376.655 MilliJy 232 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -612.9 MicroJy,max = 623.0 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 118 to 28 components IMAGR2: Field 2 compressed from 114 to 32 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 1 min = -605.8 MicroJy,max = 629.0 MicroJy IMAGR2: Field 2 min = -685.2 MicroJy,max = 632.1 MicroJy IMAGR2: Field 3 min = -612.9 MicroJy,max = 623.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 330.500 MilliJy ( 19 CCs) from field 1 to field 2 IMAGR2: Restore 303.086 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR2: Restore 45.725 MilliJy ( 32 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 376.655 MilliJy IMAGR2: Field 2 final Clean flux 376.225 MilliJy IMAGR2: Field 3 final Clean flux 303.086 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= 119 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 14.7 Real= 31 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0205+322_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :11 =0205+322' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 118 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 116 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N777_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :12 =N777' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null 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 117 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0230+405_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :13 =0230+405' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 120 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 121 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 122 disk= 1 AIPS 2: Disk 1 in-CNO 123 renumbered as CNO 119 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 120 AIPS 2: Disk 1 in-CNO 125 renumbered as CNO 121 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1058_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N1058 C BAND Seq 1 Disk: 1 in slot 16 SETFC2: SETCEL: recommends IMSIZE 1433 CELLSIZE 0.38568 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38568 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N1058_C,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.23 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 156.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 C 1 2036 2036 02 43 29.89 37 20 27.6 00001 -1 1019 1024 1025 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0205+322_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :11 =0205+322' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 118 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 116 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N777_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :12 =N777' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null 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 117 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0230+405_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :13 =0230+405' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 120 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 121 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 122 disk= 1 AIPS 2: Disk 1 in-CNO 123 renumbered as CNO 119 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 120 AIPS 2: Disk 1 in-CNO 125 renumbered as CNO 121 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1058_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1058_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :14 =N1058' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N1058_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 2.0337E-11 2.5580E-11 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N1058_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create N1058 .IMAGR . 1 (UV) on disk 1 cno 122 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37557 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 6.168E+04 IMAGR2: UVWAIT: Adding temperance S 1.234E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.620E+08 and out 4.464E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 6.168E+04 over 75036 vis IMAGR2: Create N1058 .IBM001. 1 (MA) on disk 1 cno 123 IMAGR2: Create N1058 .ICL001. 1 (MA) on disk 1 cno 124 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.73926E+09 IMAGR2: Field 1 Beam min = -97.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.227 x 1.109 arcsec, PA= -31.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -241.3 MicroJy,max = 262.5 MicroJy IMAGR2: Peak residual in window 228.498 less than limit 267.283 MicroJy IMAGR2: Field 1 min = -241.3 MicroJy,max = 262.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 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= 122 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 3.9 Real= 8 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0205+322_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :11 =0205+322' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 118 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 116 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N777_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :12 =N777' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null 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 117 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0230+405_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :13 =0230+405' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 120 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 121 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 122 disk= 1 AIPS 2: Disk 1 in-CNO 123 renumbered as CNO 119 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 120 AIPS 2: Disk 1 in-CNO 125 renumbered as CNO 121 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1058_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1058_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :14 =N1058' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1058_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 123 disk= 1 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 122 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04484 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0319+415_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0319+415 C BAND Seq 1 Disk: 1 in slot 17 SETFC2: SETCEL: recommends IMSIZE 1447 CELLSIZE 0.38191 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38191 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0319+415_C,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.23 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 03:19:48.16 41:30:42.1 22.830 1.000 0.000 SETFC2: 3 03:19:46.09 41:32:54.1 0.042 0.846 0.037 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 149.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.3 Real= 0 C 1 2036 2036 03 19 48.16 41 30 42.1 00001 -1 1019 1024 1025 C 2 246 246 03 19 48.16 41 30 42.1 00002 -1 100 128 129 C 3 246 246 03 19 46.09 41 32 54.1 00003 -1 100 128 129 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0205+322_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :11 =0205+322' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 118 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 116 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N777_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :12 =N777' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null 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 117 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0230+405_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :13 =0230+405' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 120 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 121 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 122 disk= 1 AIPS 2: Disk 1 in-CNO 123 renumbered as CNO 119 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 120 AIPS 2: Disk 1 in-CNO 125 renumbered as CNO 121 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1058_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1058_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :14 =N1058' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1058_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 123 disk= 1 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 122 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04484 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0319+415_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0319+415_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :15 =0319+415' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0319+415_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.1232E-03 -6.0000E-03 0 IMAGR2: Field 2 246 246 -1.1232E-03 -6.0000E-03 0 IMAGR2: Field 3 246 246 -2.3252E+01 1.3199E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0319+415_C,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 0319+415 .IMAGR . 1 (UV) on disk 1 cno 123 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37066 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.899E+04 IMAGR2: UVWAIT: Adding temperance S 9.798E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.186E+08 and out 3.797E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 4.899E+04 over 72749 vis IMAGR2: Create 0319+415 .IBM001. 1 (MA) on disk 1 cno 124 IMAGR2: Create 0319+415 .IBM002. 1 (MA) on disk 1 cno 125 IMAGR2: Create 0319+415 .IBM003. 1 (MA) on disk 1 cno 126 IMAGR2: Create 0319+415 .ICL001. 1 (MA) on disk 1 cno 127 IMAGR2: Create 0319+415 .ICL002. 1 (MA) on disk 1 cno 128 IMAGR2: Create 0319+415 .ICL003. 1 (MA) on disk 1 cno 129 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.03067E+09 IMAGR2: Field 1 Beam min = -97.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.278 x 1.104 arcsec, PA= -28.4 IMAGR2: Field 2 Sum of gridding weights = 4.03071E+09 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Beam min = -97.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.278 x 1.104 arcsec, PA= -28.4 IMAGR2: Field 3 Sum of gridding weights = 4.03071E+09 IMAGR2: Field 3 Beam min = -97.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.278 x 1.104 arcsec, PA= -28.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -2.0 Jy,max = 20.6 Jy IMAGR2: Field 2 min = -2.0 Jy,max = 20.6 Jy IMAGR2: Field 3 min = -767.2 MilliJy,max = 1.0 Jy IMAGR2: BGC Clean: using 509 cell beam + residuals > 726.86 MilliJy IMAGR2: 4311 Residual map points loaded IMAGR2: Field 2 min allowed flux = 9.863 Jy iter= 8 IMAGR2: Field 2 Clean flux density= 11.744 Jy 8 comps IMAGR2: Total Cleaned flux density = 11.744 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 = -862.6 MilliJy,max = 8.9 Jy IMAGR2: TRY ANOTHER FIELD: this is 8.435E+00 < Second best 9.380E+00 IMAGR2: Field 2 min = -862.6 MilliJy,max = 8.9 Jy IMAGR2: BGC Clean: using 509 cell beam + residuals > 314.54 MilliJy IMAGR2: 4270 Residual map points loaded IMAGR2: Field 2 min allowed flux = 4.245 Jy iter= 16 IMAGR2: Field 2 Clean flux density= 16.799 Jy 16 comps IMAGR2: Total Cleaned flux density = 16.799 Jy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -370.8 MilliJy,max = 3.8 Jy IMAGR2: TRY ANOTHER FIELD: this is 3.631E+00 < Second best 4.038E+00 IMAGR2: Field 2 min = -370.8 MilliJy,max = 3.8 Jy IMAGR2: BGC Clean: using 509 cell beam + residuals > 157.95 MilliJy IMAGR2: 3148 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.828 Jy iter= 24 IMAGR2: Field 2 Clean flux density= 18.975 Jy 24 comps IMAGR2: Total Cleaned flux density = 18.975 Jy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -160.9 MilliJy,max = 1.6 Jy IMAGR2: TRY ANOTHER FIELD: this is 1.563E+00 < Second best 1.738E+00 IMAGR2: Field 2 min = -160.9 MilliJy,max = 1.6 Jy IMAGR2: BGC Clean: using 509 cell beam + residuals > 97.77 MilliJy IMAGR2: 1448 Residual map points loaded IMAGR2: Field 2 min allowed flux = 786.699 MilliJy iter= 32 IMAGR2: Field 2 Clean flux density= 19.912 Jy 32 comps IMAGR2: Total Cleaned flux density = 19.912 Jy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -72.9 MilliJy,max = 708.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.729E-01 < Second best 7.482E-01 IMAGR2: Field 2 min = -72.9 MilliJy,max = 708.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.734E-01 < Second best 7.417E-01 IMAGR2: Field 3 min = -32.3 MilliJy,max = 35.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.819E-02 < Second best 6.734E-01 IMAGR2: BGC Clean: using 509 cell beam + residuals > 24.96 MilliJy IMAGR2: 4896 Residual map points loaded IMAGR2: Field 2 min allowed flux = 328.874 MilliJy iter= 41 IMAGR2: Field 2 Clean flux density= 20.358 Jy 41 comps IMAGR2: Total Cleaned flux density = 20.358 Jy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.3 MilliJy,max = 302.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.877E-01 < Second best 3.128E-01 IMAGR2: Field 2 min = -39.3 MilliJy,max = 302.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 11.59 MilliJy IMAGR2: 5035 Residual map points loaded IMAGR2: Field 2 min allowed flux = 143.475 MilliJy iter= 50 IMAGR2: Field 2 Clean flux density= 20.550 Jy 50 comps IMAGR2: Total Cleaned flux density = 20.550 Jy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -37.0 MilliJy,max = 131.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.253E-01 < Second best 1.365E-01 IMAGR2: Field 2 min = -37.0 MilliJy,max = 131.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 7.68 MilliJy IMAGR2: 3691 Residual map points loaded IMAGR2: Field 2 min allowed flux = 62.156 MilliJy iter= 60 IMAGR2: Field 2 Clean flux density= 20.643 Jy 60 comps IMAGR2: Total Cleaned flux density = 20.643 Jy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -50.1 MilliJy,max = 57.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.423E-02 < Second best 5.914E-02 IMAGR2: Field 2 min = -50.1 MilliJy,max = 57.0 MilliJy IMAGR2: BGC Clean: using 333 cell beam + residuals > 6.12 MilliJy IMAGR2: 3222 Residual map points loaded IMAGR2: Field 2 min allowed flux = 27.487 MilliJy iter= 84 IMAGR2: Field 2 Clean flux density= 20.647 Jy 84 comps IMAGR2: Total Cleaned flux density = 20.647 Jy 84 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -27.5 MilliJy,max = 25.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.620E-02 < Second best 2.819E-02 IMAGR2: Field 3 min = -9.0 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.960E-03 < Second best 2.620E-02 IMAGR2: BGC Clean: using 479 cell beam + residuals > 4.98 MilliJy IMAGR2: 9269 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.713 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 5.773 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 20.653 Jy 133 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.6 MilliJy,max = 13.5 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 4.88 MilliJy IMAGR2: 1995 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 8.069 MilliJy iter= 199 IMAGR2: Field 2 Clean flux density= 20.678 Jy 199 comps IMAGR2: Total Cleaned flux density = 20.684 Jy 248 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -8.1 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 4.15 MilliJy IMAGR2: 10699 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.366 MilliJy iter= 220 IMAGR2: Field 1 Clean flux density= 37.489 MilliJy 220 comps IMAGR2: Total Cleaned flux density = 20.716 Jy 419 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.8 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.86 MilliJy IMAGR2: 1604 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.159 MilliJy iter= 365 IMAGR2: Field 2 Clean flux density= 20.716 Jy 365 comps IMAGR2: Total Cleaned flux density = 20.754 Jy 585 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -7.6 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.64 MilliJy IMAGR2: 17731 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.204 MilliJy iter= 524 IMAGR2: Field 1 Clean flux density= 56.372 MilliJy 524 comps IMAGR2: Total Cleaned flux density = 20.772 Jy 889 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.54 MilliJy IMAGR2: 17453 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.788 MilliJy iter= 898 IMAGR2: Field 1 Clean flux density= 73.162 MilliJy 898 comps IMAGR2: Total Cleaned flux density = 20.789 Jy 1263 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.548E-03 < Second best 4.960E-03 IMAGR2: Field 3 min = -5.4 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.357E-03 < Second best 4.593E-03 IMAGR2: Field 1 min = -7.3 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 18771 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.470 MilliJy iter= 1364 IMAGR2: Field 1 Clean flux density= 95.006 MilliJy 1364 comps IMAGR2: Total Cleaned flux density = 20.811 Jy 1729 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 856 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.753 MilliJy iter= 559 IMAGR2: Field 2 Clean flux density= 20.728 Jy 559 comps IMAGR2: Total Cleaned flux density = 20.823 Jy 1923 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -5.2 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.38 MilliJy IMAGR2: 59 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.444 MilliJy iter= 31 IMAGR2: Field 3 Clean flux density= 1.147 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 20.825 Jy 1954 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -7.2 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.21 MilliJy IMAGR2: 18759 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.119 MilliJy iter= 1991 IMAGR2: Field 1 Clean flux density= 103.909 MilliJy 1991 comps IMAGR2: Total Cleaned flux density = 20.834 Jy 2581 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -7.0 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.08 MilliJy IMAGR2: 18490 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.832 MilliJy iter= 2690 IMAGR2: Field 1 Clean flux density= 129.418 MilliJy 2690 comps IMAGR2: Total Cleaned flux density = 20.859 Jy 3280 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR2: 18146 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.601 MilliJy iter= 3475 IMAGR2: Field 1 Clean flux density= 146.702 MilliJy 3475 comps IMAGR2: Total Cleaned flux density = 20.876 Jy 4065 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -5.8 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.93 MilliJy IMAGR2: 338 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.015 MilliJy iter= 668 IMAGR2: Field 2 Clean flux density= 20.732 Jy 668 comps IMAGR2: Total Cleaned flux density = 20.880 Jy 4174 comps IMAGR2: ALGSTB: All 179 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; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -6.8 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 19140 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.349 MilliJy iter= 4398 IMAGR2: Field 1 Clean flux density= 147.933 MilliJy 4398 comps IMAGR2: Total Cleaned flux density = 20.881 Jy 5097 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -4.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.905E-03 < Second best 3.218E-03 IMAGR2: Field 1 min = -6.7 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.65 MilliJy IMAGR2: 19117 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.132 MilliJy iter= 5402 IMAGR2: Field 1 Clean flux density= 154.290 MilliJy 5402 comps IMAGR2: Total Cleaned flux density = 20.887 Jy 6101 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -6.7 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 18753 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.938 MilliJy iter= 6481 IMAGR2: Field 1 Clean flux density= 179.855 MilliJy 6481 comps IMAGR2: Total Cleaned flux density = 20.913 Jy 7180 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -4.6 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.51 MilliJy IMAGR2: 120 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.526 MilliJy iter= 727 IMAGR2: Field 2 Clean flux density= 20.731 Jy 727 comps IMAGR2: Total Cleaned flux density = 20.912 Jy 7239 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR2: 41 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.511 MilliJy iter= 57 IMAGR2: Field 3 Clean flux density= -1.500 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 20.910 Jy 7265 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -6.5 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 19567 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.744 MilliJy iter= 7717 IMAGR2: Field 1 Clean flux density= 178.058 MilliJy 7717 comps IMAGR2: Total Cleaned flux density = 20.908 Jy 8501 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -6.3 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.24 MilliJy IMAGR2: 19245 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.564 MilliJy iter= 9021 IMAGR2: Field 1 Clean flux density= 189.730 MilliJy 9021 comps IMAGR2: Total Cleaned flux density = 20.919 Jy 9805 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -6.2 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 18822 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.400 MilliJy iter= 10394 IMAGR2: Field 1 Clean flux density= 205.362 MilliJy 10394 comps IMAGR2: Total Cleaned flux density = 20.935 Jy 11178 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -3.8 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.188E-03 < Second best 2.413E-03 IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.107 MilliJy iter= 70 IMAGR2: Field 3 Clean flux density= -2.145 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 20.934 Jy 11191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 19676 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.243 MilliJy iter= 11899 IMAGR2: Field 1 Clean flux density= 208.373 MilliJy 11899 comps IMAGR2: Total Cleaned flux density = 20.937 Jy 12696 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 72 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.978 MilliJy iter= 773 IMAGR2: Field 2 Clean flux density= 20.732 Jy 773 comps IMAGR2: Total Cleaned flux density = 20.938 Jy 12742 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -5.9 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 19587 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.095 MilliJy iter= 13533 IMAGR2: Field 1 Clean flux density= 212.208 MilliJy 13533 comps IMAGR2: Total Cleaned flux density = 20.942 Jy 14376 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.889E-03 < Second best 2.014E-03 IMAGR2: Field 1 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 19385 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.955 MilliJy iter= 15252 IMAGR2: Field 1 Clean flux density= 219.853 MilliJy 15252 comps IMAGR2: Total Cleaned flux density = 20.950 Jy 16095 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -3.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 44 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.752 MilliJy iter= 803 IMAGR2: Field 2 Clean flux density= 20.732 Jy 803 comps IMAGR2: Total Cleaned flux density = 20.950 Jy 16125 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 19 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.750 MilliJy iter= 86 IMAGR2: Field 3 Clean flux density= -2.154 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 20.950 Jy 16141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 19712 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.823 MilliJy iter= 17111 IMAGR2: Field 1 Clean flux density= 219.024 MilliJy 17111 comps IMAGR2: Total Cleaned flux density = 20.949 Jy 18000 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 19343 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.700 MilliJy iter= 19072 IMAGR2: Field 1 Clean flux density= 219.549 MilliJy 19072 comps IMAGR2: Total Cleaned flux density = 20.949 Jy 19961 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 40 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.536 MilliJy iter= 832 IMAGR2: Field 2 Clean flux density= 20.732 Jy 832 comps IMAGR2: Total Cleaned flux density = 20.950 Jy 19990 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.542E-03 < Second best 1.635E-03 IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 19729 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.584 MilliJy iter= 21200 IMAGR2: Field 1 Clean flux density= 229.288 MilliJy 21200 comps IMAGR2: Total Cleaned flux density = 20.959 Jy 22118 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 19 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.436 MilliJy iter= 100 IMAGR2: Field 3 Clean flux density= -1.552 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 20.960 Jy 22132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 19475 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.476 MilliJy iter= 23448 IMAGR2: Field 1 Clean flux density= 227.266 MilliJy 23448 comps IMAGR2: Total Cleaned flux density = 20.958 Jy 24380 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 26 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.333 MilliJy iter= 856 IMAGR2: Field 2 Clean flux density= 20.731 Jy 856 comps IMAGR2: Total Cleaned flux density = 20.957 Jy 24404 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 19614 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.373 MilliJy iter= 25872 IMAGR2: Field 1 Clean flux density= 229.426 MilliJy 25872 comps IMAGR2: Total Cleaned flux density = 20.959 Jy 26828 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 19 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.251 MilliJy iter= 114 IMAGR2: Field 3 Clean flux density= -1.568 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 20.959 Jy 26842 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.1 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 19508 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.276 MilliJy iter= 28436 IMAGR2: Field 1 Clean flux density= 236.192 MilliJy 28436 comps IMAGR2: Total Cleaned flux density = 20.966 Jy 29406 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 40 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.166 MilliJy iter= 879 IMAGR2: Field 2 Clean flux density= 20.732 Jy 879 comps IMAGR2: Total Cleaned flux density = 20.966 Jy 29429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 19599 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.188 MilliJy iter= 31194 IMAGR2: Field 1 Clean flux density= 247.395 MilliJy 31194 comps IMAGR2: Total Cleaned flux density = 20.978 Jy 32187 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 13 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.087 MilliJy iter= 125 IMAGR2: Field 3 Clean flux density= -1.243 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 20.978 Jy 32198 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 19528 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.104 MilliJy iter= 34101 IMAGR2: Field 1 Clean flux density= 249.872 MilliJy 34101 comps IMAGR2: Total Cleaned flux density = 20.980 Jy 35105 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 36 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.014 MilliJy iter= 907 IMAGR2: Field 2 Clean flux density= 20.732 Jy 907 comps IMAGR2: Total Cleaned flux density = 20.981 Jy 35133 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 942.75 MicroJy IMAGR2: 19645 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.025 MilliJy iter= 37164 IMAGR2: Field 1 Clean flux density= 256.217 MilliJy 37164 comps IMAGR2: Total Cleaned flux density = 20.987 Jy 38196 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 942.12 MicroJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -932.656 MicroJy iter= 140 IMAGR2: Field 3 Clean flux density= -1.530 MilliJy 140 comps IMAGR2: Total Cleaned flux density = 20.987 Jy 38211 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 880.42 MicroJy IMAGR2: 19570 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -956.381 MicroJy iter= 40484 IMAGR2: Field 1 Clean flux density= 260.906 MilliJy 40484 comps IMAGR2: Total Cleaned flux density = 20.991 Jy 41531 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 879.30 MicroJy IMAGR2: 45 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -879.608 MicroJy iter= 938 IMAGR2: Field 2 Clean flux density= 20.732 Jy 938 comps IMAGR2: Total Cleaned flux density = 20.991 Jy 41562 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 820.19 MicroJy IMAGR2: 19657 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 889.803 MicroJy iter= 43980 IMAGR2: Field 1 Clean flux density= 268.329 MilliJy 43980 comps IMAGR2: Total Cleaned flux density = 20.999 Jy 45058 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 819.70 MicroJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -788.633 MicroJy iter= 155 IMAGR2: Field 3 Clean flux density= -1.946 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 20.998 Jy 45073 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 765.20 MicroJy IMAGR2: 19575 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -828.923 MicroJy iter= 47699 IMAGR2: Field 1 Clean flux density= 265.011 MilliJy 47699 comps IMAGR2: Total Cleaned flux density = 20.995 Jy 48792 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 764.15 MicroJy IMAGR2: 41 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 763.848 MicroJy iter= 961 IMAGR2: Field 2 Clean flux density= 20.732 Jy 961 comps IMAGR2: Total Cleaned flux density = 20.995 Jy 48815 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 714.85 MicroJy IMAGR2: 19657 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 773.142 MicroJy iter= 51634 IMAGR2: Field 1 Clean flux density= 273.470 MilliJy 51634 comps IMAGR2: Total Cleaned flux density = 21.004 Jy 52750 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -938.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 714.36 MicroJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 714.510 MicroJy iter= 169 IMAGR2: Field 3 Clean flux density= -1.796 MilliJy 169 comps IMAGR2: Total Cleaned flux density = 21.004 Jy 52764 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 667.96 MicroJy IMAGR2: 19602 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -721.804 MicroJy iter= 55821 IMAGR2: Field 1 Clean flux density= 275.260 MilliJy 55821 comps IMAGR2: Total Cleaned flux density = 21.006 Jy 56951 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 667.20 MicroJy IMAGR2: 39 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -662.553 MicroJy iter= 992 IMAGR2: Field 2 Clean flux density= 20.733 Jy 992 comps IMAGR2: Total Cleaned flux density = 21.006 Jy 56982 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 625.40 MicroJy IMAGR2: 19720 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 674.440 MicroJy iter= 60205 IMAGR2: Field 1 Clean flux density= 278.207 MilliJy 60205 comps IMAGR2: Total Cleaned flux density = 21.009 Jy 61366 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -901.4 MicroJy,max = 932.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 625.01 MicroJy IMAGR2: 22 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 624.938 MicroJy iter= 185 IMAGR2: Field 3 Clean flux density= -1.786 MilliJy 185 comps IMAGR2: Total Cleaned flux density = 21.009 Jy 61382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 587.37 MicroJy IMAGR2: 19652 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -634.710 MicroJy iter= 64628 IMAGR2: Field 1 Clean flux density= 281.064 MilliJy 64628 comps IMAGR2: Total Cleaned flux density = 21.012 Jy 65805 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 980.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 586.87 MicroJy IMAGR2: 47 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -584.164 MicroJy iter= 1018 IMAGR2: Field 2 Clean flux density= 20.732 Jy 1018 comps IMAGR2: Total Cleaned flux density = 21.012 Jy 65831 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.67 MicroJy IMAGR2: 19732 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 594.621 MicroJy iter= 69387 IMAGR2: Field 1 Clean flux density= 277.636 MilliJy 69387 comps IMAGR2: Total Cleaned flux density = 21.008 Jy 70590 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -747.8 MicroJy,max = 812.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.38 MicroJy IMAGR2: 13 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -544.370 MicroJy iter= 199 IMAGR2: Field 3 Clean flux density= -1.784 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 21.008 Jy 70604 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.60 MicroJy IMAGR2: 19694 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 562.259 MicroJy iter= 74160 IMAGR2: Field 1 Clean flux density= 278.662 MilliJy 74160 comps IMAGR2: Total Cleaned flux density = 21.009 Jy 75377 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -911.8 MicroJy,max = 894.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.16 MicroJy IMAGR2: 49 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 522.841 MicroJy iter= 1050 IMAGR2: Field 2 Clean flux density= 20.732 Jy 1050 comps IMAGR2: Total Cleaned flux density = 21.009 Jy 75409 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 495.00 MicroJy IMAGR2: 19761 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -529.999 MicroJy iter= 79315 IMAGR2: Field 1 Clean flux density= 278.841 MilliJy 79315 comps IMAGR2: Total Cleaned flux density = 21.009 Jy 80564 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -679.6 MicroJy,max = 678.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 494.82 MicroJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -495.557 MicroJy iter= 223 IMAGR2: Field 3 Clean flux density= -1.670 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 21.009 Jy 80588 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.89 MicroJy IMAGR2: 19689 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 504.769 MicroJy iter= 84439 IMAGR2: Field 1 Clean flux density= 281.392 MilliJy 84439 comps IMAGR2: Total Cleaned flux density = 21.012 Jy 85712 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -838.0 MicroJy,max = 870.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.54 MicroJy IMAGR2: 74 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -471.038 MicroJy iter= 1088 IMAGR2: Field 2 Clean flux density= 20.732 Jy 1088 comps IMAGR2: Total Cleaned flux density = 21.011 Jy 85750 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.73 MicroJy IMAGR2: 19736 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -480.594 MicroJy iter= 89730 IMAGR2: Field 1 Clean flux density= 276.397 MilliJy 89730 comps IMAGR2: Total Cleaned flux density = 21.006 Jy 91041 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -595.5 MicroJy,max = 664.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.60 MicroJy IMAGR2: 22 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 448.368 MicroJy iter= 241 IMAGR2: Field 3 Clean flux density= -1.484 MilliJy 241 comps IMAGR2: Total Cleaned flux density = 21.006 Jy 91059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 428.56 MicroJy IMAGR2: 19722 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -456.540 MicroJy iter= 95398 IMAGR2: Field 1 Clean flux density= 284.405 MilliJy 95398 comps IMAGR2: Total Cleaned flux density = 21.014 Jy 96727 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -751.1 MicroJy,max = 771.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 428.40 MicroJy IMAGR2: 96 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -428.194 MicroJy iter= 1139 IMAGR2: Field 2 Clean flux density= 20.731 Jy 1139 comps IMAGR2: Total Cleaned flux density = 21.014 Jy 96778 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 410.17 MicroJy IMAGR2: 19718 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 437.939 MicroJy iter= 101071 IMAGR2: Field 1 Clean flux density= 280.401 MilliJy 101071 comps IMAGR2: Total Cleaned flux density = 21.010 Jy 102451 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -585.6 MicroJy,max = 577.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 410.02 MicroJy IMAGR2: 28 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -410.115 MicroJy iter= 268 IMAGR2: Field 3 Clean flux density= -1.530 MilliJy 268 comps IMAGR2: Total Cleaned flux density = 21.010 Jy 102478 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.01 MicroJy IMAGR2: 19698 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -419.678 MicroJy iter= 106834 IMAGR2: Field 1 Clean flux density= 284.271 MilliJy 106834 comps IMAGR2: Total Cleaned flux density = 21.014 Jy 108241 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -659.3 MicroJy,max = 702.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 393.79 MicroJy IMAGR2: 104 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 394.581 MicroJy iter= 1192 IMAGR2: Field 2 Clean flux density= 20.731 Jy 1192 comps IMAGR2: Total Cleaned flux density = 21.014 Jy 108294 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 378.55 MicroJy IMAGR2: 19722 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -402.495 MicroJy iter= 112732 IMAGR2: Field 1 Clean flux density= 280.864 MilliJy 112732 comps IMAGR2: Total Cleaned flux density = 21.011 Jy 114192 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -599.0 MicroJy,max = 496.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 378.41 MicroJy IMAGR2: 32 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 379.482 MicroJy iter= 290 IMAGR2: Field 3 Clean flux density= -1.445 MilliJy 290 comps IMAGR2: Total Cleaned flux density = 21.011 Jy 114214 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 365.49 MicroJy IMAGR2: 19710 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -388.354 MicroJy iter= 118647 IMAGR2: Field 1 Clean flux density= 286.810 MilliJy 118647 comps IMAGR2: Total Cleaned flux density = 21.017 Jy 120129 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -679.4 MicroJy,max = 653.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 365.28 MicroJy IMAGR2: 81 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -366.501 MicroJy iter= 1238 IMAGR2: Field 2 Clean flux density= 20.731 Jy 1238 comps IMAGR2: Total Cleaned flux density = 21.017 Jy 120175 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 352.11 MicroJy IMAGR2: 19769 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 373.530 MicroJy iter= 124736 IMAGR2: Field 1 Clean flux density= 280.499 MilliJy 124736 comps IMAGR2: Total Cleaned flux density = 21.011 Jy 126264 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -599.0 MicroJy,max = 473.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 352.04 MicroJy IMAGR2: 33 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 352.459 MicroJy iter= 323 IMAGR2: Field 3 Clean flux density= -1.723 MilliJy 323 comps IMAGR2: Total Cleaned flux density = 21.010 Jy 126297 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.36 MicroJy IMAGR2: 19748 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -361.289 MicroJy iter= 130925 IMAGR2: Field 1 Clean flux density= 283.184 MilliJy 130925 comps IMAGR2: Total Cleaned flux density = 21.013 Jy 132486 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -601.7 MicroJy,max = 649.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.21 MicroJy IMAGR2: 73 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 340.735 MicroJy iter= 1284 IMAGR2: Field 2 Clean flux density= 20.731 Jy 1284 comps IMAGR2: Total Cleaned flux density = 21.013 Jy 132532 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 330.82 MicroJy IMAGR2: 19794 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -350.067 MicroJy iter= 137209 IMAGR2: Field 1 Clean flux density= 276.739 MilliJy 137209 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 21.007 Jy 138816 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -552.4 MicroJy,max = 468.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 330.73 MicroJy IMAGR2: 29 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -329.488 MicroJy iter= 349 IMAGR2: Field 3 Clean flux density= -1.732 MilliJy 349 comps IMAGR2: Total Cleaned flux density = 21.007 Jy 138842 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 320.97 MicroJy IMAGR2: 19784 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 339.104 MicroJy iter= 143654 IMAGR2: Field 1 Clean flux density= 274.209 MilliJy 143654 comps IMAGR2: Total Cleaned flux density = 21.004 Jy 145287 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -538.3 MicroJy,max = 598.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 320.88 MicroJy IMAGR2: 89 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -322.005 MicroJy iter= 1336 IMAGR2: Field 2 Clean flux density= 20.732 Jy 1336 comps IMAGR2: Total Cleaned flux density = 21.004 Jy 145339 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 311.89 MicroJy IMAGR2: 19797 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -329.311 MicroJy iter= 150083 IMAGR2: Field 1 Clean flux density= 269.279 MilliJy 150083 comps IMAGR2: Total Cleaned flux density = 20.999 Jy 151768 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -514.4 MicroJy,max = 443.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 311.89 MicroJy IMAGR2: 41 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 311.455 MicroJy iter= 379 IMAGR2: Field 3 Clean flux density= -1.676 MilliJy 379 comps IMAGR2: Total Cleaned flux density = 20.999 Jy 151798 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 303.77 MicroJy IMAGR2: 19749 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -319.896 MicroJy iter= 156676 IMAGR2: Field 1 Clean flux density= 268.427 MilliJy 156676 comps IMAGR2: Total Cleaned flux density = 20.999 Jy 158391 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -522.0 MicroJy,max = 539.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 303.66 MicroJy IMAGR2: 86 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 304.468 MicroJy iter= 1390 IMAGR2: Field 2 Clean flux density= 20.732 Jy 1390 comps IMAGR2: Total Cleaned flux density = 20.999 Jy 158445 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 295.75 MicroJy IMAGR2: 19792 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 311.326 MicroJy iter= 163324 IMAGR2: Field 1 Clean flux density= 261.576 MilliJy 163324 comps IMAGR2: Total Cleaned flux density = 20.992 Jy 165093 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -456.1 MicroJy,max = 409.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 295.72 MicroJy IMAGR2: 36 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 295.047 MicroJy iter= 407 IMAGR2: Field 3 Clean flux density= -1.497 MilliJy 407 comps IMAGR2: Total Cleaned flux density = 20.992 Jy 165121 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 288.77 MicroJy IMAGR2: 19776 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 302.427 MicroJy iter= 170465 IMAGR2: Field 1 Clean flux density= 260.279 MilliJy 170465 comps IMAGR2: Total Cleaned flux density = 20.991 Jy 172262 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -472.2 MicroJy,max = 538.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 288.69 MicroJy IMAGR2: 100 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 289.198 MicroJy iter= 1442 IMAGR2: Field 2 Clean flux density= 20.732 Jy 1442 comps IMAGR2: Total Cleaned flux density = 20.991 Jy 172314 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 282.81 MicroJy IMAGR2: 19774 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -297.467 MicroJy iter= 177263 IMAGR2: Field 1 Clean flux density= 258.013 MilliJy 177263 comps IMAGR2: Total Cleaned flux density = 20.989 Jy 179112 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 275.83 MicroJy IMAGR2: 19739 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -289.524 MicroJy iter= 184125 IMAGR2: Field 1 Clean flux density= 251.522 MilliJy 184125 comps IMAGR2: Total Cleaned flux density = 20.982 Jy 185974 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -320.9 MicroJy,max = 456.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 275.75 MicroJy IMAGR2: 30 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -275.357 MicroJy iter= 429 IMAGR2: Field 3 Clean flux density= -1.556 MilliJy 429 comps IMAGR2: Total Cleaned flux density = 20.982 Jy 185996 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 269.22 MicroJy IMAGR2: 19755 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -282.199 MicroJy iter= 191045 IMAGR2: Field 1 Clean flux density= 253.035 MilliJy 191045 comps IMAGR2: Total Cleaned flux density = 20.984 Jy 192916 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -449.1 MicroJy,max = 392.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 269.15 MicroJy IMAGR2: 102 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 269.741 MicroJy iter= 1498 IMAGR2: Field 2 Clean flux density= 20.732 Jy 1498 comps IMAGR2: Total Cleaned flux density = 20.983 Jy 192972 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 263.60 MicroJy IMAGR2: 19782 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -276.078 MicroJy iter= 198063 IMAGR2: Field 1 Clean flux density= 246.852 MilliJy 198063 comps IMAGR2: Total Cleaned flux density = 20.977 Jy 199990 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 258.78 MicroJy IMAGR2: 19736 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 270.830 MicroJy iter= 205142 IMAGR2: Field 1 Clean flux density= 247.537 MilliJy 205142 comps IMAGR2: Total Cleaned flux density = 20.978 Jy 207069 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 3 min = -359.9 MicroJy,max = 348.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 258.73 MicroJy IMAGR2: 36 Residual map points loaded IMAGR2: Field 3 min Clean flux = 268.069 MicroJy iter= 445 IMAGR2: Field 3 Clean flux density= -1.617 MilliJy 445 comps IMAGR2: Total Cleaned flux density = 20.978 Jy 207085 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 253.69 MicroJy IMAGR2: 19770 Residual map points loaded IMAGR2: Field 1 min Clean flux = 269.026 MicroJy iter= 211213 IMAGR2: Field 1 Clean flux density= 239.507 MilliJy 211213 comps IMAGR2: Total Cleaned flux density = 20.970 Jy 213156 comps IMAGR2: ALGSTB: All 1350 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1339- 0 Cells, with 37066 Pts IMAGR2: Field 2 min = -384.8 MicroJy,max = 387.3 MicroJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 40.35 MicroJy IMAGR2: 19750 Residual map points loaded IMAGR2: Field 2 min Clean flux = -268.501 MicroJy iter= 1516 IMAGR2: Field 2 Clean flux density= 20.732 Jy 1516 comps IMAGR2: Total Cleaned flux density = 20.970 Jy 213174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 269.026 less than limit 269.048 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 211213 to 54919 components IMAGR2: Field 2 compressed from 1516 to 575 components IMAGR2: Field 3 compressed from 445 to 168 components IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR2: Field 2 min = -384.7 MicroJy,max = 383.7 MicroJy IMAGR2: Field 3 min = -303.6 MicroJy,max = 383.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 49.457 MilliJy ( 793 CCs) from field 1 to field 2 IMAGR2: Restore 3.197 MilliJy ( 355 CCs) from field 1 to field 3 IMAGR2: Restore 20.732 Jy ( 575 CCs) from field 2 to field 1 IMAGR2: Restore -1.617 MilliJy ( 168 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 20.970 Jy IMAGR2: Field 2 final Clean flux 20.781 Jy IMAGR2: Field 3 final Clean flux 1.580 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 123 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 290.4 Real= 611 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0205+322_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :11 =0205+322' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0205+322_C,BAND.0-1 >& /dev/null 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: Disk 1 in-CNO 118 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 116 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N777_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT31 AIPS 2: _1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :12 =N777' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N777_C,BAND.0-1 >& /dev/null 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 117 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0230+405_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :13 =0230+405' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0230+405_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 120 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 121 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 122 disk= 1 AIPS 2: Disk 1 in-CNO 123 renumbered as CNO 119 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 120 AIPS 2: Disk 1 in-CNO 125 renumbered as CNO 121 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1058_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1058_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :14 =N1058' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1058_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 123 disk= 1 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 122 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04484 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0319+415_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0319+415_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :15 =0319+415' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0319+415_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Disk 1 in-CNO 127 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 125 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N1167 C BAND Seq 1 Disk: 1 in slot 18 SETFC2: SETCEL: recommends IMSIZE 1424 CELLSIZE 0.38805 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38805 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N1167_C,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.23 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 03:01:42.34 35:12:19.8 1.844 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 156.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.2 Real= 1 C 1 2036 2036 03 01 42.37 35 12 20.7 00001 -1 1019 1024 1025 C 2 246 246 03 01 42.34 35 12 19.8 00002 -1 100 128 129 file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Disk 1 in-CNO 127 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 125 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1167_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :16 =N1167' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N1167_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.2256E-02 2.0000E-02 0 IMAGR2: Field 2 246 246 -3.5543E-01 -8.8000E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N1167_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N1167 .IMAGR . 1 (UV) on disk 1 cno 126 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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 6.022E+04 IMAGR2: UVWAIT: Adding temperance S 1.204E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.579E+08 and out 4.327E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.140 due to weighting IMAGR2: UVWAIT: Average summed weight 6.022E+04 over 74178 vis IMAGR2: Create N1167 .IBM001. 1 (MA) on disk 1 cno 127 IMAGR2: Create N1167 .IBM002. 1 (MA) on disk 1 cno 128 IMAGR2: Create N1167 .ICL001. 1 (MA) on disk 1 cno 129 IMAGR2: Create N1167 .ICL002. 1 (MA) on disk 1 cno 130 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.59340E+09 IMAGR2: Field 1 Beam min = -96.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.229 x 1.115 arcsec, PA= -33.4 IMAGR2: Field 2 Sum of gridding weights = 4.59344E+09 IMAGR2: Field 2 Beam min = -96.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.229 x 1.115 arcsec, PA= -33.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -64.1 MilliJy,max = 557.2 MilliJy IMAGR2: Field 2 min = -64.6 MilliJy,max = 540.9 MilliJy IMAGR2: BGC Clean: using 1949 cell beam + residuals > 23.45 MilliJy IMAGR2: 15421 Residual map points loaded IMAGR2: Field 1 min allowed flux = 262.567 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 349.079 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 349.079 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 = -32.7 MilliJy,max = 255.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 22.77 MilliJy IMAGR2: 1251 Residual map points loaded IMAGR2: Field 2 min allowed flux = 121.482 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 176.032 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 525.111 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.6 MilliJy,max = 122.4 MilliJy IMAGR2: BGC Clean: using 1959 cell beam + residuals > 9.06 MilliJy IMAGR2: 10829 Residual map points loaded IMAGR2: Field 1 min allowed flux = 56.778 MilliJy iter= 29 IMAGR2: Field 1 Clean flux density= 516.636 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 692.669 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.0 MilliJy,max = 57.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 7.63 MilliJy IMAGR2: 1271 Residual map points loaded IMAGR2: Field 2 min allowed flux = 27.449 MilliJy iter= 34 IMAGR2: Field 2 Clean flux density= 273.640 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 790.276 MilliJy 63 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 37206 Pts IMAGR2: Field 1 min = -7.8 MilliJy,max = 27.5 MilliJy IMAGR2: BGC Clean: using 1899 cell beam + residuals > 2.96 MilliJy IMAGR2: 10910 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.250 MilliJy iter= 61 IMAGR2: Field 1 Clean flux density= 578.250 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 851.890 MilliJy 95 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.2 MilliJy,max = 13.1 MilliJy IMAGR2: BGC Clean: using 475 cell beam + residuals > 2.59 MilliJy IMAGR2: 1421 Residual map points loaded IMAGR2: Field 2 min allowed flux = 6.314 MilliJy iter= 77 IMAGR2: Field 2 Clean flux density= 312.980 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 891.230 MilliJy 138 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 37206 Pts IMAGR2: Field 1 min = -5.7 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 329 cell beam + residuals > 1.45 MilliJy IMAGR2: 11883 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.270 MilliJy iter= 154 IMAGR2: Field 1 Clean flux density= 605.730 MilliJy 154 comps IMAGR2: Total Cleaned flux density = 918.710 MilliJy 231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 1.76 MilliJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.405 MilliJy iter= 175 IMAGR2: Field 2 Clean flux density= 322.460 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 928.190 MilliJy 329 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 37206 Pts IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 16184 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.895 MilliJy iter= 506 IMAGR2: Field 1 Clean flux density= 630.672 MilliJy 506 comps IMAGR2: Total Cleaned flux density = 953.132 MilliJy 681 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1285 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.291 MilliJy iter= 346 IMAGR2: Field 2 Clean flux density= 316.498 MilliJy 346 comps IMAGR2: Total Cleaned flux density = 947.170 MilliJy 852 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 37206 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 841.01 MicroJy IMAGR2: 17400 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.253 MilliJy iter= 1015 IMAGR2: Field 1 Clean flux density= 642.852 MilliJy 1015 comps IMAGR2: Total Cleaned flux density = 959.349 MilliJy 1361 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 825.66 MicroJy IMAGR2: 838 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 924.613 MicroJy iter= 513 IMAGR2: Field 2 Clean flux density= 317.226 MilliJy 513 comps IMAGR2: Total Cleaned flux density = 960.077 MilliJy 1528 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 37206 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 689.19 MicroJy IMAGR2: 18018 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 939.339 MicroJy iter= 1653 IMAGR2: Field 1 Clean flux density= 648.124 MilliJy 1653 comps IMAGR2: Total Cleaned flux density = 965.350 MilliJy 2166 comps IMAGR2: ALGSTB: All 1338 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1327- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 604.68 MicroJy IMAGR2: 17008 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -774.625 MicroJy iter= 2325 IMAGR2: Field 1 Clean flux density= 656.639 MilliJy 2325 comps IMAGR2: Total Cleaned flux density = 973.865 MilliJy 2838 comps IMAGR2: ALGSTB: All 1338 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1327- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -942.6 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 592.39 MicroJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -618.339 MicroJy iter= 639 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Clean flux density= 317.337 MilliJy 639 comps IMAGR2: Total Cleaned flux density = 973.976 MilliJy 2964 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 37206 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 521.64 MicroJy IMAGR2: 18883 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -651.497 MicroJy iter= 3126 IMAGR2: Field 1 Clean flux density= 655.897 MilliJy 3126 comps IMAGR2: Total Cleaned flux density = 973.234 MilliJy 3765 comps IMAGR2: ALGSTB: All 1338 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1327- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 466.36 MicroJy IMAGR2: 18068 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -563.313 MicroJy iter= 3979 IMAGR2: Field 1 Clean flux density= 664.659 MilliJy 3979 comps IMAGR2: Total Cleaned flux density = 981.995 MilliJy 4618 comps IMAGR2: ALGSTB: All 1338 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1327- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -760.0 MicroJy,max = 788.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 460.97 MicroJy IMAGR2: 196 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 469.236 MicroJy iter= 714 IMAGR2: Field 2 Clean flux density= 317.258 MilliJy 714 comps IMAGR2: Total Cleaned flux density = 981.916 MilliJy 4693 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 37206 Pts IMAGR2: Field 1 min = -938.3 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.94 MicroJy IMAGR2: 19267 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 491.242 MicroJy iter= 4955 IMAGR2: Field 1 Clean flux density= 662.911 MilliJy 4955 comps IMAGR2: Total Cleaned flux density = 980.168 MilliJy 5669 comps IMAGR2: ALGSTB: All 1338 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1327- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -837.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 371.62 MicroJy IMAGR2: 18599 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 433.711 MicroJy iter= 5967 IMAGR2: Field 1 Clean flux density= 671.781 MilliJy 5967 comps IMAGR2: Total Cleaned flux density = 989.038 MilliJy 6681 comps IMAGR2: ALGSTB: All 1338 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1327- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -575.0 MicroJy,max = 634.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 368.86 MicroJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -371.380 MicroJy iter= 760 IMAGR2: Field 2 Clean flux density= 317.091 MilliJy 760 comps IMAGR2: Total Cleaned flux density = 988.871 MilliJy 6727 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 37206 Pts IMAGR2: Field 1 min = -776.6 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 332.65 MicroJy IMAGR2: 19480 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -384.703 MicroJy iter= 7084 IMAGR2: Field 1 Clean flux density= 668.313 MilliJy 7084 comps IMAGR2: Total Cleaned flux density = 985.403 MilliJy 7844 comps IMAGR2: ALGSTB: All 1338 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1327- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -708.4 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 301.85 MicroJy IMAGR2: 18915 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 344.190 MicroJy iter= 8238 IMAGR2: Field 1 Clean flux density= 675.246 MilliJy 8238 comps IMAGR2: Total Cleaned flux density = 992.336 MilliJy 8998 comps IMAGR2: ALGSTB: All 1338 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1327- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -432.0 MicroJy,max = 474.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 300.35 MicroJy IMAGR2: 54 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 301.771 MicroJy iter= 793 IMAGR2: Field 2 Clean flux density= 316.926 MilliJy 793 comps IMAGR2: Total Cleaned flux density = 992.171 MilliJy 9031 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 37206 Pts IMAGR2: Field 1 min = -669.8 MicroJy,max = 994.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 272.73 MicroJy IMAGR2: 19598 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -309.273 MicroJy iter= 9505 IMAGR2: Field 1 Clean flux density= 670.169 MilliJy 9505 comps IMAGR2: Total Cleaned flux density = 987.094 MilliJy 10298 comps IMAGR2: ALGSTB: All 1338 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1327- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -632.6 MicroJy,max = 980.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 248.16 MicroJy IMAGR2: 19059 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -278.848 MicroJy iter= 10832 IMAGR2: Field 1 Clean flux density= 678.636 MilliJy 10832 comps IMAGR2: Total Cleaned flux density = 995.562 MilliJy 11625 comps IMAGR2: ALGSTB: All 1338 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1327- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -342.6 MicroJy,max = 395.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 247.15 MicroJy IMAGR2: 32 Residual map points loaded IMAGR2: Field 2 min Clean flux = -263.705 MicroJy iter= 796 IMAGR2: Field 2 Clean flux density= 316.900 MilliJy 796 comps IMAGR2: Total Cleaned flux density = 995.535 MilliJy 11628 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -580.4 MicroJy,max = 958.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 224.54 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.529 MicroJy iter= 10929 IMAGR2: Field 1 Clean flux density= 678.167 MilliJy 10929 comps IMAGR2: Total Cleaned flux density = 995.066 MilliJy 11725 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 268.529 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 10929 to 6988 components IMAGR2: Field 2 compressed from 796 to 372 components IMAGR2: Field 1 min = -580.8 MicroJy,max = 958.8 MicroJy IMAGR2: Field 2 min = -339.7 MicroJy,max = 392.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 617.364 MilliJy ( 671 CCs) from field 1 to field 2 IMAGR2: Restore 316.900 MilliJy ( 372 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 995.067 MilliJy IMAGR2: Field 2 final Clean flux 934.263 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= 126 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 67.3 Real= 141 file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Disk 1 in-CNO 127 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 125 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1167_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :16 =N1167' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 127 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 128 disk= 1 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 126 AIPS 2: Disk 1 in-CNO 130 renumbered as CNO 127 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1007 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0650+600 C BAND Seq 1 Disk: 1 in slot 19 SETFC2: SETCEL: recommends IMSIZE 1407 CELLSIZE 0.39278 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39278 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0650+600_C,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.23 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 06:50:31.22 60:01:44.6 0.473 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 113.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= 0.5 Real= 1 C 1 2036 2036 06 50 31.25 60 01 44.6 00001 -1 1019 1024 1025 C 2 246 246 06 50 31.22 60 01 44.6 00002 -1 100 128 129 file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Disk 1 in-CNO 127 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 125 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1167_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :16 =N1167' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 127 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 128 disk= 1 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 126 AIPS 2: Disk 1 in-CNO 130 renumbered as CNO 127 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1007 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0650+600_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :17 =0650+600' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0650+600_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 4.4960E-03 -2.0000E-03 0 IMAGR2: Field 2 246 246 -2.2031E-01 -2.0000E-03 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0650+600_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0650+600 .IMAGR . 1 (UV) on disk 1 cno 128 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7345 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.299E+04 IMAGR2: UVWAIT: Adding temperance S 4.597E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.072E+07 and out 6.650E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.140 due to weighting IMAGR2: UVWAIT: Average summed weight 2.299E+04 over 14612 vis IMAGR2: Create 0650+600 .IBM001. 1 (MA) on disk 1 cno 129 IMAGR2: Create 0650+600 .IBM002. 1 (MA) on disk 1 cno 130 IMAGR2: Create 0650+600 .ICL001. 1 (MA) on disk 1 cno 131 IMAGR2: Create 0650+600 .ICL002. 1 (MA) on disk 1 cno 132 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 7.06001E+08 IMAGR2: Field 1 Beam min = -76.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.536 x 1.132 arcsec, PA= 41.3 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Sum of gridding weights = 7.06009E+08 IMAGR2: Field 2 Beam min = -76.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.536 x 1.132 arcsec, PA= 41.3 IMAGR2: CLBHIS: minimum component 0.417 of current peak IMAGR2: Field 1 min = -90.5 MilliJy,max = 1.2 Jy IMAGR2: Field 2 min = -88.4 MilliJy,max = 1.1 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 69.10 MilliJy IMAGR2: 14100 Residual map points loaded IMAGR2: Field 1 min allowed flux = 460.475 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 774.140 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 774.140 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -30.8 MilliJy,max = 391.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.726E-01 < Second best 4.377E-01 IMAGR2: Field 1 min = -31.6 MilliJy,max = 414.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 26.77 MilliJy IMAGR2: 8954 Residual map points loaded IMAGR2: Field 1 min allowed flux = 160.558 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 1.044 Jy 20 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.7 MilliJy,max = 136.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.300E-01 < Second best 1.526E-01 IMAGR2: Field 1 min = -11.0 MilliJy,max = 144.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 9.33 MilliJy IMAGR2: 9076 Residual map points loaded IMAGR2: Field 1 min allowed flux = 55.983 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 1.138 Jy 30 comps IMAGR2: Total Cleaned flux density = 1.138 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 50.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.788E-02 < Second best 5.322E-02 IMAGR2: Field 1 min = -3.8 MilliJy,max = 50.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.25 MilliJy IMAGR2: 10422 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.511 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 1.171 Jy 40 comps IMAGR2: Total Cleaned flux density = 1.171 Jy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 19.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.93 MilliJy IMAGR2: 89 Residual map points loaded IMAGR2: Field 2 min allowed flux = 7.705 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 12.953 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 1.184 Jy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.19 MilliJy IMAGR2: 295 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.930 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 1.176 Jy 50 comps IMAGR2: Total Cleaned flux density = 1.189 Jy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 716.02 MicroJy IMAGR2: 111 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.221 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= 14.074 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 1.190 Jy 76 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 600.03 MicroJy IMAGR2: 19675 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 989.397 MicroJy iter= 118 IMAGR2: Field 1 Clean flux density= 1.179 Jy 118 comps IMAGR2: Total Cleaned flux density = 1.193 Jy 144 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -980.4 MicroJy,max = 864.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.11 MicroJy IMAGR2: 74 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -689.898 MicroJy iter= 51 IMAGR2: Field 2 Clean flux density= 13.789 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 1.192 Jy 169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 578.88 MicroJy IMAGR2: 19901 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -888.434 MicroJy iter= 235 IMAGR2: Field 1 Clean flux density= 1.180 Jy 235 comps IMAGR2: Total Cleaned flux density = 1.194 Jy 286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 559.13 MicroJy IMAGR2: 19873 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 820.027 MicroJy iter= 402 IMAGR2: Field 1 Clean flux density= 1.183 Jy 402 comps IMAGR2: Total Cleaned flux density = 1.197 Jy 453 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 536.10 MicroJy IMAGR2: 19841 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -757.502 MicroJy iter= 628 IMAGR2: Field 1 Clean flux density= 1.184 Jy 628 comps IMAGR2: Total Cleaned flux density = 1.198 Jy 679 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 508.45 MicroJy IMAGR2: 19753 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -696.448 MicroJy iter= 929 IMAGR2: Field 1 Clean flux density= 1.186 Jy 929 comps IMAGR2: Total Cleaned flux density = 1.200 Jy 980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 477.22 MicroJy IMAGR2: 19668 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -636.157 MicroJy iter= 1312 IMAGR2: Field 1 Clean flux density= 1.189 Jy 1312 comps IMAGR2: Total Cleaned flux density = 1.203 Jy 1363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -611.4 MicroJy,max = 564.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.767E-04 < Second best 6.104E-04 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 441.64 MicroJy IMAGR2: 19972 Residual map points loaded IMAGR2: Field 1 min Clean flux = 604.040 MicroJy iter= 1387 IMAGR2: Field 1 Clean flux density= 1.189 Jy 1387 comps IMAGR2: Total Cleaned flux density = 1.203 Jy 1438 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 604.040 less than limit 604.396 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1387 to 989 components IMAGR2: Field 2 compressed from 51 to 12 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -592.8 MicroJy,max = 560.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.176 Jy ( 8 CCs) from field 1 to field 2 IMAGR2: Restore 13.789 MilliJy ( 12 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.203 Jy IMAGR2: Field 2 final Clean flux 1.190 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= 128 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 26.7 Real= 57 file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Disk 1 in-CNO 127 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 125 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1167_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :16 =N1167' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 127 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 128 disk= 1 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 126 AIPS 2: Disk 1 in-CNO 130 renumbered as CNO 127 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1007 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0650+600_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :17 =0650+600' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 129 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 130 disk= 1 AIPS 2: Disk 1 in-CNO 131 renumbered as CNO 128 AIPS 2: Disk 1 in-CNO 132 renumbered as CNO 129 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04501 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2273_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N2273 C BAND Seq 1 Disk: 1 in slot 20 SETFC2: SETCEL: recommends IMSIZE 1407 CELLSIZE 0.39270 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39270 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N2273_C,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.23 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 06:50:08.63 60:50:44.7 0.063 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 113.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.5 Real= 1 C 1 2036 2036 06 50 08.72 60 50 45.0 00001 -1 1019 1024 1025 C 2 246 246 06 50 08.63 60 50 44.7 00002 -1 100 128 129 file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Disk 1 in-CNO 127 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 125 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1167_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :16 =N1167' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 127 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 128 disk= 1 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 126 AIPS 2: Disk 1 in-CNO 130 renumbered as CNO 127 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1007 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0650+600_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :17 =0650+600' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 129 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 130 disk= 1 AIPS 2: Disk 1 in-CNO 131 renumbered as CNO 128 AIPS 2: Disk 1 in-CNO 132 renumbered as CNO 129 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04501 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2273_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2273_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :18 =N2273' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N2273_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 2.1922E-02 -1.0000E-02 0 IMAGR2: Field 2 246 246 -6.3575E-01 -3.1000E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N2273_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N2273 .IMAGR . 1 (UV) on disk 1 cno 130 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36788 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.053E+04 IMAGR2: UVWAIT: Adding temperance S 1.011E+04 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.502E+08 and out 4.351E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 5.053E+04 over 72230 vis IMAGR2: Create N2273 .IBM001. 1 (MA) on disk 1 cno 131 IMAGR2: Create N2273 .IBM002. 1 (MA) on disk 1 cno 132 IMAGR2: Create N2273 .ICL001. 1 (MA) on disk 1 cno 133 IMAGR2: Create N2273 .ICL002. 1 (MA) on disk 1 cno 134 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.61948E+09 IMAGR2: Field 1 Beam min = -113.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.478 x 1.068 arcsec, PA= 39.5 IMAGR2: Field 2 Sum of gridding weights = 4.61951E+09 IMAGR2: Field 2 Beam min = -113.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.478 x 1.068 arcsec, PA= 39.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -2.1 MilliJy,max = 17.6 MilliJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 1585 cell beam + residuals > 770.48 MicroJy IMAGR2: 16793 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.503 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 16.723 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 16.723 MilliJy 14 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -983.2 MicroJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.401E-03 < Second best 8.081E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 1567 cell beam + residuals > 458.54 MicroJy IMAGR2: 16092 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.088 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 27.331 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 27.331 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -581.3 MicroJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 474.11 MicroJy IMAGR2: 932 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.852 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 4.388 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 31.719 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -859.9 MicroJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 1105 cell beam + residuals > 249.16 MicroJy IMAGR2: 12148 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.746 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 31.461 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 35.849 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -334.1 MicroJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 229.10 MicroJy IMAGR2: 1395 Residual map points loaded IMAGR2: Field 2 min allowed flux = 816.905 MicroJy iter= 36 IMAGR2: Field 2 Clean flux density= 6.796 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 38.257 MilliJy 84 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -767.6 MicroJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 174.42 MicroJy IMAGR2: 10676 Residual map points loaded IMAGR2: Field 1 min allowed flux = 844.846 MicroJy iter= 64 IMAGR2: Field 1 Clean flux density= 33.414 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 40.210 MilliJy 100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -824.4 MicroJy,max = 832.4 MicroJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 171.26 MicroJy IMAGR2: 6507 Residual map points loaded IMAGR2: Field 1 min allowed flux = 415.596 MicroJy iter= 129 IMAGR2: Field 1 Clean flux density= 35.555 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 42.352 MilliJy 165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -210.8 MicroJy,max = 412.7 MicroJy IMAGR2: BGC Clean: using 147 cell beam + residuals > 224.06 MicroJy IMAGR2: 121 Residual map points loaded IMAGR2: Field 2 min Clean flux = 269.325 MicroJy iter= 69 IMAGR2: Field 2 Clean flux density= 7.899 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 43.455 MilliJy 198 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 36788 Pts IMAGR2: Field 1 min = -404.2 MicroJy,max = 403.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 132.56 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min Clean flux = -268.633 MicroJy iter= 160 IMAGR2: Field 1 Clean flux density= 35.766 MilliJy 160 comps IMAGR2: Total Cleaned flux density = 43.665 MilliJy 229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 269.325 less than limit 270.062 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 160 to 40 components IMAGR2: Field 2 compressed from 69 to 22 components IMAGR2: Field 1 min = -262.1 MicroJy,max = 267.2 MicroJy IMAGR2: Field 2 min = -207.4 MicroJy,max = 265.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 13.355 MilliJy ( 20 CCs) from field 1 to field 2 IMAGR2: Restore 7.899 MilliJy ( 22 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 43.665 MilliJy IMAGR2: Field 2 final Clean flux 21.254 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= 130 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 17.9 Real= 38 file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Disk 1 in-CNO 127 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 125 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1167_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :16 =N1167' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 127 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 128 disk= 1 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 126 AIPS 2: Disk 1 in-CNO 130 renumbered as CNO 127 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1007 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0650+600_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :17 =0650+600' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 129 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 130 disk= 1 AIPS 2: Disk 1 in-CNO 131 renumbered as CNO 128 AIPS 2: Disk 1 in-CNO 132 renumbered as CNO 129 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04501 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2273_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2273_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :18 =N2273' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2273_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 131 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 132 disk= 1 AIPS 2: Disk 1 in-CNO 133 renumbered as CNO 130 AIPS 2: Disk 1 in-CNO 134 renumbered as CNO 131 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.03668 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1313+675_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1313+675 C BAND Seq 1 Disk: 1 in slot 21 SETFC2: SETCEL: recommends IMSIZE 1454 CELLSIZE 0.38018 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38018 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1313+675_C,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.23 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 13:13:27.93 67:35:50.5 2.423 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 82.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 2036 2036 13 13 27.98 67 35 50.4 00001 -1 1019 1024 1025 C 2 246 246 13 13 27.93 67 35 50.5 00002 -1 100 128 129 file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Disk 1 in-CNO 127 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 125 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1167_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :16 =N1167' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 127 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 128 disk= 1 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 126 AIPS 2: Disk 1 in-CNO 130 renumbered as CNO 127 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1007 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0650+600_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :17 =0650+600' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 129 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 130 disk= 1 AIPS 2: Disk 1 in-CNO 131 renumbered as CNO 128 AIPS 2: Disk 1 in-CNO 132 renumbered as CNO 129 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04501 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2273_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2273_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :18 =N2273' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2273_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 131 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 132 disk= 1 AIPS 2: Disk 1 in-CNO 133 renumbered as CNO 130 AIPS 2: Disk 1 in-CNO 134 renumbered as CNO 131 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.03668 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1313+675_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1313+675_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :19 =1313+675' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1313+675_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -2.7440E-02 2.4000E-02 0 IMAGR2: Field 2 246 246 -3.1328E-01 1.2400E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1313+675_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1313+675 .IMAGR . 1 (UV) on disk 1 cno 132 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 55392 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.402E+04 IMAGR2: UVWAIT: Adding temperance S 6.805E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.320E+08 and out 5.257E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR2: UVWAIT: Average summed weight 3.402E+04 over 110499 vis IMAGR2: Create 1313+675 .IBM001. 1 (MA) on disk 1 cno 133 IMAGR2: Create 1313+675 .IBM002. 1 (MA) on disk 1 cno 134 IMAGR2: Create 1313+675 .ICL001. 1 (MA) on disk 1 cno 135 IMAGR2: Create 1313+675 .ICL002. 1 (MA) on disk 1 cno 136 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.58094E+09 IMAGR2: Field 1 Beam min = -41.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.533 x 1.251 arcsec, PA= -82.0 IMAGR2: Field 2 Sum of gridding weights = 5.58100E+09 IMAGR2: Field 2 Beam min = -41.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.533 x 1.251 arcsec, PA= -82.0 IMAGR2: CLBHIS: minimum component 0.217 of current peak IMAGR2: Field 1 min = -38.7 MilliJy,max = 922.2 MilliJy IMAGR2: Field 2 min = -39.3 MilliJy,max = 895.1 MilliJy IMAGR2: BGC Clean: using 1953 cell beam + residuals > 20.63 MilliJy IMAGR2: 13504 Residual map points loaded IMAGR2: Field 1 min allowed flux = 189.873 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 751.314 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 751.314 MilliJy 16 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 = -7.7 MilliJy,max = 171.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.629E-01 < Second best 1.804E-01 IMAGR2: Field 1 min = -7.6 MilliJy,max = 170.9 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 3.92 MilliJy IMAGR2: 14681 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.605 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 905.407 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 905.407 MilliJy 34 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 = -5.7 MilliJy,max = 37.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.65 MilliJy IMAGR2: 47 Residual map points loaded IMAGR2: Field 2 min allowed flux = 7.874 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 30.184 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 935.591 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.8 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 718.34 MicroJy IMAGR2: 2206 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.933 MilliJy iter= 137 IMAGR2: Field 1 Clean flux density= 893.883 MilliJy 137 comps IMAGR2: Total Cleaned flux density = 924.067 MilliJy 153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 518.80 MicroJy IMAGR2: 490 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 970.966 MicroJy iter= 180 IMAGR2: Field 2 Clean flux density= 31.791 MilliJy 180 comps IMAGR2: Total Cleaned flux density = 925.674 MilliJy 317 comps IMAGR2: ALGSTB: All 171 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 160- 0 Cells, with 55392 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 273.50 MicroJy IMAGR2: 15137 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -506.989 MicroJy iter= 443 IMAGR2: Field 1 Clean flux density= 894.546 MilliJy 443 comps IMAGR2: Total Cleaned flux density = 926.338 MilliJy 623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -553.0 MicroJy,max = 551.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 265.36 MicroJy IMAGR2: 928 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -362.238 MicroJy iter= 437 IMAGR2: Field 2 Clean flux density= 31.873 MilliJy 437 comps IMAGR2: Total Cleaned flux density = 926.419 MilliJy 880 comps IMAGR2: ALGSTB: All 171 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 160- 0 Cells, with 55392 Pts IMAGR2: Field 1 min = -459.9 MicroJy,max = 546.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 244.27 MicroJy IMAGR2: 18598 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 345.120 MicroJy iter= 869 IMAGR2: Field 1 Clean flux density= 896.928 MilliJy 869 comps IMAGR2: Total Cleaned flux density = 928.801 MilliJy 1306 comps IMAGR2: ALGSTB: All 1289 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1278- 0 Cells, with 55392 Pts IMAGR2: Field 2 min = -407.2 MicroJy,max = 360.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 243.01 MicroJy IMAGR2: 613 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 283.735 MicroJy iter= 674 IMAGR2: Field 2 Clean flux density= 32.321 MilliJy 674 comps IMAGR2: Total Cleaned flux density = 929.249 MilliJy 1543 comps IMAGR2: ALGSTB: All 171 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 160- 0 Cells, with 55392 Pts IMAGR2: Field 1 min = -451.5 MicroJy,max = 529.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 235.21 MicroJy IMAGR2: 19248 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -311.820 MicroJy iter= 1442 IMAGR2: Field 1 Clean flux density= 898.772 MilliJy 1442 comps IMAGR2: Total Cleaned flux density = 931.093 MilliJy 2116 comps IMAGR2: ALGSTB: All 1289 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1278- 0 Cells, with 55392 Pts IMAGR2: Field 1 min = -453.6 MicroJy,max = 520.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 229.64 MicroJy IMAGR2: 19144 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -292.160 MicroJy iter= 2095 IMAGR2: Field 1 Clean flux density= 901.353 MilliJy 2095 comps IMAGR2: Total Cleaned flux density = 933.674 MilliJy 2769 comps IMAGR2: ALGSTB: All 1289 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1278- 0 Cells, with 55392 Pts IMAGR2: Field 1 min = -452.4 MicroJy,max = 515.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 224.21 MicroJy IMAGR2: 19015 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -277.129 MicroJy iter= 2823 IMAGR2: Field 1 Clean flux density= 900.827 MilliJy 2823 comps IMAGR2: Total Cleaned flux density = 933.148 MilliJy 3497 comps IMAGR2: ALGSTB: All 1289 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1278- 0 Cells, with 55392 Pts IMAGR2: Field 2 min = -379.6 MicroJy,max = 306.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 223.37 MicroJy IMAGR2: 354 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -234.572 MicroJy iter= 844 IMAGR2: Field 2 Clean flux density= 32.382 MilliJy 844 comps IMAGR2: Total Cleaned flux density = 933.209 MilliJy 3667 comps IMAGR2: ALGSTB: All 171 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 160- 0 Cells, with 55392 Pts IMAGR2: Field 1 min = -440.8 MicroJy,max = 509.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 216.58 MicroJy IMAGR2: 19507 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 262.950 MicroJy iter= 3654 IMAGR2: Field 1 Clean flux density= 901.206 MilliJy 3654 comps IMAGR2: Total Cleaned flux density = 933.589 MilliJy 4498 comps IMAGR2: ALGSTB: All 1289 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1278- 0 Cells, with 55392 Pts IMAGR2: Field 1 min = -437.3 MicroJy,max = 507.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 210.94 MicroJy IMAGR2: 19427 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -250.864 MicroJy iter= 4578 IMAGR2: Field 1 Clean flux density= 903.896 MilliJy 4578 comps IMAGR2: Total Cleaned flux density = 936.279 MilliJy 5422 comps IMAGR2: ALGSTB: All 1289 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1278- 0 Cells, with 55392 Pts IMAGR2: Field 1 min = -434.0 MicroJy,max = 502.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 205.06 MicroJy IMAGR2: 19290 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -239.851 MicroJy iter= 5566 IMAGR2: Field 1 Clean flux density= 903.449 MilliJy 5566 comps IMAGR2: Total Cleaned flux density = 935.831 MilliJy 6410 comps IMAGR2: ALGSTB: All 1289 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1278- 0 Cells, with 55392 Pts IMAGR2: Field 1 min = -432.3 MicroJy,max = 498.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 199.37 MicroJy IMAGR2: 19157 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -230.080 MicroJy iter= 6617 IMAGR2: Field 1 Clean flux density= 903.810 MilliJy 6617 comps IMAGR2: Total Cleaned flux density = 936.192 MilliJy 7461 comps IMAGR2: ALGSTB: All 1289 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1278- 0 Cells, with 55392 Pts IMAGR2: Field 2 min = -325.2 MicroJy,max = 265.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 198.63 MicroJy IMAGR2: 162 Residual map points loaded IMAGR2: Field 2 min Clean flux = 218.867 MicroJy iter= 852 IMAGR2: Field 2 Clean flux density= 32.474 MilliJy 852 comps IMAGR2: Total Cleaned flux density = 936.284 MilliJy 7469 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -425.8 MicroJy,max = 488.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 192.69 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -220.652 MicroJy iter= 7766 IMAGR2: Field 1 Clean flux density= 904.937 MilliJy 7766 comps IMAGR2: Total Cleaned flux density = 937.412 MilliJy 8618 comps IMAGR2: ALGSTB: All 1289 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1278- 0 Cells, with 55392 Pts IMAGR2: Field 1 min = -427.9 MicroJy,max = 485.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 186.91 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min Clean flux = -220.024 MicroJy iter= 7825 IMAGR2: Field 1 Clean flux density= 904.828 MilliJy 7825 comps IMAGR2: Total Cleaned flux density = 937.302 MilliJy 8677 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 220.024 less than limit 220.087 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 7825 to 4912 components IMAGR2: Field 2 compressed from 852 to 272 components IMAGR2: Field 1 min = -428.4 MicroJy,max = 485.7 MicroJy IMAGR2: Field 2 min = -323.6 MicroJy,max = 259.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 893.760 MilliJy ( 151 CCs) from field 1 to field 2 IMAGR2: Restore 32.474 MilliJy ( 272 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 937.302 MilliJy IMAGR2: Field 2 final Clean flux 926.234 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= 132 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 56.7 Real= 119 file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Disk 1 in-CNO 127 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 125 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1167_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :16 =N1167' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 127 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 128 disk= 1 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 126 AIPS 2: Disk 1 in-CNO 130 renumbered as CNO 127 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1007 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0650+600_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :17 =0650+600' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 129 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 130 disk= 1 AIPS 2: Disk 1 in-CNO 131 renumbered as CNO 128 AIPS 2: Disk 1 in-CNO 132 renumbered as CNO 129 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04501 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2273_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2273_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :18 =N2273' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2273_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 131 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 132 disk= 1 AIPS 2: Disk 1 in-CNO 133 renumbered as CNO 130 AIPS 2: Disk 1 in-CNO 134 renumbered as CNO 131 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.03668 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1313+675_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1313+675_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :19 =1313+675' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1313+675_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 133 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 134 disk= 1 AIPS 2: Disk 1 in-CNO 135 renumbered as CNO 132 AIPS 2: Disk 1 in-CNO 136 renumbered as CNO 133 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1007 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0832+492_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0832+492 C BAND Seq 1 Disk: 1 in slot 22 SETFC2: SETCEL: recommends IMSIZE 1380 CELLSIZE 0.40062 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40062 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0832+492_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.09 and 0.23 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 98.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.6 Real= 1 file: catno= 124 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 125 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 126 disk= 1 AIPS 2: Disk 1 in-CNO 127 renumbered as CNO 123 AIPS 2: Disk 1 in-CNO 128 renumbered as CNO 124 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 125 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N1167_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :16 =N1167' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N1167_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 127 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 128 disk= 1 AIPS 2: Disk 1 in-CNO 129 renumbered as CNO 126 AIPS 2: Disk 1 in-CNO 130 renumbered as CNO 127 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1007 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0650+600_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :17 =0650+600' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0650+600_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 129 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 130 disk= 1 AIPS 2: Disk 1 in-CNO 131 renumbered as CNO 128 AIPS 2: Disk 1 in-CNO 132 renumbered as CNO 129 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04501 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2273_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2273_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :18 =N2273' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2273_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 131 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 132 disk= 1 AIPS 2: Disk 1 in-CNO 133 renumbered as CNO 130 AIPS 2: Disk 1 in-CNO 134 renumbered as CNO 131 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.03668 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1313+675_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1313+675_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :19 =1313+675' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1313+675_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 133 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 134 disk= 1 AIPS 2: Disk 1 in-CNO 135 renumbered as CNO 132 AIPS 2: Disk 1 in-CNO 136 renumbered as CNO 133 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1007 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0832+492_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@083C 1 1012 1012 08 32 23.22 49 13 21.0 00001 -1 507 512 513 C 2 1012 1012 08 32 23.22 49 07 40.0 00002 -1 507 512 513 C 3 1012 1012 08 31 53.10 49 10 30.3 00003 -1 507 512 513 C 4 1012 1012 08 32 53.34 49 10 30.3 00004 -1 507 512 513 C 5 1012 1012 08 31 53.04 49 16 11.3 00005 -1 507 512 513 C 6 1012 1012 08 32 53.39 49 16 11.3 00006 -1 507 512 513 C 7 1012 1012 08 32 23.22 49 19 02.1 00007 -1 507 512 513 2+492_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :20 =0832+492' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0832+492_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.8411E-02 -3.7000E-02 0 IMAGR2: Field 2 1012 1012 2.8411E-02 -3.4104E+02 0 IMAGR2: Field 3 1012 1012 -2.9505E+02 -1.7074E+02 0 IMAGR2: Field 4 1012 1012 2.9511E+02 -1.7074E+02 0 IMAGR2: Field 5 1012 1012 -2.9564E+02 1.7026E+02 0 IMAGR2: Field 6 1012 1012 2.9560E+02 1.7026E+02 0 IMAGR2: Field 7 1012 1012 2.8411E-02 3.4106E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0832+492_C,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 0832+492 .IMAGR . 1 (UV) on disk 1 cno 134 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7345 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.591E+04 IMAGR2: UVWAIT: Adding temperance S 7.182E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.048E+07 and out 6.581E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR2: UVWAIT: Average summed weight 3.591E+04 over 14534 vis IMAGR2: Create 0832+492 .IBM001. 1 (MA) on disk 1 cno 135 IMAGR2: Create 0832+492 .IBM002. 1 (MA) on disk 1 cno 136 IMAGR2: Create 0832+492 .IBM003. 1 (MA) on disk 1 cno 137 IMAGR2: Create 0832+492 .IBM004. 1 (MA) on disk 1 cno 138 IMAGR2: Create 0832+492 .IBM005. 1 (MA) on disk 1 cno 139 IMAGR2: Create 0832+492 .IBM006. 1 (MA) on disk 1 cno 140 IMAGR2: Create 0832+492 .IBM007. 1 (MA) on disk 1 cno 141 IMAGR2: Create 0832+492 .ICL001. 1 (MA) on disk 1 cno 142 IMAGR2: Create 0832+492 .ICL002. 1 (MA) on disk 1 cno 143 IMAGR2: Create 0832+492 .ICL003. 1 (MA) on disk 1 cno 144 IMAGR2: Create 0832+492 .ICL004. 1 (MA) on disk 1 cno 145 IMAGR2: Create 0832+492 .ICL005. 1 (MA) on disk 1 cno 146 IMAGR2: Create 0832+492 .ICL006. 1 (MA) on disk 1 cno 147 IMAGR2: Create 0832+492 .ICL007. 1 (MA) on disk 1 cno 148 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.98670E+08 IMAGR2: Field 1 Beam min = -159.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.564 x 1.207 arcsec, PA= 67.8 IMAGR2: Field 2 Sum of gridding weights = 6.98670E+08 IMAGR2: Field 2 Beam min = -159.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.564 x 1.207 arcsec, PA= 67.8 IMAGR2: Field 3 Sum of gridding weights = 6.98669E+08 IMAGR2: Field 3 Beam min = -94.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.562 x 1.207 arcsec, PA= 67.6 IMAGR2: Field 4 Sum of gridding weights = 6.98670E+08 IMAGR2: Field 4 Beam min = -113.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.565 x 1.207 arcsec, PA= 68.0 IMAGR2: Field 5 Sum of gridding weights = 6.98670E+08 IMAGR2: Field 5 Beam min = -135.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.563 x 1.207 arcsec, PA= 67.5 IMAGR2: Field 6 Sum of gridding weights = 6.98669E+08 IMAGR2: Field 6 Beam min = -103.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.566 x 1.207 arcsec, PA= 67.9 IMAGR2: Field 7 Sum of gridding weights = 6.98671E+08 IMAGR2: Field 7 Beam min = -159.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.565 x 1.207 arcsec, PA= 67.7 IMAGR2: CLBHIS: minimum component 0.447 of current peak IMAGR2: Field 1 min = -33.9 MilliJy,max = 469.4 MilliJy IMAGR2: Field 2 min = -38.9 MilliJy,max = 63.5 MilliJy IMAGR2: Field 3 min = -46.5 MilliJy,max = 65.4 MilliJy IMAGR2: Field 4 min = -46.3 MilliJy,max = 73.3 MilliJy IMAGR2: Field 5 min = -45.8 MilliJy,max = 72.0 MilliJy IMAGR2: Field 6 min = -45.5 MilliJy,max = 64.7 MilliJy IMAGR2: Field 7 min = -38.9 MilliJy,max = 62.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 40.93 MilliJy IMAGR2: 1813 Residual map points loaded IMAGR2: Field 1 min allowed flux = 202.054 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 287.535 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 287.535 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 = -13.4 MilliJy,max = 181.9 MilliJy IMAGR2: BGC Clean: using 1653 cell beam + residuals > 24.25 MilliJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 1 min allowed flux = 80.403 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 399.180 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 399.180 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 73.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 24.16 MilliJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 33.701 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 450.336 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 450.336 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.3 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.787E-03 < Second best 6.686E-02 IMAGR2: Field 4 min = -3.0 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.636E-03 < Second best 6.057E-02 IMAGR2: Field 2 min = -2.8 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.920E-03 < Second best 5.992E-02 IMAGR2: Field 7 min = -2.7 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.725E-03 < Second best 4.453E-02 IMAGR2: Field 3 min = -3.2 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.330E-03 < Second best 4.405E-02 IMAGR2: Field 6 min = -3.2 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.136E-03 < Second best 3.204E-02 IMAGR2: Field 1 min = -5.4 MilliJy,max = 30.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.94 MilliJy IMAGR2: 1873 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.817 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 472.990 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 472.990 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.3 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 1173 cell beam + residuals > 1.81 MilliJy IMAGR2: 629 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.221 MilliJy iter= 57 IMAGR2: Field 1 Clean flux density= 477.651 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 477.651 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 116 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.689 MilliJy iter= 94 IMAGR2: Field 1 Clean flux density= 474.307 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 474.307 MilliJy 94 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.094E-03 < Second best 4.787E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.134E-03 < Second best 4.725E-03 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.030E-03 < Second best 4.636E-03 IMAGR2: Field 4 min = -981.9 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.118E-03 < Second best 3.330E-03 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.892E-04 < Second best 3.136E-03 IMAGR2: Field 6 min = -1.2 MilliJy,max = 840.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.279E-04 < Second best 2.560E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 622.58 MicroJy IMAGR2: 10546 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.279 MilliJy iter= 234 IMAGR2: Field 1 Clean flux density= 478.348 MilliJy 234 comps IMAGR2: Total Cleaned flux density = 478.348 MilliJy 234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 569.52 MicroJy IMAGR2: 1298 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 772.597 MicroJy iter= 327 IMAGR2: Field 1 Clean flux density= 477.884 MilliJy 327 comps IMAGR2: Total Cleaned flux density = 477.884 MilliJy 327 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -867.4 MicroJy,max = 762.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.857E-04 < Second best 1.118E-03 IMAGR2: Field 4 min = -653.0 MicroJy,max = 740.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.708E-04 < Second best 1.094E-03 IMAGR2: Field 2 min = -741.3 MicroJy,max = 883.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.059E-04 < Second best 1.030E-03 IMAGR2: Field 7 min = -669.6 MicroJy,max = 760.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.281E-04 < Second best 9.892E-04 IMAGR2: Field 3 min = -662.9 MicroJy,max = 796.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.352E-04 < Second best 9.279E-04 IMAGR2: Field 6 min = -736.6 MicroJy,max = 664.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.235E-04 < Second best 7.376E-04 IMAGR2: Field 1 min = -762.2 MicroJy,max = 746.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 414.55 MicroJy IMAGR2: 5003 Residual map points loaded IMAGR2: Field 1 min Clean flux = -602.954 MicroJy iter= 449 IMAGR2: Field 1 Clean flux density= 478.645 MilliJy 449 comps IMAGR2: Total Cleaned flux density = 478.645 MilliJy 449 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -638.2 MicroJy,max = 712.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 396.56 MicroJy IMAGR2: 3078 Residual map points loaded IMAGR2: Field 7 min Clean flux = 604.351 MicroJy iter= 10 IMAGR2: Field 7 Clean flux density= 383.638 MicroJy 10 comps IMAGR2: Total Cleaned flux density = 479.029 MilliJy 459 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -732.9 MicroJy,max = 858.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 382.23 MicroJy IMAGR2: 4485 Residual map points loaded IMAGR2: Field 2 min Clean flux = 603.954 MicroJy iter= 19 IMAGR2: Field 2 Clean flux density= 198.375 MicroJy 19 comps IMAGR2: Total Cleaned flux density = 479.227 MilliJy 478 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -815.0 MicroJy,max = 675.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.034E-04 < Second best 6.708E-04 IMAGR2: Field 4 min = -635.8 MicroJy,max = 687.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.790E-04 < Second best 6.352E-04 IMAGR2: Field 3 min = -627.1 MicroJy,max = 676.0 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 5.933E-04 < Second best 6.235E-04 IMAGR2: Field 6 min = -677.4 MicroJy,max = 650.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 345.63 MicroJy IMAGR2: 6315 Residual map points loaded IMAGR2: Field 6 min Clean flux = -599.109 MicroJy iter= 3 IMAGR2: Field 6 Clean flux density= -56.944 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 479.170 MilliJy 481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -816.0 MicroJy,max = 672.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 327.98 MicroJy IMAGR2: 10049 Residual map points loaded IMAGR2: Field 5 min Clean flux = 599.158 MicroJy iter= 6 IMAGR2: Field 5 Clean flux density= -124.122 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 479.046 MilliJy 487 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -626.2 MicroJy,max = 670.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 292.47 MicroJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 3 min Clean flux = 600.469 MicroJy iter= 2 IMAGR2: Field 3 Clean flux density= 121.407 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 479.167 MilliJy 489 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 604.351 less than limit 604.396 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 449 to 125 components IMAGR2: Field 2 compressed from 19 to 16 components IMAGR2: Field 3 compressed from 2 to 2 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 6 to 6 components IMAGR2: Field 6 compressed from 3 to 3 components IMAGR2: Field 7 compressed from 10 to 9 components IMAGR2: Field 1 min = -609.3 MicroJy,max = 584.7 MicroJy IMAGR2: Field 2 min = -733.7 MicroJy,max = 860.4 MicroJy IMAGR2: Field 3 min = -626.1 MicroJy,max = 663.4 MicroJy IMAGR2: Field 4 min = -632.5 MicroJy,max = 685.1 MicroJy IMAGR2: Field 5 min = -813.5 MicroJy,max = 668.5 MicroJy IMAGR2: Field 6 min = -671.3 MicroJy,max = 651.5 MicroJy IMAGR2: Field 7 min = -623.6 MicroJy,max = 604.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -64.879 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 128.062 MicroJy ( 5 CCs) from field 1 to field 3 IMAGR2: Restore 128.740 MicroJy ( 2 CCs) from field 1 to field 4 IMAGR2: Restore-127.799 MicroJy ( 2 CCs) from field 1 to field 5 IMAGR2: Restore -3.520 MicroJy ( 4 CCs) from field 1 to field 6 IMAGR2: Restore-172.925 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore -63.877 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore -60.696 MicroJy ( 1 CCs) from field 5 to field 3 IMAGR2: Restore 60.934 MicroJy ( 1 CCs) from field 7 to field 5 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 478.581 MilliJy IMAGR2: Field 2 final Clean flux 133.497 MicroJy IMAGR2: Field 3 final Clean flux 188.773 MicroJy IMAGR2: Field 4 final Clean flux 128.740 MicroJy IMAGR2: Field 5 final Clean flux -190.988 MicroJy IMAGR2: Field 6 final Clean flux -60.464 MicroJy IMAGR2: Field 7 final Clean flux 210.714 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= 134 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 28.1 Real= 59 2+492_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :20 =0832+492' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0832+492_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 135 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 136 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 137 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 138 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 139 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 140 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 141 disk= 1 AIPS 2: Disk 1 in-CNO 142 renumbered as CNO 134 AIPS 2: Disk 1 in-CNO 143 renumbered as CNO 135 AIPS 2: Disk 1 in-CNO 144 renumbered as CNO 136 AIPS 2: Disk 1 in-CNO 145 renumbered as CNO 137 AIPS 2: Disk 1 in-CNO 146 renumbered as CNO 138 AIPS 2: Disk 1 in-CNO 147 renumbered as CNO 139 AIPS 2: Disk 1 in-CNO 148 renumbered as CNO 140 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2639_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N2639 C BAND Seq 1 Disk: 1 in slot 23 SETFC2: SETCEL: recommends IMSIZE 1379 CELLSIZE 0.40076 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40076 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N2639_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.09 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 97.1 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.7 Real= 2 C 1 1012 1012 08 43 38.08 50 12 20.0 00001 -1 507 512 513 C 2 1012 1012 08 43 38.08 50 06 38.8 00002 -1 507 512 513 C 3 1012 1012 08 43 07.33 50 09 29.2 00003 -1 507 512 513 C 4 1012 1012 08 44 08.82 50 09 29.2 00004 -1 507 512 513 C 5 1012 1012 08 43 07.27 50 15 10.3 00005 -1 507 512 513 C 6 1012 1012 08 44 08.88 50 15 10.3 00006 -1 507 512 513 C 7 1012 1012 08 43 38.08 50 18 01.2 00007 -1 507 512 513 2+492_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :20 =0832+492' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0832+492_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 135 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 136 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 137 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 138 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 139 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 140 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 141 disk= 1 AIPS 2: Disk 1 in-CNO 142 renumbered as CNO 134 AIPS 2: Disk 1 in-CNO 143 renumbered as CNO 135 AIPS 2: Disk 1 in-CNO 144 renumbered as CNO 136 AIPS 2: Disk 1 in-CNO 145 renumbered as CNO 137 AIPS 2: Disk 1 in-CNO 146 renumbered as CNO 138 AIPS 2: Disk 1 in-CNO 147 renumbered as CNO 139 AIPS 2: Disk 1 in-CNO 148 renumbered as CNO 140 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2639_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2639_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :21 =N2639' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N2639_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.9201E-02 0.0000E+00 0 IMAGR2: Field 2 1012 1012 1.9201E-02 -3.4120E+02 0 IMAGR2: Field 3 1012 1012 -2.9520E+02 -1.7080E+02 0 IMAGR2: Field 4 1012 1012 2.9514E+02 -1.7080E+02 0 IMAGR2: Field 5 1012 1012 -2.9577E+02 1.7030E+02 0 IMAGR2: Field 6 1012 1012 2.9572E+02 1.7030E+02 0 IMAGR2: Field 7 1012 1012 1.9201E-02 3.4120E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N2639_C,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 N2639 .IMAGR . 1 (UV) on disk 1 cno 141 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37128 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.088E+05 IMAGR2: UVWAIT: Adding temperance S 2.176E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.537E+08 and out 4.477E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 1.088E+05 over 73814 vis IMAGR2: Create N2639 .IBM001. 1 (MA) on disk 1 cno 142 IMAGR2: Create N2639 .IBM002. 1 (MA) on disk 1 cno 143 IMAGR2: Create N2639 .IBM003. 1 (MA) on disk 1 cno 144 IMAGR2: Create N2639 .IBM004. 1 (MA) on disk 1 cno 145 IMAGR2: Create N2639 .IBM005. 1 (MA) on disk 1 cno 146 IMAGR2: Create N2639 .IBM006. 1 (MA) on disk 1 cno 147 IMAGR2: Create N2639 .IBM007. 1 (MA) on disk 1 cno 148 IMAGR2: Create N2639 .ICL001. 1 (MA) on disk 1 cno 149 IMAGR2: Create N2639 .ICL002. 1 (MA) on disk 1 cno 150 IMAGR2: Create N2639 .ICL003. 1 (MA) on disk 1 cno 151 IMAGR2: Create N2639 .ICL004. 1 (MA) on disk 1 cno 152 IMAGR2: Create N2639 .ICL005. 1 (MA) on disk 1 cno 153 IMAGR2: Create N2639 .ICL006. 1 (MA) on disk 1 cno 154 IMAGR2: Create N2639 .ICL007. 1 (MA) on disk 1 cno 155 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.75256E+09 IMAGR2: Field 1 Beam min = -124.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.490 x 1.104 arcsec, PA= 68.5 IMAGR2: Field 2 Sum of gridding weights = 4.75256E+09 IMAGR2: Field 2 Beam min = -124.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.489 x 1.104 arcsec, PA= 68.6 IMAGR2: Field 3 Sum of gridding weights = 4.75256E+09 IMAGR2: Field 3 Beam min = -123.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.488 x 1.104 arcsec, PA= 68.3 IMAGR2: Field 4 Sum of gridding weights = 4.75256E+09 IMAGR2: Field 4 Beam min = -124.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.492 x 1.104 arcsec, PA= 68.7 IMAGR2: Field 5 Sum of gridding weights = 4.75256E+09 IMAGR2: Field 5 Beam min = -123.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.489 x 1.103 arcsec, PA= 68.3 IMAGR2: Field 6 Sum of gridding weights = 4.75256E+09 IMAGR2: Field 6 Beam min = -124.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.492 x 1.104 arcsec, PA= 68.6 IMAGR2: Field 7 Sum of gridding weights = 4.75256E+09 IMAGR2: Field 7 Beam min = -124.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.491 x 1.103 arcsec, PA= 68.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -22.1 MilliJy,max = 172.5 MilliJy IMAGR2: Field 2 min = -9.8 MilliJy,max = 11.5 MilliJy IMAGR2: Field 3 min = -8.3 MilliJy,max = 7.8 MilliJy IMAGR2: Field 4 min = -10.3 MilliJy,max = 13.4 MilliJy IMAGR2: Field 5 min = -10.4 MilliJy,max = 13.6 MilliJy IMAGR2: Field 6 min = -8.2 MilliJy,max = 7.5 MilliJy IMAGR2: Field 7 min = -10.6 MilliJy,max = 12.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.58 MilliJy IMAGR2: 5679 Residual map points loaded IMAGR2: Field 1 min allowed flux = 82.508 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 98.247 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 98.247 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 = -9.9 MilliJy,max = 74.3 MilliJy IMAGR2: BGC Clean: using 1431 cell beam + residuals > 4.45 MilliJy IMAGR2: 2405 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.218 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 140.658 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 140.658 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -4.7 MilliJy,max = 33.0 MilliJy IMAGR2: BGC Clean: using 177 cell beam + residuals > 4.64 MilliJy IMAGR2: 208 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.403 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 161.534 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 161.534 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 13.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.25 MilliJy IMAGR2: 30 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.606 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 170.381 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 170.381 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -587.0 MicroJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.436E-03 < Second best 1.097E-02 IMAGR2: Field 2 min = -586.6 MicroJy,max = 898.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.350E-04 < Second best 9.225E-03 IMAGR2: Field 4 min = -586.1 MicroJy,max = 980.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.357E-04 < Second best 8.955E-03 IMAGR2: Field 5 min = -583.8 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.084E-04 < Second best 7.474E-03 IMAGR2: Field 3 min = -442.1 MicroJy,max = 704.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.727E-04 < Second best 7.137E-03 IMAGR2: Field 6 min = -513.4 MicroJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.460E-03 < Second best 6.280E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 1291 cell beam + residuals > 417.97 MicroJy IMAGR2: 12732 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.990 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 174.782 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 174.782 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 177 cell beam + residuals > 383.30 MicroJy IMAGR2: 10347 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.449 MilliJy iter= 71 IMAGR2: Field 1 Clean flux density= 179.200 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 179.200 MilliJy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -428.7 MicroJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 175 cell beam + residuals > 384.29 MicroJy IMAGR2: 521 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.271 MilliJy iter= 11 IMAGR2: Field 6 Clean flux density= 1.944 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 181.144 MilliJy 82 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -547.6 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.148E-03 < Second best 1.379E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 175 cell beam + residuals > 383.27 MicroJy IMAGR2: 6782 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -788.808 MicroJy iter= 199 IMAGR2: Field 1 Clean flux density= 184.574 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 186.518 MilliJy 210 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -424.5 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 350.82 MicroJy IMAGR2: 216 Residual map points loaded IMAGR2: Field 6 min allowed flux = 582.936 MicroJy iter= 40 IMAGR2: Field 6 Clean flux density= 4.230 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 188.803 MilliJy 239 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -527.9 MicroJy,max = 579.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.533E-04 < Second best 9.357E-04 IMAGR2: Field 4 min = -495.5 MicroJy,max = 558.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.306E-04 < Second best 8.084E-04 IMAGR2: Field 5 min = -506.9 MicroJy,max = 619.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.080E-04 < Second best 7.518E-04 IMAGR2: Field 1 min = -805.7 MicroJy,max = 771.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 308.03 MicroJy IMAGR2: 9159 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -550.538 MicroJy iter= 471 IMAGR2: Field 1 Clean flux density= 187.820 MilliJy 471 comps IMAGR2: Total Cleaned flux density = 192.050 MilliJy 511 comps IMAGR2: ALGSTB: All 520 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 509- 0 Cells, with 37128 Pts IMAGR2: Field 2 min = -446.7 MicroJy,max = 516.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.201E-04 < Second best 6.727E-04 IMAGR2: Field 3 min = -493.8 MicroJy,max = 463.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.317E-04 < Second best 5.552E-04 IMAGR2: Field 6 min = -389.6 MicroJy,max = 563.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 279.64 MicroJy IMAGR2: 197 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 314.536 MicroJy iter= 103 IMAGR2: Field 6 Clean flux density= 6.704 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 194.524 MilliJy 574 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -500.7 MicroJy,max = 476.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.489E-04 < Second best 5.306E-04 IMAGR2: Field 4 min = -456.5 MicroJy,max = 476.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.480E-04 < Second best 5.257E-04 IMAGR2: Field 1 min = -528.1 MicroJy,max = 562.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 252.52 MicroJy IMAGR2: 11284 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 395.220 MicroJy iter= 885 IMAGR2: Field 1 Clean flux density= 188.570 MilliJy 885 comps IMAGR2: Total Cleaned flux density = 195.274 MilliJy 988 comps IMAGR2: ALGSTB: All 520 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 509- 0 Cells, with 37128 Pts IMAGR2: Field 5 min = -378.1 MicroJy,max = 397.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.781E-04 < Second best 4.489E-04 IMAGR2: Field 7 min = -420.5 MicroJy,max = 401.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.838E-04 < Second best 4.480E-04 IMAGR2: Field 4 min = -384.4 MicroJy,max = 363.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.679E-04 < Second best 4.201E-04 IMAGR2: Field 2 min = -410.8 MicroJy,max = 431.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.645E-04 < Second best 3.838E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 238.59 MicroJy IMAGR2: 1199 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -280.429 MicroJy iter= 176 IMAGR2: Field 7 Clean flux density= 2.170 MilliJy 176 comps IMAGR2: Total Cleaned flux density = 197.444 MilliJy 1164 comps IMAGR2: ALGSTB: All 520 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 509- 0 Cells, with 37128 Pts IMAGR2: Field 5 min = -382.8 MicroJy,max = 374.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 237.90 MicroJy IMAGR2: 953 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -271.089 MicroJy iter= 160 IMAGR2: Field 5 Clean flux density= -271.425 MicroJy 160 comps IMAGR2: Total Cleaned flux density = 197.172 MilliJy 1324 comps IMAGR2: ALGSTB: All 520 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 509- 0 Cells, with 37128 Pts IMAGR2: Field 1 min = -380.0 MicroJy,max = 387.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 217.89 MicroJy IMAGR2: 9317 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -293.152 MicroJy iter= 1404 IMAGR2: Field 1 Clean flux density= 190.047 MilliJy 1404 comps IMAGR2: Total Cleaned flux density = 198.649 MilliJy 1843 comps IMAGR2: ALGSTB: All 520 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 509- 0 Cells, with 37128 Pts IMAGR2: Field 4 min = -333.5 MicroJy,max = 315.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.112E-04 < Second best 3.645E-04 IMAGR2: Field 2 min = -349.7 MicroJy,max = 336.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 212.80 MicroJy IMAGR2: 819 Residual map points loaded IMAGR2: Field 2 min Clean flux = -268.015 MicroJy iter= 33 IMAGR2: Field 2 Clean flux density= -83.348 MicroJy 33 comps IMAGR2: Total Cleaned flux density = 198.566 MilliJy 1876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -325.6 MicroJy,max = 315.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.768E-04 < Second best 3.112E-04 IMAGR2: Field 4 min = -330.1 MicroJy,max = 308.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 210.50 MicroJy IMAGR2: 1232 Residual map points loaded IMAGR2: Field 4 min Clean flux = 268.028 MicroJy iter= 34 IMAGR2: Field 4 Clean flux density= 50.759 MicroJy 34 comps IMAGR2: Total Cleaned flux density = 198.617 MilliJy 1910 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -312.7 MicroJy,max = 278.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.637E-04 < Second best 2.809E-04 IMAGR2: Field 1 min = -312.2 MicroJy,max = 311.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 194.61 MicroJy IMAGR2: 8263 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.769 MicroJy iter= 1458 IMAGR2: Field 1 Clean flux density= 189.875 MilliJy 1458 comps IMAGR2: Total Cleaned flux density = 198.445 MilliJy 1964 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -318.6 MicroJy,max = 315.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.552E-04 < Second best 2.683E-04 IMAGR2: Field 7 min = -338.2 MicroJy,max = 311.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 169.76 MicroJy IMAGR2: 5533 Residual map points loaded IMAGR2: Field 7 min Clean flux = 267.636 MicroJy iter= 179 IMAGR2: Field 7 Clean flux density= 2.196 MilliJy 179 comps IMAGR2: Total Cleaned flux density = 198.472 MilliJy 1967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -311.3 MicroJy,max = 278.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 161.11 MicroJy IMAGR2: 4013 Residual map points loaded IMAGR2: Field 6 min Clean flux = 267.363 MicroJy iter= 106 IMAGR2: Field 6 Clean flux density= 6.785 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 198.553 MilliJy 1970 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -313.1 MicroJy,max = 315.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 1458 to 788 components IMAGR2: Field 2 compressed from 33 to 27 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 34 to 31 components IMAGR2: Field 5 compressed from 160 to 131 components IMAGR2: Field 6 compressed from 106 to 41 components IMAGR2: Field 7 compressed from 179 to 138 components IMAGR2: Field 1 min = -308.3 MicroJy,max = 311.1 MicroJy IMAGR2: Field 2 min = -340.8 MicroJy,max = 297.3 MicroJy IMAGR2: Field 3 min = -318.5 MicroJy,max = 315.7 MicroJy IMAGR2: Field 4 min = -318.5 MicroJy,max = 299.4 MicroJy IMAGR2: Field 5 min = -313.1 MicroJy,max = 315.4 MicroJy IMAGR2: Field 6 min = -310.5 MicroJy,max = 278.1 MicroJy IMAGR2: Field 7 min = -338.4 MicroJy,max = 312.1 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 655.767 MicroJy ( 25 CCs) from field 1 to field 2 IMAGR2: Restore 129.357 MicroJy ( 24 CCs) from field 1 to field 3 IMAGR2: Restore 446.760 MicroJy ( 49 CCs) from field 1 to field 4 IMAGR2: Restore 738.361 MicroJy ( 37 CCs) from field 1 to field 5 IMAGR2: Restore 31.052 MicroJy ( 23 CCs) from field 1 to field 6 IMAGR2: Restore-102.498 MicroJy ( 10 CCs) from field 1 to field 7 IMAGR2: Restore 116.858 MicroJy ( 9 CCs) from field 2 to field 1 IMAGR2: Restore 148.763 MicroJy ( 13 CCs) from field 2 to field 4 IMAGR2: Restore 83.393 MicroJy ( 20 CCs) from field 4 to field 1 IMAGR2: Restore 194.648 MicroJy ( 12 CCs) from field 4 to field 2 IMAGR2: Restore -27.766 MicroJy ( 1 CCs) from field 4 to field 6 IMAGR2: Restore 45.489 MicroJy ( 72 CCs) from field 5 to field 1 IMAGR2: Restore 13.800 Nano Jy ( 4 CCs) from field 5 to field 3 IMAGR2: Restore-153.157 MicroJy ( 57 CCs) from field 5 to field 7 IMAGR2: Restore 6.088 MilliJy ( 28 CCs) from field 6 to field 1 IMAGR2: Restore 6.342 MilliJy ( 34 CCs) from field 6 to field 7 IMAGR2: Restore 1.434 MilliJy ( 67 CCs) from field 7 to field 1 IMAGR2: Restore 916.388 MicroJy ( 55 CCs) from field 7 to field 5 IMAGR2: Restore 347.880 MicroJy ( 13 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 197.642 MilliJy IMAGR2: Field 2 final Clean flux 767.067 MicroJy IMAGR2: Field 3 final Clean flux 129.370 MicroJy IMAGR2: Field 4 final Clean flux 646.282 MicroJy IMAGR2: Field 5 final Clean flux 1.383 MilliJy IMAGR2: Field 6 final Clean flux 7.137 MilliJy IMAGR2: Field 7 final Clean flux 8.282 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= 141 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 45.7 Real= 95 2+492_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :20 =0832+492' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0832+492_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 135 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 136 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 137 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 138 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 139 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 140 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 141 disk= 1 AIPS 2: Disk 1 in-CNO 142 renumbered as CNO 134 AIPS 2: Disk 1 in-CNO 143 renumbered as CNO 135 AIPS 2: Disk 1 in-CNO 144 renumbered as CNO 136 AIPS 2: Disk 1 in-CNO 145 renumbered as CNO 137 AIPS 2: Disk 1 in-CNO 146 renumbered as CNO 138 AIPS 2: Disk 1 in-CNO 147 renumbered as CNO 139 AIPS 2: Disk 1 in-CNO 148 renumbered as CNO 140 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2639_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2639_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :21 =N2639' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2639_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 142 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 143 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 144 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 145 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 146 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 147 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 148 disk= 1 AIPS 2: Disk 1 in-CNO 149 renumbered as CNO 141 AIPS 2: Disk 1 in-CNO 150 renumbered as CNO 142 AIPS 2: Disk 1 in-CNO 151 renumbered as CNO 143 AIPS 2: Disk 1 in-CNO 152 renumbered as CNO 144 AIPS 2: Disk 1 in-CNO 153 renumbered as CNO 145 AIPS 2: Disk 1 in-CNO 154 renumbered as CNO 146 AIPS 2: Disk 1 in-CNO 155 renumbered as CNO 147 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1054 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+579_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0854+579 C BAND Seq 1 Disk: 1 in slot 24 SETFC2: SETCEL: recommends IMSIZE 1361 CELLSIZE 0.40616 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40616 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0854+579_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 97.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.7 Real= 2 C 1 1012 1012 08 54 41.99 57 57 30.0 00001 -1 507 512 513 C 2 1012 1012 08 54 41.99 57 51 44.2 00002 -1 507 512 513 C 3 1012 1012 08 54 04.42 57 54 36.7 00003 -1 507 512 513 C 4 1012 1012 08 55 19.57 57 54 36.7 00004 -1 507 512 513 C 5 1012 1012 08 54 04.32 58 00 22.5 00005 -1 507 512 513 C 6 1012 1012 08 55 19.67 58 00 22.5 00006 -1 507 512 513 C 7 1012 1012 08 54 41.99 58 03 15.7 00007 -1 507 512 513 2+492_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :20 =0832+492' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0832+492_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 135 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 136 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 137 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 138 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 139 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 140 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 141 disk= 1 AIPS 2: Disk 1 in-CNO 142 renumbered as CNO 134 AIPS 2: Disk 1 in-CNO 143 renumbered as CNO 135 AIPS 2: Disk 1 in-CNO 144 renumbered as CNO 136 AIPS 2: Disk 1 in-CNO 145 renumbered as CNO 137 AIPS 2: Disk 1 in-CNO 146 renumbered as CNO 138 AIPS 2: Disk 1 in-CNO 147 renumbered as CNO 139 AIPS 2: Disk 1 in-CNO 148 renumbered as CNO 140 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2639_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2639_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :21 =N2639' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2639_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 142 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 143 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 144 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 145 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 146 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 147 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 148 disk= 1 AIPS 2: Disk 1 in-CNO 149 renumbered as CNO 141 AIPS 2: Disk 1 in-CNO 150 renumbered as CNO 142 AIPS 2: Disk 1 in-CNO 151 renumbered as CNO 143 AIPS 2: Disk 1 in-CNO 152 renumbered as CNO 144 AIPS 2: Disk 1 in-CNO 153 renumbered as CNO 145 AIPS 2: Disk 1 in-CNO 154 renumbered as CNO 146 AIPS 2: Disk 1 in-CNO 155 renumbered as CNO 147 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1054 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+579_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0854+579_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :22 =0854+579' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0854+579_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -2.6262E-02 3.8000E-02 0 IMAGR2: Field 2 1012 1012 -2.6262E-02 -3.4576E+02 0 IMAGR2: Field 3 1012 1012 -2.9901E+02 -1.7326E+02 0 IMAGR2: Field 4 1012 1012 2.9904E+02 -1.7326E+02 0 IMAGR2: Field 5 1012 1012 -2.9981E+02 1.7254E+02 0 IMAGR2: Field 6 1012 1012 2.9983E+02 1.7254E+02 0 IMAGR2: Field 7 1012 1012 -2.6262E-02 3.4574E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0854+579_C,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 0854+579 .IMAGR . 1 (UV) on disk 1 cno 148 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6710 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.339E+04 IMAGR2: UVWAIT: Adding temperance S 6.679E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.519E+07 and out 5.873E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 3.339E+04 over 13342 vis IMAGR2: Create 0854+579 .IBM001. 1 (MA) on disk 1 cno 149 IMAGR2: Create 0854+579 .IBM002. 1 (MA) on disk 1 cno 150 IMAGR2: Create 0854+579 .IBM003. 1 (MA) on disk 1 cno 151 IMAGR2: Create 0854+579 .IBM004. 1 (MA) on disk 1 cno 152 IMAGR2: Create 0854+579 .IBM005. 1 (MA) on disk 1 cno 153 IMAGR2: Create 0854+579 .IBM006. 1 (MA) on disk 1 cno 154 IMAGR2: Create 0854+579 .IBM007. 1 (MA) on disk 1 cno 155 IMAGR2: Create 0854+579 .ICL001. 1 (MA) on disk 1 cno 156 IMAGR2: Create 0854+579 .ICL002. 1 (MA) on disk 1 cno 157 IMAGR2: Create 0854+579 .ICL003. 1 (MA) on disk 1 cno 158 IMAGR2: Create 0854+579 .ICL004. 1 (MA) on disk 1 cno 159 IMAGR2: Create 0854+579 .ICL005. 1 (MA) on disk 1 cno 160 IMAGR2: Create 0854+579 .ICL006. 1 (MA) on disk 1 cno 161 IMAGR2: Create 0854+579 .ICL007. 1 (MA) on disk 1 cno 162 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.23538E+08 IMAGR2: Field 1 Beam min = -120.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.707 x 1.160 arcsec, PA= 65.4 IMAGR2: Field 2 Sum of gridding weights = 6.23537E+08 IMAGR2: Field 2 Beam min = -120.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.706 x 1.160 arcsec, PA= 65.5 IMAGR2: Field 3 Sum of gridding weights = 6.23536E+08 IMAGR2: Field 3 Beam min = -94.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.705 x 1.160 arcsec, PA= 65.3 IMAGR2: Field 4 Sum of gridding weights = 6.23536E+08 IMAGR2: Field 4 Beam min = -70.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.709 x 1.160 arcsec, PA= 65.6 IMAGR2: Field 5 Sum of gridding weights = 6.23537E+08 IMAGR2: Field 5 Beam min = -94.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.706 x 1.160 arcsec, PA= 65.2 IMAGR2: Field 6 Sum of gridding weights = 6.23536E+08 IMAGR2: Field 6 Beam min = -70.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.710 x 1.160 arcsec, PA= 65.6 IMAGR2: Field 7 Sum of gridding weights = 6.23538E+08 IMAGR2: Field 7 Beam min = -120.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.708 x 1.160 arcsec, PA= 65.4 IMAGR2: CLBHIS: minimum component 0.480 of current peak IMAGR2: Field 1 min = -63.3 MilliJy,max = 922.5 MilliJy IMAGR2: Field 2 min = -62.3 MilliJy,max = 113.7 MilliJy IMAGR2: Field 3 min = -71.7 MilliJy,max = 126.9 MilliJy IMAGR2: Field 4 min = -71.1 MilliJy,max = 169.4 MilliJy IMAGR2: Field 5 min = -73.8 MilliJy,max = 172.3 MilliJy IMAGR2: Field 6 min = -70.8 MilliJy,max = 120.0 MilliJy IMAGR2: Field 7 min = -60.4 MilliJy,max = 112.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 72.55 MilliJy IMAGR2: 3128 Residual map points loaded IMAGR2: Field 1 min allowed flux = 441.228 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 525.393 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 525.393 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.4 MilliJy,max = 397.1 MilliJy IMAGR2: BGC Clean: using 2013 cell beam + residuals > 48.44 MilliJy IMAGR2: 439 Residual map points loaded IMAGR2: Field 1 min allowed flux = 189.938 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 751.562 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 751.562 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.7 MilliJy,max = 172.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 48.08 MilliJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 1 min allowed flux = 77.930 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 871.561 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 871.561 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.2 MilliJy,max = 14.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.368E-02 < Second best 1.615E-01 IMAGR2: Field 4 min = -7.0 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.163E-02 < Second best 1.086E-01 IMAGR2: Field 2 min = -7.0 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.020E-02 < Second best 1.070E-01 IMAGR2: Field 7 min = -6.4 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.016E-03 < Second best 9.621E-02 IMAGR2: Field 3 min = -6.4 MilliJy,max = 11.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.819E-03 < Second best 9.464E-02 IMAGR2: Field 6 min = -5.2 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.769E-03 < Second best 7.410E-02 IMAGR2: Field 1 min = -11.5 MilliJy,max = 71.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.13 MilliJy IMAGR2: 3901 Residual map points loaded IMAGR2: Field 1 min allowed flux = 32.361 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 921.349 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 921.349 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.0 MilliJy,max = 29.8 MilliJy IMAGR2: BGC Clean: using 1569 cell beam + residuals > 4.89 MilliJy IMAGR2: 437 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min allowed flux = -13.864 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 937.796 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 937.796 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.1 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.930E-03 < Second best 1.319E-02 IMAGR2: Field 1 min = -12.5 MilliJy,max = 14.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.11 MilliJy IMAGR2: 264 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.923 MilliJy iter= 86 IMAGR2: Field 1 Clean flux density= 950.861 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 950.861 MilliJy 86 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.647E-03 < Second best 1.020E-02 IMAGR2: Field 2 min = -3.1 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.159E-03 < Second best 9.016E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.066E-03 < Second best 8.819E-03 IMAGR2: Field 3 min = -3.0 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.987E-03 < Second best 7.769E-03 IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.525E-03 < Second best 6.647E-03 IMAGR2: BGC Clean: using 1569 cell beam + residuals > 2.12 MilliJy IMAGR2: 260 Residual map points loaded IMAGR2: Field 4 min allowed flux = 3.339 MilliJy iter= 15 IMAGR2: Field 4 Clean flux density= 6.872 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 957.733 MilliJy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 6585 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.520 MilliJy iter= 205 IMAGR2: Field 1 Clean flux density= 976.214 MilliJy 205 comps IMAGR2: Total Cleaned flux density = 983.087 MilliJy 220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.281E-03 < Second best 3.357E-03 IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 143 cell beam + residuals > 1.67 MilliJy IMAGR2: 1543 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.390 MilliJy iter= 317 IMAGR2: Field 1 Clean flux density= 991.697 MilliJy 317 comps IMAGR2: Total Cleaned flux density = 998.569 MilliJy 332 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 157 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.759 MilliJy iter= 55 IMAGR2: Field 4 Clean flux density= 9.766 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 1.001 Jy 372 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.231E-03 < Second best 3.066E-03 IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.621E-03 < Second best 2.987E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1029 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.633 MilliJy iter= 102 IMAGR2: Field 3 Clean flux density= 15.827 MilliJy 102 comps IMAGR2: Total Cleaned flux density = 1.017 Jy 474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 523 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.518 MilliJy iter= 77 IMAGR2: Field 7 Clean flux density= -4.131 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 1.013 Jy 551 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 259 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.384 MilliJy iter= 59 IMAGR2: Field 6 Clean flux density= -3.769 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 1.009 Jy 610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 2792 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.523 MilliJy iter= 535 IMAGR2: Field 1 Clean flux density= 1.012 Jy 535 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 828 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.830E-03 < Second best 2.231E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 916 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.246 MilliJy iter= 147 IMAGR2: Field 2 Clean flux density= 8.050 MilliJy 147 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 975 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 274 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.154 MilliJy iter= 80 IMAGR2: Field 5 Clean flux density= 2.612 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 1055 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 464 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.139 MilliJy iter= 164 IMAGR2: Field 4 Clean flux density= 6.121 MilliJy 164 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 1164 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.297E-03 < Second best 1.456E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.350E-03 < Second best 1.450E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.220E-03 < Second best 1.350E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 868.81 MicroJy IMAGR2: 1833 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.030 MilliJy iter= 758 IMAGR2: Field 1 Clean flux density= 1.018 Jy 758 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 1387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.194E-03 < Second best 1.297E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 830.70 MicroJy IMAGR2: 1135 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 954.708 MicroJy iter= 306 IMAGR2: Field 3 Clean flux density= 24.224 MilliJy 306 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 1591 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.099E-03 < Second best 1.194E-03 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 822.32 MicroJy IMAGR2: 956 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -926.162 MicroJy iter= 259 IMAGR2: Field 6 Clean flux density= -6.814 MilliJy 259 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 1791 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.770E-04 < Second best 1.103E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.037E-03 < Second best 1.099E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 753.87 MicroJy IMAGR2: 919 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -835.914 MicroJy iter= 276 IMAGR2: Field 7 Clean flux density= -4.457 MilliJy 276 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 1990 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 720.44 MicroJy IMAGR2: 614 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 784.136 MicroJy iter= 326 IMAGR2: Field 4 Clean flux density= 8.764 MilliJy 326 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 2152 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 718.03 MicroJy IMAGR2: 741 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 783.165 MicroJy iter= 278 IMAGR2: Field 5 Clean flux density= 9.185 MilliJy 278 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 2350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.120E-04 < Second best 9.770E-04 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 670.01 MicroJy IMAGR2: 1037 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -737.485 MicroJy iter= 389 IMAGR2: Field 2 Clean flux density= 6.682 MilliJy 389 comps IMAGR2: Total Cleaned flux density = 1.056 Jy 2592 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -955.4 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.915E-04 < Second best 9.120E-04 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.905E-04 < Second best 8.869E-04 IMAGR2: Field 6 min = -972.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 606.08 MicroJy IMAGR2: 1222 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 666.162 MicroJy iter= 522 IMAGR2: Field 6 Clean flux density= -7.417 MilliJy 522 comps IMAGR2: Total Cleaned flux density = 1.055 Jy 2855 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -957.8 MicroJy,max = 849.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.943E-04 < Second best 7.915E-04 IMAGR2: Field 3 min = -961.1 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 580.50 MicroJy IMAGR2: 1245 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 638.437 MicroJy iter= 595 IMAGR2: Field 3 Clean flux density= 25.641 MilliJy 595 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.057 Jy 3144 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 930.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.55 MicroJy IMAGR2: 764 Residual map points loaded IMAGR2: Field 1 min Clean flux = -632.103 MicroJy iter= 926 IMAGR2: Field 1 Clean flux density= 1.018 Jy 926 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 3312 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -874.4 MicroJy,max = 840.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.863E-04 < Second best 7.505E-04 IMAGR2: Field 5 min = -951.8 MicroJy,max = 834.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.389E-04 < Second best 7.069E-04 IMAGR2: Field 2 min = -903.4 MicroJy,max = 894.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.113E-04 < Second best 6.943E-04 IMAGR2: Field 7 min = -888.8 MicroJy,max = 820.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 494.53 MicroJy IMAGR2: 2130 Residual map points loaded IMAGR2: Field 7 min Clean flux = -631.286 MicroJy iter= 306 IMAGR2: Field 7 Clean flux density= -4.318 MilliJy 306 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 3342 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -873.6 MicroJy,max = 837.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 487.53 MicroJy IMAGR2: 2103 Residual map points loaded IMAGR2: Field 4 min Clean flux = 631.387 MicroJy iter= 353 IMAGR2: Field 4 Clean flux density= 8.443 MilliJy 353 comps IMAGR2: Total Cleaned flux density = 1.056 Jy 3369 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -856.3 MicroJy,max = 912.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.014E-04 < Second best 6.389E-04 IMAGR2: Field 5 min = -961.4 MicroJy,max = 826.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 445.05 MicroJy IMAGR2: 4223 Residual map points loaded IMAGR2: Field 5 min Clean flux = -632.323 MicroJy iter= 283 IMAGR2: Field 5 Clean flux density= 9.120 MilliJy 283 comps IMAGR2: Total Cleaned flux density = 1.056 Jy 3374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -781.0 MicroJy,max = 902.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 358.50 MicroJy IMAGR2: 17495 Residual map points loaded IMAGR2: Field 3 min Clean flux = -606.675 MicroJy iter= 596 IMAGR2: Field 3 Clean flux density= 25.580 MilliJy 596 comps IMAGR2: Total Cleaned flux density = 1.056 Jy 3375 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -843.0 MicroJy,max = 884.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 356.23 MicroJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 2 min Clean flux = -628.573 MicroJy iter= 391 IMAGR2: Field 2 Clean flux density= 6.682 MilliJy 391 comps IMAGR2: Total Cleaned flux density = 1.056 Jy 3377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 632.323 less than limit 632.348 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 926 to 423 components IMAGR2: Field 2 compressed from 391 to 300 components IMAGR2: Field 3 compressed from 596 to 427 components IMAGR2: Field 4 compressed from 353 to 235 components IMAGR2: Field 5 compressed from 283 to 220 components IMAGR2: Field 6 compressed from 522 to 398 components IMAGR2: Field 7 compressed from 306 to 231 components IMAGR2: Field 1 min = -993.2 MicroJy,max = 851.7 MicroJy IMAGR2: Field 2 min = -845.2 MicroJy,max = 884.0 MicroJy IMAGR2: Field 3 min = -783.6 MicroJy,max = 905.7 MicroJy IMAGR2: Field 4 min = -859.2 MicroJy,max = 830.3 MicroJy IMAGR2: Field 5 min = -956.4 MicroJy,max = 819.1 MicroJy IMAGR2: Field 6 min = -857.5 MicroJy,max = 912.6 MicroJy IMAGR2: Field 7 min = -859.0 MicroJy,max = 796.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 896.310 MicroJy ( 31 CCs) from field 1 to field 2 IMAGR2: Restore 6.451 MilliJy ( 61 CCs) from field 1 to field 3 IMAGR2: Restore 42.569 MicroJy ( 29 CCs) from field 1 to field 4 IMAGR2: Restore 6.757 MilliJy ( 40 CCs) from field 1 to field 5 IMAGR2: Restore 355.535 MicroJy ( 39 CCs) from field 1 to field 6 IMAGR2: Restore -33.439 MicroJy ( 21 CCs) from field 1 to field 7 IMAGR2: Restore 2.032 MilliJy ( 17 CCs) from field 2 to field 1 IMAGR2: Restore 243.873 MicroJy ( 41 CCs) from field 2 to field 3 IMAGR2: Restore 560.537 MicroJy ( 15 CCs) from field 2 to field 4 IMAGR2: Restore 4.917 MilliJy ( 54 CCs) from field 3 to field 1 IMAGR2: Restore 1.849 MilliJy ( 48 CCs) from field 3 to field 2 IMAGR2: Restore 2.855 MilliJy ( 28 CCs) from field 3 to field 5 IMAGR2: Restore -1.796 MilliJy ( 26 CCs) from field 4 to field 1 IMAGR2: Restore 593.769 MicroJy ( 17 CCs) from field 4 to field 2 IMAGR2: Restore-557.028 MicroJy ( 15 CCs) from field 4 to field 6 IMAGR2: Restore 457.111 MicroJy ( 27 CCs) from field 5 to field 1 IMAGR2: Restore 1.006 MilliJy ( 16 CCs) from field 5 to field 3 IMAGR2: Restore 62.758 MicroJy ( 19 CCs) from field 5 to field 7 IMAGR2: Restore-179.576 MicroJy ( 46 CCs) from field 6 to field 1 IMAGR2: Restore 454.710 MicroJy ( 27 CCs) from field 6 to field 4 IMAGR2: Restore-347.331 MicroJy ( 44 CCs) from field 6 to field 7 IMAGR2: Restore 206.463 MicroJy ( 11 CCs) from field 7 to field 1 IMAGR2: Restore 1.166 MilliJy ( 42 CCs) from field 7 to field 5 IMAGR2: Restore 2.404 MicroJy ( 19 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.024 Jy IMAGR2: Field 2 final Clean flux 10.021 MilliJy IMAGR2: Field 3 final Clean flux 33.281 MilliJy IMAGR2: Field 4 final Clean flux 9.501 MilliJy IMAGR2: Field 5 final Clean flux 19.897 MilliJy IMAGR2: Field 6 final Clean flux -7.616 MilliJy IMAGR2: Field 7 final Clean flux -4.636 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= 148 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 51.8 Real= 109 2+492_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :20 =0832+492' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0832+492_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 135 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 136 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 137 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 138 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 139 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 140 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 141 disk= 1 AIPS 2: Disk 1 in-CNO 142 renumbered as CNO 134 AIPS 2: Disk 1 in-CNO 143 renumbered as CNO 135 AIPS 2: Disk 1 in-CNO 144 renumbered as CNO 136 AIPS 2: Disk 1 in-CNO 145 renumbered as CNO 137 AIPS 2: Disk 1 in-CNO 146 renumbered as CNO 138 AIPS 2: Disk 1 in-CNO 147 renumbered as CNO 139 AIPS 2: Disk 1 in-CNO 148 renumbered as CNO 140 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2639_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2639_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :21 =N2639' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2639_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 142 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 143 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 144 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 145 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 146 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 147 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 148 disk= 1 AIPS 2: Disk 1 in-CNO 149 renumbered as CNO 141 AIPS 2: Disk 1 in-CNO 150 renumbered as CNO 142 AIPS 2: Disk 1 in-CNO 151 renumbered as CNO 143 AIPS 2: Disk 1 in-CNO 152 renumbered as CNO 144 AIPS 2: Disk 1 in-CNO 153 renumbered as CNO 145 AIPS 2: Disk 1 in-CNO 154 renumbered as CNO 146 AIPS 2: Disk 1 in-CNO 155 renumbered as CNO 147 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1054 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+579_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0854+579_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :22 =0854+579' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+579_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 149 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 150 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 151 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 152 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 153 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 154 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 155 disk= 1 AIPS 2: Disk 1 in-CNO 156 renumbered as CNO 148 AIPS 2: Disk 1 in-CNO 157 renumbered as CNO 149 AIPS 2: Disk 1 in-CNO 158 renumbered as CNO 150 AIPS 2: Disk 1 in-CNO 159 renumbered as CNO 151 AIPS 2: Disk 1 in-CNO 160 renumbered as CNO 152 AIPS 2: Disk 1 in-CNO 161 renumbered as CNO 153 AIPS 2: Disk 1 in-CNO 162 renumbered as CNO 154 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04512 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2685_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N2685 C BAND Seq 1 Disk: 1 in slot 25 SETFC2: SETCEL: recommends IMSIZE 1358 CELLSIZE 0.40713 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40713 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N2685_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 97.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.7 Real= 1 C 1 1012 1012 08 55 35.16 58 44 01.4 00001 -1 507 512 513 C 2 1012 1012 08 55 35.16 58 38 14.8 00002 -1 507 512 513 C 3 1012 1012 08 54 56.66 58 41 07.7 00003 -1 507 512 513 C 4 1012 1012 08 56 13.66 58 41 07.7 00004 -1 507 512 513 C 5 1012 1012 08 54 56.55 58 46 54.3 00005 -1 507 512 513 C 6 1012 1012 08 56 13.77 58 46 54.3 00006 -1 507 512 513 C 7 1012 1012 08 55 35.16 58 49 48.0 00007 -1 507 512 513 oyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 155 disk= 1 AIPS 2: Disk 1 in-CNO 156 renumbered as CNO 148 AIPS 2: Disk 1 in-CNO 157 renumbered as CNO 149 AIPS 2: Disk 1 in-CNO 158 renumbered as CNO 150 AIPS 2: Disk 1 in-CNO 159 renumbered as CNO 151 AIPS 2: Disk 1 in-CNO 160 renumbered as CNO 152 AIPS 2: Disk 1 in-CNO 161 renumbered as CNO 153 AIPS 2: Disk 1 in-CNO 162 renumbered as CNO 154 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04512 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2685_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2685_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :23 =N2685' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N2685_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.3105E-11 7.6739E-11 0 IMAGR2: Field 2 1012 1012 5.3105E-11 -3.4660E+02 0 IMAGR2: Field 3 1012 1012 -2.9973E+02 -1.7370E+02 0 IMAGR2: Field 4 1012 1012 2.9973E+02 -1.7370E+02 0 IMAGR2: Field 5 1012 1012 -3.0059E+02 1.7290E+02 0 IMAGR2: Field 6 1012 1012 3.0059E+02 1.7290E+02 0 IMAGR2: Field 7 1012 1012 5.3105E-11 3.4660E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N2685_C,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 N2685 .IMAGR . 1 (UV) on disk 1 cno 155 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36611 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.085E+05 IMAGR2: UVWAIT: Adding temperance S 2.171E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.487E+08 and out 4.538E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.156 due to weighting IMAGR2: UVWAIT: Average summed weight 1.085E+05 over 72426 vis IMAGR2: Create N2685 .IBM001. 1 (MA) on disk 1 cno 156 IMAGR2: Create N2685 .IBM002. 1 (MA) on disk 1 cno 157 IMAGR2: Create N2685 .IBM003. 1 (MA) on disk 1 cno 158 IMAGR2: Create N2685 .IBM004. 1 (MA) on disk 1 cno 159 IMAGR2: Create N2685 .IBM005. 1 (MA) on disk 1 cno 160 IMAGR2: Create N2685 .IBM006. 1 (MA) on disk 1 cno 161 IMAGR2: Create N2685 .IBM007. 1 (MA) on disk 1 cno 162 IMAGR2: Create N2685 .ICL001. 1 (MA) on disk 1 cno 163 IMAGR2: Create N2685 .ICL002. 1 (MA) on disk 1 cno 164 IMAGR2: Create N2685 .ICL003. 1 (MA) on disk 1 cno 165 IMAGR2: Create N2685 .ICL004. 1 (MA) on disk 1 cno 166 IMAGR2: Create N2685 .ICL005. 1 (MA) on disk 1 cno 167 IMAGR2: Create N2685 .ICL006. 1 (MA) on disk 1 cno 168 IMAGR2: Create N2685 .ICL007. 1 (MA) on disk 1 cno 169 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.81788E+09 IMAGR2: Field 1 Beam min = -119.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.538 x 1.073 arcsec, PA= 59.9 IMAGR2: Field 2 Sum of gridding weights = 4.81788E+09 IMAGR2: Field 2 Beam min = -119.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.537 x 1.074 arcsec, PA= 59.9 IMAGR2: Field 3 Sum of gridding weights = 4.81788E+09 IMAGR2: Field 3 Beam min = -119.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.536 x 1.073 arcsec, PA= 59.7 IMAGR2: Field 4 Sum of gridding weights = 4.81788E+09 IMAGR2: Field 4 Beam min = -119.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.539 x 1.074 arcsec, PA= 60.1 IMAGR2: Field 5 Sum of gridding weights = 4.81788E+09 IMAGR2: Field 5 Beam min = -119.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.537 x 1.073 arcsec, PA= 59.6 IMAGR2: Field 6 Sum of gridding weights = 4.81787E+09 IMAGR2: Field 6 Beam min = -120.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.541 x 1.073 arcsec, PA= 60.1 IMAGR2: Field 7 Sum of gridding weights = 4.81787E+09 IMAGR2: Field 7 Beam min = -119.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.539 x 1.073 arcsec, PA= 59.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -232.2 MicroJy,max = 233.4 MicroJy IMAGR2: Field 2 min = -223.3 MicroJy,max = 215.8 MicroJy IMAGR2: Field 3 min = -242.6 MicroJy,max = 232.9 MicroJy IMAGR2: Field 4 min = -238.3 MicroJy,max = 228.9 MicroJy IMAGR2: Field 5 min = -239.0 MicroJy,max = 268.6 MicroJy IMAGR2: Field 6 min = -254.5 MicroJy,max = 234.5 MicroJy IMAGR2: Field 7 min = -252.3 MicroJy,max = 232.5 MicroJy IMAGR2: Peak residual in window 231.993 less than limit 270.714 MicroJy IMAGR2: Field 1 min = -232.2 MicroJy,max = 233.4 MicroJy IMAGR2: Field 2 min = -223.3 MicroJy,max = 215.8 MicroJy IMAGR2: Field 3 min = -242.6 MicroJy,max = 232.9 MicroJy IMAGR2: Field 4 min = -238.3 MicroJy,max = 228.9 MicroJy IMAGR2: Field 5 min = -239.0 MicroJy,max = 268.6 MicroJy IMAGR2: Field 6 min = -254.5 MicroJy,max = 234.5 MicroJy IMAGR2: Field 7 min = -252.3 MicroJy,max = 232.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 0.000 Jy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 155 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 13.0 Real= 28 oyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 155 disk= 1 AIPS 2: Disk 1 in-CNO 156 renumbered as CNO 148 AIPS 2: Disk 1 in-CNO 157 renumbered as CNO 149 AIPS 2: Disk 1 in-CNO 158 renumbered as CNO 150 AIPS 2: Disk 1 in-CNO 159 renumbered as CNO 151 AIPS 2: Disk 1 in-CNO 160 renumbered as CNO 152 AIPS 2: Disk 1 in-CNO 161 renumbered as CNO 153 AIPS 2: Disk 1 in-CNO 162 renumbered as CNO 154 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04512 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2685_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2685_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :23 =N2685' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2685_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 156 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 157 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 158 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 159 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 160 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 161 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 162 disk= 1 AIPS 2: Disk 1 in-CNO 163 renumbered as CNO 155 AIPS 2: Disk 1 in-CNO 164 renumbered as CNO 156 AIPS 2: Disk 1 in-CNO 165 renumbered as CNO 157 AIPS 2: Disk 1 in-CNO 166 renumbered as CNO 158 AIPS 2: Disk 1 in-CNO 167 renumbered as CNO 159 AIPS 2: Disk 1 in-CNO 168 renumbered as CNO 160 AIPS 2: Disk 1 in-CNO 169 renumbered as CNO 161 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0957+553_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0957+553 C BAND Seq 1 Disk: 1 in slot 26 SETFC2: SETCEL: recommends IMSIZE 1370 CELLSIZE 0.40350 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40350 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0957+553_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 88.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.7 Real= 1 C 1 1012 1012 09 57 38.17 55 22 58.0 00001 -1 507 512 513 C 2 1012 1012 09 57 38.17 55 17 14.5 00002 -1 507 512 513 C 3 1012 1012 09 57 03.30 55 20 05.9 00003 -1 507 512 513 C 4 1012 1012 09 58 13.04 55 20 05.9 00004 -1 507 512 513 C 5 1012 1012 09 57 03.22 55 25 49.4 00005 -1 507 512 513 C 6 1012 1012 09 58 13.12 55 25 49.4 00006 -1 507 512 513 C 7 1012 1012 09 57 38.17 55 28 41.5 00007 -1 507 512 513 oyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 155 disk= 1 AIPS 2: Disk 1 in-CNO 156 renumbered as CNO 148 AIPS 2: Disk 1 in-CNO 157 renumbered as CNO 149 AIPS 2: Disk 1 in-CNO 158 renumbered as CNO 150 AIPS 2: Disk 1 in-CNO 159 renumbered as CNO 151 AIPS 2: Disk 1 in-CNO 160 renumbered as CNO 152 AIPS 2: Disk 1 in-CNO 161 renumbered as CNO 153 AIPS 2: Disk 1 in-CNO 162 renumbered as CNO 154 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04512 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2685_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2685_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :23 =N2685' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2685_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 156 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 157 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 158 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 159 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 160 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 161 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 162 disk= 1 AIPS 2: Disk 1 in-CNO 163 renumbered as CNO 155 AIPS 2: Disk 1 in-CNO 164 renumbered as CNO 156 AIPS 2: Disk 1 in-CNO 165 renumbered as CNO 157 AIPS 2: Disk 1 in-CNO 166 renumbered as CNO 158 AIPS 2: Disk 1 in-CNO 167 renumbered as CNO 159 AIPS 2: Disk 1 in-CNO 168 renumbered as CNO 160 AIPS 2: Disk 1 in-CNO 169 renumbered as CNO 161 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0957+553_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0957+553_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :24 =0957+553' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0957+553_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.8126E-11 2.5580E-11 0 IMAGR2: Field 2 1012 1012 5.8126E-11 -3.4350E+02 0 IMAGR2: Field 3 1012 1012 -2.9714E+02 -1.7210E+02 0 IMAGR2: Field 4 1012 1012 2.9714E+02 -1.7210E+02 0 IMAGR2: Field 5 1012 1012 -2.9782E+02 1.7140E+02 0 IMAGR2: Field 6 1012 1012 2.9782E+02 1.7140E+02 0 IMAGR2: Field 7 1012 1012 5.8126E-11 3.4350E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0957+553_C,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 0957+553 .IMAGR . 1 (UV) on disk 1 cno 162 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.419E+04 IMAGR2: UVWAIT: Adding temperance S 6.838E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.685E+07 and out 6.122E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.153 due to weighting IMAGR2: UVWAIT: Average summed weight 3.419E+04 over 13962 vis IMAGR2: Create 0957+553 .IBM001. 1 (MA) on disk 1 cno 163 IMAGR2: Create 0957+553 .IBM002. 1 (MA) on disk 1 cno 164 IMAGR2: Create 0957+553 .IBM003. 1 (MA) on disk 1 cno 165 IMAGR2: Create 0957+553 .IBM004. 1 (MA) on disk 1 cno 166 IMAGR2: Create 0957+553 .IBM005. 1 (MA) on disk 1 cno 167 IMAGR2: Create 0957+553 .IBM006. 1 (MA) on disk 1 cno 168 IMAGR2: Create 0957+553 .IBM007. 1 (MA) on disk 1 cno 169 IMAGR2: Create 0957+553 .ICL001. 1 (MA) on disk 1 cno 170 IMAGR2: Create 0957+553 .ICL002. 1 (MA) on disk 1 cno 171 IMAGR2: Create 0957+553 .ICL003. 1 (MA) on disk 1 cno 172 IMAGR2: Create 0957+553 .ICL004. 1 (MA) on disk 1 cno 173 IMAGR2: Create 0957+553 .ICL005. 1 (MA) on disk 1 cno 174 IMAGR2: Create 0957+553 .ICL006. 1 (MA) on disk 1 cno 175 IMAGR2: Create 0957+553 .ICL007. 1 (MA) on disk 1 cno 176 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.49982E+08 IMAGR2: Field 1 Beam min = -122.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.741 x 1.188 arcsec, PA= 74.9 IMAGR2: Field 2 Sum of gridding weights = 6.49981E+08 IMAGR2: Field 2 Beam min = -122.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.740 x 1.189 arcsec, PA= 75.0 IMAGR2: Field 3 Sum of gridding weights = 6.49980E+08 IMAGR2: Field 3 Beam min = -83.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.738 x 1.188 arcsec, PA= 74.8 IMAGR2: Field 4 Sum of gridding weights = 6.49979E+08 IMAGR2: Field 4 Beam min = -80.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.743 x 1.188 arcsec, PA= 75.1 IMAGR2: Field 5 Sum of gridding weights = 6.49980E+08 IMAGR2: Field 5 Beam min = -87.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.739 x 1.188 arcsec, PA= 74.7 IMAGR2: Field 6 Sum of gridding weights = 6.49979E+08 IMAGR2: Field 6 Beam min = -86.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.744 x 1.188 arcsec, PA= 75.1 IMAGR2: Field 7 Sum of gridding weights = 6.49980E+08 IMAGR2: Field 7 Beam min = -122.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.742 x 1.188 arcsec, PA= 74.9 IMAGR2: CLBHIS: minimum component 0.486 of current peak IMAGR2: Field 1 min = -140.7 MilliJy,max = 1.9 Jy IMAGR2: Field 2 min = -146.2 MilliJy,max = 215.2 MilliJy IMAGR2: Field 3 min = -132.8 MilliJy,max = 285.7 MilliJy IMAGR2: Field 4 min = -136.1 MilliJy,max = 287.1 MilliJy IMAGR2: Field 5 min = -136.1 MilliJy,max = 279.0 MilliJy IMAGR2: Field 6 min = -133.4 MilliJy,max = 283.7 MilliJy IMAGR2: Field 7 min = -157.7 MilliJy,max = 217.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 194.40 MilliJy IMAGR2: 807 Residual map points loaded IMAGR2: Field 1 min allowed flux = 889.021 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 1.059 Jy 8 comps IMAGR2: Total Cleaned flux density = 1.059 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 = -56.1 MilliJy,max = 800.1 MilliJy IMAGR2: BGC Clean: using 1635 cell beam + residuals > 115.72 MilliJy IMAGR2: 142 Residual map points loaded IMAGR2: Field 1 min allowed flux = 382.701 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 1.514 Jy 16 comps IMAGR2: Total Cleaned flux density = 1.514 Jy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.9 MilliJy,max = 344.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 94.66 MilliJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 1 min allowed flux = 164.743 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 1.710 Jy 24 comps IMAGR2: Total Cleaned flux density = 1.710 Jy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.7 MilliJy,max = 22.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.125E-02 < Second best 2.567E-01 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 min = -11.2 MilliJy,max = 24.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.361E-02 < Second best 2.074E-01 IMAGR2: Field 7 min = -14.6 MilliJy,max = 22.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.133E-02 < Second best 2.055E-01 IMAGR2: Field 2 min = -10.8 MilliJy,max = 19.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.834E-02 < Second best 1.881E-01 IMAGR2: Field 6 min = -10.7 MilliJy,max = 28.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.926E-02 < Second best 1.880E-01 IMAGR2: Field 3 min = -9.2 MilliJy,max = 21.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.918E-02 < Second best 1.566E-01 IMAGR2: Field 1 min = -12.2 MilliJy,max = 148.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 17.23 MilliJy IMAGR2: 819 Residual map points loaded IMAGR2: Field 1 min allowed flux = 70.918 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 1.795 Jy 32 comps IMAGR2: Total Cleaned flux density = 1.795 Jy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 63.8 MilliJy IMAGR2: BGC Clean: using 1635 cell beam + residuals > 9.23 MilliJy IMAGR2: 1287 Residual map points loaded IMAGR2: Field 1 min allowed flux = 30.876 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 1.831 Jy 40 comps IMAGR2: Total Cleaned flux density = 1.831 Jy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 30.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.90 MilliJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 14.828 MilliJy iter= 71 IMAGR2: Field 1 Clean flux density= 1.895 Jy 71 comps IMAGR2: Total Cleaned flux density = 1.895 Jy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.9 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.894E-03 < Second best 2.133E-02 IMAGR2: Field 7 min = -5.6 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.445E-03 < Second best 2.125E-02 IMAGR2: Field 5 min = -6.2 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.950E-03 < Second best 1.926E-02 IMAGR2: Field 6 min = -5.8 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.393E-03 < Second best 1.918E-02 IMAGR2: Field 3 min = -5.9 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.017E-03 < Second best 1.834E-02 IMAGR2: Field 2 min = -6.1 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.098E-03 < Second best 1.412E-02 IMAGR2: Field 1 min = -8.5 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.55 MilliJy IMAGR2: 8356 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.527 MilliJy iter= 154 IMAGR2: Field 1 Clean flux density= 1.970 Jy 154 comps IMAGR2: Total Cleaned flux density = 1.970 Jy 154 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.1 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.073E-03 < Second best 9.017E-03 IMAGR2: Field 3 min = -5.8 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.280E-03 < Second best 8.445E-03 IMAGR2: Field 7 min = -5.6 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.225E-03 < Second best 8.136E-03 IMAGR2: Field 1 min = -8.0 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.18 MilliJy IMAGR2: 5704 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.429 MilliJy iter= 261 IMAGR2: Field 1 Clean flux density= 2.021 Jy 261 comps IMAGR2: Total Cleaned flux density = 2.021 Jy 261 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.7 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.656E-03 < Second best 7.950E-03 IMAGR2: Field 5 min = -5.4 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.061E-03 < Second best 7.894E-03 IMAGR2: Field 4 min = -6.1 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.858E-03 < Second best 7.280E-03 IMAGR2: Field 3 min = -5.9 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.730E-03 < Second best 7.225E-03 IMAGR2: Field 7 min = -5.3 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.73 MilliJy IMAGR2: 1773 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.929 MilliJy iter= 94 IMAGR2: Field 7 Clean flux density= 50.067 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 2.071 Jy 355 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.7 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.144E-03 < Second best 6.730E-03 IMAGR2: Field 3 min = -5.9 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.67 MilliJy IMAGR2: 1100 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.498 MilliJy iter= 84 IMAGR2: Field 3 Clean flux density= 24.788 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 2.096 Jy 439 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.2 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.815E-03 < Second best 6.150E-03 IMAGR2: Field 1 min = -6.0 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.760E-03 < Second best 6.144E-03 IMAGR2: Field 6 min = -4.6 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.37 MilliJy IMAGR2: 1773 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.317 MilliJy iter= 133 IMAGR2: Field 6 Clean flux density= 59.039 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 2.155 Jy 572 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.9 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.315E-03 < Second best 5.858E-03 IMAGR2: Field 4 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.520E-03 < Second best 5.815E-03 IMAGR2: Field 2 min = -5.1 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.24 MilliJy IMAGR2: 1656 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.982 MilliJy iter= 138 IMAGR2: Field 2 Clean flux density= 37.816 MilliJy 138 comps IMAGR2: Total Cleaned flux density = 2.193 Jy 710 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.9 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.13 MilliJy IMAGR2: 3263 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.910 MilliJy iter= 448 IMAGR2: Field 1 Clean flux density= 2.060 Jy 448 comps IMAGR2: Total Cleaned flux density = 2.231 Jy 897 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.0 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.751E-03 < Second best 5.315E-03 IMAGR2: Field 5 min = -4.4 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.164E-03 < Second best 4.751E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR2: 320 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.326 MilliJy iter= 68 IMAGR2: Field 4 Clean flux density= 9.711 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 2.241 Jy 965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.3 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.617E-03 < Second best 4.298E-03 IMAGR2: Field 3 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.805E-03 < Second best 4.164E-03 IMAGR2: Field 5 min = -4.3 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 846 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.192 MilliJy iter= 135 IMAGR2: Field 5 Clean flux density= 11.134 MilliJy 135 comps IMAGR2: Total Cleaned flux density = 2.252 Jy 1100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.483E-03 < Second best 3.808E-03 IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.168E-03 < Second best 3.805E-03 IMAGR2: Field 3 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR2: 812 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.851 MilliJy iter= 221 IMAGR2: Field 3 Clean flux density= 23.223 MilliJy 221 comps IMAGR2: Total Cleaned flux density = 2.251 Jy 1237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR2: 3611 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.801 MilliJy iter= 699 IMAGR2: Field 1 Clean flux density= 2.115 Jy 699 comps IMAGR2: Total Cleaned flux density = 2.306 Jy 1488 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.085E-03 < Second best 3.483E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 838 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.508 MilliJy iter= 289 IMAGR2: Field 6 Clean flux density= 69.426 MilliJy 289 comps IMAGR2: Total Cleaned flux density = 2.317 Jy 1644 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.783E-03 < Second best 3.168E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.795E-03 < Second best 3.085E-03 IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 631 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.352 MilliJy iter= 236 IMAGR2: Field 7 Clean flux density= 66.141 MilliJy 236 comps IMAGR2: Total Cleaned flux density = 2.333 Jy 1786 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.07 MilliJy IMAGR2: 756 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.248 MilliJy iter= 295 IMAGR2: Field 5 Clean flux density= 6.328 MilliJy 295 comps IMAGR2: Total Cleaned flux density = 2.328 Jy 1946 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.646E-03 < Second best 2.783E-03 IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 387 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.175 MilliJy iter= 189 IMAGR2: Field 4 Clean flux density= 10.776 MilliJy 189 comps IMAGR2: Total Cleaned flux density = 2.329 Jy 2067 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.5 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 2.464E-03 < Second best 2.683E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.507E-03 < Second best 2.646E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 1485 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.021 MilliJy iter= 383 IMAGR2: Field 2 Clean flux density= 43.977 MilliJy 383 comps IMAGR2: Total Cleaned flux density = 2.335 Jy 2312 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 886 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.918 MilliJy iter= 865 IMAGR2: Field 1 Clean flux density= 2.123 Jy 865 comps IMAGR2: Total Cleaned flux density = 2.343 Jy 2478 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.210E-03 < Second best 2.402E-03 IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 927 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.833 MilliJy iter= 495 IMAGR2: Field 6 Clean flux density= 74.443 MilliJy 495 comps IMAGR2: Total Cleaned flux density = 2.348 Jy 2684 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.909E-03 < Second best 2.210E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 868 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.765 MilliJy iter= 438 IMAGR2: Field 3 Clean flux density= 20.179 MilliJy 438 comps IMAGR2: Total Cleaned flux density = 2.345 Jy 2901 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.742E-03 < Second best 2.084E-03 IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 904 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.621 MilliJy iter= 402 IMAGR2: Field 4 Clean flux density= 20.136 MilliJy 402 comps IMAGR2: Total Cleaned flux density = 2.354 Jy 3114 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 425 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.511 MilliJy iter= 512 IMAGR2: Field 2 Clean flux density= 51.446 MilliJy 512 comps IMAGR2: Total Cleaned flux density = 2.362 Jy 3243 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 690 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.523 MilliJy iter= 428 IMAGR2: Field 7 Clean flux density= 77.542 MilliJy 428 comps IMAGR2: Total Cleaned flux density = 2.373 Jy 3435 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.667E-03 < Second best 1.758E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.609E-03 < Second best 1.742E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1448 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.411 MilliJy iter= 613 IMAGR2: Field 5 Clean flux density= 16.448 MilliJy 613 comps IMAGR2: Total Cleaned flux density = 2.383 Jy 3753 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.524E-03 < Second best 1.667E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1207 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.314 MilliJy iter= 1122 IMAGR2: Field 1 Clean flux density= 2.129 Jy 1122 comps IMAGR2: Total Cleaned flux density = 2.389 Jy 4010 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1015 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.302 MilliJy iter= 762 IMAGR2: Field 6 Clean flux density= 79.976 MilliJy 762 comps IMAGR2: Total Cleaned flux density = 2.394 Jy 4277 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.386E-03 < Second best 1.524E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 792 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.233 MilliJy iter= 677 IMAGR2: Field 3 Clean flux density= 24.788 MilliJy 677 comps IMAGR2: Total Cleaned flux density = 2.399 Jy 4516 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.335E-03 < Second best 1.449E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.234E-03 < Second best 1.386E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 938 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.149 MilliJy iter= 670 IMAGR2: Field 4 Clean flux density= 21.056 MilliJy 670 comps IMAGR2: Total Cleaned flux density = 2.400 Jy 4784 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.221E-03 < Second best 1.335E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 745 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.083 MilliJy iter= 654 IMAGR2: Field 7 Clean flux density= 80.421 MilliJy 654 comps IMAGR2: Total Cleaned flux density = 2.403 Jy 5010 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 > 988.65 MicroJy IMAGR2: 651 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.028 MilliJy iter= 1315 IMAGR2: Field 1 Clean flux density= 2.132 Jy 1315 comps IMAGR2: Total Cleaned flux density = 2.406 Jy 5203 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 946.05 MicroJy IMAGR2: 941 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -997.311 MicroJy iter= 1034 IMAGR2: Field 6 Clean flux density= 78.005 MilliJy 1034 comps IMAGR2: Total Cleaned flux density = 2.404 Jy 5475 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 935.70 MicroJy IMAGR2: 698 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 979.739 MicroJy iter= 759 IMAGR2: Field 2 Clean flux density= 57.057 MilliJy 759 comps IMAGR2: Total Cleaned flux density = 2.410 Jy 5722 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 924.93 MicroJy IMAGR2: 537 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -961.135 MicroJy iter= 822 IMAGR2: Field 5 Clean flux density= 13.894 MilliJy 822 comps IMAGR2: Total Cleaned flux density = 2.407 Jy 5931 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 > 883.13 MicroJy IMAGR2: 652 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -919.143 MicroJy iter= 911 IMAGR2: Field 3 Clean flux density= 26.903 MilliJy 911 comps IMAGR2: Total Cleaned flux density = 2.409 Jy 6165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 847.98 MicroJy IMAGR2: 712 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -880.569 MicroJy iter= 902 IMAGR2: Field 4 Clean flux density= 22.150 MilliJy 902 comps IMAGR2: Total Cleaned flux density = 2.410 Jy 6397 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 818.14 MicroJy IMAGR2: 513 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -844.349 MicroJy iter= 850 IMAGR2: Field 7 Clean flux density= 80.775 MilliJy 850 comps IMAGR2: Total Cleaned flux density = 2.411 Jy 6593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 791.23 MicroJy IMAGR2: 314 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -809.252 MicroJy iter= 1442 IMAGR2: Field 1 Clean flux density= 2.136 Jy 1442 comps IMAGR2: Total Cleaned flux density = 2.415 Jy 6720 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 > 764.90 MicroJy IMAGR2: 877 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 797.629 MicroJy iter= 1315 IMAGR2: Field 6 Clean flux density= 78.373 MilliJy 1315 comps IMAGR2: Total Cleaned flux density = 2.415 Jy 7001 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 741.52 MicroJy IMAGR2: 588 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -765.692 MicroJy iter= 979 IMAGR2: Field 2 Clean flux density= 61.008 MilliJy 979 comps IMAGR2: Total Cleaned flux density = 2.419 Jy 7221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 718.99 MicroJy IMAGR2: 1086 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min algorithm flux= -754.690 MicroJy iter= 1173 IMAGR2: Field 5 Clean flux density= 11.014 MilliJy 1173 comps IMAGR2: Total Cleaned flux density = 2.416 Jy 7572 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 697.34 MicroJy IMAGR2: 896 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -726.583 MicroJy iter= 1215 IMAGR2: Field 3 Clean flux density= 27.146 MilliJy 1215 comps IMAGR2: Total Cleaned flux density = 2.416 Jy 7876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 675.65 MicroJy IMAGR2: 983 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -704.620 MicroJy iter= 1230 IMAGR2: Field 4 Clean flux density= 22.007 MilliJy 1230 comps IMAGR2: Total Cleaned flux density = 2.416 Jy 8204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 655.83 MicroJy IMAGR2: 507 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 672.992 MicroJy iter= 1055 IMAGR2: Field 7 Clean flux density= 79.716 MilliJy 1055 comps IMAGR2: Total Cleaned flux density = 2.415 Jy 8409 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -986.0 MicroJy,max = 940.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 639.80 MicroJy IMAGR2: 227 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 649.364 MicroJy iter= 1536 IMAGR2: Field 1 Clean flux density= 2.139 Jy 1536 comps IMAGR2: Total Cleaned flux density = 2.418 Jy 8503 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 618.93 MicroJy IMAGR2: 934 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 642.871 MicroJy iter= 1629 IMAGR2: Field 6 Clean flux density= 80.267 MilliJy 1629 comps IMAGR2: Total Cleaned flux density = 2.420 Jy 8817 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.817E-04 < Second best 7.246E-04 IMAGR2: Field 5 min = -974.6 MicroJy,max = 924.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 581.33 MicroJy IMAGR2: 1290 Residual map points loaded IMAGR2: Field 5 min Clean flux = -618.027 MicroJy iter= 1468 IMAGR2: Field 5 Clean flux density= 10.157 MilliJy 1468 comps IMAGR2: Total Cleaned flux density = 2.419 Jy 9112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 560.67 MicroJy IMAGR2: 1651 Residual map points loaded IMAGR2: Field 3 min Clean flux = 618.188 MicroJy iter= 1413 IMAGR2: Field 3 Clean flux density= 27.150 MilliJy 1413 comps IMAGR2: Total Cleaned flux density = 2.419 Jy 9310 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 960.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 552.83 MicroJy IMAGR2: 827 Residual map points loaded IMAGR2: Field 2 min Clean flux = -618.177 MicroJy iter= 1046 IMAGR2: Field 2 Clean flux density= 62.240 MilliJy 1046 comps IMAGR2: Total Cleaned flux density = 2.420 Jy 9377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 524.51 MicroJy IMAGR2: 2153 Residual map points loaded IMAGR2: Field 4 min Clean flux = -617.825 MicroJy iter= 1265 IMAGR2: Field 4 Clean flux density= 22.058 MilliJy 1265 comps IMAGR2: Total Cleaned flux density = 2.420 Jy 9412 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -943.8 MicroJy,max = 927.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 494.37 MicroJy IMAGR2: 3368 Residual map points loaded IMAGR2: Field 7 min Clean flux = -618.172 MicroJy iter= 1073 IMAGR2: Field 7 Clean flux density= 79.088 MilliJy 1073 comps IMAGR2: Total Cleaned flux density = 2.420 Jy 9430 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -900.0 MicroJy,max = 785.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 461.11 MicroJy IMAGR2: 4703 Residual map points loaded IMAGR2: Field 1 min Clean flux = 617.357 MicroJy iter= 1548 IMAGR2: Field 1 Clean flux density= 2.139 Jy 1548 comps IMAGR2: Total Cleaned flux density = 2.420 Jy 9442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.72 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 6 min Clean flux = 618.067 MicroJy iter= 1655 IMAGR2: Field 6 Clean flux density= 80.144 MilliJy 1655 comps IMAGR2: Total Cleaned flux density = 2.419 Jy 9468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 618.188 less than limit 618.228 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1548 to 936 components IMAGR2: Field 2 compressed from 1046 to 723 components IMAGR2: Field 3 compressed from 1413 to 951 components IMAGR2: Field 4 compressed from 1265 to 807 components IMAGR2: Field 5 compressed from 1468 to 978 components IMAGR2: Field 6 compressed from 1655 to 1089 components IMAGR2: Field 7 compressed from 1073 to 735 components IMAGR2: Field 1 min = -893.6 MicroJy,max = 787.3 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 951.4 MicroJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 5 min = -876.5 MicroJy,max = 860.7 MicroJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -938.9 MicroJy,max = 929.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.918 MilliJy ( 33 CCs) from field 1 to field 2 IMAGR2: Restore 22.284 MilliJy ( 184 CCs) from field 1 to field 3 IMAGR2: Restore 24.999 MilliJy ( 107 CCs) from field 1 to field 4 IMAGR2: Restore 15.905 MilliJy ( 112 CCs) from field 1 to field 5 IMAGR2: Restore 40.192 MilliJy ( 167 CCs) from field 1 to field 6 IMAGR2: Restore 13.072 MilliJy ( 50 CCs) from field 1 to field 7 IMAGR2: Restore 4.270 MilliJy ( 55 CCs) from field 2 to field 1 IMAGR2: Restore 666.758 MicroJy ( 96 CCs) from field 2 to field 3 IMAGR2: Restore 17.004 MilliJy ( 95 CCs) from field 2 to field 4 IMAGR2: Restore 33.514 MilliJy ( 145 CCs) from field 3 to field 1 IMAGR2: Restore 20.834 MilliJy ( 83 CCs) from field 3 to field 2 IMAGR2: Restore-316.523 MicroJy ( 45 CCs) from field 3 to field 5 IMAGR2: Restore 11.741 MilliJy ( 105 CCs) from field 4 to field 1 IMAGR2: Restore 6.639 MilliJy ( 80 CCs) from field 4 to field 2 IMAGR2: Restore -3.449 MilliJy ( 56 CCs) from field 4 to field 6 IMAGR2: Restore 9.195 MilliJy ( 117 CCs) from field 5 to field 1 IMAGR2: Restore 73.857 MicroJy ( 81 CCs) from field 5 to field 3 IMAGR2: Restore 5.119 MilliJy ( 97 CCs) from field 5 to field 7 IMAGR2: Restore 36.797 MilliJy ( 135 CCs) from field 6 to field 1 IMAGR2: Restore 10.874 MilliJy ( 68 CCs) from field 6 to field 4 IMAGR2: Restore 18.588 MilliJy ( 120 CCs) from field 6 to field 7 IMAGR2: Restore 8.775 MilliJy ( 52 CCs) from field 7 to field 1 IMAGR2: Restore 19.433 MilliJy ( 111 CCs) from field 7 to field 5 IMAGR2: Restore 1.606 MilliJy ( 100 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.243 Jy IMAGR2: Field 2 final Clean flux 91.631 MilliJy IMAGR2: Field 3 final Clean flux 50.175 MilliJy IMAGR2: Field 4 final Clean flux 74.935 MilliJy IMAGR2: Field 5 final Clean flux 45.178 MilliJy IMAGR2: Field 6 final Clean flux 118.494 MilliJy IMAGR2: Field 7 final Clean flux 115.867 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= 162 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 88.5 Real= 185 oyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 155 disk= 1 AIPS 2: Disk 1 in-CNO 156 renumbered as CNO 148 AIPS 2: Disk 1 in-CNO 157 renumbered as CNO 149 AIPS 2: Disk 1 in-CNO 158 renumbered as CNO 150 AIPS 2: Disk 1 in-CNO 159 renumbered as CNO 151 AIPS 2: Disk 1 in-CNO 160 renumbered as CNO 152 AIPS 2: Disk 1 in-CNO 161 renumbered as CNO 153 AIPS 2: Disk 1 in-CNO 162 renumbered as CNO 154 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04512 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2685_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2685_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :23 =N2685' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2685_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 156 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 157 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 158 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 159 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 160 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 161 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 162 disk= 1 AIPS 2: Disk 1 in-CNO 163 renumbered as CNO 155 AIPS 2: Disk 1 in-CNO 164 renumbered as CNO 156 AIPS 2: Disk 1 in-CNO 165 renumbered as CNO 157 AIPS 2: Disk 1 in-CNO 166 renumbered as CNO 158 AIPS 2: Disk 1 in-CNO 167 renumbered as CNO 159 AIPS 2: Disk 1 in-CNO 168 renumbered as CNO 160 AIPS 2: Disk 1 in-CNO 169 renumbered as CNO 161 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0957+553_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0957+553_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :24 =0957+553' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0957+553_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 163 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 164 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 165 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 166 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 167 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 168 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 169 disk= 1 AIPS 2: Disk 1 in-CNO 170 renumbered as CNO 162 AIPS 2: Disk 1 in-CNO 171 renumbered as CNO 163 AIPS 2: Disk 1 in-CNO 172 renumbered as CNO 164 AIPS 2: Disk 1 in-CNO 173 renumbered as CNO 165 AIPS 2: Disk 1 in-CNO 174 renumbered as CNO 166 AIPS 2: Disk 1 in-CNO 175 renumbered as CNO 167 AIPS 2: Disk 1 in-CNO 176 renumbered as CNO 168 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04538 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3079_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3079 C BAND Seq 1 Disk: 1 in slot 27 SETFC2: SETCEL: recommends IMSIZE 1369 CELLSIZE 0.40377 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40377 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3079_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 88.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 1012 1012 10 01 57.80 55 40 47.1 00001 -1 507 512 513 C 2 1012 1012 10 01 57.80 55 35 03.3 00002 -1 507 512 513 C 3 1012 1012 10 01 22.64 55 37 54.9 00003 -1 507 512 513 C 4 1012 1012 10 02 32.95 55 37 54.9 00004 -1 507 512 513 C 5 1012 1012 10 01 22.56 55 43 38.6 00005 -1 507 512 513 C 6 1012 1012 10 02 33.04 55 43 38.6 00006 -1 507 512 513 C 7 1012 1012 10 01 57.80 55 46 30.8 00007 -1 507 512 513 oyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 155 disk= 1 AIPS 2: Disk 1 in-CNO 156 renumbered as CNO 148 AIPS 2: Disk 1 in-CNO 157 renumbered as CNO 149 AIPS 2: Disk 1 in-CNO 158 renumbered as CNO 150 AIPS 2: Disk 1 in-CNO 159 renumbered as CNO 151 AIPS 2: Disk 1 in-CNO 160 renumbered as CNO 152 AIPS 2: Disk 1 in-CNO 161 renumbered as CNO 153 AIPS 2: Disk 1 in-CNO 162 renumbered as CNO 154 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04512 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2685_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2685_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :23 =N2685' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2685_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 156 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 157 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 158 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 159 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 160 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 161 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 162 disk= 1 AIPS 2: Disk 1 in-CNO 163 renumbered as CNO 155 AIPS 2: Disk 1 in-CNO 164 renumbered as CNO 156 AIPS 2: Disk 1 in-CNO 165 renumbered as CNO 157 AIPS 2: Disk 1 in-CNO 166 renumbered as CNO 158 AIPS 2: Disk 1 in-CNO 167 renumbered as CNO 159 AIPS 2: Disk 1 in-CNO 168 renumbered as CNO 160 AIPS 2: Disk 1 in-CNO 169 renumbered as CNO 161 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0957+553_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0957+553_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :24 =0957+553' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0957+553_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 163 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 164 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 165 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 166 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 167 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 168 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 169 disk= 1 AIPS 2: Disk 1 in-CNO 170 renumbered as CNO 162 AIPS 2: Disk 1 in-CNO 171 renumbered as CNO 163 AIPS 2: Disk 1 in-CNO 172 renumbered as CNO 164 AIPS 2: Disk 1 in-CNO 173 renumbered as CNO 165 AIPS 2: Disk 1 in-CNO 174 renumbered as CNO 166 AIPS 2: Disk 1 in-CNO 175 renumbered as CNO 167 AIPS 2: Disk 1 in-CNO 176 renumbered as CNO 168 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04538 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3079_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3079_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :25 =N3079' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3079_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.6915E-02 2.0000E-02 0 IMAGR2: Field 2 1012 1012 1.6915E-02 -3.4378E+02 0 IMAGR2: Field 3 1012 1012 -2.9734E+02 -1.7218E+02 0 IMAGR2: Field 4 1012 1012 2.9729E+02 -1.7218E+02 0 IMAGR2: Field 5 1012 1012 -2.9802E+02 1.7152E+02 0 IMAGR2: Field 6 1012 1012 2.9805E+02 1.7152E+02 0 IMAGR2: Field 7 1012 1012 1.6915E-02 3.4372E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3079_C,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 N3079 .IMAGR . 1 (UV) on disk 1 cno 169 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36193 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.100E+05 IMAGR2: UVWAIT: Adding temperance S 2.200E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.420E+08 and out 4.404E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.167 due to weighting IMAGR2: UVWAIT: Average summed weight 1.100E+05 over 71903 vis IMAGR2: Create N3079 .IBM001. 1 (MA) on disk 1 cno 170 IMAGR2: Create N3079 .IBM002. 1 (MA) on disk 1 cno 171 IMAGR2: Create N3079 .IBM003. 1 (MA) on disk 1 cno 172 IMAGR2: Create N3079 .IBM004. 1 (MA) on disk 1 cno 173 IMAGR2: Create N3079 .IBM005. 1 (MA) on disk 1 cno 174 IMAGR2: Create N3079 .IBM006. 1 (MA) on disk 1 cno 175 IMAGR2: Create N3079 .IBM007. 1 (MA) on disk 1 cno 176 IMAGR2: Create N3079 .ICL001. 1 (MA) on disk 1 cno 177 IMAGR2: Create N3079 .ICL002. 1 (MA) on disk 1 cno 178 IMAGR2: Create N3079 .ICL003. 1 (MA) on disk 1 cno 179 IMAGR2: Create N3079 .ICL004. 1 (MA) on disk 1 cno 180 IMAGR2: Create N3079 .ICL005. 1 (MA) on disk 1 cno 181 IMAGR2: Create N3079 .ICL006. 1 (MA) on disk 1 cno 182 IMAGR2: Create N3079 .ICL007. 1 (MA) on disk 1 cno 183 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.67561E+09 IMAGR2: Field 1 Beam min = -127.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.663 x 1.095 arcsec, PA= 77.1 IMAGR2: Field 2 Sum of gridding weights = 4.67561E+09 IMAGR2: Field 2 Beam min = -127.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.662 x 1.095 arcsec, PA= 77.2 IMAGR2: Field 3 Sum of gridding weights = 4.67561E+09 IMAGR2: Field 3 Beam min = -127.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.660 x 1.095 arcsec, PA= 77.0 IMAGR2: Field 4 Sum of gridding weights = 4.67561E+09 IMAGR2: Field 4 Beam min = -127.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.665 x 1.095 arcsec, PA= 77.3 IMAGR2: Field 5 Sum of gridding weights = 4.67561E+09 IMAGR2: Field 5 Beam min = -127.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.661 x 1.095 arcsec, PA= 76.9 IMAGR2: Field 6 Sum of gridding weights = 4.67561E+09 IMAGR2: Field 6 Beam min = -127.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.665 x 1.095 arcsec, PA= 77.2 IMAGR2: Field 7 Sum of gridding weights = 4.67561E+09 IMAGR2: Field 7 Beam min = -127.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.663 x 1.095 arcsec, PA= 77.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -9.4 MilliJy,max = 91.9 MilliJy IMAGR2: Field 2 min = -5.4 MilliJy,max = 6.4 MilliJy IMAGR2: Field 3 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR2: Field 4 min = -4.1 MilliJy,max = 7.7 MilliJy IMAGR2: Field 5 min = -4.1 MilliJy,max = 8.1 MilliJy IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR2: Field 7 min = -5.6 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.10 MilliJy IMAGR2: 6216 Residual map points loaded IMAGR2: Field 1 min allowed flux = 44.248 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 52.346 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 52.346 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 = -3.4 MilliJy,max = 40.2 MilliJy IMAGR2: BGC Clean: using 1305 cell beam + residuals > 2.39 MilliJy IMAGR2: 3853 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.462 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 77.622 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 77.622 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 16.7 MilliJy IMAGR2: BGC Clean: using 171 cell beam + residuals > 2.68 MilliJy IMAGR2: 377 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.300 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 90.305 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 90.305 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.26 MilliJy IMAGR2: 152 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.770 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 102.251 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 102.251 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -535.3 MicroJy,max = 915.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.740E-04 < Second best 5.962E-03 IMAGR2: Field 7 min = -498.5 MicroJy,max = 838.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.912E-04 < Second best 5.951E-03 IMAGR2: Field 4 min = -485.0 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.183E-03 < Second best 5.841E-03 IMAGR2: Field 5 min = -506.5 MicroJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.114E-03 < Second best 3.642E-03 IMAGR2: Field 6 min = -457.5 MicroJy,max = 633.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.149E-04 < Second best 3.608E-03 IMAGR2: Field 3 min = -468.5 MicroJy,max = 606.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.610E-04 < Second best 3.586E-03 IMAGR2: Field 1 min = -1.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 233 cell beam + residuals > 443.58 MicroJy IMAGR2: 12475 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.853 MilliJy iter= 85 IMAGR2: Field 1 Clean flux density= 111.457 MilliJy 85 comps IMAGR2: Total Cleaned flux density = 111.457 MilliJy 85 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 435.67 MicroJy IMAGR2: 5028 Residual map points loaded IMAGR2: Field 1 min allowed flux = 926.124 MicroJy iter= 168 IMAGR2: Field 1 Clean flux density= 121.551 MilliJy 168 comps IMAGR2: Total Cleaned flux density = 121.551 MilliJy 168 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -413.9 MicroJy,max = 645.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.294E-04 < Second best 1.114E-03 IMAGR2: Field 5 min = -395.7 MicroJy,max = 576.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.295E-04 < Second best 8.824E-04 IMAGR2: Field 1 min = -839.5 MicroJy,max = 915.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 336.61 MicroJy IMAGR2: 6335 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 567.116 MicroJy iter= 325 IMAGR2: Field 1 Clean flux density= 131.420 MilliJy 325 comps IMAGR2: Total Cleaned flux density = 131.420 MilliJy 325 comps IMAGR2: ALGSTB: All 470 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 459- 0 Cells, with 36193 Pts IMAGR2: Field 2 min = -389.8 MicroJy,max = 472.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.522E-04 < Second best 6.912E-04 IMAGR2: Field 7 min = -382.6 MicroJy,max = 531.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.082E-04 < Second best 5.610E-04 IMAGR2: Field 3 min = -381.3 MicroJy,max = 383.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.287E-04 < Second best 5.415E-04 IMAGR2: Field 1 min = -554.6 MicroJy,max = 557.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 280.41 MicroJy IMAGR2: 7794 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -417.019 MicroJy iter= 521 IMAGR2: Field 1 Clean flux density= 137.720 MilliJy 521 comps IMAGR2: Total Cleaned flux density = 137.720 MilliJy 521 comps IMAGR2: ALGSTB: All 470 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 459- 0 Cells, with 36193 Pts IMAGR2: Field 5 min = -396.3 MicroJy,max = 518.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.952E-04 < Second best 5.294E-04 IMAGR2: Field 4 min = -374.4 MicroJy,max = 449.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.303E-04 < Second best 5.149E-04 IMAGR2: Field 6 min = -331.6 MicroJy,max = 340.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.136E-04 < Second best 5.082E-04 IMAGR2: Field 7 min = -358.2 MicroJy,max = 503.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 254.07 MicroJy IMAGR2: 1285 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 302.219 MicroJy iter= 98 IMAGR2: Field 7 Clean flux density= 2.274 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 139.994 MilliJy 619 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -395.3 MicroJy,max = 381.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.614E-04 < Second best 4.522E-04 IMAGR2: Field 2 min = -369.1 MicroJy,max = 433.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 251.09 MicroJy IMAGR2: 1432 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -295.607 MicroJy iter= 111 IMAGR2: Field 2 Clean flux density= 2.913 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 142.907 MilliJy 730 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -363.8 MicroJy,max = 387.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.563E-04 < Second best 3.991E-04 IMAGR2: Field 1 min = -386.8 MicroJy,max = 399.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 235.02 MicroJy IMAGR2: 9777 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 323.701 MicroJy iter= 845 IMAGR2: Field 1 Clean flux density= 143.220 MilliJy 845 comps IMAGR2: Total Cleaned flux density = 148.407 MilliJy 1054 comps IMAGR2: ALGSTB: All 470 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 459- 0 Cells, with 36193 Pts IMAGR2: Field 5 min = -383.6 MicroJy,max = 355.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.179E-04 < Second best 3.563E-04 IMAGR2: Field 4 min = -356.7 MicroJy,max = 330.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.119E-04 < Second best 3.287E-04 IMAGR2: Field 3 min = -332.8 MicroJy,max = 310.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.823E-04 < Second best 3.179E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 230.10 MicroJy IMAGR2: 1062 Residual map points loaded IMAGR2: Field 5 min Clean flux = 271.970 MicroJy iter= 67 IMAGR2: Field 5 Clean flux density= 1.179 MilliJy 67 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 149.587 MilliJy 1121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -325.6 MicroJy,max = 290.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 227.55 MicroJy IMAGR2: 258 Residual map points loaded IMAGR2: Field 6 min Clean flux = 266.524 MicroJy iter= 8 IMAGR2: Field 6 Clean flux density= 106.724 MicroJy 8 comps IMAGR2: Total Cleaned flux density = 149.693 MilliJy 1129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -356.3 MicroJy,max = 326.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 226.91 MicroJy IMAGR2: 1088 Residual map points loaded IMAGR2: Field 4 min Clean flux = 271.639 MicroJy iter= 48 IMAGR2: Field 4 Clean flux density= 808.032 MicroJy 48 comps IMAGR2: Total Cleaned flux density = 150.501 MilliJy 1177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -350.1 MicroJy,max = 318.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 212.21 MicroJy IMAGR2: 8200 Residual map points loaded IMAGR2: Field 1 min Clean flux = 272.189 MicroJy iter= 1080 IMAGR2: Field 1 Clean flux density= 145.576 MilliJy 1080 comps IMAGR2: Total Cleaned flux density = 152.857 MilliJy 1412 comps IMAGR2: ALGSTB: All 470 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 459- 0 Cells, with 36193 Pts IMAGR2: Field 7 min = -296.4 MicroJy,max = 302.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 185.82 MicroJy IMAGR2: 4438 Residual map points loaded IMAGR2: Field 7 min Clean flux = 270.772 MicroJy iter= 103 IMAGR2: Field 7 Clean flux density= 2.302 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 152.886 MilliJy 1417 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -313.5 MicroJy,max = 319.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.573E-04 < Second best 2.823E-04 IMAGR2: Field 3 min = -313.6 MicroJy,max = 294.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 136.96 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 3 min Clean flux = -271.394 MicroJy iter= 4 IMAGR2: Field 3 Clean flux density= -111.132 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 152.775 MilliJy 1421 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 272.189 less than limit 272.273 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1080 to 579 components IMAGR2: Field 2 compressed from 111 to 89 components IMAGR2: Field 3 compressed from 4 to 4 components IMAGR2: Field 4 compressed from 48 to 42 components IMAGR2: Field 5 compressed from 67 to 58 components IMAGR2: Field 6 compressed from 8 to 7 components IMAGR2: Field 7 compressed from 103 to 83 components IMAGR2: Field 1 min = -343.0 MicroJy,max = 294.7 MicroJy IMAGR2: Field 2 min = -314.6 MicroJy,max = 319.0 MicroJy IMAGR2: Field 3 min = -313.4 MicroJy,max = 293.9 MicroJy IMAGR2: Field 4 min = -350.0 MicroJy,max = 310.6 MicroJy IMAGR2: Field 5 min = -370.9 MicroJy,max = 329.9 MicroJy IMAGR2: Field 6 min = -317.8 MicroJy,max = 275.7 MicroJy IMAGR2: Field 7 min = -296.4 MicroJy,max = 302.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 202.346 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore 216.272 MicroJy ( 9 CCs) from field 1 to field 3 IMAGR2: Restore 860.889 MicroJy ( 25 CCs) from field 1 to field 4 IMAGR2: Restore 1.015 MilliJy ( 33 CCs) from field 1 to field 5 IMAGR2: Restore 94.290 MicroJy ( 4 CCs) from field 1 to field 6 IMAGR2: Restore 55.679 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Restore 1.197 MilliJy ( 32 CCs) from field 2 to field 1 IMAGR2: Restore-786.588 Nano Jy ( 2 CCs) from field 2 to field 3 IMAGR2: Restore 996.961 MicroJy ( 30 CCs) from field 2 to field 4 IMAGR2: Restore -55.760 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Restore -55.760 MicroJy ( 2 CCs) from field 3 to field 2 IMAGR2: Restore -27.814 MicroJy ( 1 CCs) from field 3 to field 5 IMAGR2: Restore 454.713 MicroJy ( 21 CCs) from field 4 to field 1 IMAGR2: Restore 21.775 MicroJy ( 4 CCs) from field 4 to field 2 IMAGR2: Restore 28.303 MicroJy ( 1 CCs) from field 4 to field 6 IMAGR2: Restore 512.379 MicroJy ( 29 CCs) from field 5 to field 1 IMAGR2: Restore 28.570 MicroJy ( 1 CCs) from field 5 to field 3 IMAGR2: Restore 229.286 MicroJy ( 11 CCs) from field 5 to field 7 IMAGR2: Restore 27.815 MicroJy ( 1 CCs) from field 6 to field 1 IMAGR2: Restore 54.567 MicroJy ( 2 CCs) from field 6 to field 4 IMAGR2: Restore 197.330 MicroJy ( 22 CCs) from field 7 to field 1 IMAGR2: Restore 980.952 MicroJy ( 31 CCs) from field 7 to field 5 IMAGR2: Restore 33.779 MicroJy ( 3 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 147.909 MilliJy IMAGR2: Field 2 final Clean flux 3.082 MilliJy IMAGR2: Field 3 final Clean flux 132.924 MicroJy IMAGR2: Field 4 final Clean flux 2.720 MilliJy IMAGR2: Field 5 final Clean flux 3.147 MilliJy IMAGR2: Field 6 final Clean flux 263.096 MicroJy IMAGR2: Field 7 final Clean flux 2.587 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= 169 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 41.8 Real= 87 USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3079_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 170 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 171 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 172 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 173 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 174 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 175 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 176 disk= 1 AIPS 2: Disk 1 in-CNO 177 renumbered as CNO 169 AIPS 2: Disk 1 in-CNO 178 renumbered as CNO 170 AIPS 2: Disk 1 in-CNO 179 renumbered as CNO 171 AIPS 2: Disk 1 in-CNO 180 renumbered as CNO 172 AIPS 2: Disk 1 in-CNO 181 renumbered as CNO 173 AIPS 2: Disk 1 in-CNO 182 renumbered as CNO 174 AIPS 2: Disk 1 in-CNO 183 renumbered as CNO 175 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1016+206_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1016+206 C BAND Seq 1 Disk: 1 in slot 28 SETFC2: SETCEL: recommends IMSIZE 1337 CELLSIZE 0.41352 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41352 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1016+206_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.098 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 69.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.8 Real= 1 C 1 1012 1012 10 16 44.33 20 37 47.3 00001 -1 507 512 513 C 2 1012 1012 10 16 44.33 20 31 55.3 00002 -1 507 512 513 C 3 1012 1012 10 16 22.61 20 34 51.2 00003 -1 507 512 513 C 4 1012 1012 10 17 06.04 20 34 51.2 00004 -1 507 512 513 C 5 1012 1012 10 16 22.60 20 40 43.3 00005 -1 507 512 513 C 6 1012 1012 10 17 06.05 20 40 43.3 00006 -1 507 512 513 C 7 1012 1012 10 16 44.33 20 43 39.4 00007 -1 507 512 513 USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3079_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 170 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 171 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 172 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 173 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 174 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 175 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 176 disk= 1 AIPS 2: Disk 1 in-CNO 177 renumbered as CNO 169 AIPS 2: Disk 1 in-CNO 178 renumbered as CNO 170 AIPS 2: Disk 1 in-CNO 179 renumbered as CNO 171 AIPS 2: Disk 1 in-CNO 180 renumbered as CNO 172 AIPS 2: Disk 1 in-CNO 181 renumbered as CNO 173 AIPS 2: Disk 1 in-CNO 182 renumbered as CNO 174 AIPS 2: Disk 1 in-CNO 183 renumbered as CNO 175 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1016+206_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1016+206_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :26 =1016+206' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1016+206_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.8787E-02 -3.6000E-02 0 IMAGR2: Field 2 1012 1012 6.8787E-02 -3.5204E+02 0 IMAGR2: Field 3 1012 1012 -3.0484E+02 -1.7614E+02 0 IMAGR2: Field 4 1012 1012 3.0484E+02 -1.7614E+02 0 IMAGR2: Field 5 1012 1012 -3.0498E+02 1.7596E+02 0 IMAGR2: Field 6 1012 1012 3.0498E+02 1.7596E+02 0 IMAGR2: Field 7 1012 1012 6.8787E-02 3.5206E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1016+206_C,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 1016+206 .IMAGR . 1 (UV) on disk 1 cno 176 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 11629 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.054E+04 IMAGR2: UVWAIT: Adding temperance S 8.109E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 7.856E+07 and out 1.027E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 4.054E+04 over 23055 vis IMAGR2: Create 1016+206 .IBM001. 1 (MA) on disk 1 cno 177 IMAGR2: Create 1016+206 .IBM002. 1 (MA) on disk 1 cno 178 IMAGR2: Create 1016+206 .IBM003. 1 (MA) on disk 1 cno 179 IMAGR2: Create 1016+206 .IBM004. 1 (MA) on disk 1 cno 180 IMAGR2: Create 1016+206 .IBM005. 1 (MA) on disk 1 cno 181 IMAGR2: Create 1016+206 .IBM006. 1 (MA) on disk 1 cno 182 IMAGR2: Create 1016+206 .IBM007. 1 (MA) on disk 1 cno 183 IMAGR2: Create 1016+206 .ICL001. 1 (MA) on disk 1 cno 184 IMAGR2: Create 1016+206 .ICL002. 1 (MA) on disk 1 cno 185 IMAGR2: Create 1016+206 .ICL003. 1 (MA) on disk 1 cno 186 IMAGR2: Create 1016+206 .ICL004. 1 (MA) on disk 1 cno 187 IMAGR2: Create 1016+206 .ICL005. 1 (MA) on disk 1 cno 188 IMAGR2: Create 1016+206 .ICL006. 1 (MA) on disk 1 cno 189 IMAGR2: Create 1016+206 .ICL007. 1 (MA) on disk 1 cno 190 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.09026E+09 IMAGR2: Field 1 Beam min = -179.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.627 x 1.321 arcsec, PA= -69.2 IMAGR2: Field 2 Sum of gridding weights = 1.09026E+09 IMAGR2: Field 2 Beam min = -179.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.628 x 1.321 arcsec, PA= -69.0 IMAGR2: Field 3 Sum of gridding weights = 1.09025E+09 IMAGR2: Field 3 Beam min = -100.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.625 x 1.321 arcsec, PA= -69.1 IMAGR2: Field 4 Sum of gridding weights = 1.09026E+09 IMAGR2: Field 4 Beam min = -144.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.630 x 1.321 arcsec, PA= -69.1 IMAGR2: Field 5 Sum of gridding weights = 1.09025E+09 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 Beam min = -100.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.624 x 1.321 arcsec, PA= -69.3 IMAGR2: Field 6 Sum of gridding weights = 1.09025E+09 IMAGR2: Field 6 Beam min = -144.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.629 x 1.321 arcsec, PA= -69.3 IMAGR2: Field 7 Sum of gridding weights = 1.09026E+09 IMAGR2: Field 7 Beam min = -179.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.626 x 1.321 arcsec, PA= -69.4 IMAGR2: CLBHIS: minimum component 0.476 of current peak IMAGR2: Field 1 min = -64.1 MilliJy,max = 730.4 MilliJy IMAGR2: Field 2 min = -55.3 MilliJy,max = 91.5 MilliJy IMAGR2: Field 3 min = -75.7 MilliJy,max = 60.9 MilliJy IMAGR2: Field 4 min = -74.2 MilliJy,max = 71.4 MilliJy IMAGR2: Field 5 min = -73.6 MilliJy,max = 73.7 MilliJy IMAGR2: Field 6 min = -75.7 MilliJy,max = 61.9 MilliJy IMAGR2: Field 7 min = -52.6 MilliJy,max = 91.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 43.49 MilliJy IMAGR2: 3682 Residual map points loaded IMAGR2: Field 1 min allowed flux = 314.400 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 447.409 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 447.409 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 = -25.7 MilliJy,max = 283.0 MilliJy IMAGR2: BGC Clean: using 1889 cell beam + residuals > 31.85 MilliJy IMAGR2: 282 Residual map points loaded IMAGR2: Field 1 min allowed flux = 128.603 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 623.129 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 623.129 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.0 MilliJy,max = 116.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 30.97 MilliJy IMAGR2: 21 Residual map points loaded IMAGR2: Field 1 min allowed flux = 52.927 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 704.513 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 704.513 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.1 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.771E-03 < Second best 8.737E-02 IMAGR2: Field 2 min = -4.1 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.806E-03 < Second best 6.530E-02 IMAGR2: Field 4 min = -5.4 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.502E-03 < Second best 6.287E-02 IMAGR2: Field 5 min = -4.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.902E-03 < Second best 5.912E-02 IMAGR2: Field 6 min = -5.6 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.301E-03 < Second best 5.782E-02 IMAGR2: Field 3 min = -4.6 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.983E-03 < Second best 5.032E-02 IMAGR2: Field 1 min = -10.0 MilliJy,max = 48.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.15 MilliJy IMAGR2: 5152 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.840 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 738.583 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 738.583 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.4 MilliJy,max = 20.7 MilliJy IMAGR2: BGC Clean: using 1127 cell beam + residuals > 2.74 MilliJy IMAGR2: 788 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.792 MilliJy iter= 55 IMAGR2: Field 1 Clean flux density= 747.580 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 747.580 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.8 MilliJy,max = 9.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR2: 265 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.344 MilliJy iter= 104 IMAGR2: Field 1 Clean flux density= 739.308 MilliJy 104 comps IMAGR2: Total Cleaned flux density = 739.308 MilliJy 104 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.826E-03 < Second best 6.771E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.697E-03 < Second best 5.502E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.915E-03 < Second best 4.902E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.605E-03 < Second best 4.301E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.407E-03 < Second best 4.135E-03 IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 1270 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.226 MilliJy iter= 207 IMAGR2: Field 1 Clean flux density= 739.076 MilliJy 207 comps IMAGR2: Total Cleaned flux density = 739.076 MilliJy 207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.292E-03 < Second best 2.121E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 842.57 MicroJy IMAGR2: 1490 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.251 MilliJy iter= 328 IMAGR2: Field 1 Clean flux density= 741.610 MilliJy 328 comps IMAGR2: Total Cleaned flux density = 741.610 MilliJy 328 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.457E-03 < Second best 1.826E-03 IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.132E-03 < Second best 1.697E-03 IMAGR2: Field 7 min = -984.4 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.028E-03 < Second best 1.605E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 661.32 MicroJy IMAGR2: 1147 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -834.742 MicroJy iter= 90 IMAGR2: Field 5 Clean flux density= -3.585 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 738.026 MilliJy 418 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 660.92 MicroJy IMAGR2: 2727 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 903.746 MicroJy iter= 173 IMAGR2: Field 4 Clean flux density= 14.223 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 752.249 MilliJy 591 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -951.9 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 644.17 MicroJy IMAGR2: 701 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -763.931 MicroJy iter= 105 IMAGR2: Field 6 Clean flux density= 4.442 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 756.691 MilliJy 696 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 931.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 637.58 MicroJy IMAGR2: 931 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -764.873 MicroJy iter= 138 IMAGR2: Field 3 Clean flux density= -7.853 MilliJy 138 comps IMAGR2: Total Cleaned flux density = 748.838 MilliJy 834 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 600.44 MicroJy IMAGR2: 2094 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 758.931 MicroJy iter= 560 IMAGR2: Field 1 Clean flux density= 743.886 MilliJy 560 comps IMAGR2: Total Cleaned flux density = 751.113 MilliJy 1066 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -793.1 MicroJy,max = 978.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.797E-04 < Second best 1.028E-03 IMAGR2: Field 7 min = -895.5 MicroJy,max = 876.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 573.93 MicroJy IMAGR2: 820 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 658.057 MicroJy iter= 157 IMAGR2: Field 7 Clean flux density= 13.430 MicroJy 157 comps IMAGR2: Total Cleaned flux density = 751.127 MilliJy 1223 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -775.8 MicroJy,max = 966.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 572.92 MicroJy IMAGR2: 731 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 653.532 MicroJy iter= 170 IMAGR2: Field 2 Clean flux density= 6.965 MilliJy 170 comps IMAGR2: Total Cleaned flux density = 758.092 MilliJy 1393 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -999.0 MicroJy,max = 948.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 544.14 MicroJy IMAGR2: 1098 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 617.981 MicroJy iter= 363 IMAGR2: Field 4 Clean flux density= 16.233 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 760.102 MilliJy 1583 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -850.1 MicroJy,max = 767.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 526.12 MicroJy IMAGR2: 1129 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -594.892 MicroJy iter= 305 IMAGR2: Field 5 Clean flux density= -8.816 MilliJy 305 comps IMAGR2: Total Cleaned flux density = 754.870 MilliJy 1798 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -829.2 MicroJy,max = 728.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.805E-04 < Second best 7.295E-04 IMAGR2: Field 6 min = -803.6 MicroJy,max = 792.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.418E-04 < Second best 7.256E-04 IMAGR2: Field 1 min = -705.0 MicroJy,max = 732.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 472.84 MicroJy IMAGR2: 1536 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 538.677 MicroJy iter= 823 IMAGR2: Field 1 Clean flux density= 746.416 MilliJy 823 comps IMAGR2: Total Cleaned flux density = 757.401 MilliJy 2061 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -836.2 MicroJy,max = 683.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 471.65 MicroJy IMAGR2: 974 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 520.909 MicroJy iter= 357 IMAGR2: Field 3 Clean flux density= -6.422 MilliJy 357 comps IMAGR2: Total Cleaned flux density = 758.832 MilliJy 2280 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -772.8 MicroJy,max = 771.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.41 MicroJy IMAGR2: 876 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 515.588 MicroJy iter= 327 IMAGR2: Field 6 Clean flux density= 5.900 MilliJy 327 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 760.291 MilliJy 2502 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -644.6 MicroJy,max = 721.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.626E-04 < Second best 6.254E-04 IMAGR2: Field 2 min = -658.5 MicroJy,max = 786.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.438E-04 < Second best 5.920E-04 IMAGR2: Field 4 min = -854.0 MicroJy,max = 715.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 426.00 MicroJy IMAGR2: 1853 Residual map points loaded IMAGR2: Field 4 min Clean flux = 480.333 MicroJy iter= 680 IMAGR2: Field 4 Clean flux density= 19.825 MilliJy 680 comps IMAGR2: Total Cleaned flux density = 763.882 MilliJy 2819 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -706.6 MicroJy,max = 696.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 404.86 MicroJy IMAGR2: 2161 Residual map points loaded IMAGR2: Field 5 min Clean flux = 480.309 MicroJy iter= 447 IMAGR2: Field 5 Clean flux density= -10.129 MilliJy 447 comps IMAGR2: Total Cleaned flux density = 762.570 MilliJy 2961 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -626.2 MicroJy,max = 695.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 396.81 MicroJy IMAGR2: 1609 Residual map points loaded IMAGR2: Field 7 min Clean flux = -480.254 MicroJy iter= 248 IMAGR2: Field 7 Clean flux density= -461.250 MicroJy 248 comps IMAGR2: Total Cleaned flux density = 762.095 MilliJy 3052 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -612.1 MicroJy,max = 706.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 388.83 MicroJy IMAGR2: 1760 Residual map points loaded IMAGR2: Field 2 min Clean flux = 479.969 MicroJy iter= 236 IMAGR2: Field 2 Clean flux density= 7.460 MilliJy 236 comps IMAGR2: Total Cleaned flux density = 762.591 MilliJy 3118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -580.1 MicroJy,max = 548.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 362.72 MicroJy IMAGR2: 2347 Residual map points loaded IMAGR2: Field 1 min Clean flux = -478.619 MicroJy iter= 834 IMAGR2: Field 1 Clean flux density= 746.260 MilliJy 834 comps IMAGR2: Total Cleaned flux density = 762.435 MilliJy 3129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -760.4 MicroJy,max = 613.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 334.14 MicroJy IMAGR2: 5538 Residual map points loaded IMAGR2: Field 3 min Clean flux = -478.829 MicroJy iter= 363 IMAGR2: Field 3 Clean flux density= -6.616 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 762.240 MilliJy 3135 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -683.1 MicroJy,max = 708.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 834 to 367 components IMAGR2: Field 2 compressed from 236 to 187 components IMAGR2: Field 3 compressed from 363 to 258 components IMAGR2: Field 4 compressed from 680 to 489 components IMAGR2: Field 5 compressed from 447 to 321 components IMAGR2: Field 6 compressed from 327 to 237 components IMAGR2: Field 7 compressed from 248 to 190 components IMAGR2: Field 1 min = -582.7 MicroJy,max = 545.6 MicroJy IMAGR2: Field 2 min = -599.5 MicroJy,max = 706.8 MicroJy IMAGR2: Field 3 min = -758.2 MicroJy,max = 614.8 MicroJy IMAGR2: Field 4 min = -767.8 MicroJy,max = 649.6 MicroJy IMAGR2: Field 5 min = -666.2 MicroJy,max = 642.7 MicroJy IMAGR2: Field 6 min = -683.1 MicroJy,max = 708.8 MicroJy IMAGR2: Field 7 min = -604.2 MicroJy,max = 668.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.538 MilliJy ( 31 CCs) from field 1 to field 2 IMAGR2: Restore-660.427 MicroJy ( 49 CCs) from field 1 to field 3 IMAGR2: Restore 4.365 MilliJy ( 92 CCs) from field 1 to field 4 IMAGR2: Restore-754.576 MicroJy ( 49 CCs) from field 1 to field 5 IMAGR2: Restore 983.204 MicroJy ( 51 CCs) from field 1 to field 6 IMAGR2: Restore 342.307 MicroJy ( 21 CCs) from field 1 to field 7 IMAGR2: Restore 135.196 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR2: Restore 933.116 Nano Jy ( 21 CCs) from field 2 to field 3 IMAGR2: Restore 2.412 MilliJy ( 42 CCs) from field 2 to field 4 IMAGR2: Restore -2.406 MilliJy ( 44 CCs) from field 3 to field 1 IMAGR2: Restore -1.291 MilliJy ( 50 CCs) from field 3 to field 2 IMAGR2: Restore-687.167 MicroJy ( 18 CCs) from field 3 to field 5 IMAGR2: Restore 6.453 MilliJy ( 78 CCs) from field 4 to field 1 IMAGR2: Restore 5.922 MilliJy ( 90 CCs) from field 4 to field 2 IMAGR2: Restore 632.047 MicroJy ( 18 CCs) from field 4 to field 6 IMAGR2: Restore-972.868 MicroJy ( 46 CCs) from field 5 to field 1 IMAGR2: Restore 87.784 MicroJy ( 18 CCs) from field 5 to field 3 IMAGR2: Restore-915.863 MicroJy ( 45 CCs) from field 5 to field 7 IMAGR2: Restore 997.239 MicroJy ( 33 CCs) from field 6 to field 1 IMAGR2: Restore 17.473 MicroJy ( 20 CCs) from field 6 to field 4 IMAGR2: Restore 505.823 MicroJy ( 30 CCs) from field 6 to field 7 IMAGR2: Restore 133.499 MicroJy ( 13 CCs) from field 7 to field 1 IMAGR2: Restore 446.043 MicroJy ( 43 CCs) from field 7 to field 5 IMAGR2: Restore-461.227 MicroJy ( 16 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 750.600 MilliJy IMAGR2: Field 2 final Clean flux 13.630 MilliJy IMAGR2: Field 3 final Clean flux -7.188 MilliJy IMAGR2: Field 4 final Clean flux 26.619 MilliJy IMAGR2: Field 5 final Clean flux -11.124 MilliJy IMAGR2: Field 6 final Clean flux 7.054 MilliJy IMAGR2: Field 7 final Clean flux -528.983 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= 176 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 52.0 Real= 109 USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3079_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 170 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 171 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 172 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 173 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 174 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 175 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 176 disk= 1 AIPS 2: Disk 1 in-CNO 177 renumbered as CNO 169 AIPS 2: Disk 1 in-CNO 178 renumbered as CNO 170 AIPS 2: Disk 1 in-CNO 179 renumbered as CNO 171 AIPS 2: Disk 1 in-CNO 180 renumbered as CNO 172 AIPS 2: Disk 1 in-CNO 181 renumbered as CNO 173 AIPS 2: Disk 1 in-CNO 182 renumbered as CNO 174 AIPS 2: Disk 1 in-CNO 183 renumbered as CNO 175 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1016+206_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1016+206_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :26 =1016+206' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1016+206_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 177 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 178 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 179 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 180 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 181 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 182 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 183 disk= 1 AIPS 2: Disk 1 in-CNO 184 renumbered as CNO 176 AIPS 2: Disk 1 in-CNO 185 renumbered as CNO 177 AIPS 2: Disk 1 in-CNO 186 renumbered as CNO 178 AIPS 2: Disk 1 in-CNO 187 renumbered as CNO 179 AIPS 2: Disk 1 in-CNO 188 renumbered as CNO 180 AIPS 2: Disk 1 in-CNO 189 renumbered as CNO 181 AIPS 2: Disk 1 in-CNO 190 renumbered as CNO 182 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04502 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3185_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3185 C BAND Seq 1 Disk: 1 in slot 29 SETFC2: SETCEL: recommends IMSIZE 1306 CELLSIZE 0.42307 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.42307 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3185_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.100 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 69.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 1 C 1 1012 1012 10 17 38.73 21 41 17.6 00001 -1 507 512 513 C 2 1012 1012 10 17 38.73 21 35 17.4 00002 -1 507 512 513 C 3 1012 1012 10 17 16.36 21 38 17.4 00003 -1 507 512 513 C 4 1012 1012 10 18 01.10 21 38 17.4 00004 -1 507 512 513 C 5 1012 1012 10 17 16.34 21 44 17.6 00005 -1 507 512 513 C 6 1012 1012 10 18 01.12 21 44 17.6 00006 -1 507 512 513 C 7 1012 1012 10 17 38.73 21 47 17.8 00007 -1 507 512 513 USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3079_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 170 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 171 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 172 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 173 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 174 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 175 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 176 disk= 1 AIPS 2: Disk 1 in-CNO 177 renumbered as CNO 169 AIPS 2: Disk 1 in-CNO 178 renumbered as CNO 170 AIPS 2: Disk 1 in-CNO 179 renumbered as CNO 171 AIPS 2: Disk 1 in-CNO 180 renumbered as CNO 172 AIPS 2: Disk 1 in-CNO 181 renumbered as CNO 173 AIPS 2: Disk 1 in-CNO 182 renumbered as CNO 174 AIPS 2: Disk 1 in-CNO 183 renumbered as CNO 175 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1016+206_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1016+206_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :26 =1016+206' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1016+206_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 177 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 178 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 179 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 180 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 181 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 182 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 183 disk= 1 AIPS 2: Disk 1 in-CNO 184 renumbered as CNO 176 AIPS 2: Disk 1 in-CNO 185 renumbered as CNO 177 AIPS 2: Disk 1 in-CNO 186 renumbered as CNO 178 AIPS 2: Disk 1 in-CNO 187 renumbered as CNO 179 AIPS 2: Disk 1 in-CNO 188 renumbered as CNO 180 AIPS 2: Disk 1 in-CNO 189 renumbered as CNO 181 AIPS 2: Disk 1 in-CNO 190 renumbered as CNO 182 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04502 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3185_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3185_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :27 =N3185' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3185_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 0.0000E+00 1.2790E-11 0 IMAGR2: Field 2 1012 1012 0.0000E+00 -3.6020E+02 0 IMAGR2: Field 3 1012 1012 -3.1180E+02 -1.8020E+02 0 IMAGR2: Field 4 1012 1012 3.1180E+02 -1.8020E+02 0 IMAGR2: Field 5 1012 1012 -3.1207E+02 1.8000E+02 0 IMAGR2: Field 6 1012 1012 3.1207E+02 1.8000E+02 0 IMAGR2: Field 7 1012 1012 0.0000E+00 3.6020E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3185_C,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 N3185 .IMAGR . 1 (UV) on disk 1 cno 183 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36777 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.286E+05 IMAGR2: UVWAIT: Adding temperance S 2.573E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.396E+08 and out 4.140E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.178 due to weighting IMAGR2: UVWAIT: Average summed weight 1.286E+05 over 73164 vis IMAGR2: Create N3185 .IBM001. 1 (MA) on disk 1 cno 184 IMAGR2: Create N3185 .IBM002. 1 (MA) on disk 1 cno 185 IMAGR2: Create N3185 .IBM003. 1 (MA) on disk 1 cno 186 IMAGR2: Create N3185 .IBM004. 1 (MA) on disk 1 cno 187 IMAGR2: Create N3185 .IBM005. 1 (MA) on disk 1 cno 188 IMAGR2: Create N3185 .IBM006. 1 (MA) on disk 1 cno 189 IMAGR2: Create N3185 .IBM007. 1 (MA) on disk 1 cno 190 IMAGR2: Create N3185 .ICL001. 1 (MA) on disk 1 cno 191 IMAGR2: Create N3185 .ICL002. 1 (MA) on disk 1 cno 192 IMAGR2: Create N3185 .ICL003. 1 (MA) on disk 1 cno 193 IMAGR2: Create N3185 .ICL004. 1 (MA) on disk 1 cno 194 IMAGR2: Create N3185 .ICL005. 1 (MA) on disk 1 cno 195 IMAGR2: Create N3185 .ICL006. 1 (MA) on disk 1 cno 196 IMAGR2: Create N3185 .ICL007. 1 (MA) on disk 1 cno 197 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.39522E+09 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Beam min = -125.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.566 x 1.252 arcsec, PA= -79.6 IMAGR2: Field 2 Sum of gridding weights = 4.39521E+09 IMAGR2: Field 2 Beam min = -124.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.566 x 1.253 arcsec, PA= -79.4 IMAGR2: Field 3 Sum of gridding weights = 4.39521E+09 IMAGR2: Field 3 Beam min = -125.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.563 x 1.253 arcsec, PA= -79.6 IMAGR2: Field 4 Sum of gridding weights = 4.39522E+09 IMAGR2: Field 4 Beam min = -125.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.568 x 1.252 arcsec, PA= -79.4 IMAGR2: Field 5 Sum of gridding weights = 4.39522E+09 IMAGR2: Field 5 Beam min = -125.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.563 x 1.252 arcsec, PA= -79.8 IMAGR2: Field 6 Sum of gridding weights = 4.39522E+09 IMAGR2: Field 6 Beam min = -125.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.568 x 1.252 arcsec, PA= -79.6 IMAGR2: Field 7 Sum of gridding weights = 4.39522E+09 IMAGR2: Field 7 Beam min = -125.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.565 x 1.251 arcsec, PA= -79.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -320.3 MicroJy,max = 746.6 MicroJy IMAGR2: Field 2 min = -319.0 MicroJy,max = 1.7 MilliJy IMAGR2: Field 3 min = -316.1 MicroJy,max = 1.7 MilliJy IMAGR2: Field 4 min = -240.5 MicroJy,max = 630.7 MicroJy IMAGR2: Field 5 min = -308.9 MicroJy,max = 324.2 MicroJy IMAGR2: Field 6 min = -250.5 MicroJy,max = 254.4 MicroJy IMAGR2: Field 7 min = -320.4 MicroJy,max = 331.5 MicroJy IMAGR2: BGC Clean: using 737 cell beam + residuals > 161.99 MicroJy IMAGR2: 4992 Residual map points loaded IMAGR2: Field 2 min allowed flux = 841.800 MicroJy iter= 11 IMAGR2: Field 2 Clean flux density= 1.312 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 1.312 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 = -261.9 MicroJy,max = 779.7 MicroJy IMAGR2: BGC Clean: using 495 cell beam + residuals > 152.94 MicroJy IMAGR2: 2749 Residual map points loaded IMAGR2: Field 2 min allowed flux = 382.560 MicroJy iter= 27 IMAGR2: Field 2 Clean flux density= 2.205 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 2.205 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -248.5 MicroJy,max = 370.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.380E-04 < Second best 6.012E-04 IMAGR2: Field 4 min = -244.4 MicroJy,max = 624.8 MicroJy IMAGR2: BGC Clean: using 345 cell beam + residuals > 153.80 MicroJy IMAGR2: 1604 Residual map points loaded IMAGR2: Field 4 min allowed flux = 309.559 MicroJy iter= 13 IMAGR2: Field 4 Clean flux density= 552.994 MicroJy 13 comps IMAGR2: Total Cleaned flux density = 2.758 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -253.0 MicroJy,max = 378.9 MicroJy IMAGR2: BGC Clean: using 493 cell beam + residuals > 144.99 MicroJy IMAGR2: 2482 Residual map points loaded IMAGR2: Field 1 min Clean flux = 253.462 MicroJy iter= 6 IMAGR2: Field 1 Clean flux density= 183.283 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 2.942 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -256.1 MicroJy,max = 364.3 MicroJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 158.54 MicroJy IMAGR2: 1083 Residual map points loaded IMAGR2: Field 2 min Clean flux = 268.287 MicroJy iter= 36 IMAGR2: Field 2 Clean flux density= 2.485 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 3.221 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -302.4 MicroJy,max = 240.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.206E-04 < Second best 2.950E-04 IMAGR2: Field 4 min = -236.7 MicroJy,max = 296.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 126.76 MicroJy IMAGR2: 6755 Residual map points loaded IMAGR2: Field 4 min Clean flux = 265.993 MicroJy iter= 17 IMAGR2: Field 4 Clean flux density= 665.920 MicroJy 17 comps IMAGR2: Total Cleaned flux density = 3.334 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -273.7 MicroJy,max = 258.1 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 6 to 3 components IMAGR2: Field 2 compressed from 36 to 8 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 17 to 5 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 = -252.6 MicroJy,max = 256.2 MicroJy IMAGR2: Field 2 min = -254.1 MicroJy,max = 266.1 MicroJy IMAGR2: Field 3 min = -242.9 MicroJy,max = 272.6 MicroJy IMAGR2: Field 4 min = -237.7 MicroJy,max = 280.5 MicroJy IMAGR2: Field 5 min = -273.7 MicroJy,max = 258.1 MicroJy IMAGR2: Field 6 min = -237.9 MicroJy,max = 256.3 MicroJy IMAGR2: Field 7 min = -303.0 MicroJy,max = 241.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.428 MilliJy ( 7 CCs) from field 2 to field 3 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 183.283 MicroJy IMAGR2: Field 2 final Clean flux 2.485 MilliJy IMAGR2: Field 3 final Clean flux 2.428 MilliJy IMAGR2: Field 4 final Clean flux 665.920 MicroJy 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= 183 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 19.2 Real= 40 USE PRTMSG AND CLRMSG NOW! AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3079_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 170 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 171 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 172 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 173 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 174 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 175 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 176 disk= 1 AIPS 2: Disk 1 in-CNO 177 renumbered as CNO 169 AIPS 2: Disk 1 in-CNO 178 renumbered as CNO 170 AIPS 2: Disk 1 in-CNO 179 renumbered as CNO 171 AIPS 2: Disk 1 in-CNO 180 renumbered as CNO 172 AIPS 2: Disk 1 in-CNO 181 renumbered as CNO 173 AIPS 2: Disk 1 in-CNO 182 renumbered as CNO 174 AIPS 2: Disk 1 in-CNO 183 renumbered as CNO 175 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1016+206_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1016+206_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :26 =1016+206' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1016+206_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 177 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 178 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 179 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 180 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 181 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 182 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 183 disk= 1 AIPS 2: Disk 1 in-CNO 184 renumbered as CNO 176 AIPS 2: Disk 1 in-CNO 185 renumbered as CNO 177 AIPS 2: Disk 1 in-CNO 186 renumbered as CNO 178 AIPS 2: Disk 1 in-CNO 187 renumbered as CNO 179 AIPS 2: Disk 1 in-CNO 188 renumbered as CNO 180 AIPS 2: Disk 1 in-CNO 189 renumbered as CNO 181 AIPS 2: Disk 1 in-CNO 190 renumbered as CNO 182 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04502 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3185_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3185_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :27 =N3185' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3185_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 184 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 185 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 186 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 187 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 188 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 189 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 190 disk= 1 AIPS 2: Disk 1 in-CNO 191 renumbered as CNO 183 AIPS 2: Disk 1 in-CNO 192 renumbered as CNO 184 AIPS 2: Disk 1 in-CNO 193 renumbered as CNO 185 AIPS 2: Disk 1 in-CNO 194 renumbered as CNO 186 AIPS 2: Disk 1 in-CNO 195 renumbered as CNO 187 AIPS 2: Disk 1 in-CNO 196 renumbered as CNO 188 AIPS 2: Disk 1 in-CNO 197 renumbered as CNO 189 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3227 C BAND Seq 1 Disk: 1 in slot 30 SETFC2: SETCEL: recommends IMSIZE 1331 CELLSIZE 0.41517 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41517 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3227_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.098 deg SETFC2: Searching catalog between 0.10 and 0.23 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 67.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 1012 1012 10 23 30.59 19 51 54.0 00001 -1 507 512 513 C 2 1012 1012 10 23 30.59 19 46 00.6 00002 -1 507 512 513 C 3 1012 1012 10 23 08.90 19 48 57.2 00003 -1 507 512 513 C 4 1012 1012 10 23 52.28 19 48 57.2 00004 -1 507 512 513 C 5 1012 1012 10 23 08.89 19 54 50.6 00005 -1 507 512 513 C 6 1012 1012 10 23 52.29 19 54 50.6 00006 -1 507 512 513 C 7 1012 1012 10 23 30.59 19 57 47.4 00007 -1 507 512 513 1 AIPS 2: Disk 1 in-CNO 191 renumbered as CNO 183 AIPS 2: Disk 1 in-CNO 192 renumbered as CNO 184 AIPS 2: Disk 1 in-CNO 193 renumbered as CNO 185 AIPS 2: Disk 1 in-CNO 194 renumbered as CNO 186 AIPS 2: Disk 1 in-CNO 195 renumbered as CNO 187 AIPS 2: Disk 1 in-CNO 196 renumbered as CNO 188 AIPS 2: Disk 1 in-CNO 197 renumbered as CNO 189 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3227_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :28 =N3227' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3227_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.4107E-02 1.0000E-02 0 IMAGR2: Field 2 1012 1012 1.4107E-02 -3.5339E+02 0 IMAGR2: Field 3 1012 1012 -3.0598E+02 -1.7679E+02 0 IMAGR2: Field 4 1012 1012 3.0600E+02 -1.7679E+02 0 IMAGR2: Field 5 1012 1012 -3.0612E+02 1.7661E+02 0 IMAGR2: Field 6 1012 1012 3.0615E+02 1.7661E+02 0 IMAGR2: Field 7 1012 1012 1.4107E-02 3.5341E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3227_C,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 N3227 .IMAGR . 1 (UV) on disk 1 cno 190 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37128 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.382E+05 IMAGR2: UVWAIT: Adding temperance S 2.763E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.429E+08 and out 4.236E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.178 due to weighting IMAGR2: UVWAIT: Average summed weight 1.382E+05 over 73710 vis IMAGR2: Create N3227 .IBM001. 1 (MA) on disk 1 cno 191 IMAGR2: Create N3227 .IBM002. 1 (MA) on disk 1 cno 192 IMAGR2: Create N3227 .IBM003. 1 (MA) on disk 1 cno 193 IMAGR2: Create N3227 .IBM004. 1 (MA) on disk 1 cno 194 IMAGR2: Create N3227 .IBM005. 1 (MA) on disk 1 cno 195 IMAGR2: Create N3227 .IBM006. 1 (MA) on disk 1 cno 196 IMAGR2: Create N3227 .IBM007. 1 (MA) on disk 1 cno 197 IMAGR2: Create N3227 .ICL001. 1 (MA) on disk 1 cno 198 IMAGR2: Create N3227 .ICL002. 1 (MA) on disk 1 cno 199 IMAGR2: Create N3227 .ICL003. 1 (MA) on disk 1 cno 200 IMAGR2: Create N3227 .ICL004. 1 (MA) on disk 1 cno 201 IMAGR2: Create N3227 .ICL005. 1 (MA) on disk 1 cno 202 IMAGR2: Create N3227 .ICL006. 1 (MA) on disk 1 cno 203 IMAGR2: Create N3227 .ICL007. 1 (MA) on disk 1 cno 204 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.49742E+09 IMAGR2: Field 1 Beam min = -127.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.494 x 1.262 arcsec, PA= -79.5 IMAGR2: Field 2 Sum of gridding weights = 4.49741E+09 IMAGR2: Field 2 Beam min = -128.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.494 x 1.263 arcsec, PA= -79.2 IMAGR2: Field 3 Sum of gridding weights = 4.49741E+09 IMAGR2: Field 3 Beam min = -127.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.492 x 1.263 arcsec, PA= -79.5 IMAGR2: Field 4 Sum of gridding weights = 4.49742E+09 IMAGR2: Field 4 Beam min = -128.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.496 x 1.263 arcsec, PA= -79.3 IMAGR2: Field 5 Sum of gridding weights = 4.49741E+09 IMAGR2: Field 5 Beam min = -127.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.491 x 1.262 arcsec, PA= -79.7 IMAGR2: Field 6 Sum of gridding weights = 4.49741E+09 IMAGR2: Field 6 Beam min = -127.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.496 x 1.262 arcsec, PA= -79.5 IMAGR2: Field 7 Sum of gridding weights = 4.49741E+09 IMAGR2: Field 7 Beam min = -127.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.493 x 1.262 arcsec, PA= -79.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -2.4 MilliJy,max = 20.5 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 2.1 MilliJy IMAGR2: Field 3 min = -806.7 MicroJy,max = 958.8 MicroJy IMAGR2: Field 4 min = -962.7 MicroJy,max = 1.7 MilliJy IMAGR2: Field 5 min = -939.0 MicroJy,max = 1.8 MilliJy IMAGR2: Field 6 min = -797.7 MicroJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.14 MilliJy IMAGR2: 6336 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.572 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 12.839 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 12.839 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.8 MilliJy IMAGR2: BGC Clean: using 1817 cell beam + residuals > 751.07 MicroJy IMAGR2: 2979 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.201 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 19.480 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 19.480 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -651.4 MicroJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 710.97 MicroJy IMAGR2: 680 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.952 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 24.702 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 24.702 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -329.3 MicroJy,max = 876.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.011E-04 < Second best 2.043E-03 IMAGR2: Field 2 min = -286.0 MicroJy,max = 402.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.850E-04 < Second best 1.856E-03 IMAGR2: Field 1 min = -431.8 MicroJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 151 cell beam + residuals > 541.95 MicroJy IMAGR2: 225 Residual map points loaded IMAGR2: Field 1 min allowed flux = 921.978 MicroJy iter= 61 IMAGR2: Field 1 Clean flux density= 27.797 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 27.797 MilliJy 61 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -271.2 MicroJy,max = 345.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.555E-04 < Second best 1.280E-03 IMAGR2: Field 5 min = -297.8 MicroJy,max = 335.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.644E-04 < Second best 1.029E-03 IMAGR2: Field 6 min = -271.4 MicroJy,max = 282.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.506E-04 < Second best 8.800E-04 IMAGR2: Field 3 min = -304.9 MicroJy,max = 279.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.564E-04 < Second best 8.773E-04 IMAGR2: Field 1 min = -392.0 MicroJy,max = 916.2 MicroJy IMAGR2: BGC Clean: using 175 cell beam + residuals > 200.20 MicroJy IMAGR2: 6069 Residual map points loaded IMAGR2: Field 1 min allowed flux = 452.214 MicroJy iter= 106 IMAGR2: Field 1 Clean flux density= 30.631 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 30.631 MilliJy 106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -270.0 MicroJy,max = 312.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.990E-04 < Second best 4.309E-04 IMAGR2: Field 1 min = -419.7 MicroJy,max = 451.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 171.51 MicroJy IMAGR2: 7890 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -304.518 MicroJy iter= 226 IMAGR2: Field 1 Clean flux density= 33.016 MilliJy 226 comps IMAGR2: Total Cleaned flux density = 33.016 MilliJy 226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -257.9 MicroJy,max = 284.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.562E-04 < Second best 2.990E-04 IMAGR2: Field 7 min = -258.8 MicroJy,max = 257.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.469E-04 < Second best 2.909E-04 IMAGR2: Field 1 min = -312.9 MicroJy,max = 308.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 144.53 MicroJy IMAGR2: 14934 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.589 MicroJy iter= 281 IMAGR2: Field 1 Clean flux density= 32.466 MilliJy 281 comps IMAGR2: Total Cleaned flux density = 32.466 MilliJy 281 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -268.0 MicroJy,max = 259.1 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 281 to 114 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 = -273.9 MicroJy,max = 286.4 MicroJy IMAGR2: Field 2 min = -255.9 MicroJy,max = 279.8 MicroJy IMAGR2: Field 3 min = -294.6 MicroJy,max = 268.1 MicroJy IMAGR2: Field 4 min = -249.2 MicroJy,max = 304.0 MicroJy IMAGR2: Field 5 min = -268.0 MicroJy,max = 259.1 MicroJy IMAGR2: Field 6 min = -257.8 MicroJy,max = 259.1 MicroJy IMAGR2: Field 7 min = -255.0 MicroJy,max = 254.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -29.450 MicroJy ( 1 CCs) from field 1 to field 5 IMAGR2: Restore 31.360 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 32.466 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux -29.450 MicroJy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 31.360 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= 190 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 24.5 Real= 51 1 AIPS 2: Disk 1 in-CNO 191 renumbered as CNO 183 AIPS 2: Disk 1 in-CNO 192 renumbered as CNO 184 AIPS 2: Disk 1 in-CNO 193 renumbered as CNO 185 AIPS 2: Disk 1 in-CNO 194 renumbered as CNO 186 AIPS 2: Disk 1 in-CNO 195 renumbered as CNO 187 AIPS 2: Disk 1 in-CNO 196 renumbered as CNO 188 AIPS 2: Disk 1 in-CNO 197 renumbered as CNO 189 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3227_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :28 =N3227' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 191 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 192 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 193 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 194 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 195 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 196 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 197 disk= 1 AIPS 2: Disk 1 in-CNO 198 renumbered as CNO 190 AIPS 2: Disk 1 in-CNO 199 renumbered as CNO 191 AIPS 2: Disk 1 in-CNO 200 renumbered as CNO 192 AIPS 2: Disk 1 in-CNO 201 renumbered as CNO 193 AIPS 2: Disk 1 in-CNO 202 renumbered as CNO 194 AIPS 2: Disk 1 in-CNO 203 renumbered as CNO 195 AIPS 2: Disk 1 in-CNO 204 renumbered as CNO 196 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09256 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1022+306_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1022+306 C BAND Seq 1 Disk: 1 in slot 31 SETFC2: SETCEL: recommends IMSIZE 1321 CELLSIZE 0.41848 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41848 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1022+306_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.099 deg SETFC2: Searching catalog between 0.10 and 0.23 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 72.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 1012 1012 10 22 30.30 30 41 04.9 00001 -1 507 512 513 C 2 1012 1012 10 22 30.30 30 35 08.7 00002 -1 507 512 513 C 3 1012 1012 10 22 06.39 30 38 06.7 00003 -1 507 512 513 C 4 1012 1012 10 22 54.20 30 38 06.7 00004 -1 507 512 513 C 5 1012 1012 10 22 06.37 30 44 02.9 00005 -1 507 512 513 C 6 1012 1012 10 22 54.23 30 44 02.9 00006 -1 507 512 513 C 7 1012 1012 10 22 30.30 30 47 01.2 00007 -1 507 512 513 1 AIPS 2: Disk 1 in-CNO 191 renumbered as CNO 183 AIPS 2: Disk 1 in-CNO 192 renumbered as CNO 184 AIPS 2: Disk 1 in-CNO 193 renumbered as CNO 185 AIPS 2: Disk 1 in-CNO 194 renumbered as CNO 186 AIPS 2: Disk 1 in-CNO 195 renumbered as CNO 187 AIPS 2: Disk 1 in-CNO 196 renumbered as CNO 188 AIPS 2: Disk 1 in-CNO 197 renumbered as CNO 189 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3227_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :28 =N3227' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 191 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 192 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 193 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 194 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 195 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 196 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 197 disk= 1 AIPS 2: Disk 1 in-CNO 198 renumbered as CNO 190 AIPS 2: Disk 1 in-CNO 199 renumbered as CNO 191 AIPS 2: Disk 1 in-CNO 200 renumbered as CNO 192 AIPS 2: Disk 1 in-CNO 201 renumbered as CNO 193 AIPS 2: Disk 1 in-CNO 202 renumbered as CNO 194 AIPS 2: Disk 1 in-CNO 203 renumbered as CNO 195 AIPS 2: Disk 1 in-CNO 204 renumbered as CNO 196 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09256 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1022+306_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1022+306_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :29 =1022+306' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1022+306_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.0320E-02 -3.3000E-02 0 IMAGR2: Field 2 1012 1012 1.0320E-02 -3.5623E+02 0 IMAGR2: Field 3 1012 1012 -3.0842E+02 -1.7823E+02 0 IMAGR2: Field 4 1012 1012 3.0832E+02 -1.7823E+02 0 IMAGR2: Field 5 1012 1012 -3.0868E+02 1.7797E+02 0 IMAGR2: Field 6 1012 1012 3.0870E+02 1.7797E+02 0 IMAGR2: Field 7 1012 1012 1.0320E-02 3.5627E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1022+306_C,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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create 1022+306 .IMAGR . 1 (UV) on disk 1 cno 197 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 8700 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.201E+04 IMAGR2: UVWAIT: Adding temperance S 8.402E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.930E+07 and out 7.948E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.154 due to weighting IMAGR2: UVWAIT: Average summed weight 4.201E+04 over 17218 vis IMAGR2: Create 1022+306 .IBM001. 1 (MA) on disk 1 cno 198 IMAGR2: Create 1022+306 .IBM002. 1 (MA) on disk 1 cno 199 IMAGR2: Create 1022+306 .IBM003. 1 (MA) on disk 1 cno 200 IMAGR2: Create 1022+306 .IBM004. 1 (MA) on disk 1 cno 201 IMAGR2: Create 1022+306 .IBM005. 1 (MA) on disk 1 cno 202 IMAGR2: Create 1022+306 .IBM006. 1 (MA) on disk 1 cno 203 IMAGR2: Create 1022+306 .IBM007. 1 (MA) on disk 1 cno 204 IMAGR2: Create 1022+306 .ICL001. 1 (MA) on disk 1 cno 205 IMAGR2: Create 1022+306 .ICL002. 1 (MA) on disk 1 cno 206 IMAGR2: Create 1022+306 .ICL003. 1 (MA) on disk 1 cno 207 IMAGR2: Create 1022+306 .ICL004. 1 (MA) on disk 1 cno 208 IMAGR2: Create 1022+306 .ICL005. 1 (MA) on disk 1 cno 209 IMAGR2: Create 1022+306 .ICL006. 1 (MA) on disk 1 cno 210 IMAGR2: Create 1022+306 .ICL007. 1 (MA) on disk 1 cno 211 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 8.43811E+08 IMAGR2: Field 1 Beam min = -140.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.452 x 1.275 arcsec, PA= 81.8 IMAGR2: Field 2 Sum of gridding weights = 8.43810E+08 IMAGR2: Field 2 Beam min = -140.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.452 x 1.275 arcsec, PA= 82.0 IMAGR2: Field 3 Sum of gridding weights = 8.43808E+08 IMAGR2: Field 3 Beam min = -95.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.451 x 1.275 arcsec, PA= 81.7 IMAGR2: Field 4 Sum of gridding weights = 8.43811E+08 IMAGR2: Field 4 Beam min = -107.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.454 x 1.275 arcsec, PA= 82.1 IMAGR2: Field 5 Sum of gridding weights = 8.43810E+08 IMAGR2: Field 5 Beam min = -98.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.451 x 1.274 arcsec, PA= 81.5 IMAGR2: Field 6 Sum of gridding weights = 8.43809E+08 IMAGR2: Field 6 Beam min = -107.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.454 x 1.274 arcsec, PA= 81.9 IMAGR2: Field 7 Sum of gridding weights = 8.43809E+08 IMAGR2: Field 7 Beam min = -140.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.453 x 1.274 arcsec, PA= 81.6 IMAGR2: CLBHIS: minimum component 0.473 of current peak IMAGR2: Field 1 min = -38.5 MilliJy,max = 506.5 MilliJy IMAGR2: Field 2 min = -36.5 MilliJy,max = 73.3 MilliJy IMAGR2: Field 3 min = -38.4 MilliJy,max = 71.5 MilliJy IMAGR2: Field 4 min = -41.4 MilliJy,max = 77.1 MilliJy IMAGR2: Field 5 min = -40.5 MilliJy,max = 76.0 MilliJy IMAGR2: Field 6 min = -41.2 MilliJy,max = 66.6 MilliJy IMAGR2: Field 7 min = -36.5 MilliJy,max = 70.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 39.81 MilliJy IMAGR2: 2648 Residual map points loaded IMAGR2: Field 1 min allowed flux = 218.035 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 310.277 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 310.277 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.4 MilliJy,max = 196.2 MilliJy IMAGR2: BGC Clean: using 1729 cell beam + residuals > 26.29 MilliJy IMAGR2: 238 Residual map points loaded IMAGR2: Field 1 min allowed flux = 84.473 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 430.487 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 430.487 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 76.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 25.14 MilliJy IMAGR2: 14 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 36.408 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 479.504 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 479.504 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.763E-03 < Second best 7.245E-02 IMAGR2: Field 5 min = -2.6 MilliJy,max = 17.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.672E-02 < Second best 6.995E-02 IMAGR2: Field 2 min = -3.1 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.235E-03 < Second best 6.759E-02 IMAGR2: Field 7 min = -3.5 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.151E-03 < Second best 5.241E-02 IMAGR2: Field 3 min = -2.7 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.998E-03 < Second best 5.127E-02 IMAGR2: Field 6 min = -3.3 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.884E-03 < Second best 3.462E-02 IMAGR2: Field 1 min = -3.9 MilliJy,max = 33.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.86 MilliJy IMAGR2: 3872 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.504 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 504.458 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 504.458 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 15.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.65 MilliJy IMAGR2: 114 Residual map points loaded IMAGR2: Field 5 min allowed flux = 7.004 MilliJy iter= 9 IMAGR2: Field 5 Clean flux density= 9.423 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 513.882 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 13.6 MilliJy IMAGR2: BGC Clean: using 1467 cell beam + residuals > 2.15 MilliJy IMAGR2: 629 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.136 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 512.835 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 522.258 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 203 cell beam + residuals > 2.12 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 5 min allowed flux = 2.852 MilliJy iter= 24 IMAGR2: Field 5 Clean flux density= 15.774 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 528.609 MilliJy 74 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 160 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.833 MilliJy iter= 86 IMAGR2: Field 1 Clean flux density= 511.502 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 527.276 MilliJy 110 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.567E-03 < Second best 5.235E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.777E-03 < Second best 5.151E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.181E-03 < Second best 3.998E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.252E-03 < Second best 3.884E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.330E-03 < Second best 2.714E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 161 cell beam + residuals > 1.26 MilliJy IMAGR2: 52 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.415 MilliJy iter= 39 IMAGR2: Field 5 Clean flux density= 18.682 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 530.184 MilliJy 125 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 872.72 MicroJy IMAGR2: 8285 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.596 MilliJy iter= 220 IMAGR2: Field 1 Clean flux density= 514.851 MilliJy 220 comps IMAGR2: Total Cleaned flux density = 533.533 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.382E-03 < Second best 1.777E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.451E-03 < Second best 1.567E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.418E-03 < Second best 1.523E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 750.73 MicroJy IMAGR2: 5685 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.113 MilliJy iter= 375 IMAGR2: Field 1 Clean flux density= 520.677 MilliJy 375 comps IMAGR2: Total Cleaned flux density = 539.359 MilliJy 414 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.331E-03 < Second best 1.418E-03 IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 737.47 MicroJy IMAGR2: 1161 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 919.687 MicroJy iter= 107 IMAGR2: Field 4 Clean flux density= 9.369 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 548.728 MilliJy 521 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.126E-03 < Second best 1.350E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.248E-03 < Second best 1.331E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.206E-03 < Second best 1.330E-03 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.158E-03 < Second best 1.252E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.120E-03 < Second best 1.248E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 686.09 MicroJy IMAGR2: 1962 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 871.843 MicroJy iter= 191 IMAGR2: Field 5 Clean flux density= 17.777 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 547.824 MilliJy 673 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 682.66 MicroJy IMAGR2: 1748 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 836.233 MicroJy iter= 159 IMAGR2: Field 2 Clean flux density= 5.837 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 553.661 MilliJy 832 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.057E-03 < Second best 1.126E-03 IMAGR2: Field 7 min = -978.2 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.022E-03 < Second best 1.120E-03 IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.527E-04 < Second best 1.065E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 941.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 619.66 MicroJy IMAGR2: 3272 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 780.334 MicroJy iter= 596 IMAGR2: Field 1 Clean flux density= 520.478 MilliJy 596 comps IMAGR2: Total Cleaned flux density = 553.461 MilliJy 1053 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -961.6 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 618.68 MicroJy IMAGR2: 523 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -691.321 MicroJy iter= 119 IMAGR2: Field 6 Clean flux density= 1.891 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 555.352 MilliJy 1172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -833.5 MicroJy,max = 890.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.532E-04 < Second best 9.527E-04 IMAGR2: Field 3 min = -987.7 MicroJy,max = 937.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 610.22 MicroJy IMAGR2: 542 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -678.129 MicroJy iter= 125 IMAGR2: Field 3 Clean flux density= -1.370 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 553.982 MilliJy 1297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -870.1 MicroJy,max = 805.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.470E-04 < Second best 8.532E-04 IMAGR2: Field 7 min = -834.0 MicroJy,max = 871.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.56 MicroJy IMAGR2: 878 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 661.729 MicroJy iter= 167 IMAGR2: Field 7 Clean flux density= 666.124 MicroJy 167 comps IMAGR2: Total Cleaned flux density = 554.648 MilliJy 1464 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -858.2 MicroJy,max = 893.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.072E-04 < Second best 8.001E-04 IMAGR2: Field 2 min = -811.1 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 533.89 MicroJy IMAGR2: 1351 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 604.963 MicroJy iter= 362 IMAGR2: Field 2 Clean flux density= 10.925 MilliJy 362 comps IMAGR2: Total Cleaned flux density = 559.736 MilliJy 1667 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -834.1 MicroJy,max = 784.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.022E-04 < Second best 7.458E-04 IMAGR2: Field 1 min = -811.2 MicroJy,max = 727.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 499.56 MicroJy IMAGR2: 1854 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 569.327 MicroJy iter= 839 IMAGR2: Field 1 Clean flux density= 523.273 MilliJy 839 comps IMAGR2: Total Cleaned flux density = 562.531 MilliJy 1910 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -807.0 MicroJy,max = 740.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 495.38 MicroJy IMAGR2: 1103 Residual map points loaded IMAGR2: Field 5 min Clean flux = -555.115 MicroJy iter= 383 IMAGR2: Field 5 Clean flux density= 15.132 MilliJy 383 comps IMAGR2: Total Cleaned flux density = 559.886 MilliJy 2102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -772.2 MicroJy,max = 728.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.86 MicroJy IMAGR2: 942 Residual map points loaded IMAGR2: Field 4 min Clean flux = -554.871 MicroJy iter= 268 IMAGR2: Field 4 Clean flux density= 12.323 MilliJy 268 comps IMAGR2: Total Cleaned flux density = 562.840 MilliJy 2263 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -793.2 MicroJy,max = 721.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.823E-04 < Second best 6.490E-04 IMAGR2: Field 3 min = -869.4 MicroJy,max = 762.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.868E-04 < Second best 6.339E-04 IMAGR2: Field 7 min = -719.1 MicroJy,max = 721.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 431.80 MicroJy IMAGR2: 1893 Residual map points loaded IMAGR2: Field 7 min Clean flux = -554.947 MicroJy iter= 187 IMAGR2: Field 7 Clean flux density= 437.779 MicroJy 187 comps IMAGR2: Total Cleaned flux density = 562.611 MilliJy 2283 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -870.6 MicroJy,max = 759.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 425.99 MicroJy IMAGR2: 1516 Residual map points loaded IMAGR2: Field 3 min Clean flux = -554.753 MicroJy iter= 142 IMAGR2: Field 3 Clean flux density= -1.767 MilliJy 142 comps IMAGR2: Total Cleaned flux density = 562.215 MilliJy 2300 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -779.8 MicroJy,max = 717.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 420.88 MicroJy IMAGR2: 1863 Residual map points loaded IMAGR2: Field 6 min Clean flux = -555.053 MicroJy iter= 133 IMAGR2: Field 6 Clean flux density= 2.116 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 562.440 MilliJy 2314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -723.3 MicroJy,max = 893.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 360.06 MicroJy IMAGR2: 7768 Residual map points loaded IMAGR2: Field 2 min Clean flux = -548.283 MicroJy iter= 363 IMAGR2: Field 2 Clean flux density= 10.871 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 562.385 MilliJy 2315 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -673.9 MicroJy,max = 598.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 310.28 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min Clean flux = 545.760 MicroJy iter= 844 IMAGR2: Field 1 Clean flux density= 523.085 MilliJy 844 comps IMAGR2: Total Cleaned flux density = 562.198 MilliJy 2320 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 555.115 less than limit 555.338 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 844 to 480 components IMAGR2: Field 2 compressed from 363 to 275 components IMAGR2: Field 3 compressed from 142 to 114 components IMAGR2: Field 4 compressed from 268 to 203 components IMAGR2: Field 5 compressed from 383 to 262 components IMAGR2: Field 6 compressed from 133 to 109 components IMAGR2: Field 7 compressed from 187 to 157 components IMAGR2: Field 1 min = -610.6 MicroJy,max = 598.3 MicroJy IMAGR2: Field 2 min = -719.9 MicroJy,max = 893.4 MicroJy IMAGR2: Field 3 min = -857.9 MicroJy,max = 748.6 MicroJy IMAGR2: Field 4 min = -747.8 MicroJy,max = 706.6 MicroJy IMAGR2: Field 5 min = -694.6 MicroJy,max = 715.0 MicroJy IMAGR2: Field 6 min = -776.0 MicroJy,max = 705.1 MicroJy IMAGR2: Field 7 min = -716.3 MicroJy,max = 715.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.111 MilliJy ( 32 CCs) from field 1 to field 2 IMAGR2: Restore -1.484 MilliJy ( 41 CCs) from field 1 to field 3 IMAGR2: Restore 3.062 MilliJy ( 57 CCs) from field 1 to field 4 IMAGR2: Restore 1.668 MilliJy ( 63 CCs) from field 1 to field 5 IMAGR2: Restore 1.973 MilliJy ( 44 CCs) from field 1 to field 6 IMAGR2: Restore 3.202 MilliJy ( 57 CCs) from field 1 to field 7 IMAGR2: Restore 620.268 MicroJy ( 29 CCs) from field 2 to field 1 IMAGR2: Restore 949.711 MicroJy ( 22 CCs) from field 2 to field 3 IMAGR2: Restore 3.623 MilliJy ( 54 CCs) from field 2 to field 4 IMAGR2: Restore-563.440 MicroJy ( 21 CCs) from field 3 to field 1 IMAGR2: Restore 412.356 MicroJy ( 14 CCs) from field 3 to field 2 IMAGR2: Restore 6.649 MicroJy ( 8 CCs) from field 3 to field 5 IMAGR2: Restore 3.922 MilliJy ( 47 CCs) from field 4 to field 1 IMAGR2: Restore 2.452 MilliJy ( 36 CCs) from field 4 to field 2 IMAGR2: Restore -94.433 MicroJy ( 6 CCs) from field 4 to field 6 IMAGR2: Restore 19.394 MilliJy ( 58 CCs) from field 5 to field 1 IMAGR2: Restore 90.699 MicroJy ( 5 CCs) from field 5 to field 3 IMAGR2: Restore 879.719 MicroJy ( 44 CCs) from field 5 to field 7 IMAGR2: Restore 401.061 MicroJy ( 20 CCs) from field 6 to field 1 IMAGR2: Restore 224.771 MicroJy ( 15 CCs) from field 6 to field 4 IMAGR2: Restore 591.668 MicroJy ( 23 CCs) from field 6 to field 7 IMAGR2: Restore 148.112 MicroJy ( 19 CCs) from field 7 to field 1 IMAGR2: Restore-285.934 MicroJy ( 17 CCs) from field 7 to field 5 IMAGR2: Restore 3.980 MicroJy ( 10 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 547.008 MilliJy IMAGR2: Field 2 final Clean flux 15.846 MilliJy IMAGR2: Field 3 final Clean flux -2.211 MilliJy IMAGR2: Field 4 final Clean flux 19.233 MilliJy IMAGR2: Field 5 final Clean flux 16.521 MilliJy IMAGR2: Field 6 final Clean flux 3.999 MilliJy IMAGR2: Field 7 final Clean flux 5.111 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= 197 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 47.4 Real= 99 1 AIPS 2: Disk 1 in-CNO 191 renumbered as CNO 183 AIPS 2: Disk 1 in-CNO 192 renumbered as CNO 184 AIPS 2: Disk 1 in-CNO 193 renumbered as CNO 185 AIPS 2: Disk 1 in-CNO 194 renumbered as CNO 186 AIPS 2: Disk 1 in-CNO 195 renumbered as CNO 187 AIPS 2: Disk 1 in-CNO 196 renumbered as CNO 188 AIPS 2: Disk 1 in-CNO 197 renumbered as CNO 189 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3227_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :28 =N3227' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 191 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 192 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 193 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 194 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 195 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 196 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 197 disk= 1 AIPS 2: Disk 1 in-CNO 198 renumbered as CNO 190 AIPS 2: Disk 1 in-CNO 199 renumbered as CNO 191 AIPS 2: Disk 1 in-CNO 200 renumbered as CNO 192 AIPS 2: Disk 1 in-CNO 201 renumbered as CNO 193 AIPS 2: Disk 1 in-CNO 202 renumbered as CNO 194 AIPS 2: Disk 1 in-CNO 203 renumbered as CNO 195 AIPS 2: Disk 1 in-CNO 204 renumbered as CNO 196 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09256 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1022+306_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1022+306_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :29 =1022+306' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1022+306_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 198 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 199 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 200 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 201 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 202 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 203 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 204 disk= 1 AIPS 2: Disk 1 in-CNO 205 renumbered as CNO 197 AIPS 2: Disk 1 in-CNO 206 renumbered as CNO 198 AIPS 2: Disk 1 in-CNO 207 renumbered as CNO 199 AIPS 2: Disk 1 in-CNO 208 renumbered as CNO 200 AIPS 2: Disk 1 in-CNO 209 renumbered as CNO 201 AIPS 2: Disk 1 in-CNO 210 renumbered as CNO 202 AIPS 2: Disk 1 in-CNO 211 renumbered as CNO 203 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3254_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3254 C BAND Seq 1 Disk: 1 in slot 32 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: SETCEL: recommends IMSIZE 1310 CELLSIZE 0.42197 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.42197 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3254_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.100 deg SETFC2: Searching catalog between 0.10 and 0.23 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 70.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 1012 1012 10 29 19.90 29 29 31.7 00001 -1 507 512 513 C 2 1012 1012 10 29 19.90 29 23 32.5 00002 -1 507 512 513 C 3 1012 1012 10 28 56.08 29 26 32.0 00003 -1 507 512 513 C 4 1012 1012 10 29 43.72 29 26 32.0 00004 -1 507 512 513 C 5 1012 1012 10 28 56.06 29 32 31.2 00005 -1 507 512 513 C 6 1012 1012 10 29 43.74 29 32 31.2 00006 -1 507 512 513 C 7 1012 1012 10 29 19.90 29 35 30.9 00007 -1 507 512 513 1 AIPS 2: Disk 1 in-CNO 191 renumbered as CNO 183 AIPS 2: Disk 1 in-CNO 192 renumbered as CNO 184 AIPS 2: Disk 1 in-CNO 193 renumbered as CNO 185 AIPS 2: Disk 1 in-CNO 194 renumbered as CNO 186 AIPS 2: Disk 1 in-CNO 195 renumbered as CNO 187 AIPS 2: Disk 1 in-CNO 196 renumbered as CNO 188 AIPS 2: Disk 1 in-CNO 197 renumbered as CNO 189 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3227_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :28 =N3227' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 191 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 192 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 193 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 194 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 195 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 196 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 197 disk= 1 AIPS 2: Disk 1 in-CNO 198 renumbered as CNO 190 AIPS 2: Disk 1 in-CNO 199 renumbered as CNO 191 AIPS 2: Disk 1 in-CNO 200 renumbered as CNO 192 AIPS 2: Disk 1 in-CNO 201 renumbered as CNO 193 AIPS 2: Disk 1 in-CNO 202 renumbered as CNO 194 AIPS 2: Disk 1 in-CNO 203 renumbered as CNO 195 AIPS 2: Disk 1 in-CNO 204 renumbered as CNO 196 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09256 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1022+306_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1022+306_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :29 =1022+306' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1022+306_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 198 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 199 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 200 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 201 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 202 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 203 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 204 disk= 1 AIPS 2: Disk 1 in-CNO 205 renumbered as CNO 197 AIPS 2: Disk 1 in-CNO 206 renumbered as CNO 198 AIPS 2: Disk 1 in-CNO 207 renumbered as CNO 199 AIPS 2: Disk 1 in-CNO 208 renumbered as CNO 200 AIPS 2: Disk 1 in-CNO 209 renumbered as CNO 201 AIPS 2: Disk 1 in-CNO 210 renumbered as CNO 202 AIPS 2: Disk 1 in-CNO 211 renumbered as CNO 203 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3254_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3254_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :30 =N3254' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3254_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 0.0000E+00 2.5580E-11 0 IMAGR2: Field 2 1012 1012 0.0000E+00 -3.5920E+02 0 IMAGR2: Field 3 1012 1012 -3.1100E+02 -1.7970E+02 0 IMAGR2: Field 4 1012 1012 3.1100E+02 -1.7970E+02 0 IMAGR2: Field 5 1012 1012 -3.1126E+02 1.7950E+02 0 IMAGR2: Field 6 1012 1012 3.1126E+02 1.7950E+02 0 IMAGR2: Field 7 1012 1012 0.0000E+00 3.5920E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3254_C,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 N3254 .IMAGR . 1 (UV) on disk 1 cno 204 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37557 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.219E+05 IMAGR2: UVWAIT: Adding temperance S 2.439E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.553E+08 and out 4.502E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR2: UVWAIT: Average summed weight 1.219E+05 over 74490 vis IMAGR2: Create N3254 .IBM001. 1 (MA) on disk 1 cno 205 IMAGR2: Create N3254 .IBM002. 1 (MA) on disk 1 cno 206 IMAGR2: Create N3254 .IBM003. 1 (MA) on disk 1 cno 207 IMAGR2: Create N3254 .IBM004. 1 (MA) on disk 1 cno 208 IMAGR2: Create N3254 .IBM005. 1 (MA) on disk 1 cno 209 IMAGR2: Create N3254 .IBM006. 1 (MA) on disk 1 cno 210 IMAGR2: Create N3254 .IBM007. 1 (MA) on disk 1 cno 211 IMAGR2: Create N3254 .ICL001. 1 (MA) on disk 1 cno 212 IMAGR2: Create N3254 .ICL002. 1 (MA) on disk 1 cno 213 IMAGR2: Create N3254 .ICL003. 1 (MA) on disk 1 cno 214 IMAGR2: Create N3254 .ICL004. 1 (MA) on disk 1 cno 215 IMAGR2: Create N3254 .ICL005. 1 (MA) on disk 1 cno 216 IMAGR2: Create N3254 .ICL006. 1 (MA) on disk 1 cno 217 IMAGR2: Create N3254 .ICL007. 1 (MA) on disk 1 cno 218 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.77960E+09 IMAGR2: Field 1 Beam min = -117.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.398 x 1.186 arcsec, PA= 80.6 IMAGR2: Field 2 Sum of gridding weights = 4.77960E+09 IMAGR2: Field 2 Beam min = -117.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.398 x 1.187 arcsec, PA= 80.7 IMAGR2: Field 3 Sum of gridding weights = 4.77960E+09 IMAGR2: Field 3 Beam min = -117.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.397 x 1.186 arcsec, PA= 80.4 IMAGR2: Field 4 Sum of gridding weights = 4.77960E+09 IMAGR2: Field 4 Beam min = -117.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.399 x 1.187 arcsec, PA= 80.8 IMAGR2: Field 5 Sum of gridding weights = 4.77959E+09 IMAGR2: Field 5 Beam min = -117.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.397 x 1.185 arcsec, PA= 80.3 IMAGR2: Field 6 Sum of gridding weights = 4.77959E+09 IMAGR2: Field 6 Beam min = -117.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.400 x 1.186 arcsec, PA= 80.7 IMAGR2: Field 7 Sum of gridding weights = 4.77959E+09 IMAGR2: Field 7 Beam min = -117.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.398 x 1.185 arcsec, PA= 80.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -240.5 MicroJy,max = 285.3 MicroJy IMAGR2: Field 2 min = -218.4 MicroJy,max = 640.8 MicroJy IMAGR2: Field 3 min = -233.7 MicroJy,max = 645.1 MicroJy IMAGR2: Field 4 min = -223.3 MicroJy,max = 262.3 MicroJy IMAGR2: Field 5 min = -247.2 MicroJy,max = 223.6 MicroJy IMAGR2: Field 6 min = -211.5 MicroJy,max = 257.9 MicroJy IMAGR2: Field 7 min = -242.9 MicroJy,max = 248.9 MicroJy IMAGR2: BGC Clean: using 159 cell beam + residuals > 136.46 MicroJy IMAGR2: 3452 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 445.105 MicroJy iter= 6 IMAGR2: Field 3 Clean flux density= 321.432 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 321.432 MicroJy 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 2 min = -217.0 MicroJy,max = 633.7 MicroJy IMAGR2: BGC Clean: using 159 cell beam + residuals > 134.47 MicroJy IMAGR2: 3792 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 304.751 MicroJy iter= 14 IMAGR2: Field 2 Clean flux density= 578.916 MicroJy 14 comps IMAGR2: Total Cleaned flux density = 900.348 MicroJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -232.8 MicroJy,max = 434.5 MicroJy IMAGR2: BGC Clean: using 159 cell beam + residuals > 134.04 MicroJy IMAGR2: 3178 Residual map points loaded IMAGR2: Field 3 min Clean flux = 267.112 MicroJy iter= 16 IMAGR2: Field 3 Clean flux density= 665.412 MicroJy 16 comps IMAGR2: Total Cleaned flux density = 1.244 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -209.7 MicroJy,max = 286.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 102.69 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 2 min Clean flux = 261.298 MicroJy iter= 18 IMAGR2: Field 2 Clean flux density= 688.638 MicroJy 18 comps IMAGR2: Total Cleaned flux density = 1.354 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 267.112 less than limit 267.283 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 0 to 0 components IMAGR2: Field 2 compressed from 18 to 9 components IMAGR2: Field 3 compressed from 16 to 4 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 = -227.5 MicroJy,max = 251.3 MicroJy IMAGR2: Field 2 min = -209.1 MicroJy,max = 269.0 MicroJy IMAGR2: Field 3 min = -231.5 MicroJy,max = 264.8 MicroJy IMAGR2: Field 4 min = -224.8 MicroJy,max = 210.6 MicroJy IMAGR2: Field 5 min = -242.8 MicroJy,max = 227.0 MicroJy IMAGR2: Field 6 min = -211.3 MicroJy,max = 259.0 MicroJy IMAGR2: Field 7 min = -247.0 MicroJy,max = 246.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 665.412 MicroJy ( 4 CCs) from field 3 to field 2 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 0.000 Jy IMAGR2: Field 2 final Clean flux 1.354 MilliJy IMAGR2: Field 3 final Clean flux 665.412 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= 204 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 16.0 Real= 33 1 AIPS 2: Disk 1 in-CNO 191 renumbered as CNO 183 AIPS 2: Disk 1 in-CNO 192 renumbered as CNO 184 AIPS 2: Disk 1 in-CNO 193 renumbered as CNO 185 AIPS 2: Disk 1 in-CNO 194 renumbered as CNO 186 AIPS 2: Disk 1 in-CNO 195 renumbered as CNO 187 AIPS 2: Disk 1 in-CNO 196 renumbered as CNO 188 AIPS 2: Disk 1 in-CNO 197 renumbered as CNO 189 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3227_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :28 =N3227' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3227_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 191 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 192 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 193 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 194 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 195 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 196 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 197 disk= 1 AIPS 2: Disk 1 in-CNO 198 renumbered as CNO 190 AIPS 2: Disk 1 in-CNO 199 renumbered as CNO 191 AIPS 2: Disk 1 in-CNO 200 renumbered as CNO 192 AIPS 2: Disk 1 in-CNO 201 renumbered as CNO 193 AIPS 2: Disk 1 in-CNO 202 renumbered as CNO 194 AIPS 2: Disk 1 in-CNO 203 renumbered as CNO 195 AIPS 2: Disk 1 in-CNO 204 renumbered as CNO 196 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09256 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1022+306_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1022+306_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :29 =1022+306' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1022+306_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 198 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 199 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 200 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 201 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 202 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 203 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 204 disk= 1 AIPS 2: Disk 1 in-CNO 205 renumbered as CNO 197 AIPS 2: Disk 1 in-CNO 206 renumbered as CNO 198 AIPS 2: Disk 1 in-CNO 207 renumbered as CNO 199 AIPS 2: Disk 1 in-CNO 208 renumbered as CNO 200 AIPS 2: Disk 1 in-CNO 209 renumbered as CNO 201 AIPS 2: Disk 1 in-CNO 210 renumbered as CNO 202 AIPS 2: Disk 1 in-CNO 211 renumbered as CNO 203 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3254_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3254_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :30 =N3254' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3254_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 205 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 206 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 207 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 208 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 209 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 210 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 211 disk= 1 AIPS 2: Disk 1 in-CNO 212 renumbered as CNO 204 AIPS 2: Disk 1 in-CNO 213 renumbered as CNO 205 AIPS 2: Disk 1 in-CNO 214 renumbered as CNO 206 AIPS 2: Disk 1 in-CNO 215 renumbered as CNO 207 AIPS 2: Disk 1 in-CNO 216 renumbered as CNO 208 AIPS 2: Disk 1 in-CNO 217 renumbered as CNO 209 AIPS 2: Disk 1 in-CNO 218 renumbered as CNO 210 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09874 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1102+279_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1102+279 C BAND Seq 1 Disk: 1 in slot 33 SETFC2: SETCEL: recommends IMSIZE 1305 CELLSIZE 0.42342 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.42342 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1102+279_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.100 deg SETFC2: Searching catalog between 0.10 and 0.23 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 63.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 1 C 1 1012 1012 11 02 14.29 27 57 08.5 00001 -1 507 512 513 C 2 1012 1012 11 02 14.29 27 51 08.0 00002 -1 507 512 513 C 3 1012 1012 11 01 50.74 27 54 08.1 00003 -1 507 512 513 C 4 1012 1012 11 02 37.83 27 54 08.1 00004 -1 507 512 513 C 5 1012 1012 11 01 50.71 28 00 08.6 00005 -1 507 512 513 C 6 1012 1012 11 02 37.86 28 00 08.6 00006 -1 507 512 513 C 7 1012 1012 11 02 14.29 28 03 09.0 00007 -1 507 512 513 ll AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 205 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 206 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 207 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 208 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 209 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 210 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 211 disk= 1 AIPS 2: Disk 1 in-CNO 212 renumbered as CNO 204 AIPS 2: Disk 1 in-CNO 213 renumbered as CNO 205 AIPS 2: Disk 1 in-CNO 214 renumbered as CNO 206 AIPS 2: Disk 1 in-CNO 215 renumbered as CNO 207 AIPS 2: Disk 1 in-CNO 216 renumbered as CNO 208 AIPS 2: Disk 1 in-CNO 217 renumbered as CNO 209 AIPS 2: Disk 1 in-CNO 218 renumbered as CNO 210 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09874 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1102+279_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: cat /tmp/SETFC@1102+279_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :31 =1102+279' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1102+279_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.4925E-02 4.0000E-03 0 IMAGR2: Field 2 1012 1012 6.4925E-02 -3.6050E+02 0 IMAGR2: Field 3 1012 1012 -3.1197E+02 -1.8040E+02 0 IMAGR2: Field 4 1012 1012 3.1197E+02 -1.8040E+02 0 IMAGR2: Field 5 1012 1012 -3.1237E+02 1.8010E+02 0 IMAGR2: Field 6 1012 1012 3.1237E+02 1.8010E+02 0 IMAGR2: Field 7 1012 1012 6.4925E-02 3.6050E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1102+279_C,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 1102+279 .IMAGR . 1 (UV) on disk 1 cno 211 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7644 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.753E+04 IMAGR2: UVWAIT: Adding temperance S 7.507E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.219E+07 and out 6.682E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.142 due to weighting IMAGR2: UVWAIT: Average summed weight 3.753E+04 over 15236 vis IMAGR2: Create 1102+279 .IBM001. 1 (MA) on disk 1 cno 212 IMAGR2: Create 1102+279 .IBM002. 1 (MA) on disk 1 cno 213 IMAGR2: Create 1102+279 .IBM003. 1 (MA) on disk 1 cno 214 IMAGR2: Create 1102+279 .IBM004. 1 (MA) on disk 1 cno 215 IMAGR2: Create 1102+279 .IBM005. 1 (MA) on disk 1 cno 216 IMAGR2: Create 1102+279 .IBM006. 1 (MA) on disk 1 cno 217 IMAGR2: Create 1102+279 .IBM007. 1 (MA) on disk 1 cno 218 IMAGR2: Create 1102+279 .ICL001. 1 (MA) on disk 1 cno 219 IMAGR2: Create 1102+279 .ICL002. 1 (MA) on disk 1 cno 220 IMAGR2: Create 1102+279 .ICL003. 1 (MA) on disk 1 cno 221 IMAGR2: Create 1102+279 .ICL004. 1 (MA) on disk 1 cno 222 IMAGR2: Create 1102+279 .ICL005. 1 (MA) on disk 1 cno 223 IMAGR2: Create 1102+279 .ICL006. 1 (MA) on disk 1 cno 224 IMAGR2: Create 1102+279 .ICL007. 1 (MA) on disk 1 cno 225 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 7.09397E+08 IMAGR2: Field 1 Beam min = -157.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.530 x 1.294 arcsec, PA= -83.3 IMAGR2: Field 2 Sum of gridding weights = 7.09396E+08 IMAGR2: Field 2 Beam min = -157.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.530 x 1.295 arcsec, PA= -83.1 IMAGR2: Field 3 Sum of gridding weights = 7.09395E+08 IMAGR2: Field 3 Beam min = -95.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.528 x 1.295 arcsec, PA= -83.3 IMAGR2: Field 4 Sum of gridding weights = 7.09397E+08 IMAGR2: Field 4 Beam min = -122.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.532 x 1.294 arcsec, PA= -83.1 IMAGR2: Field 5 Sum of gridding weights = 7.09395E+08 IMAGR2: Field 5 Beam min = -95.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.528 x 1.294 arcsec, PA= -83.5 IMAGR2: Field 6 Sum of gridding weights = 7.09395E+08 IMAGR2: Field 6 Beam min = -122.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.532 x 1.294 arcsec, PA= -83.4 IMAGR2: Field 7 Sum of gridding weights = 7.09397E+08 IMAGR2: Field 7 Beam min = -157.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.530 x 1.294 arcsec, PA= -83.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -38.0 MilliJy,max = 476.7 MilliJy IMAGR2: Field 2 min = -32.3 MilliJy,max = 80.0 MilliJy IMAGR2: Field 3 min = -42.1 MilliJy,max = 63.6 MilliJy IMAGR2: Field 4 min = -38.6 MilliJy,max = 71.2 MilliJy IMAGR2: Field 5 min = -41.6 MilliJy,max = 71.4 MilliJy IMAGR2: Field 6 min = -41.0 MilliJy,max = 65.2 MilliJy IMAGR2: Field 7 min = -30.8 MilliJy,max = 78.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 46.05 MilliJy IMAGR2: 1198 Residual map points loaded IMAGR2: Field 1 min allowed flux = 228.015 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 271.509 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 271.509 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 = -17.4 MilliJy,max = 205.2 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 28.01 MilliJy IMAGR2: 271 Residual map points loaded IMAGR2: Field 1 min allowed flux = 102.287 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 389.337 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 389.337 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.2 MilliJy,max = 92.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 25.20 MilliJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 1 min allowed flux = 42.917 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 447.920 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 447.920 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.580E-03 < Second best 7.509E-02 IMAGR2: Field 7 min = -3.4 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.022E-03 < Second best 6.616E-02 IMAGR2: Field 4 min = -3.4 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.448E-03 < Second best 6.613E-02 IMAGR2: Field 5 min = -3.7 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.717E-03 < Second best 5.478E-02 IMAGR2: Field 3 min = -4.0 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.050E-03 < Second best 5.299E-02 IMAGR2: Field 6 min = -3.0 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.177E-03 < Second best 4.081E-02 IMAGR2: Field 1 min = -5.4 MilliJy,max = 39.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.15 MilliJy IMAGR2: 1095 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.381 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 472.775 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 472.775 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.9 MilliJy,max = 16.5 MilliJy IMAGR2: BGC Clean: using 2003 cell beam + residuals > 2.46 MilliJy IMAGR2: 554 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.835 MilliJy iter= 45 IMAGR2: Field 1 Clean flux density= 481.741 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 481.741 MilliJy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.1 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 125 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.849 MilliJy iter= 78 IMAGR2: Field 1 Clean flux density= 479.247 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 479.247 MilliJy 78 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.500E-03 < Second best 6.580E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.344E-03 < Second best 5.717E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.541E-03 < Second best 5.448E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.468E-03 < Second best 5.050E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.174E-03 < Second best 4.177E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.196E-03 < Second best 3.664E-03 IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 741.66 MicroJy IMAGR2: 6977 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.897 MilliJy iter= 126 IMAGR2: Field 1 Clean flux density= 479.021 MilliJy 126 comps IMAGR2: Total Cleaned flux density = 479.021 MilliJy 126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 706.06 MicroJy IMAGR2: 1949 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.087 MilliJy iter= 212 IMAGR2: Field 1 Clean flux density= 481.426 MilliJy 212 comps IMAGR2: Total Cleaned flux density = 481.426 MilliJy 212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.145E-03 < Second best 1.500E-03 IMAGR2: Field 7 min = -991.5 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.005E-03 < Second best 1.468E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.216E-04 < Second best 1.344E-03 IMAGR2: Field 2 min = -938.0 MicroJy,max = 922.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.833E-04 < Second best 1.196E-03 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.015E-03 < Second best 1.174E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 561.24 MicroJy IMAGR2: 1458 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 751.606 MicroJy iter= 81 IMAGR2: Field 3 Clean flux density= 2.950 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 484.377 MilliJy 293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -961.1 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 556.89 MicroJy IMAGR2: 2367 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -740.937 MicroJy iter= 108 IMAGR2: Field 5 Clean flux density= 6.493 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 490.869 MilliJy 401 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 866.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 528.01 MicroJy IMAGR2: 2333 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 701.380 MicroJy iter= 358 IMAGR2: Field 1 Clean flux density= 478.560 MilliJy 358 comps IMAGR2: Total Cleaned flux density = 488.003 MilliJy 547 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 995.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 523.61 MicroJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 640.553 MicroJy iter= 125 IMAGR2: Field 6 Clean flux density= -1.264 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 486.739 MilliJy 672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 7 min = -838.8 MicroJy,max = 884.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.462E-04 < Second best 9.216E-04 IMAGR2: Field 4 min = -820.9 MicroJy,max = 892.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.046E-04 < Second best 8.833E-04 IMAGR2: Field 2 min = -775.0 MicroJy,max = 821.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.858E-04 < Second best 8.462E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 490.55 MicroJy IMAGR2: 1020 Residual map points loaded IMAGR2: Field 7 min Clean flux = 592.401 MicroJy iter= 139 IMAGR2: Field 7 Clean flux density= 4.952 MilliJy 139 comps IMAGR2: Total Cleaned flux density = 491.691 MilliJy 811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -787.6 MicroJy,max = 851.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 485.92 MicroJy IMAGR2: 1001 Residual map points loaded IMAGR2: Field 4 min Clean flux = 592.443 MicroJy iter= 69 IMAGR2: Field 4 Clean flux density= 241.139 MicroJy 69 comps IMAGR2: Total Cleaned flux density = 491.932 MilliJy 880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -739.8 MicroJy,max = 756.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.06 MicroJy IMAGR2: 757 Residual map points loaded IMAGR2: Field 2 min Clean flux = -591.819 MicroJy iter= 53 IMAGR2: Field 2 Clean flux density= 59.334 MicroJy 53 comps IMAGR2: Total Cleaned flux density = 491.992 MilliJy 933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -924.1 MicroJy,max = 767.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.511E-04 < Second best 7.084E-04 IMAGR2: Field 5 min = -675.6 MicroJy,max = 789.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 431.95 MicroJy IMAGR2: 2704 Residual map points loaded IMAGR2: Field 5 min Clean flux = -591.579 MicroJy iter= 146 IMAGR2: Field 5 Clean flux density= 7.499 MilliJy 146 comps IMAGR2: Total Cleaned flux density = 492.998 MilliJy 971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -696.1 MicroJy,max = 732.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.46 MicroJy IMAGR2: 3346 Residual map points loaded IMAGR2: Field 1 min Clean flux = -591.329 MicroJy iter= 362 IMAGR2: Field 1 Clean flux density= 478.690 MilliJy 362 comps IMAGR2: Total Cleaned flux density = 493.128 MilliJy 975 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -912.7 MicroJy,max = 748.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 373.46 MicroJy IMAGR2: 5422 Residual map points loaded IMAGR2: Field 3 min Clean flux = 591.515 MicroJy iter= 99 IMAGR2: Field 3 Clean flux density= 3.565 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 493.743 MilliJy 993 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -839.0 MicroJy,max = 816.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 299.98 MicroJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 6 min Clean flux = -584.153 MicroJy iter= 128 IMAGR2: Field 6 Clean flux density= -1.323 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 493.684 MilliJy 996 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 592.443 less than limit 592.457 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 362 to 120 components IMAGR2: Field 2 compressed from 53 to 40 components IMAGR2: Field 3 compressed from 99 to 74 components IMAGR2: Field 4 compressed from 69 to 56 components IMAGR2: Field 5 compressed from 146 to 114 components IMAGR2: Field 6 compressed from 128 to 90 components IMAGR2: Field 7 compressed from 139 to 111 components IMAGR2: Field 1 min = -697.5 MicroJy,max = 721.2 MicroJy IMAGR2: Field 2 min = -694.0 MicroJy,max = 683.3 MicroJy IMAGR2: Field 3 min = -909.2 MicroJy,max = 726.1 MicroJy IMAGR2: Field 4 min = -735.0 MicroJy,max = 687.7 MicroJy IMAGR2: Field 5 min = -681.7 MicroJy,max = 772.8 MicroJy IMAGR2: Field 6 min = -841.1 MicroJy,max = 812.4 MicroJy IMAGR2: Field 7 min = -771.8 MicroJy,max = 640.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 225.714 MicroJy ( 12 CCs) from field 1 to field 2 IMAGR2: Restore 405.404 MicroJy ( 4 CCs) from field 1 to field 3 IMAGR2: Restore-458.379 MicroJy ( 22 CCs) from field 1 to field 4 IMAGR2: Restore 1.096 MilliJy ( 13 CCs) from field 1 to field 5 IMAGR2: Restore -1.561 MilliJy ( 17 CCs) from field 1 to field 6 IMAGR2: Restore 526.116 MicroJy ( 7 CCs) from field 1 to field 7 IMAGR2: Restore -74.801 MicroJy ( 9 CCs) from field 2 to field 3 IMAGR2: Restore 330.435 MicroJy ( 11 CCs) from field 2 to field 4 IMAGR2: Restore 406.418 MicroJy ( 22 CCs) from field 3 to field 1 IMAGR2: Restore-241.772 MicroJy ( 15 CCs) from field 3 to field 2 IMAGR2: Restore 135.624 MicroJy ( 7 CCs) from field 3 to field 5 IMAGR2: Restore-132.642 MicroJy ( 9 CCs) from field 4 to field 1 IMAGR2: Restore 332.403 MicroJy ( 19 CCs) from field 4 to field 2 IMAGR2: Restore-121.668 MicroJy ( 2 CCs) from field 4 to field 6 IMAGR2: Restore 3.894 MilliJy ( 46 CCs) from field 5 to field 1 IMAGR2: Restore 19.981 MicroJy ( 2 CCs) from field 5 to field 3 IMAGR2: Restore 3.773 MilliJy ( 44 CCs) from field 5 to field 7 IMAGR2: Restore-322.184 MicroJy ( 10 CCs) from field 6 to field 1 IMAGR2: Restore-388.263 MicroJy ( 9 CCs) from field 6 to field 4 IMAGR2: Restore 250.648 MicroJy ( 12 CCs) from field 6 to field 7 IMAGR2: Restore 500.727 MicroJy ( 13 CCs) from field 7 to field 1 IMAGR2: Restore 2.366 MilliJy ( 56 CCs) from field 7 to field 5 IMAGR2: Restore-194.765 MicroJy ( 4 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 483.036 MilliJy IMAGR2: Field 2 final Clean flux 375.680 MicroJy IMAGR2: Field 3 final Clean flux 3.916 MilliJy IMAGR2: Field 4 final Clean flux -275.068 MicroJy IMAGR2: Field 5 final Clean flux 11.097 MilliJy IMAGR2: Field 6 final Clean flux -3.200 MilliJy IMAGR2: Field 7 final Clean flux 9.502 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= 211 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 34.1 Real= 72 ll AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 205 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 206 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 207 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 208 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 209 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 210 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 211 disk= 1 AIPS 2: Disk 1 in-CNO 212 renumbered as CNO 204 AIPS 2: Disk 1 in-CNO 213 renumbered as CNO 205 AIPS 2: Disk 1 in-CNO 214 renumbered as CNO 206 AIPS 2: Disk 1 in-CNO 215 renumbered as CNO 207 AIPS 2: Disk 1 in-CNO 216 renumbered as CNO 208 AIPS 2: Disk 1 in-CNO 217 renumbered as CNO 209 AIPS 2: Disk 1 in-CNO 218 renumbered as CNO 210 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09874 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1102+279_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: cat /tmp/SETFC@1102+279_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :31 =1102+279' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1102+279_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 212 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 213 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 214 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 215 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 216 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 217 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 218 disk= 1 AIPS 2: Disk 1 in-CNO 219 renumbered as CNO 211 AIPS 2: Disk 1 in-CNO 220 renumbered as CNO 212 AIPS 2: Disk 1 in-CNO 221 renumbered as CNO 213 AIPS 2: Disk 1 in-CNO 222 renumbered as CNO 214 AIPS 2: Disk 1 in-CNO 223 renumbered as CNO 215 AIPS 2: Disk 1 in-CNO 224 renumbered as CNO 216 AIPS 2: Disk 1 in-CNO 225 renumbered as CNO 217 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3486_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3486 C BAND Seq 1 Disk: 1 in slot 34 SETFC2: SETCEL: recommends IMSIZE 1304 CELLSIZE 0.42380 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.42380 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3486_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.100 deg SETFC2: Searching catalog between 0.10 and 0.23 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 64.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 1012 1012 11 00 23.92 28 58 30.1 00001 -1 507 512 513 C 2 1012 1012 11 00 23.92 28 52 29.3 00002 -1 507 512 513 C 3 1012 1012 11 00 00.12 28 55 29.6 00003 -1 507 512 513 C 4 1012 1012 11 00 47.72 28 55 29.6 00004 -1 507 512 513 C 5 1012 1012 11 00 00.10 29 01 30.4 00005 -1 507 512 513 C 6 1012 1012 11 00 47.74 29 01 30.4 00006 -1 507 512 513 C 7 1012 1012 11 00 23.92 29 04 30.9 00007 -1 507 512 513 ll AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 205 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 206 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 207 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 208 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 209 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 210 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 211 disk= 1 AIPS 2: Disk 1 in-CNO 212 renumbered as CNO 204 AIPS 2: Disk 1 in-CNO 213 renumbered as CNO 205 AIPS 2: Disk 1 in-CNO 214 renumbered as CNO 206 AIPS 2: Disk 1 in-CNO 215 renumbered as CNO 207 AIPS 2: Disk 1 in-CNO 216 renumbered as CNO 208 AIPS 2: Disk 1 in-CNO 217 renumbered as CNO 209 AIPS 2: Disk 1 in-CNO 218 renumbered as CNO 210 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09874 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1102+279_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: cat /tmp/SETFC@1102+279_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :31 =1102+279' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1102+279_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 212 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 213 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 214 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 215 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 216 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 217 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 218 disk= 1 AIPS 2: Disk 1 in-CNO 219 renumbered as CNO 211 AIPS 2: Disk 1 in-CNO 220 renumbered as CNO 212 AIPS 2: Disk 1 in-CNO 221 renumbered as CNO 213 AIPS 2: Disk 1 in-CNO 222 renumbered as CNO 214 AIPS 2: Disk 1 in-CNO 223 renumbered as CNO 215 AIPS 2: Disk 1 in-CNO 224 renumbered as CNO 216 AIPS 2: Disk 1 in-CNO 225 renumbered as CNO 217 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3486_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3486_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :32 =N3486' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3486_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.9511E-11 0.0000E+00 0 IMAGR2: Field 2 1012 1012 8.9511E-11 -3.6080E+02 0 IMAGR2: Field 3 1012 1012 -3.1231E+02 -1.8050E+02 0 IMAGR2: Field 4 1012 1012 3.1231E+02 -1.8050E+02 0 IMAGR2: Field 5 1012 1012 -3.1258E+02 1.8030E+02 0 IMAGR2: Field 6 1012 1012 3.1258E+02 1.8030E+02 0 IMAGR2: Field 7 1012 1012 8.9511E-11 3.6080E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3486_C,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 N3486 .IMAGR . 1 (UV) on disk 1 cno 218 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36855 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.196E+05 IMAGR2: UVWAIT: Adding temperance S 2.393E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.483E+08 and out 4.347E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.162 due to weighting IMAGR2: UVWAIT: Average summed weight 1.196E+05 over 72748 vis IMAGR2: Create N3486 .IBM001. 1 (MA) on disk 1 cno 219 IMAGR2: Create N3486 .IBM002. 1 (MA) on disk 1 cno 220 IMAGR2: Create N3486 .IBM003. 1 (MA) on disk 1 cno 221 IMAGR2: Create N3486 .IBM004. 1 (MA) on disk 1 cno 222 IMAGR2: Create N3486 .IBM005. 1 (MA) on disk 1 cno 223 IMAGR2: Create N3486 .IBM006. 1 (MA) on disk 1 cno 224 IMAGR2: Create N3486 .IBM007. 1 (MA) on disk 1 cno 225 IMAGR2: Create N3486 .ICL001. 1 (MA) on disk 1 cno 226 IMAGR2: Create N3486 .ICL002. 1 (MA) on disk 1 cno 227 IMAGR2: Create N3486 .ICL003. 1 (MA) on disk 1 cno 228 IMAGR2: Create N3486 .ICL004. 1 (MA) on disk 1 cno 229 IMAGR2: Create N3486 .ICL005. 1 (MA) on disk 1 cno 230 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create N3486 .ICL006. 1 (MA) on disk 1 cno 231 IMAGR2: Create N3486 .ICL007. 1 (MA) on disk 1 cno 232 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.61510E+09 IMAGR2: Field 1 Beam min = -117.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.403 x 1.200 arcsec, PA= 82.2 IMAGR2: Field 2 Sum of gridding weights = 4.61509E+09 IMAGR2: Field 2 Beam min = -117.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.403 x 1.201 arcsec, PA= 82.4 IMAGR2: Field 3 Sum of gridding weights = 4.61509E+09 IMAGR2: Field 3 Beam min = -117.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.402 x 1.200 arcsec, PA= 82.1 IMAGR2: Field 4 Sum of gridding weights = 4.61510E+09 IMAGR2: Field 4 Beam min = -120.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.405 x 1.201 arcsec, PA= 82.5 IMAGR2: Field 5 Sum of gridding weights = 4.61509E+09 IMAGR2: Field 5 Beam min = -117.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.402 x 1.199 arcsec, PA= 81.9 IMAGR2: Field 6 Sum of gridding weights = 4.61509E+09 IMAGR2: Field 6 Beam min = -117.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.405 x 1.200 arcsec, PA= 82.3 IMAGR2: Field 7 Sum of gridding weights = 4.61509E+09 IMAGR2: Field 7 Beam min = -117.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.404 x 1.199 arcsec, PA= 82.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -240.0 MicroJy,max = 227.5 MicroJy IMAGR2: Field 2 min = -217.9 MicroJy,max = 240.9 MicroJy IMAGR2: Field 3 min = -211.4 MicroJy,max = 239.3 MicroJy IMAGR2: Field 4 min = -228.5 MicroJy,max = 234.9 MicroJy IMAGR2: Field 5 min = -231.9 MicroJy,max = 259.7 MicroJy IMAGR2: Field 6 min = -238.2 MicroJy,max = 267.0 MicroJy IMAGR2: Field 7 min = -224.8 MicroJy,max = 254.4 MicroJy IMAGR2: Peak residual in window 234.865 less than limit 269.817 MicroJy IMAGR2: Field 1 min = -240.0 MicroJy,max = 227.5 MicroJy IMAGR2: Field 2 min = -217.9 MicroJy,max = 240.9 MicroJy IMAGR2: Field 3 min = -211.4 MicroJy,max = 239.3 MicroJy IMAGR2: Field 4 min = -228.5 MicroJy,max = 234.9 MicroJy IMAGR2: Field 5 min = -231.9 MicroJy,max = 259.7 MicroJy IMAGR2: Field 6 min = -238.2 MicroJy,max = 267.0 MicroJy IMAGR2: Field 7 min = -224.8 MicroJy,max = 254.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 0.000 Jy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 218 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 13.1 Real= 27 ll AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 205 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 206 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 207 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 208 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 209 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 210 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 211 disk= 1 AIPS 2: Disk 1 in-CNO 212 renumbered as CNO 204 AIPS 2: Disk 1 in-CNO 213 renumbered as CNO 205 AIPS 2: Disk 1 in-CNO 214 renumbered as CNO 206 AIPS 2: Disk 1 in-CNO 215 renumbered as CNO 207 AIPS 2: Disk 1 in-CNO 216 renumbered as CNO 208 AIPS 2: Disk 1 in-CNO 217 renumbered as CNO 209 AIPS 2: Disk 1 in-CNO 218 renumbered as CNO 210 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09874 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1102+279_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: cat /tmp/SETFC@1102+279_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :31 =1102+279' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1102+279_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 212 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 213 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 214 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 215 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 216 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 217 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 218 disk= 1 AIPS 2: Disk 1 in-CNO 219 renumbered as CNO 211 AIPS 2: Disk 1 in-CNO 220 renumbered as CNO 212 AIPS 2: Disk 1 in-CNO 221 renumbered as CNO 213 AIPS 2: Disk 1 in-CNO 222 renumbered as CNO 214 AIPS 2: Disk 1 in-CNO 223 renumbered as CNO 215 AIPS 2: Disk 1 in-CNO 224 renumbered as CNO 216 AIPS 2: Disk 1 in-CNO 225 renumbered as CNO 217 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3486_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3486_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :32 =N3486' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3486_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 219 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 220 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 221 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 222 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 223 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 224 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 225 disk= 1 AIPS 2: Disk 1 in-CNO 226 renumbered as CNO 218 AIPS 2: Disk 1 in-CNO 227 renumbered as CNO 219 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 220 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 221 AIPS 2: Disk 1 in-CNO 230 renumbered as CNO 222 AIPS 2: Disk 1 in-CNO 231 renumbered as CNO 223 AIPS 2: Disk 1 in-CNO 232 renumbered as CNO 224 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 C BAND Seq 1 Disk: 1 in slot 35 SETFC2: SETCEL: recommends IMSIZE 1434 CELLSIZE 0.38548 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38548 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_C,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.23 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 13:31:08.31 30:30:32.4 14.903 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 46.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.0 Real= 3 C 1 2036 2036 13 31 08.29 30 30 33.0 00001 -1 1019 1024 1025 C 2 246 246 13 31 08.31 30 30 32.4 00002 -1 100 128 129 mbered as CNO 219 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 220 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 221 AIPS 2: Disk 1 in-CNO 230 renumbered as CNO 222 AIPS 2: Disk 1 in-CNO 231 renumbered as CNO 223 AIPS 2: Disk 1 in-CNO 232 renumbered as CNO 224 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /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_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :33 =1331+305' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 3.4893E-02 4.1000E-02 0 IMAGR2: Field 2 246 246 2.9336E-01 -5.5900E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 225 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 28458 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.973E+04 IMAGR2: UVWAIT: Adding temperance S 7.945E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.666E+08 and out 2.573E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR2: UVWAIT: Average summed weight 3.973E+04 over 56404 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 226 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 227 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 228 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 229 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.73123E+09 IMAGR2: Field 1 Beam min = -71.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.611 x 1.233 arcsec, PA= -72.8 IMAGR2: Field 2 Sum of gridding weights = 2.73126E+09 IMAGR2: Field 2 Beam min = -71.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.611 x 1.233 arcsec, PA= -72.8 IMAGR2: CLBHIS: minimum component 0.334 of current peak IMAGR2: Field 1 min = -541.9 MilliJy,max = 7.4 Jy IMAGR2: Field 2 min = -597.2 MilliJy,max = 7.0 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 292.65 MilliJy IMAGR2: 11846 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.331 Jy iter= 12 IMAGR2: Field 1 Clean flux density= 5.330 Jy 12 comps IMAGR2: Total Cleaned flux density = 5.330 Jy 12 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -177.7 MilliJy,max = 2.2 Jy IMAGR2: TRY ANOTHER FIELD: this is 2.059E+00 < Second best 2.215E+00 IMAGR2: Field 1 min = -166.6 MilliJy,max = 2.1 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 91.84 MilliJy IMAGR2: 9439 Residual map points loaded IMAGR2: Field 1 min allowed flux = 682.951 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 6.953 Jy 25 comps IMAGR2: Total Cleaned flux density = 6.953 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -73.1 MilliJy,max = 689.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 85.31 MilliJy IMAGR2: 78 Residual map points loaded IMAGR2: Field 2 min allowed flux = 216.304 MilliJy iter= 12 IMAGR2: Field 2 Clean flux density= 494.609 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 7.448 Jy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -69.3 MilliJy,max = 192.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.829E-01 < Second best 2.057E-01 IMAGR2: Field 2 min = -72.7 MilliJy,max = 194.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 9.92 MilliJy IMAGR2: 3872 Residual map points loaded IMAGR2: Field 2 min allowed flux = -64.646 MilliJy iter= 30 IMAGR2: Field 2 Clean flux density= 593.051 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 7.546 Jy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -65.5 MilliJy,max = 74.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.58 MilliJy IMAGR2: 9604 Residual map points loaded IMAGR2: Field 1 min allowed flux = 24.467 MilliJy iter= 85 IMAGR2: Field 1 Clean flux density= 6.969 Jy 85 comps IMAGR2: Total Cleaned flux density = 7.562 Jy 115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -28.4 MilliJy,max = 26.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 7.25 MilliJy IMAGR2: 785 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -12.784 MilliJy iter= 132 IMAGR2: Field 2 Clean flux density= 607.990 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 7.577 Jy 217 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -14.9 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 183 cell beam + residuals > 3.59 MilliJy IMAGR2: 8031 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min algorithm flux= 6.661 MilliJy iter= 307 IMAGR2: Field 1 Clean flux density= 6.992 Jy 307 comps IMAGR2: Total Cleaned flux density = 7.600 Jy 439 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.4 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.02 MilliJy IMAGR2: 1217 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.242 MilliJy iter= 339 IMAGR2: Field 2 Clean flux density= 628.260 MilliJy 339 comps IMAGR2: Total Cleaned flux density = 7.620 Jy 646 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 14824 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.016 MilliJy iter= 751 IMAGR2: Field 1 Clean flux density= 7.019 Jy 751 comps IMAGR2: Total Cleaned flux density = 7.647 Jy 1090 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 995 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.229 MilliJy iter= 558 IMAGR2: Field 2 Clean flux density= 636.059 MilliJy 558 comps IMAGR2: Total Cleaned flux density = 7.655 Jy 1309 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 17570 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.080 MilliJy iter= 1290 IMAGR2: Field 1 Clean flux density= 7.044 Jy 1290 comps IMAGR2: Total Cleaned flux density = 7.680 Jy 1848 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 715 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.671 MilliJy iter= 743 IMAGR2: Field 2 Clean flux density= 637.332 MilliJy 743 comps IMAGR2: Total Cleaned flux density = 7.681 Jy 2033 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 18734 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.768 MilliJy iter= 1955 IMAGR2: Field 1 Clean flux density= 7.051 Jy 1955 comps IMAGR2: Total Cleaned flux density = 7.689 Jy 2698 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 18276 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.592 MilliJy iter= 2684 IMAGR2: Field 1 Clean flux density= 7.067 Jy 2684 comps IMAGR2: Total Cleaned flux density = 7.705 Jy 3427 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 295 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.314 MilliJy iter= 860 IMAGR2: Field 2 Clean flux density= 637.175 MilliJy 860 comps IMAGR2: Total Cleaned flux density = 7.705 Jy 3544 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 19317 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.434 MilliJy iter= 3547 IMAGR2: Field 1 Clean flux density= 7.082 Jy 3547 comps IMAGR2: Total Cleaned flux density = 7.719 Jy 4407 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 18954 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.309 MilliJy iter= 4467 IMAGR2: Field 1 Clean flux density= 7.088 Jy 4467 comps IMAGR2: Total Cleaned flux density = 7.725 Jy 5327 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 106 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.102 MilliJy iter= 912 IMAGR2: Field 2 Clean flux density= 636.013 MilliJy 912 comps IMAGR2: Total Cleaned flux density = 7.724 Jy 5379 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 19578 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.196 MilliJy iter= 5502 IMAGR2: Field 1 Clean flux density= 7.092 Jy 5502 comps IMAGR2: Total Cleaned flux density = 7.728 Jy 6414 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 947.49 MicroJy IMAGR2: 19232 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.101 MilliJy iter= 6606 IMAGR2: Field 1 Clean flux density= 7.097 Jy 6606 comps IMAGR2: Total Cleaned flux density = 7.733 Jy 7518 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.004E-03 < Second best 1.058E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 878.17 MicroJy IMAGR2: 19712 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.013 MilliJy iter= 7829 IMAGR2: Field 1 Clean flux density= 7.098 Jy 7829 comps IMAGR2: Total Cleaned flux density = 7.734 Jy 8741 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.26 MicroJy IMAGR2: 69 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -881.323 MicroJy iter= 956 IMAGR2: Field 2 Clean flux density= 636.745 MilliJy 956 comps IMAGR2: Total Cleaned flux density = 7.734 Jy 8785 comps IMAGR2: ALGSTB: All 179 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 168- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 815.16 MicroJy IMAGR2: 19666 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -929.909 MicroJy iter= 9126 IMAGR2: Field 1 Clean flux density= 7.097 Jy 9126 comps IMAGR2: Total Cleaned flux density = 7.734 Jy 10082 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 758.24 MicroJy IMAGR2: 19323 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -858.788 MicroJy iter= 10522 IMAGR2: Field 1 Clean flux density= 7.100 Jy 10522 comps IMAGR2: Total Cleaned flux density = 7.737 Jy 11478 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 755.85 MicroJy IMAGR2: 26 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -755.031 MicroJy iter= 976 IMAGR2: Field 2 Clean flux density= 636.584 MilliJy 976 comps IMAGR2: Total Cleaned flux density = 7.737 Jy 11498 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 702.45 MicroJy IMAGR2: 19813 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 791.582 MicroJy iter= 12044 IMAGR2: Field 1 Clean flux density= 7.098 Jy 12044 comps IMAGR2: Total Cleaned flux density = 7.734 Jy 13020 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 651.29 MicroJy IMAGR2: 19506 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -729.999 MicroJy iter= 13676 IMAGR2: Field 1 Clean flux density= 7.098 Jy 13676 comps IMAGR2: Total Cleaned flux density = 7.734 Jy 14652 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 2 min = -902.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.79 MicroJy IMAGR2: 22 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -651.046 MicroJy iter= 995 IMAGR2: Field 2 Clean flux density= 636.384 MilliJy 995 comps IMAGR2: Total Cleaned flux density = 7.734 Jy 14671 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 602.09 MicroJy IMAGR2: 19819 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -672.484 MicroJy iter= 15446 IMAGR2: Field 1 Clean flux density= 7.102 Jy 15446 comps IMAGR2: Total Cleaned flux density = 7.738 Jy 16441 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 558.02 MicroJy IMAGR2: 19549 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -620.936 MicroJy iter= 17352 IMAGR2: Field 1 Clean flux density= 7.101 Jy 17352 comps IMAGR2: Total Cleaned flux density = 7.738 Jy 18347 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 2 min = -735.5 MicroJy,max = 825.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 557.04 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 17 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -555.297 MicroJy iter= 1008 IMAGR2: Field 2 Clean flux density= 636.554 MilliJy 1008 comps IMAGR2: Total Cleaned flux density = 7.738 Jy 18360 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 515.29 MicroJy IMAGR2: 19846 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -570.947 MicroJy iter= 19385 IMAGR2: Field 1 Clean flux density= 7.100 Jy 19385 comps IMAGR2: Total Cleaned flux density = 7.737 Jy 20393 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 477.36 MicroJy IMAGR2: 19631 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 527.275 MicroJy iter= 21556 IMAGR2: Field 1 Clean flux density= 7.107 Jy 21556 comps IMAGR2: Total Cleaned flux density = 7.744 Jy 22564 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 2 min = -611.3 MicroJy,max = 713.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 476.81 MicroJy IMAGR2: 22 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -464.253 MicroJy iter= 1029 IMAGR2: Field 2 Clean flux density= 636.211 MilliJy 1029 comps IMAGR2: Total Cleaned flux density = 7.744 Jy 22585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 440.72 MicroJy IMAGR2: 19871 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 486.147 MicroJy iter= 23925 IMAGR2: Field 1 Clean flux density= 7.100 Jy 23925 comps IMAGR2: Total Cleaned flux density = 7.736 Jy 24954 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 407.61 MicroJy IMAGR2: 19645 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -448.529 MicroJy iter= 26476 IMAGR2: Field 1 Clean flux density= 7.106 Jy 26476 comps IMAGR2: Total Cleaned flux density = 7.743 Jy 27505 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 2 min = -536.5 MicroJy,max = 571.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 407.08 MicroJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 405.408 MicroJy iter= 1044 IMAGR2: Field 2 Clean flux density= 636.250 MilliJy 1044 comps IMAGR2: Total Cleaned flux density = 7.743 Jy 27520 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 > 376.16 MicroJy IMAGR2: 19874 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -412.964 MicroJy iter= 29196 IMAGR2: Field 1 Clean flux density= 7.104 Jy 29196 comps IMAGR2: Total Cleaned flux density = 7.740 Jy 30240 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.05 MicroJy IMAGR2: 19718 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -382.300 MicroJy iter= 32086 IMAGR2: Field 1 Clean flux density= 7.107 Jy 32086 comps IMAGR2: Total Cleaned flux density = 7.743 Jy 33130 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 2 min = -430.0 MicroJy,max = 472.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 348.74 MicroJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -336.755 MicroJy iter= 1060 IMAGR2: Field 2 Clean flux density= 635.897 MilliJy 1060 comps IMAGR2: Total Cleaned flux density = 7.743 Jy 33146 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 > 323.39 MicroJy IMAGR2: 19914 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 353.878 MicroJy iter= 35204 IMAGR2: Field 1 Clean flux density= 7.102 Jy 35204 comps IMAGR2: Total Cleaned flux density = 7.737 Jy 36264 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 300.54 MicroJy IMAGR2: 19752 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -328.091 MicroJy iter= 38508 IMAGR2: Field 1 Clean flux density= 7.107 Jy 38508 comps IMAGR2: Total Cleaned flux density = 7.743 Jy 39568 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Field 2 min = -411.6 MicroJy,max = 400.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 300.24 MicroJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 2 min Clean flux = 303.580 MicroJy iter= 1066 IMAGR2: Field 2 Clean flux density= 635.959 MilliJy 1066 comps IMAGR2: Total Cleaned flux density = 7.743 Jy 39574 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 > 279.08 MicroJy IMAGR2: 19975 Residual map points loaded IMAGR2: Field 1 min Clean flux = -307.052 MicroJy iter= 41570 IMAGR2: Field 1 Clean flux density= 7.104 Jy 41570 comps IMAGR2: Total Cleaned flux density = 7.740 Jy 42636 comps IMAGR2: ALGSTB: All 1353 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1342- 0 Cells, with 28458 Pts IMAGR2: Peak residual in window 307.052 less than limit 307.054 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 41570 to 19347 components IMAGR2: Field 2 compressed from 1066 to 414 components IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -367.8 MicroJy,max = 367.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 7.003 Jy ( 451 CCs) from field 1 to field 2 IMAGR2: Restore 635.959 MilliJy ( 414 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 7.740 Jy IMAGR2: Field 2 final Clean flux 7.639 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= 225 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 122.5 Real= 257 mbered as CNO 219 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 220 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 221 AIPS 2: Disk 1 in-CNO 230 renumbered as CNO 222 AIPS 2: Disk 1 in-CNO 231 renumbered as CNO 223 AIPS 2: Disk 1 in-CNO 232 renumbered as CNO 224 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /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_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :33 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 226 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 227 disk= 1 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 225 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 226 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06292 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1224+035 C BAND Seq 1 Disk: 1 in slot 36 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.40277 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40277 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1224+035_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 33.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 24 52.42 03 30 50.3 00001 -1 507 512 513 C 2 1012 1012 12 24 52.42 03 25 07.4 00002 -1 507 512 513 C 3 1012 1012 12 24 32.59 03 27 58.8 00003 -1 507 512 513 C 4 1012 1012 12 25 12.25 03 27 58.8 00004 -1 507 512 513 C 5 1012 1012 12 24 32.59 03 33 41.7 00005 -1 507 512 513 C 6 1012 1012 12 25 12.26 03 33 41.7 00006 -1 507 512 513 C 7 1012 1012 12 24 52.42 03 36 33.2 00007 -1 507 512 513 mbered as CNO 219 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 220 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 221 AIPS 2: Disk 1 in-CNO 230 renumbered as CNO 222 AIPS 2: Disk 1 in-CNO 231 renumbered as CNO 223 AIPS 2: Disk 1 in-CNO 232 renumbered as CNO 224 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /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_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :33 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 226 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 227 disk= 1 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 225 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 226 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06292 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1224+035_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :34 =1224+035' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1224+035_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -2.8446E-02 7.0000E-03 0 IMAGR2: Field 2 1012 1012 -2.8446E-02 -3.4289E+02 0 IMAGR2: Field 3 1012 1012 -2.9692E+02 -1.7149E+02 0 IMAGR2: Field 4 1012 1012 2.9686E+02 -1.7149E+02 0 IMAGR2: Field 5 1012 1012 -2.9692E+02 1.7141E+02 0 IMAGR2: Field 6 1012 1012 2.9701E+02 1.7141E+02 0 IMAGR2: Field 7 1012 1012 -2.8446E-02 3.4291E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1224+035_C,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 1224+035 .IMAGR . 1 (UV) on disk 1 cno 227 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 18824 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.318E+04 IMAGR2: UVWAIT: Adding temperance S 8.636E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.148E+08 and out 1.541E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.134 due to weighting IMAGR2: UVWAIT: Average summed weight 4.318E+04 over 37259 vis IMAGR2: Create 1224+035 .IBM001. 1 (MA) on disk 1 cno 228 IMAGR2: Create 1224+035 .IBM002. 1 (MA) on disk 1 cno 229 IMAGR2: Create 1224+035 .IBM003. 1 (MA) on disk 1 cno 230 IMAGR2: Create 1224+035 .IBM004. 1 (MA) on disk 1 cno 231 IMAGR2: Create 1224+035 .IBM005. 1 (MA) on disk 1 cno 232 IMAGR2: Create 1224+035 .IBM006. 1 (MA) on disk 1 cno 233 IMAGR2: Create 1224+035 .IBM007. 1 (MA) on disk 1 cno 234 IMAGR2: Create 1224+035 .ICL001. 1 (MA) on disk 1 cno 235 IMAGR2: Create 1224+035 .ICL002. 1 (MA) on disk 1 cno 236 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create 1224+035 .ICL003. 1 (MA) on disk 1 cno 237 IMAGR2: Create 1224+035 .ICL004. 1 (MA) on disk 1 cno 238 IMAGR2: Create 1224+035 .ICL005. 1 (MA) on disk 1 cno 239 IMAGR2: Create 1224+035 .ICL006. 1 (MA) on disk 1 cno 240 IMAGR2: Create 1224+035 .ICL007. 1 (MA) on disk 1 cno 241 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.63650E+09 IMAGR2: Field 1 Beam min = -152.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.092 x 1.333 arcsec, PA= -49.3 IMAGR2: Field 2 Sum of gridding weights = 1.63649E+09 IMAGR2: Field 2 Beam min = -152.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.095 x 1.333 arcsec, PA= -49.2 IMAGR2: Field 3 Sum of gridding weights = 1.63649E+09 IMAGR2: Field 3 Beam min = -88.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.090 x 1.333 arcsec, PA= -49.2 IMAGR2: Field 4 Sum of gridding weights = 1.63649E+09 IMAGR2: Field 4 Beam min = -135.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.097 x 1.333 arcsec, PA= -49.3 IMAGR2: Field 5 Sum of gridding weights = 1.63649E+09 IMAGR2: Field 5 Beam min = -88.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.086 x 1.333 arcsec, PA= -49.2 IMAGR2: Field 6 Sum of gridding weights = 1.63649E+09 IMAGR2: Field 6 Beam min = -135.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.094 x 1.333 arcsec, PA= -49.3 IMAGR2: Field 7 Sum of gridding weights = 1.63649E+09 IMAGR2: Field 7 Beam min = -152.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.088 x 1.334 arcsec, PA= -49.3 IMAGR2: CLBHIS: minimum component 0.332 of current peak IMAGR2: Field 1 min = -77.0 MilliJy,max = 1.0 Jy IMAGR2: Field 2 min = -50.6 MilliJy,max = 126.8 MilliJy IMAGR2: Field 3 min = -86.1 MilliJy,max = 70.5 MilliJy IMAGR2: Field 4 min = -86.5 MilliJy,max = 73.3 MilliJy IMAGR2: Field 5 min = -82.7 MilliJy,max = 72.4 MilliJy IMAGR2: Field 6 min = -84.5 MilliJy,max = 69.8 MilliJy IMAGR2: Field 7 min = -50.8 MilliJy,max = 146.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 61.24 MilliJy IMAGR2: 1496 Residual map points loaded IMAGR2: Field 1 min allowed flux = 321.774 MilliJy iter= 12 IMAGR2: Field 1 Clean flux density= 735.781 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 735.781 MilliJy 12 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.2 MilliJy,max = 289.6 MilliJy IMAGR2: BGC Clean: using 681 cell beam + residuals > 34.32 MilliJy IMAGR2: 109 Residual map points loaded IMAGR2: Field 1 min allowed flux = 93.525 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 944.156 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 944.156 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.0 MilliJy,max = 84.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.022E-02 < Second best 8.675E-02 IMAGR2: Field 7 min = -4.7 MilliJy,max = 12.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.352E-03 < Second best 8.555E-02 IMAGR2: Field 2 min = -4.7 MilliJy,max = 11.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.159E-03 < Second best 8.022E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 27.38 MilliJy IMAGR2: 21 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 35.559 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 1.001 Jy 34 comps IMAGR2: Total Cleaned flux density = 1.001 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.517E-03 < Second best 6.918E-02 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.018E-03 < Second best 6.573E-02 IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.118E-03 < Second best 6.499E-02 IMAGR2: Field 6 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.278E-03 < Second best 3.380E-02 IMAGR2: Field 1 min = -3.4 MilliJy,max = 32.6 MilliJy IMAGR2: BGC Clean: using 907 cell beam + residuals > 2.91 MilliJy IMAGR2: 420 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.583 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 1.027 Jy 47 comps IMAGR2: Total Cleaned flux density = 1.027 Jy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 33 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.060 MilliJy iter= 68 IMAGR2: Field 1 Clean flux density= 1.031 Jy 68 comps IMAGR2: Total Cleaned flux density = 1.031 Jy 68 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.356E-03 < Second best 7.159E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.224E-03 < Second best 3.861E-03 IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.57 MicroJy IMAGR2: 449 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.822 MilliJy iter= 139 IMAGR2: Field 1 Clean flux density= 1.028 Jy 139 comps IMAGR2: Total Cleaned flux density = 1.028 Jy 139 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -754.9 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.312E-04 < Second best 2.278E-03 IMAGR2: Field 6 min = -748.6 MicroJy,max = 760.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.166E-04 < Second best 2.118E-03 IMAGR2: Field 3 min = -769.9 MicroJy,max = 728.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.671E-04 < Second best 2.018E-03 IMAGR2: Field 5 min = -713.5 MicroJy,max = 787.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.531E-04 < Second best 1.734E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 502.69 MicroJy IMAGR2: 2018 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -910.708 MicroJy iter= 282 IMAGR2: Field 1 Clean flux density= 1.027 Jy 282 comps IMAGR2: Total Cleaned flux density = 1.027 Jy 282 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -930.6 MicroJy,max = 770.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.553E-04 < Second best 1.224E-03 IMAGR2: Field 2 min = -706.2 MicroJy,max = 719.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.890E-04 < Second best 8.684E-04 IMAGR2: Field 1 min = -780.7 MicroJy,max = 838.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 401.66 MicroJy IMAGR2: 2972 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 571.734 MicroJy iter= 423 IMAGR2: Field 1 Clean flux density= 1.028 Jy 423 comps IMAGR2: Total Cleaned flux density = 1.028 Jy 423 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -669.6 MicroJy,max = 771.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.33 MicroJy IMAGR2: 1882 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 500.375 MicroJy iter= 113 IMAGR2: Field 5 Clean flux density= -319.601 MicroJy 113 comps IMAGR2: Total Cleaned flux density = 1.028 Jy 536 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -679.5 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.468E-04 < Second best 7.166E-04 IMAGR2: Field 6 min = -731.8 MicroJy,max = 744.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 391.86 MicroJy IMAGR2: 2536 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -499.612 MicroJy iter= 159 IMAGR2: Field 6 Clean flux density= 607.790 MicroJy 159 comps IMAGR2: Total Cleaned flux density = 1.029 Jy 695 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -672.9 MicroJy,max = 639.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 388.31 MicroJy IMAGR2: 1674 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -472.978 MicroJy iter= 159 IMAGR2: Field 2 Clean flux density= 617.859 MicroJy 159 comps IMAGR2: Total Cleaned flux density = 1.029 Jy 854 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -662.6 MicroJy,max = 608.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.206E-04 < Second best 6.553E-04 IMAGR2: Field 7 min = -683.3 MicroJy,max = 648.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.835E-04 < Second best 6.468E-04 IMAGR2: Field 4 min = -664.1 MicroJy,max = 899.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 375.84 MicroJy IMAGR2: 2203 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -456.375 MicroJy iter= 192 IMAGR2: Field 4 Clean flux density= 2.905 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 1046 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -658.1 MicroJy,max = 605.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 375.58 MicroJy IMAGR2: 2181 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -450.453 MicroJy iter= 214 IMAGR2: Field 3 Clean flux density= -2.373 MilliJy 214 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 1260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -660.7 MicroJy,max = 587.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 374.66 MicroJy IMAGR2: 1167 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -429.933 MicroJy iter= 189 IMAGR2: Field 7 Clean flux density= 1.977 MilliJy 189 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 1449 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -577.8 MicroJy,max = 561.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 365.54 MicroJy IMAGR2: 1395 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -417.825 MicroJy iter= 643 IMAGR2: Field 1 Clean flux density= 1.028 Jy 643 comps IMAGR2: Total Cleaned flux density = 1.031 Jy 1669 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -609.4 MicroJy,max = 567.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 358.91 MicroJy IMAGR2: 1446 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -403.318 MicroJy iter= 328 IMAGR2: Field 5 Clean flux density= -1.473 MilliJy 328 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 1884 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -576.3 MicroJy,max = 608.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 351.01 MicroJy IMAGR2: 1868 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -399.322 MicroJy iter= 430 IMAGR2: Field 6 Clean flux density= 988.177 MicroJy 430 comps IMAGR2: Total Cleaned flux density = 1.031 Jy 2155 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 = -540.8 MicroJy,max = 467.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 343.94 MicroJy IMAGR2: 917 Residual map points loaded IMAGR2: Field 2 min Clean flux = -377.507 MicroJy iter= 340 IMAGR2: Field 2 Clean flux density= 254.698 MicroJy 340 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 2336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -601.8 MicroJy,max = 717.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 333.96 MicroJy IMAGR2: 1653 Residual map points loaded IMAGR2: Field 4 min Clean flux = 377.448 MicroJy iter= 390 IMAGR2: Field 4 Clean flux density= 4.053 MilliJy 390 comps IMAGR2: Total Cleaned flux density = 1.031 Jy 2534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -609.4 MicroJy,max = 524.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 320.80 MicroJy IMAGR2: 2494 Residual map points loaded IMAGR2: Field 3 min Clean flux = 377.338 MicroJy iter= 374 IMAGR2: Field 3 Clean flux density= -2.226 MilliJy 374 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 2694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -521.0 MicroJy,max = 501.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 307.10 MicroJy IMAGR2: 1779 Residual map points loaded IMAGR2: Field 7 min Clean flux = 377.417 MicroJy iter= 211 IMAGR2: Field 7 Clean flux density= 1.896 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 2716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -516.5 MicroJy,max = 494.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 294.43 MicroJy IMAGR2: 3168 Residual map points loaded IMAGR2: Field 1 min Clean flux = -377.276 MicroJy iter= 671 IMAGR2: Field 1 Clean flux density= 1.028 Jy 671 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 2744 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -577.5 MicroJy,max = 516.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 275.63 MicroJy IMAGR2: 6817 Residual map points loaded IMAGR2: Field 5 min Clean flux = -376.952 MicroJy iter= 351 IMAGR2: Field 5 Clean flux density= -1.283 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 2767 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -539.1 MicroJy,max = 535.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 233.88 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 6 min Clean flux = 377.198 MicroJy iter= 442 IMAGR2: Field 6 Clean flux density= 1.217 MilliJy 442 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 2779 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 377.507 less than limit 377.539 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 671 to 264 components IMAGR2: Field 2 compressed from 340 to 244 components IMAGR2: Field 3 compressed from 374 to 278 components IMAGR2: Field 4 compressed from 390 to 292 components IMAGR2: Field 5 compressed from 351 to 246 components IMAGR2: Field 6 compressed from 442 to 330 components IMAGR2: Field 7 compressed from 211 to 164 components IMAGR2: Field 1 min = -509.6 MicroJy,max = 488.8 MicroJy IMAGR2: Field 2 min = -513.4 MicroJy,max = 430.1 MicroJy IMAGR2: Field 3 min = -597.4 MicroJy,max = 511.2 MicroJy IMAGR2: Field 4 min = -558.4 MicroJy,max = 694.9 MicroJy IMAGR2: Field 5 min = -577.1 MicroJy,max = 514.8 MicroJy IMAGR2: Field 6 min = -539.2 MicroJy,max = 534.9 MicroJy IMAGR2: Field 7 min = -521.5 MicroJy,max = 494.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 15.741 MicroJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore-539.247 MicroJy ( 44 CCs) from field 1 to field 3 IMAGR2: Restore 385.735 MicroJy ( 35 CCs) from field 1 to field 4 IMAGR2: Restore-490.303 MicroJy ( 39 CCs) from field 1 to field 5 IMAGR2: Restore 875.882 MicroJy ( 55 CCs) from field 1 to field 6 IMAGR2: Restore-324.835 MicroJy ( 16 CCs) from field 1 to field 7 IMAGR2: Restore -66.448 MicroJy ( 19 CCs) from field 2 to field 1 IMAGR2: Restore-203.716 MicroJy ( 49 CCs) from field 2 to field 3 IMAGR2: Restore 1.221 MilliJy ( 59 CCs) from field 2 to field 4 IMAGR2: Restore-768.124 MicroJy ( 40 CCs) from field 3 to field 1 IMAGR2: Restore-876.507 MicroJy ( 36 CCs) from field 3 to field 2 IMAGR2: Restore-273.523 MicroJy ( 23 CCs) from field 3 to field 5 IMAGR2: Restore 1.046 MilliJy ( 36 CCs) from field 4 to field 1 IMAGR2: Restore 831.333 MicroJy ( 32 CCs) from field 4 to field 2 IMAGR2: Restore -49.198 MicroJy ( 27 CCs) from field 4 to field 6 IMAGR2: Restore 222.998 MicroJy ( 23 CCs) from field 5 to field 1 IMAGR2: Restore-592.647 MicroJy ( 22 CCs) from field 5 to field 3 IMAGR2: Restore 857.859 MicroJy ( 30 CCs) from field 5 to field 7 IMAGR2: Restore 1.450 MilliJy ( 53 CCs) from field 6 to field 1 IMAGR2: Restore -21.394 MicroJy ( 28 CCs) from field 6 to field 4 IMAGR2: Restore 855.800 MicroJy ( 46 CCs) from field 6 to field 7 IMAGR2: Restore 547.651 MicroJy ( 19 CCs) from field 7 to field 1 IMAGR2: Restore -21.102 MicroJy ( 33 CCs) from field 7 to field 5 IMAGR2: Restore 750.015 MicroJy ( 25 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.030 Jy IMAGR2: Field 2 final Clean flux 225.266 MicroJy IMAGR2: Field 3 final Clean flux -3.561 MilliJy IMAGR2: Field 4 final Clean flux 5.638 MilliJy IMAGR2: Field 5 final Clean flux -2.068 MilliJy IMAGR2: Field 6 final Clean flux 2.794 MilliJy IMAGR2: Field 7 final Clean flux 3.285 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= 227 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 55.7 Real= 116 mbered as CNO 219 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 220 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 221 AIPS 2: Disk 1 in-CNO 230 renumbered as CNO 222 AIPS 2: Disk 1 in-CNO 231 renumbered as CNO 223 AIPS 2: Disk 1 in-CNO 232 renumbered as CNO 224 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /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_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :33 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 226 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 227 disk= 1 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 225 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 226 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06292 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1224+035_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :34 =1224+035' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 228 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 229 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 230 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 231 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 232 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 233 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 234 disk= 1 AIPS 2: Disk 1 in-CNO 235 renumbered as CNO 227 AIPS 2: Disk 1 in-CNO 236 renumbered as CNO 228 AIPS 2: Disk 1 in-CNO 237 renumbered as CNO 229 AIPS 2: Disk 1 in-CNO 238 renumbered as CNO 230 AIPS 2: Disk 1 in-CNO 239 renumbered as CNO 231 AIPS 2: Disk 1 in-CNO 240 renumbered as CNO 232 AIPS 2: Disk 1 in-CNO 241 renumbered as CNO 233 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04552 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3976_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3976 C BAND Seq 1 Disk: 1 in slot 37 SETFC2: SETCEL: recommends IMSIZE 1363 CELLSIZE 0.40549 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40549 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3976_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 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 41.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 11 55 57.32 06 44 57.0 00001 -1 507 512 513 C 2 1012 1012 11 55 57.32 06 39 11.8 00002 -1 507 512 513 C 3 1012 1012 11 55 37.25 06 42 04.4 00003 -1 507 512 513 C 4 1012 1012 11 56 17.39 06 42 04.4 00004 -1 507 512 513 C 5 1012 1012 11 55 37.25 06 47 49.6 00005 -1 507 512 513 C 6 1012 1012 11 56 17.39 06 47 49.6 00006 -1 507 512 513 C 7 1012 1012 11 55 57.32 06 50 42.2 00007 -1 507 512 513 mbered as CNO 219 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 220 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 221 AIPS 2: Disk 1 in-CNO 230 renumbered as CNO 222 AIPS 2: Disk 1 in-CNO 231 renumbered as CNO 223 AIPS 2: Disk 1 in-CNO 232 renumbered as CNO 224 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /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_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :33 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 226 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 227 disk= 1 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 225 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 226 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06292 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1224+035_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :34 =1224+035' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 228 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 229 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 230 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 231 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 232 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 233 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 234 disk= 1 AIPS 2: Disk 1 in-CNO 235 renumbered as CNO 227 AIPS 2: Disk 1 in-CNO 236 renumbered as CNO 228 AIPS 2: Disk 1 in-CNO 237 renumbered as CNO 229 AIPS 2: Disk 1 in-CNO 238 renumbered as CNO 230 AIPS 2: Disk 1 in-CNO 239 renumbered as CNO 231 AIPS 2: Disk 1 in-CNO 240 renumbered as CNO 232 AIPS 2: Disk 1 in-CNO 241 renumbered as CNO 233 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04552 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3976_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3976_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :35 =N3976' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3976_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.0161E-10 3.1974E-12 0 IMAGR2: Field 2 1012 1012 1.0161E-10 -3.4520E+02 0 IMAGR2: Field 3 1012 1012 -2.9896E+02 -1.7260E+02 0 IMAGR2: Field 4 1012 1012 2.9896E+02 -1.7260E+02 0 IMAGR2: Field 5 1012 1012 -2.9896E+02 1.7260E+02 0 IMAGR2: Field 6 1012 1012 2.9896E+02 1.7260E+02 0 IMAGR2: Field 7 1012 1012 1.0161E-10 3.4520E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3976_C,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 N3976 .IMAGR . 1 (UV) on disk 1 cno 234 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 35971 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.421E+05 IMAGR2: UVWAIT: Adding temperance S 2.842E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.279E+08 and out 3.795E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.170 due to weighting IMAGR2: UVWAIT: Average summed weight 1.421E+05 over 71403 vis IMAGR2: Create N3976 .IBM001. 1 (MA) on disk 1 cno 235 IMAGR2: Create N3976 .IBM002. 1 (MA) on disk 1 cno 236 IMAGR2: Create N3976 .IBM003. 1 (MA) on disk 1 cno 237 IMAGR2: Create N3976 .IBM004. 1 (MA) on disk 1 cno 238 IMAGR2: Create N3976 .IBM005. 1 (MA) on disk 1 cno 239 IMAGR2: Create N3976 .IBM006. 1 (MA) on disk 1 cno 240 IMAGR2: Create N3976 .IBM007. 1 (MA) on disk 1 cno 241 IMAGR2: Create N3976 .ICL001. 1 (MA) on disk 1 cno 242 IMAGR2: Create N3976 .ICL002. 1 (MA) on disk 1 cno 243 IMAGR2: Create N3976 .ICL003. 1 (MA) on disk 1 cno 244 IMAGR2: Create N3976 .ICL004. 1 (MA) on disk 1 cno 245 IMAGR2: Create N3976 .ICL005. 1 (MA) on disk 1 cno 246 IMAGR2: Create N3976 .ICL006. 1 (MA) on disk 1 cno 247 IMAGR2: Create N3976 .ICL007. 1 (MA) on disk 1 cno 248 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.02915E+09 IMAGR2: Field 1 Beam min = -114.2 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 fit FWHM = 1.794 x 1.303 arcsec, PA= -60.9 IMAGR2: Field 2 Sum of gridding weights = 4.02914E+09 IMAGR2: Field 2 Beam min = -114.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.797 x 1.304 arcsec, PA= -60.7 IMAGR2: Field 3 Sum of gridding weights = 4.02915E+09 IMAGR2: Field 3 Beam min = -114.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.792 x 1.304 arcsec, PA= -60.8 IMAGR2: Field 4 Sum of gridding weights = 4.02915E+09 IMAGR2: Field 4 Beam min = -114.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.799 x 1.303 arcsec, PA= -60.8 IMAGR2: Field 5 Sum of gridding weights = 4.02915E+09 IMAGR2: Field 5 Beam min = -113.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.790 x 1.304 arcsec, PA= -61.0 IMAGR2: Field 6 Sum of gridding weights = 4.02915E+09 IMAGR2: Field 6 Beam min = -114.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.797 x 1.303 arcsec, PA= -61.0 IMAGR2: Field 7 Sum of gridding weights = 4.02914E+09 IMAGR2: Field 7 Beam min = -114.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.792 x 1.303 arcsec, PA= -61.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -252.0 MicroJy,max = 513.1 MicroJy IMAGR2: Field 2 min = -270.4 MicroJy,max = 265.2 MicroJy IMAGR2: Field 3 min = -260.2 MicroJy,max = 499.9 MicroJy IMAGR2: Field 4 min = -234.7 MicroJy,max = 223.8 MicroJy IMAGR2: Field 5 min = -247.1 MicroJy,max = 253.2 MicroJy IMAGR2: Field 6 min = -266.2 MicroJy,max = 242.3 MicroJy IMAGR2: Field 7 min = -246.5 MicroJy,max = 257.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 129.17 MicroJy IMAGR2: 10070 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 415.994 MicroJy iter= 5 IMAGR2: Field 1 Clean flux density= 229.139 MicroJy 5 comps IMAGR2: Total Cleaned flux density = 229.139 MicroJy 5 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -260.5 MicroJy,max = 387.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.703E-04 < Second best 3.968E-04 IMAGR2: Field 1 min = -249.2 MicroJy,max = 410.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 128.27 MicroJy IMAGR2: 10020 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 289.986 MicroJy iter= 19 IMAGR2: Field 1 Clean flux density= 699.932 MicroJy 19 comps IMAGR2: Total Cleaned flux density = 699.932 MicroJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -260.6 MicroJy,max = 311.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 127.73 MicroJy IMAGR2: 9673 Residual map points loaded IMAGR2: Field 3 min Clean flux = 272.473 MicroJy iter= 2 IMAGR2: Field 3 Clean flux density= 54.962 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 754.894 MicroJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -245.9 MicroJy,max = 275.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 113.54 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min Clean flux = 272.771 MicroJy iter= 21 IMAGR2: Field 1 Clean flux density= 754.789 MicroJy 21 comps IMAGR2: Total Cleaned flux density = 809.752 MicroJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 272.771 less than limit 273.112 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 21 to 11 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 2 to 2 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 = -245.3 MicroJy,max = 272.0 MicroJy IMAGR2: Field 2 min = -270.6 MicroJy,max = 243.6 MicroJy IMAGR2: Field 3 min = -260.8 MicroJy,max = 310.8 MicroJy IMAGR2: Field 4 min = -233.6 MicroJy,max = 223.5 MicroJy IMAGR2: Field 5 min = -238.7 MicroJy,max = 242.8 MicroJy IMAGR2: Field 6 min = -263.3 MicroJy,max = 243.5 MicroJy IMAGR2: Field 7 min = -248.0 MicroJy,max = 249.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 540.765 MicroJy ( 9 CCs) from field 1 to field 3 IMAGR2: Restore 54.962 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 809.752 MicroJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 595.728 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= 234 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 15.7 Real= 33 mbered as CNO 219 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 220 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 221 AIPS 2: Disk 1 in-CNO 230 renumbered as CNO 222 AIPS 2: Disk 1 in-CNO 231 renumbered as CNO 223 AIPS 2: Disk 1 in-CNO 232 renumbered as CNO 224 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05118 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /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_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :33 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 226 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 227 disk= 1 AIPS 2: Disk 1 in-CNO 228 renumbered as CNO 225 AIPS 2: Disk 1 in-CNO 229 renumbered as CNO 226 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06292 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1224+035_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :34 =1224+035' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 228 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 229 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 230 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 231 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 232 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 233 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 234 disk= 1 AIPS 2: Disk 1 in-CNO 235 renumbered as CNO 227 AIPS 2: Disk 1 in-CNO 236 renumbered as CNO 228 AIPS 2: Disk 1 in-CNO 237 renumbered as CNO 229 AIPS 2: Disk 1 in-CNO 238 renumbered as CNO 230 AIPS 2: Disk 1 in-CNO 239 renumbered as CNO 231 AIPS 2: Disk 1 in-CNO 240 renumbered as CNO 232 AIPS 2: Disk 1 in-CNO 241 renumbered as CNO 233 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04552 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3976_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3976_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :35 =N3976' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3976_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 235 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 236 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 237 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 238 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 239 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 240 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 241 disk= 1 AIPS 2: Disk 1 in-CNO 242 renumbered as CNO 234 AIPS 2: Disk 1 in-CNO 243 renumbered as CNO 235 AIPS 2: Disk 1 in-CNO 244 renumbered as CNO 236 AIPS 2: Disk 1 in-CNO 245 renumbered as CNO 237 AIPS 2: Disk 1 in-CNO 246 renumbered as CNO 238 AIPS 2: Disk 1 in-CNO 247 renumbered as CNO 239 AIPS 2: Disk 1 in-CNO 248 renumbered as CNO 240 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04482 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4235 C BAND Seq 1 Disk: 1 in slot 38 SETFC2: SETCEL: recommends IMSIZE 1362 CELLSIZE 0.40577 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40577 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4235_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 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 37.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 17 09.90 07 11 29.1 00001 -1 507 512 513 C 2 1012 1012 12 17 09.90 07 05 43.6 00002 -1 507 512 513 C 3 1012 1012 12 16 49.80 07 08 36.3 00003 -1 507 512 513 C 4 1012 1012 12 17 30.00 07 08 36.3 00004 -1 507 512 513 C 5 1012 1012 12 16 49.80 07 14 21.8 00005 -1 507 512 513 C 6 1012 1012 12 17 30.01 07 14 21.8 00006 -1 507 512 513 C 7 1012 1012 12 17 09.90 07 17 14.5 00007 -1 507 512 513 n-CNO 244 renumbered as CNO 236 AIPS 2: Disk 1 in-CNO 245 renumbered as CNO 237 AIPS 2: Disk 1 in-CNO 246 renumbered as CNO 238 AIPS 2: Disk 1 in-CNO 247 renumbered as CNO 239 AIPS 2: Disk 1 in-CNO 248 renumbered as CNO 240 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04482 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4235_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :36 =N4235' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4235_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -5.9528E-02 2.0000E-02 0 IMAGR2: Field 2 1012 1012 -5.9528E-02 -3.4548E+02 0 IMAGR2: Field 3 1012 1012 -2.9919E+02 -1.7278E+02 0 IMAGR2: Field 4 1012 1012 2.9907E+02 -1.7278E+02 0 IMAGR2: Field 5 1012 1012 -2.9919E+02 1.7272E+02 0 IMAGR2: Field 6 1012 1012 2.9922E+02 1.7272E+02 0 IMAGR2: Field 7 1012 1012 -5.9528E-02 3.4542E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4235_C,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 N4235 .IMAGR . 1 (UV) on disk 1 cno 241 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37102 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.474E+05 IMAGR2: UVWAIT: Adding temperance S 2.948E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.359E+08 and out 3.943E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.173 due to weighting IMAGR2: UVWAIT: Average summed weight 1.474E+05 over 73839 vis IMAGR2: Create N4235 .IBM001. 1 (MA) on disk 1 cno 242 IMAGR2: Create N4235 .IBM002. 1 (MA) on disk 1 cno 243 IMAGR2: Create N4235 .IBM003. 1 (MA) on disk 1 cno 244 IMAGR2: Create N4235 .IBM004. 1 (MA) on disk 1 cno 245 IMAGR2: Create N4235 .IBM005. 1 (MA) on disk 1 cno 246 IMAGR2: Create N4235 .IBM006. 1 (MA) on disk 1 cno 247 IMAGR2: Create N4235 .IBM007. 1 (MA) on disk 1 cno 248 IMAGR2: Create N4235 .ICL001. 1 (MA) on disk 1 cno 249 IMAGR2: Create N4235 .ICL002. 1 (MA) on disk 1 cno 250 IMAGR2: Create N4235 .ICL003. 1 (MA) on disk 1 cno 251 IMAGR2: Create N4235 .ICL004. 1 (MA) on disk 1 cno 252 IMAGR2: Create N4235 .ICL005. 1 (MA) on disk 1 cno 253 IMAGR2: Create N4235 .ICL006. 1 (MA) on disk 1 cno 254 IMAGR2: Create N4235 .ICL007. 1 (MA) on disk 1 cno 255 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.18606E+09 IMAGR2: Field 1 Beam min = -107.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.785 x 1.304 arcsec, PA= -61.4 IMAGR2: Field 2 Sum of gridding weights = 4.18607E+09 IMAGR2: Field 2 Beam min = -107.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.788 x 1.304 arcsec, PA= -61.2 IMAGR2: Field 3 Sum of gridding weights = 4.18607E+09 IMAGR2: Field 3 Beam min = -107.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.783 x 1.304 arcsec, PA= -61.3 IMAGR2: Field 4 Sum of gridding weights = 4.18607E+09 IMAGR2: Field 4 Beam min = -107.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.790 x 1.304 arcsec, PA= -61.3 IMAGR2: Field 5 Sum of gridding weights = 4.18606E+09 IMAGR2: Field 5 Beam min = -107.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.780 x 1.304 arcsec, PA= -61.5 IMAGR2: Field 6 Sum of gridding weights = 4.18606E+09 IMAGR2: Field 6 Beam min = -107.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.788 x 1.303 arcsec, PA= -61.5 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 7 Sum of gridding weights = 4.18607E+09 IMAGR2: Field 7 Beam min = -107.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.783 x 1.303 arcsec, PA= -61.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -637.0 MicroJy,max = 4.9 MilliJy IMAGR2: Field 2 min = -560.9 MicroJy,max = 821.6 MicroJy IMAGR2: Field 3 min = -281.5 MicroJy,max = 295.4 MicroJy IMAGR2: Field 4 min = -278.6 MicroJy,max = 379.1 MicroJy IMAGR2: Field 5 min = -293.4 MicroJy,max = 410.4 MicroJy IMAGR2: Field 6 min = -365.1 MicroJy,max = 282.9 MicroJy IMAGR2: Field 7 min = -492.4 MicroJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 300.51 MicroJy IMAGR2: 8524 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.303 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 3.069 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 3.069 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 = -343.4 MicroJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 1091 cell beam + residuals > 295.31 MicroJy IMAGR2: 1207 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.028 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 5.481 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 5.481 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -249.2 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 1091 cell beam + residuals > 253.06 MicroJy IMAGR2: 92 Residual map points loaded IMAGR2: Field 7 min allowed flux = 486.979 MicroJy iter= 10 IMAGR2: Field 7 Clean flux density= 697.117 MicroJy 10 comps IMAGR2: Total Cleaned flux density = 6.178 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -243.6 MicroJy,max = 930.7 MicroJy IMAGR2: BGC Clean: using 183 cell beam + residuals > 234.10 MicroJy IMAGR2: 126 Residual map points loaded IMAGR2: Field 1 min allowed flux = 453.544 MicroJy iter= 35 IMAGR2: Field 1 Clean flux density= 6.135 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 6.832 MilliJy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -243.0 MicroJy,max = 293.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.516E-04 < Second best 4.636E-04 IMAGR2: Field 7 min = -237.4 MicroJy,max = 455.6 MicroJy IMAGR2: BGC Clean: using 391 cell beam + residuals > 156.89 MicroJy IMAGR2: 1253 Residual map points loaded IMAGR2: Field 7 min Clean flux = 262.787 MicroJy iter= 21 IMAGR2: Field 7 Clean flux density= 1.078 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 7.212 MilliJy 56 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -236.9 MicroJy,max = 443.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 149.76 MicroJy IMAGR2: 1732 Residual map points loaded IMAGR2: Field 1 min Clean flux = 262.468 MicroJy iter= 46 IMAGR2: Field 1 Clean flux density= 6.518 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 7.596 MilliJy 67 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -246.7 MicroJy,max = 229.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.090E-04 < Second best 3.139E-04 IMAGR2: Field 4 min = -243.6 MicroJy,max = 224.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.129E-04 < Second best 2.827E-04 IMAGR2: Field 3 min = -241.2 MicroJy,max = 220.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.091E-04 < Second best 2.602E-04 IMAGR2: Field 6 min = -281.4 MicroJy,max = 267.6 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 46 to 9 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 21 to 7 components IMAGR2: Field 1 min = -235.9 MicroJy,max = 262.1 MicroJy IMAGR2: Field 2 min = -237.3 MicroJy,max = 293.6 MicroJy IMAGR2: Field 3 min = -241.2 MicroJy,max = 220.9 MicroJy IMAGR2: Field 4 min = -243.6 MicroJy,max = 224.7 MicroJy IMAGR2: Field 5 min = -246.7 MicroJy,max = 229.2 MicroJy IMAGR2: Field 6 min = -281.4 MicroJy,max = 267.6 MicroJy IMAGR2: Field 7 min = -236.1 MicroJy,max = 259.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.130 MilliJy ( 3 CCs) from field 1 to field 7 IMAGR2: Restore 1.078 MilliJy ( 7 CCs) from field 7 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 7.596 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 2.208 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= 241 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 20.0 Real= 42 n-CNO 244 renumbered as CNO 236 AIPS 2: Disk 1 in-CNO 245 renumbered as CNO 237 AIPS 2: Disk 1 in-CNO 246 renumbered as CNO 238 AIPS 2: Disk 1 in-CNO 247 renumbered as CNO 239 AIPS 2: Disk 1 in-CNO 248 renumbered as CNO 240 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04482 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4235_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :36 =N4235' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 242 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 243 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 244 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 245 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 246 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 247 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 248 disk= 1 AIPS 2: Disk 1 in-CNO 249 renumbered as CNO 241 AIPS 2: Disk 1 in-CNO 250 renumbered as CNO 242 AIPS 2: Disk 1 in-CNO 251 renumbered as CNO 243 AIPS 2: Disk 1 in-CNO 252 renumbered as CNO 244 AIPS 2: Disk 1 in-CNO 253 renumbered as CNO 245 AIPS 2: Disk 1 in-CNO 254 renumbered as CNO 246 AIPS 2: Disk 1 in-CNO 255 renumbered as CNO 247 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4378_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4378 C BAND Seq 1 Disk: 1 in slot 39 SETFC2: SETCEL: recommends IMSIZE 1370 CELLSIZE 0.40331 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40331 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4378_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 34.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 1012 1012 12 25 17.96 04 55 29.8 00001 -1 507 512 513 C 2 1012 1012 12 25 17.96 04 49 46.5 00002 -1 507 512 513 C 3 1012 1012 12 24 58.07 04 52 38.1 00003 -1 507 512 513 C 4 1012 1012 12 25 37.85 04 52 38.1 00004 -1 507 512 513 C 5 1012 1012 12 24 58.06 04 58 21.4 00005 -1 507 512 513 C 6 1012 1012 12 25 37.86 04 58 21.4 00006 -1 507 512 513 C 7 1012 1012 12 25 17.96 05 01 13.1 00007 -1 507 512 513 n-CNO 244 renumbered as CNO 236 AIPS 2: Disk 1 in-CNO 245 renumbered as CNO 237 AIPS 2: Disk 1 in-CNO 246 renumbered as CNO 238 AIPS 2: Disk 1 in-CNO 247 renumbered as CNO 239 AIPS 2: Disk 1 in-CNO 248 renumbered as CNO 240 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04482 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4235_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :36 =N4235' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 242 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 243 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 244 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 245 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 246 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 247 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 248 disk= 1 AIPS 2: Disk 1 in-CNO 249 renumbered as CNO 241 AIPS 2: Disk 1 in-CNO 250 renumbered as CNO 242 AIPS 2: Disk 1 in-CNO 251 renumbered as CNO 243 AIPS 2: Disk 1 in-CNO 252 renumbered as CNO 244 AIPS 2: Disk 1 in-CNO 253 renumbered as CNO 245 AIPS 2: Disk 1 in-CNO 254 renumbered as CNO 246 AIPS 2: Disk 1 in-CNO 255 renumbered as CNO 247 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4378_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4378_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :37 =N4378' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4378_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.0194E-10 6.3949E-12 0 IMAGR2: Field 2 1012 1012 1.0194E-10 -3.4330E+02 0 IMAGR2: Field 3 1012 1012 -2.9725E+02 -1.7170E+02 0 IMAGR2: Field 4 1012 1012 2.9725E+02 -1.7170E+02 0 IMAGR2: Field 5 1012 1012 -2.9740E+02 1.7160E+02 0 IMAGR2: Field 6 1012 1012 2.9740E+02 1.7160E+02 0 IMAGR2: Field 7 1012 1012 1.0194E-10 3.4330E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4378_C,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 N4378 .IMAGR . 1 (UV) on disk 1 cno 248 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.501E+05 IMAGR2: UVWAIT: Adding temperance S 3.003E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.374E+08 and out 3.933E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.170 due to weighting IMAGR2: UVWAIT: Average summed weight 1.501E+05 over 74152 vis IMAGR2: Create N4378 .IBM001. 1 (MA) on disk 1 cno 249 IMAGR2: Create N4378 .IBM002. 1 (MA) on disk 1 cno 250 IMAGR2: Create N4378 .IBM003. 1 (MA) on disk 1 cno 251 IMAGR2: Create N4378 .IBM004. 1 (MA) on disk 1 cno 252 IMAGR2: Create N4378 .IBM005. 1 (MA) on disk 1 cno 253 IMAGR2: Create N4378 .IBM006. 1 (MA) on disk 1 cno 254 IMAGR2: Create N4378 .IBM007. 1 (MA) on disk 1 cno 255 IMAGR2: Create N4378 .ICL001. 1 (MA) on disk 1 cno 256 IMAGR2: Create N4378 .ICL002. 1 (MA) on disk 1 cno 257 IMAGR2: Create N4378 .ICL003. 1 (MA) on disk 1 cno 258 IMAGR2: Create N4378 .ICL004. 1 (MA) on disk 1 cno 259 IMAGR2: Create N4378 .ICL005. 1 (MA) on disk 1 cno 260 IMAGR2: Create N4378 .ICL006. 1 (MA) on disk 1 cno 261 IMAGR2: Create N4378 .ICL007. 1 (MA) on disk 1 cno 262 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.17579E+09 IMAGR2: Field 1 Beam min = -116.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.736 x 1.330 arcsec, PA= -58.1 IMAGR2: Field 2 Sum of gridding weights = 4.17578E+09 IMAGR2: Field 2 Beam min = -117.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.738 x 1.330 arcsec, PA= -57.9 IMAGR2: Field 3 Sum of gridding weights = 4.17578E+09 IMAGR2: Field 3 Beam min = -118.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.734 x 1.330 arcsec, PA= -58.0 IMAGR2: Field 4 Sum of gridding weights = 4.17578E+09 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 Beam min = -116.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.740 x 1.330 arcsec, PA= -58.0 IMAGR2: Field 5 Sum of gridding weights = 4.17579E+09 IMAGR2: Field 5 Beam min = -116.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.731 x 1.330 arcsec, PA= -58.2 IMAGR2: Field 6 Sum of gridding weights = 4.17579E+09 IMAGR2: Field 6 Beam min = -115.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.738 x 1.329 arcsec, PA= -58.2 IMAGR2: Field 7 Sum of gridding weights = 4.17578E+09 IMAGR2: Field 7 Beam min = -116.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.733 x 1.329 arcsec, PA= -58.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -270.0 MicroJy,max = 380.6 MicroJy IMAGR2: Field 2 min = -278.2 MicroJy,max = 232.4 MicroJy IMAGR2: Field 3 min = -239.2 MicroJy,max = 247.4 MicroJy IMAGR2: Field 4 min = -273.8 MicroJy,max = 330.5 MicroJy IMAGR2: Field 5 min = -229.8 MicroJy,max = 385.2 MicroJy IMAGR2: Field 6 min = -272.3 MicroJy,max = 328.7 MicroJy IMAGR2: Field 7 min = -255.5 MicroJy,max = 641.4 MicroJy IMAGR2: BGC Clean: using 405 cell beam + residuals > 133.36 MicroJy IMAGR2: 6635 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 410.184 MicroJy iter= 6 IMAGR2: Field 7 Clean flux density= 309.810 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 309.810 MicroJy 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 7 min = -253.7 MicroJy,max = 433.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 129.35 MicroJy IMAGR2: 7198 Residual map points loaded IMAGR2: Field 7 min Clean flux = 262.781 MicroJy iter= 14 IMAGR2: Field 7 Clean flux density= 565.393 MicroJy 14 comps IMAGR2: Total Cleaned flux density = 565.393 MicroJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -229.0 MicroJy,max = 387.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 121.73 MicroJy IMAGR2: 8242 Residual map points loaded IMAGR2: Field 5 min Clean flux = 257.169 MicroJy iter= 5 IMAGR2: Field 5 Clean flux density= 158.873 MicroJy 5 comps IMAGR2: Total Cleaned flux density = 724.265 MicroJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -268.7 MicroJy,max = 337.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 109.59 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min Clean flux = 262.361 MicroJy iter= 6 IMAGR2: Field 1 Clean flux density= 179.180 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 903.446 MicroJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 262.781 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 6 to 2 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 5 to 2 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 14 to 5 components IMAGR2: Field 1 min = -267.0 MicroJy,max = 259.2 MicroJy IMAGR2: Field 2 min = -274.3 MicroJy,max = 226.6 MicroJy IMAGR2: Field 3 min = -237.8 MicroJy,max = 243.9 MicroJy IMAGR2: Field 4 min = -272.9 MicroJy,max = 241.9 MicroJy IMAGR2: Field 5 min = -229.6 MicroJy,max = 238.9 MicroJy IMAGR2: Field 6 min = -270.6 MicroJy,max = 237.3 MicroJy IMAGR2: Field 7 min = -250.0 MicroJy,max = 294.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 91.403 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR2: Restore 91.403 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore 158.873 MicroJy ( 2 CCs) from field 5 to field 1 IMAGR2: Restore 158.873 MicroJy ( 2 CCs) from field 5 to field 7 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 338.053 MicroJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 91.403 MicroJy IMAGR2: Field 5 final Clean flux 158.873 MicroJy IMAGR2: Field 6 final Clean flux 91.403 MicroJy IMAGR2: Field 7 final Clean flux 724.265 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= 248 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 16.4 Real= 34 n-CNO 244 renumbered as CNO 236 AIPS 2: Disk 1 in-CNO 245 renumbered as CNO 237 AIPS 2: Disk 1 in-CNO 246 renumbered as CNO 238 AIPS 2: Disk 1 in-CNO 247 renumbered as CNO 239 AIPS 2: Disk 1 in-CNO 248 renumbered as CNO 240 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04482 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4235_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :36 =N4235' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 242 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 243 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 244 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 245 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 246 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 247 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 248 disk= 1 AIPS 2: Disk 1 in-CNO 249 renumbered as CNO 241 AIPS 2: Disk 1 in-CNO 250 renumbered as CNO 242 AIPS 2: Disk 1 in-CNO 251 renumbered as CNO 243 AIPS 2: Disk 1 in-CNO 252 renumbered as CNO 244 AIPS 2: Disk 1 in-CNO 253 renumbered as CNO 245 AIPS 2: Disk 1 in-CNO 254 renumbered as CNO 246 AIPS 2: Disk 1 in-CNO 255 renumbered as CNO 247 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4378_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4378_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :37 =N4378' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4378_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 249 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 250 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 251 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 252 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 253 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 254 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 255 disk= 1 AIPS 2: Disk 1 in-CNO 256 renumbered as CNO 248 AIPS 2: Disk 1 in-CNO 257 renumbered as CNO 249 AIPS 2: Disk 1 in-CNO 258 renumbered as CNO 250 AIPS 2: Disk 1 in-CNO 259 renumbered as CNO 251 AIPS 2: Disk 1 in-CNO 260 renumbered as CNO 252 AIPS 2: Disk 1 in-CNO 261 renumbered as CNO 253 AIPS 2: Disk 1 in-CNO 262 renumbered as CNO 254 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04503 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4472_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4472 C BAND Seq 1 Disk: 1 in slot 40 SETFC2: SETCEL: recommends IMSIZE 1371 CELLSIZE 0.40312 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40312 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4472_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 35.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 29 46.79 08 00 01.5 00001 -1 507 512 513 C 2 1012 1012 12 29 46.79 07 54 18.3 00002 -1 507 512 513 C 3 1012 1012 12 29 26.78 07 57 09.9 00003 -1 507 512 513 C 4 1012 1012 12 30 06.80 07 57 09.9 00004 -1 507 512 513 C 5 1012 1012 12 29 26.78 08 02 53.1 00005 -1 507 512 513 C 6 1012 1012 12 30 06.80 08 02 53.1 00006 -1 507 512 513 C 7 1012 1012 12 29 46.79 08 05 44.7 00007 -1 507 512 513 n-CNO 244 renumbered as CNO 236 AIPS 2: Disk 1 in-CNO 245 renumbered as CNO 237 AIPS 2: Disk 1 in-CNO 246 renumbered as CNO 238 AIPS 2: Disk 1 in-CNO 247 renumbered as CNO 239 AIPS 2: Disk 1 in-CNO 248 renumbered as CNO 240 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04482 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4235_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :36 =N4235' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 242 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 243 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 244 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 245 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 246 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 247 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 248 disk= 1 AIPS 2: Disk 1 in-CNO 249 renumbered as CNO 241 AIPS 2: Disk 1 in-CNO 250 renumbered as CNO 242 AIPS 2: Disk 1 in-CNO 251 renumbered as CNO 243 AIPS 2: Disk 1 in-CNO 252 renumbered as CNO 244 AIPS 2: Disk 1 in-CNO 253 renumbered as CNO 245 AIPS 2: Disk 1 in-CNO 254 renumbered as CNO 246 AIPS 2: Disk 1 in-CNO 255 renumbered as CNO 247 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4378_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4378_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :37 =N4378' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4378_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 249 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 250 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 251 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 252 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 253 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 254 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 255 disk= 1 AIPS 2: Disk 1 in-CNO 256 renumbered as CNO 248 AIPS 2: Disk 1 in-CNO 257 renumbered as CNO 249 AIPS 2: Disk 1 in-CNO 258 renumbered as CNO 250 AIPS 2: Disk 1 in-CNO 259 renumbered as CNO 251 AIPS 2: Disk 1 in-CNO 260 renumbered as CNO 252 AIPS 2: Disk 1 in-CNO 261 renumbered as CNO 253 AIPS 2: Disk 1 in-CNO 262 renumbered as CNO 254 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04503 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4472_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4472_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :38 =N4472' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4472_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 0.0000E+00 0.0000E+00 0 IMAGR2: Field 2 1012 1012 0.0000E+00 -3.4320E+02 0 IMAGR2: Field 3 1012 1012 -2.9723E+02 -1.7160E+02 0 IMAGR2: Field 4 1012 1012 2.9723E+02 -1.7160E+02 0 IMAGR2: Field 5 1012 1012 -2.9723E+02 1.7160E+02 0 IMAGR2: Field 6 1012 1012 2.9723E+02 1.7160E+02 0 IMAGR2: Field 7 1012 1012 0.0000E+00 3.4320E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4472_C,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 N4472 .IMAGR . 1 (UV) on disk 1 cno 255 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36751 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.593E+05 IMAGR2: UVWAIT: Adding temperance S 3.186E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.371E+08 and out 4.046E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.171 due to weighting IMAGR2: UVWAIT: Average summed weight 1.593E+05 over 73008 vis IMAGR2: Create N4472 .IBM001. 1 (MA) on disk 1 cno 256 IMAGR2: Create N4472 .IBM002. 1 (MA) on disk 1 cno 257 IMAGR2: Create N4472 .IBM003. 1 (MA) on disk 1 cno 258 IMAGR2: Create N4472 .IBM004. 1 (MA) on disk 1 cno 259 IMAGR2: Create N4472 .IBM005. 1 (MA) on disk 1 cno 260 IMAGR2: Create N4472 .IBM006. 1 (MA) on disk 1 cno 261 IMAGR2: Create N4472 .IBM007. 1 (MA) on disk 1 cno 262 IMAGR2: Create N4472 .ICL001. 1 (MA) on disk 1 cno 263 IMAGR2: Create N4472 .ICL002. 1 (MA) on disk 1 cno 264 IMAGR2: Create N4472 .ICL003. 1 (MA) on disk 1 cno 265 IMAGR2: Create N4472 .ICL004. 1 (MA) on disk 1 cno 266 IMAGR2: Create N4472 .ICL005. 1 (MA) on disk 1 cno 267 IMAGR2: Create N4472 .ICL006. 1 (MA) on disk 1 cno 268 IMAGR2: Create N4472 .ICL007. 1 (MA) on disk 1 cno 269 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.29537E+09 IMAGR2: Field 1 Beam min = -140.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.542 x 1.316 arcsec, PA= -66.5 IMAGR2: Field 2 Sum of gridding weights = 4.29536E+09 IMAGR2: Field 2 Beam min = -140.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.543 x 1.316 arcsec, PA= -66.2 IMAGR2: Field 3 Sum of gridding weights = 4.29536E+09 IMAGR2: Field 3 Beam min = -140.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.540 x 1.317 arcsec, PA= -66.4 IMAGR2: Field 4 Sum of gridding weights = 4.29536E+09 IMAGR2: Field 4 Beam min = -140.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.545 x 1.316 arcsec, PA= -66.3 IMAGR2: Field 5 Sum of gridding weights = 4.29536E+09 IMAGR2: Field 5 Beam min = -141.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.539 x 1.316 arcsec, PA= -66.7 IMAGR2: Field 6 Sum of gridding weights = 4.29536E+09 IMAGR2: Field 6 Beam min = -140.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.544 x 1.315 arcsec, PA= -66.6 IMAGR2: Field 7 Sum of gridding weights = 4.29536E+09 IMAGR2: Field 7 Beam min = -141.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.541 x 1.315 arcsec, PA= -66.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -2.3 MilliJy,max = 19.7 MilliJy IMAGR2: Field 2 min = -2.0 MilliJy,max = 3.7 MilliJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -763.3 MicroJy,max = 2.1 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min = -791.4 MicroJy,max = 2.1 MilliJy IMAGR2: Field 6 min = -945.0 MicroJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.74 MilliJy IMAGR2: 6203 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.824 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 17.872 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 17.872 MilliJy 13 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.6 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 625 cell beam + residuals > 1.27 MilliJy IMAGR2: 3925 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.632 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 33.330 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 33.330 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -999.9 MicroJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 171 cell beam + residuals > 1.22 MilliJy IMAGR2: 554 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.300 MilliJy iter= 76 IMAGR2: Field 1 Clean flux density= 46.178 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 46.178 MilliJy 76 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -545.9 MicroJy,max = 874.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.344E-04 < Second best 3.487E-03 IMAGR2: Field 2 min = -453.6 MicroJy,max = 780.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.452E-04 < Second best 2.189E-03 IMAGR2: Field 1 min = -588.1 MicroJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 171 cell beam + residuals > 606.51 MicroJy IMAGR2: 858 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.080 MilliJy iter= 129 IMAGR2: Field 1 Clean flux density= 54.598 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 54.598 MilliJy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -276.9 MicroJy,max = 361.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.661E-04 < Second best 1.587E-03 IMAGR2: Field 5 min = -262.0 MicroJy,max = 347.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.030E-04 < Second best 1.028E-03 IMAGR2: Field 1 min = -362.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 459.57 MicroJy IMAGR2: 196 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 601.419 MicroJy iter= 179 IMAGR2: Field 1 Clean flux density= 58.687 MilliJy 179 comps IMAGR2: Total Cleaned flux density = 58.687 MilliJy 179 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -249.2 MicroJy,max = 260.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.178E-04 < Second best 9.672E-04 IMAGR2: Field 3 min = -260.3 MicroJy,max = 293.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.493E-04 < Second best 8.344E-04 IMAGR2: Field 7 min = -273.2 MicroJy,max = 298.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.858E-04 < Second best 7.452E-04 IMAGR2: Field 2 min = -269.5 MicroJy,max = 322.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.090E-04 < Second best 5.729E-04 IMAGR2: Field 1 min = -304.8 MicroJy,max = 595.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 160.04 MicroJy IMAGR2: 6943 Residual map points loaded IMAGR2: Field 1 min allowed flux = 297.457 MicroJy iter= 251 IMAGR2: Field 1 Clean flux density= 61.617 MilliJy 251 comps IMAGR2: Total Cleaned flux density = 61.617 MilliJy 251 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -262.5 MicroJy,max = 274.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.630E-04 < Second best 3.030E-04 IMAGR2: Field 5 min = -247.8 MicroJy,max = 238.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.243E-04 < Second best 2.858E-04 IMAGR2: Field 7 min = -275.3 MicroJy,max = 245.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.368E-04 < Second best 2.837E-04 IMAGR2: Field 1 min = -252.5 MicroJy,max = 293.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 139.05 MicroJy IMAGR2: 6786 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.315 MicroJy iter= 259 IMAGR2: Field 1 Clean flux density= 61.842 MilliJy 259 comps IMAGR2: Total Cleaned flux density = 61.842 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -253.0 MicroJy,max = 260.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.493E-04 < Second best 2.630E-04 IMAGR2: Field 2 min = -262.1 MicroJy,max = 269.6 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 259 to 74 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 = -251.6 MicroJy,max = 265.5 MicroJy IMAGR2: Field 2 min = -262.1 MicroJy,max = 269.6 MicroJy IMAGR2: Field 3 min = -247.8 MicroJy,max = 242.8 MicroJy IMAGR2: Field 4 min = -253.0 MicroJy,max = 260.4 MicroJy IMAGR2: Field 5 min = -247.3 MicroJy,max = 237.8 MicroJy IMAGR2: Field 6 min = -230.6 MicroJy,max = 241.1 MicroJy IMAGR2: Field 7 min = -276.3 MicroJy,max = 243.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 61.842 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 255 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 25.5 Real= 54 n-CNO 244 renumbered as CNO 236 AIPS 2: Disk 1 in-CNO 245 renumbered as CNO 237 AIPS 2: Disk 1 in-CNO 246 renumbered as CNO 238 AIPS 2: Disk 1 in-CNO 247 renumbered as CNO 239 AIPS 2: Disk 1 in-CNO 248 renumbered as CNO 240 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04482 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4235_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :36 =N4235' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4235_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 242 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 243 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 244 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 245 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 246 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 247 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 248 disk= 1 AIPS 2: Disk 1 in-CNO 249 renumbered as CNO 241 AIPS 2: Disk 1 in-CNO 250 renumbered as CNO 242 AIPS 2: Disk 1 in-CNO 251 renumbered as CNO 243 AIPS 2: Disk 1 in-CNO 252 renumbered as CNO 244 AIPS 2: Disk 1 in-CNO 253 renumbered as CNO 245 AIPS 2: Disk 1 in-CNO 254 renumbered as CNO 246 AIPS 2: Disk 1 in-CNO 255 renumbered as CNO 247 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4378_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4378_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :37 =N4378' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4378_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 249 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 250 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 251 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 252 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 253 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 254 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 255 disk= 1 AIPS 2: Disk 1 in-CNO 256 renumbered as CNO 248 AIPS 2: Disk 1 in-CNO 257 renumbered as CNO 249 AIPS 2: Disk 1 in-CNO 258 renumbered as CNO 250 AIPS 2: Disk 1 in-CNO 259 renumbered as CNO 251 AIPS 2: Disk 1 in-CNO 260 renumbered as CNO 252 AIPS 2: Disk 1 in-CNO 261 renumbered as CNO 253 AIPS 2: Disk 1 in-CNO 262 renumbered as CNO 254 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04503 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4472_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4472_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :38 =N4472' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4472_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 256 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 257 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 258 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 259 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 260 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 261 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 262 disk= 1 AIPS 2: Disk 1 in-CNO 263 renumbered as CNO 255 AIPS 2: Disk 1 in-CNO 264 renumbered as CNO 256 AIPS 2: Disk 1 in-CNO 265 renumbered as CNO 257 AIPS 2: Disk 1 in-CNO 266 renumbered as CNO 258 AIPS 2: Disk 1 in-CNO 267 renumbered as CNO 259 AIPS 2: Disk 1 in-CNO 268 renumbered as CNO 260 AIPS 2: Disk 1 in-CNO 269 renumbered as CNO 261 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1013 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1239+075_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1239+075 C BAND Seq 1 Disk: 1 in slot 41 SETFC2: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.40263 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40263 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1239+075_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 33.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= 2 C 1 1012 1012 12 39 24.59 07 30 17.1 00001 -1 507 512 513 C 2 1012 1012 12 39 24.59 07 24 34.4 00002 -1 507 512 513 C 3 1012 1012 12 39 04.63 07 27 25.7 00003 -1 507 512 513 C 4 1012 1012 12 39 44.55 07 27 25.7 00004 -1 507 512 513 C 5 1012 1012 12 39 04.63 07 33 08.5 00005 -1 507 512 513 C 6 1012 1012 12 39 44.55 07 33 08.5 00006 -1 507 512 513 C 7 1012 1012 12 39 24.59 07 35 59.9 00007 -1 507 512 513 ion files of type HI AIPS 2: Destroyed MA image file: catno= 257 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 258 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 259 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 260 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 261 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 262 disk= 1 AIPS 2: Disk 1 in-CNO 263 renumbered as CNO 255 AIPS 2: Disk 1 in-CNO 264 renumbered as CNO 256 AIPS 2: Disk 1 in-CNO 265 renumbered as CNO 257 AIPS 2: Disk 1 in-CNO 266 renumbered as CNO 258 AIPS 2: Disk 1 in-CNO 267 renumbered as CNO 259 AIPS 2: Disk 1 in-CNO 268 renumbered as CNO 260 AIPS 2: Disk 1 in-CNO 269 renumbered as CNO 261 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1013 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1239+075_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1239+075_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :39 =1239+075' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1239+075_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.9486E-03 -3.9000E-02 0 IMAGR2: Field 2 1012 1012 5.9486E-03 -3.4274E+02 0 IMAGR2: Field 3 1012 1012 -2.9683E+02 -1.7144E+02 0 IMAGR2: Field 4 1012 1012 2.9684E+02 -1.7144E+02 0 IMAGR2: Field 5 1012 1012 -2.9683E+02 1.7136E+02 0 IMAGR2: Field 6 1012 1012 2.9684E+02 1.7136E+02 0 IMAGR2: Field 7 1012 1012 5.9486E-03 3.4276E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1239+075_C,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 1239+075 .IMAGR . 1 (UV) on disk 1 cno 262 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7267 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.989E+04 IMAGR2: UVWAIT: Adding temperance S 7.979E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.729E+07 and out 6.004E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.128 due to weighting IMAGR2: UVWAIT: Average summed weight 3.989E+04 over 14482 vis IMAGR2: Create 1239+075 .IBM001. 1 (MA) on disk 1 cno 263 IMAGR2: Create 1239+075 .IBM002. 1 (MA) on disk 1 cno 264 IMAGR2: Create 1239+075 .IBM003. 1 (MA) on disk 1 cno 265 IMAGR2: Create 1239+075 .IBM004. 1 (MA) on disk 1 cno 266 IMAGR2: Create 1239+075 .IBM005. 1 (MA) on disk 1 cno 267 IMAGR2: Create 1239+075 .IBM006. 1 (MA) on disk 1 cno 268 IMAGR2: Create 1239+075 .IBM007. 1 (MA) on disk 1 cno 269 IMAGR2: Create 1239+075 .ICL001. 1 (MA) on disk 1 cno 270 IMAGR2: Create 1239+075 .ICL002. 1 (MA) on disk 1 cno 271 IMAGR2: Create 1239+075 .ICL003. 1 (MA) on disk 1 cno 272 IMAGR2: Create 1239+075 .ICL004. 1 (MA) on disk 1 cno 273 IMAGR2: Create 1239+075 .ICL005. 1 (MA) on disk 1 cno 274 IMAGR2: Create 1239+075 .ICL006. 1 (MA) on disk 1 cno 275 IMAGR2: Create 1239+075 .ICL007. 1 (MA) on disk 1 cno 276 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.37420E+08 IMAGR2: Field 1 Beam min = -155.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.660 x 1.327 arcsec, PA= -43.3 IMAGR2: Field 2 Sum of gridding weights = 6.37421E+08 IMAGR2: Field 2 Beam min = -155.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.662 x 1.327 arcsec, PA= -43.2 IMAGR2: Field 3 Sum of gridding weights = 6.37420E+08 IMAGR2: Field 3 Beam min = -76.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.659 x 1.327 arcsec, PA= -43.2 IMAGR2: Field 4 Sum of gridding weights = 6.37421E+08 IMAGR2: Field 4 Beam min = -156.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.663 x 1.327 arcsec, PA= -43.4 IMAGR2: Field 5 Sum of gridding weights = 6.37418E+08 IMAGR2: Field 5 Beam min = -102.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.657 x 1.327 arcsec, PA= -43.3 IMAGR2: Field 6 Sum of gridding weights = 6.37419E+08 IMAGR2: Field 6 Beam min = -156.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.660 x 1.327 arcsec, PA= -43.5 IMAGR2: Field 7 Sum of gridding weights = 6.37420E+08 IMAGR2: Field 7 Beam min = -155.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.657 x 1.327 arcsec, PA= -43.4 IMAGR2: CLBHIS: minimum component 0.464 of current peak IMAGR2: Field 1 min = -47.7 MilliJy,max = 627.6 MilliJy IMAGR2: Field 2 min = -46.6 MilliJy,max = 93.5 MilliJy IMAGR2: Field 3 min = -58.2 MilliJy,max = 89.3 MilliJy IMAGR2: Field 4 min = -54.9 MilliJy,max = 95.2 MilliJy IMAGR2: Field 5 min = -57.1 MilliJy,max = 93.8 MilliJy IMAGR2: Field 6 min = -56.5 MilliJy,max = 88.7 MilliJy IMAGR2: Field 7 min = -41.9 MilliJy,max = 91.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 65.79 MilliJy IMAGR2: 1292 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 270.147 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 384.435 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 384.435 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 = -18.7 MilliJy,max = 243.1 MilliJy IMAGR2: BGC Clean: using 1991 cell beam + residuals > 40.03 MilliJy IMAGR2: 140 Residual map points loaded IMAGR2: Field 1 min allowed flux = 105.675 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 533.477 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 533.477 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.8 MilliJy,max = 96.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 36.93 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 49.118 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 589.750 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 589.750 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.6 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.939E-03 < Second best 8.925E-02 IMAGR2: Field 2 min = -3.8 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.708E-03 < Second best 8.779E-02 IMAGR2: Field 4 min = -4.5 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.638E-03 < Second best 8.443E-02 IMAGR2: Field 3 min = -4.7 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.140E-03 < Second best 8.402E-02 IMAGR2: Field 7 min = -3.4 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.645E-03 < Second best 8.360E-02 IMAGR2: Field 6 min = -4.3 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.000E-03 < Second best 4.670E-02 IMAGR2: Field 1 min = -4.2 MilliJy,max = 44.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.15 MilliJy IMAGR2: 1004 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.206 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 619.951 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 619.951 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 17.7 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 3.10 MilliJy IMAGR2: 145 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.866 MilliJy iter= 46 IMAGR2: Field 1 Clean flux density= 632.087 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 632.087 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.2 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 32 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.976 MilliJy iter= 68 IMAGR2: Field 1 Clean flux density= 632.268 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 632.268 MilliJy 68 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.217E-03 < Second best 6.939E-03 IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.163E-03 < Second best 6.708E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.568E-03 < Second best 6.645E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.521E-03 < Second best 6.638E-03 IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.884E-04 < Second best 6.000E-03 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.119E-03 < Second best 3.784E-03 IMAGR2: Field 1 min = -4.1 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 803.60 MicroJy IMAGR2: 5125 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.855 MilliJy iter= 112 IMAGR2: Field 1 Clean flux density= 630.171 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 630.171 MilliJy 112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 702.35 MicroJy IMAGR2: 1961 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.114 MilliJy iter= 197 IMAGR2: Field 1 Clean flux density= 634.291 MilliJy 197 comps IMAGR2: Total Cleaned flux density = 634.291 MilliJy 197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -975.4 MicroJy,max = 907.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.223E-04 < Second best 1.521E-03 IMAGR2: Field 7 min = -774.4 MicroJy,max = 846.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.929E-04 < Second best 1.217E-03 IMAGR2: Field 3 min = -862.2 MicroJy,max = 865.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.915E-04 < Second best 1.163E-03 IMAGR2: Field 5 min = -792.9 MicroJy,max = 942.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.816E-04 < Second best 1.119E-03 IMAGR2: Field 6 min = -814.0 MicroJy,max = 906.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.675E-04 < Second best 1.063E-03 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 507.78 MicroJy IMAGR2: 3552 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 738.070 MicroJy iter= 305 IMAGR2: Field 1 Clean flux density= 637.697 MilliJy 305 comps IMAGR2: Total Cleaned flux density = 637.697 MilliJy 305 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -720.5 MicroJy,max = 783.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.452E-04 < Second best 8.816E-04 IMAGR2: Field 5 min = -776.7 MicroJy,max = 885.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.199E-04 < Second best 8.675E-04 IMAGR2: Field 6 min = -752.5 MicroJy,max = 843.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 478.08 MicroJy IMAGR2: 1595 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 608.776 MicroJy iter= 92 IMAGR2: Field 6 Clean flux density= 3.165 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 640.862 MilliJy 397 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -738.2 MicroJy,max = 865.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.841E-04 < Second best 8.199E-04 IMAGR2: Field 5 min = -764.3 MicroJy,max = 861.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 468.86 MicroJy IMAGR2: 1647 Residual map points loaded IMAGR2: Field 5 min Clean flux = 606.765 MicroJy iter= 70 IMAGR2: Field 5 Clean flux density= 1.489 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 642.351 MilliJy 467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -657.3 MicroJy,max = 736.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.664E-04 < Second best 7.915E-04 IMAGR2: Field 3 min = -824.7 MicroJy,max = 840.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.876E-04 < Second best 7.452E-04 IMAGR2: Field 4 min = -715.9 MicroJy,max = 703.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.586E-04 < Second best 7.057E-04 IMAGR2: Field 1 min = -678.6 MicroJy,max = 720.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.504E-04 < Second best 6.876E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.83 MicroJy IMAGR2: 2691 Residual map points loaded IMAGR2: Field 3 min Clean flux = 606.969 MicroJy iter= 27 IMAGR2: Field 3 Clean flux density= 1.215 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 643.565 MilliJy 494 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -714.7 MicroJy,max = 710.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.66 MicroJy IMAGR2: 3420 Residual map points loaded IMAGR2: Field 2 min Clean flux = -603.386 MicroJy iter= 21 IMAGR2: Field 2 Clean flux density= 584.355 MicroJy 21 comps IMAGR2: Total Cleaned flux density = 644.150 MilliJy 515 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -668.5 MicroJy,max = 727.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.87 MicroJy IMAGR2: 3768 Residual map points loaded IMAGR2: Field 7 min Clean flux = 606.279 MicroJy iter= 12 IMAGR2: Field 7 Clean flux density= 377.940 MicroJy 12 comps IMAGR2: Total Cleaned flux density = 644.527 MilliJy 527 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -725.0 MicroJy,max = 704.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.41 MicroJy IMAGR2: 4102 Residual map points loaded IMAGR2: Field 4 min Clean flux = 605.610 MicroJy iter= 14 IMAGR2: Field 4 Clean flux density= -130.936 MicroJy 14 comps IMAGR2: Total Cleaned flux density = 644.396 MilliJy 541 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -661.1 MicroJy,max = 624.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 368.72 MicroJy IMAGR2: 7643 Residual map points loaded IMAGR2: Field 1 min Clean flux = 607.130 MicroJy iter= 311 IMAGR2: Field 1 Clean flux density= 637.568 MilliJy 311 comps IMAGR2: Total Cleaned flux density = 644.268 MilliJy 547 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -752.2 MicroJy,max = 711.1 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 311 to 92 components IMAGR2: Field 2 compressed from 21 to 20 components IMAGR2: Field 3 compressed from 27 to 24 components IMAGR2: Field 4 compressed from 14 to 14 components IMAGR2: Field 5 compressed from 70 to 57 components IMAGR2: Field 6 compressed from 92 to 78 components IMAGR2: Field 7 compressed from 12 to 11 components IMAGR2: Field 1 min = -640.0 MicroJy,max = 610.3 MicroJy IMAGR2: Field 2 min = -687.0 MicroJy,max = 649.8 MicroJy IMAGR2: Field 3 min = -747.4 MicroJy,max = 792.3 MicroJy IMAGR2: Field 4 min = -717.3 MicroJy,max = 698.0 MicroJy IMAGR2: Field 5 min = -729.5 MicroJy,max = 781.2 MicroJy IMAGR2: Field 6 min = -752.2 MicroJy,max = 711.1 MicroJy IMAGR2: Field 7 min = -661.7 MicroJy,max = 723.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 855.169 MicroJy ( 13 CCs) from field 1 to field 2 IMAGR2: Restore 230.772 MicroJy ( 3 CCs) from field 1 to field 4 IMAGR2: Restore 478.664 MicroJy ( 5 CCs) from field 1 to field 5 IMAGR2: Restore 230.772 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR2: Restore 729.441 MicroJy ( 11 CCs) from field 1 to field 7 IMAGR2: Restore 129.669 MicroJy ( 6 CCs) from field 2 to field 1 IMAGR2: Restore -62.399 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR2: Restore 65.272 MicroJy ( 3 CCs) from field 2 to field 4 IMAGR2: Restore 324.474 MicroJy ( 4 CCs) from field 3 to field 1 IMAGR2: Restore 711.620 MicroJy ( 9 CCs) from field 3 to field 2 IMAGR2: Restore 127.024 MicroJy ( 2 CCs) from field 3 to field 5 IMAGR2: Restore 128.536 MicroJy ( 2 CCs) from field 4 to field 6 IMAGR2: Restore 317.097 MicroJy ( 4 CCs) from field 5 to field 1 IMAGR2: Restore-197.434 MicroJy ( 4 CCs) from field 5 to field 3 IMAGR2: Restore 461.599 MicroJy ( 4 CCs) from field 5 to field 7 IMAGR2: Restore 526.162 MicroJy ( 9 CCs) from field 6 to field 1 IMAGR2: Restore 571.549 MicroJy ( 10 CCs) from field 6 to field 4 IMAGR2: Restore 647.802 MicroJy ( 13 CCs) from field 6 to field 7 IMAGR2: Restore 123.114 MicroJy ( 2 CCs) from field 7 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 638.988 MilliJy IMAGR2: Field 2 final Clean flux 2.151 MilliJy IMAGR2: Field 3 final Clean flux 954.683 MicroJy IMAGR2: Field 4 final Clean flux 736.656 MicroJy IMAGR2: Field 5 final Clean flux 2.095 MilliJy IMAGR2: Field 6 final Clean flux 3.525 MilliJy IMAGR2: Field 7 final Clean flux 2.217 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= 262 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 31.7 Real= 66 ion files of type HI AIPS 2: Destroyed MA image file: catno= 257 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 258 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 259 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 260 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 261 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 262 disk= 1 AIPS 2: Disk 1 in-CNO 263 renumbered as CNO 255 AIPS 2: Disk 1 in-CNO 264 renumbered as CNO 256 AIPS 2: Disk 1 in-CNO 265 renumbered as CNO 257 AIPS 2: Disk 1 in-CNO 266 renumbered as CNO 258 AIPS 2: Disk 1 in-CNO 267 renumbered as CNO 259 AIPS 2: Disk 1 in-CNO 268 renumbered as CNO 260 AIPS 2: Disk 1 in-CNO 269 renumbered as CNO 261 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1013 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1239+075_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1239+075_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :39 =1239+075' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1239+075_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 263 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 264 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 265 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 266 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 267 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 268 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 269 disk= 1 AIPS 2: Disk 1 in-CNO 270 renumbered as CNO 262 AIPS 2: Disk 1 in-CNO 271 renumbered as CNO 263 AIPS 2: Disk 1 in-CNO 272 renumbered as CNO 264 AIPS 2: Disk 1 in-CNO 273 renumbered as CNO 265 AIPS 2: Disk 1 in-CNO 274 renumbered as CNO 266 AIPS 2: Disk 1 in-CNO 275 renumbered as CNO 267 AIPS 2: Disk 1 in-CNO 276 renumbered as CNO 268 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4168_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4168 C BAND Seq 1 Disk: 1 in slot 42 SETFC2: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.40263 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40263 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4168_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 42.1 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= 2 C 1 1012 1012 12 12 16.49 13 12 24.0 00001 -1 507 512 513 C 2 1012 1012 12 12 16.49 13 06 41.2 00002 -1 507 512 513 C 3 1012 1012 12 11 56.17 13 09 32.6 00003 -1 507 512 513 C 4 1012 1012 12 12 36.81 13 09 32.6 00004 -1 507 512 513 C 5 1012 1012 12 11 56.16 13 15 15.3 00005 -1 507 512 513 C 6 1012 1012 12 12 36.82 13 15 15.3 00006 -1 507 512 513 C 7 1012 1012 12 12 16.49 13 18 06.8 00007 -1 507 512 513 ion files of type HI AIPS 2: Destroyed MA image file: catno= 257 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 258 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 259 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 260 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 261 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 262 disk= 1 AIPS 2: Disk 1 in-CNO 263 renumbered as CNO 255 AIPS 2: Disk 1 in-CNO 264 renumbered as CNO 256 AIPS 2: Disk 1 in-CNO 265 renumbered as CNO 257 AIPS 2: Disk 1 in-CNO 266 renumbered as CNO 258 AIPS 2: Disk 1 in-CNO 267 renumbered as CNO 259 AIPS 2: Disk 1 in-CNO 268 renumbered as CNO 260 AIPS 2: Disk 1 in-CNO 269 renumbered as CNO 261 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1013 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1239+075_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1239+075_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :39 =1239+075' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1239+075_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 263 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 264 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 265 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 266 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 267 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 268 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 269 disk= 1 AIPS 2: Disk 1 in-CNO 270 renumbered as CNO 262 AIPS 2: Disk 1 in-CNO 271 renumbered as CNO 263 AIPS 2: Disk 1 in-CNO 272 renumbered as CNO 264 AIPS 2: Disk 1 in-CNO 273 renumbered as CNO 265 AIPS 2: Disk 1 in-CNO 274 renumbered as CNO 266 AIPS 2: Disk 1 in-CNO 275 renumbered as CNO 267 AIPS 2: Disk 1 in-CNO 276 renumbered as CNO 268 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4168_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4168_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :40 =N4168' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4168_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 9.9612E-11 0.0000E+00 0 IMAGR2: Field 2 1012 1012 9.9612E-11 -3.4280E+02 0 IMAGR2: Field 3 1012 1012 -2.9674E+02 -1.7140E+02 0 IMAGR2: Field 4 1012 1012 2.9674E+02 -1.7140E+02 0 IMAGR2: Field 5 1012 1012 -2.9688E+02 1.7130E+02 0 IMAGR2: Field 6 1012 1012 2.9688E+02 1.7130E+02 0 IMAGR2: Field 7 1012 1012 9.9612E-11 3.4280E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4168_C,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 N4168 .IMAGR . 1 (UV) on disk 1 cno 269 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37128 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.527E+05 IMAGR2: UVWAIT: Adding temperance S 3.054E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.479E+08 and out 4.225E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.170 due to weighting IMAGR2: UVWAIT: Average summed weight 1.527E+05 over 73398 vis IMAGR2: Create N4168 .IBM001. 1 (MA) on disk 1 cno 270 IMAGR2: Create N4168 .IBM002. 1 (MA) on disk 1 cno 271 IMAGR2: Create N4168 .IBM003. 1 (MA) on disk 1 cno 272 IMAGR2: Create N4168 .IBM004. 1 (MA) on disk 1 cno 273 IMAGR2: Create N4168 .IBM005. 1 (MA) on disk 1 cno 274 IMAGR2: Create N4168 .IBM006. 1 (MA) on disk 1 cno 275 IMAGR2: Create N4168 .IBM007. 1 (MA) on disk 1 cno 276 IMAGR2: Create N4168 .ICL001. 1 (MA) on disk 1 cno 277 IMAGR2: Create N4168 .ICL002. 1 (MA) on disk 1 cno 278 IMAGR2: Create N4168 .ICL003. 1 (MA) on disk 1 cno 279 IMAGR2: Create N4168 .ICL004. 1 (MA) on disk 1 cno 280 IMAGR2: Create N4168 .ICL005. 1 (MA) on disk 1 cno 281 IMAGR2: Create N4168 .ICL006. 1 (MA) on disk 1 cno 282 IMAGR2: Create N4168 .ICL007. 1 (MA) on disk 1 cno 283 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.48598E+09 IMAGR2: Field 1 Beam min = -155.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.318 x 1.276 arcsec, PA= -71.9 IMAGR2: Field 2 Sum of gridding weights = 4.48599E+09 IMAGR2: Field 2 Beam min = -155.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.318 x 1.277 arcsec, PA= -70.7 IMAGR2: Field 3 Sum of gridding weights = 4.48598E+09 IMAGR2: Field 3 Beam min = -155.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.317 x 1.277 arcsec, PA= -71.4 IMAGR2: Field 4 Sum of gridding weights = 4.48599E+09 IMAGR2: Field 4 Beam min = -155.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.319 x 1.277 arcsec, PA= -71.1 IMAGR2: Field 5 Sum of gridding weights = 4.48598E+09 IMAGR2: Field 5 Beam min = -155.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.316 x 1.276 arcsec, PA= -72.7 IMAGR2: Field 6 Sum of gridding weights = 4.48598E+09 IMAGR2: Field 6 Beam min = -155.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.319 x 1.276 arcsec, PA= -72.3 IMAGR2: Field 7 Sum of gridding weights = 4.48598E+09 IMAGR2: Field 7 Beam min = -155.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.317 x 1.276 arcsec, PA= -73.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -821.8 MicroJy,max = 4.9 MilliJy IMAGR2: Field 2 min = -379.2 MicroJy,max = 868.9 MicroJy IMAGR2: Field 3 min = -296.5 MicroJy,max = 374.2 MicroJy IMAGR2: Field 4 min = -362.1 MicroJy,max = 498.2 MicroJy IMAGR2: Field 5 min = -301.3 MicroJy,max = 502.0 MicroJy IMAGR2: Field 6 min = -283.1 MicroJy,max = 398.0 MicroJy IMAGR2: Field 7 min = -353.7 MicroJy,max = 659.5 MicroJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 274.73 MicroJy IMAGR2: 7727 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.419 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 2.797 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 2.797 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 = -401.4 MicroJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 2023 cell beam + residuals > 221.97 MicroJy IMAGR2: 2051 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.036 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 4.355 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 4.355 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -247.9 MicroJy,max = 973.0 MicroJy IMAGR2: BGC Clean: using 281 cell beam + residuals > 230.55 MicroJy IMAGR2: 131 Residual map points loaded IMAGR2: Field 1 min allowed flux = 454.070 MicroJy iter= 28 IMAGR2: Field 1 Clean flux density= 5.039 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 5.039 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -278.6 MicroJy,max = 234.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.250E-04 < Second best 6.046E-04 IMAGR2: Field 2 min = -256.1 MicroJy,max = 239.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.137E-04 < Second best 4.755E-04 IMAGR2: Field 4 min = -255.5 MicroJy,max = 241.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.445E-04 < Second best 4.323E-04 IMAGR2: Field 1 min = -244.6 MicroJy,max = 427.8 MicroJy IMAGR2: BGC Clean: using 151 cell beam + residuals > 140.53 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 2302 Residual map points loaded IMAGR2: Field 1 min Clean flux = 260.723 MicroJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.273 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 5.273 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -231.6 MicroJy,max = 236.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.163E-04 < Second best 2.837E-04 IMAGR2: Field 3 min = -252.8 MicroJy,max = 245.5 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 35 to 4 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 = -243.6 MicroJy,max = 240.5 MicroJy IMAGR2: Field 2 min = -255.0 MicroJy,max = 239.9 MicroJy IMAGR2: Field 3 min = -252.8 MicroJy,max = 245.5 MicroJy IMAGR2: Field 4 min = -255.3 MicroJy,max = 239.9 MicroJy IMAGR2: Field 5 min = -231.6 MicroJy,max = 236.8 MicroJy IMAGR2: Field 6 min = -251.9 MicroJy,max = 237.9 MicroJy IMAGR2: Field 7 min = -278.8 MicroJy,max = 233.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.273 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 269 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 17.9 Real= 37 ion files of type HI AIPS 2: Destroyed MA image file: catno= 257 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 258 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 259 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 260 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 261 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 262 disk= 1 AIPS 2: Disk 1 in-CNO 263 renumbered as CNO 255 AIPS 2: Disk 1 in-CNO 264 renumbered as CNO 256 AIPS 2: Disk 1 in-CNO 265 renumbered as CNO 257 AIPS 2: Disk 1 in-CNO 266 renumbered as CNO 258 AIPS 2: Disk 1 in-CNO 267 renumbered as CNO 259 AIPS 2: Disk 1 in-CNO 268 renumbered as CNO 260 AIPS 2: Disk 1 in-CNO 269 renumbered as CNO 261 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1013 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1239+075_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1239+075_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :39 =1239+075' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1239+075_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 263 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 264 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 265 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 266 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 267 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 268 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 269 disk= 1 AIPS 2: Disk 1 in-CNO 270 renumbered as CNO 262 AIPS 2: Disk 1 in-CNO 271 renumbered as CNO 263 AIPS 2: Disk 1 in-CNO 272 renumbered as CNO 264 AIPS 2: Disk 1 in-CNO 273 renumbered as CNO 265 AIPS 2: Disk 1 in-CNO 274 renumbered as CNO 266 AIPS 2: Disk 1 in-CNO 275 renumbered as CNO 267 AIPS 2: Disk 1 in-CNO 276 renumbered as CNO 268 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4168_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4168_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :40 =N4168' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4168_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 270 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 271 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 272 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 273 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 274 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 275 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 276 disk= 1 AIPS 2: Disk 1 in-CNO 277 renumbered as CNO 269 AIPS 2: Disk 1 in-CNO 278 renumbered as CNO 270 AIPS 2: Disk 1 in-CNO 279 renumbered as CNO 271 AIPS 2: Disk 1 in-CNO 280 renumbered as CNO 272 AIPS 2: Disk 1 in-CNO 281 renumbered as CNO 273 AIPS 2: Disk 1 in-CNO 282 renumbered as CNO 274 AIPS 2: Disk 1 in-CNO 283 renumbered as CNO 275 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05401 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1221+282 C BAND Seq 1 Disk: 1 in slot 43 SETFC2: SETCEL: recommends IMSIZE 1445 CELLSIZE 0.38255 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38255 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1221+282_C,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.23 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 12:21:31.61 28:13:58.3 0.732 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 51.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 2036 2036 12 21 31.69 28 13 58.5 00001 -1 1019 1024 1025 C 2 246 246 12 21 31.61 28 13 58.3 00002 -1 100 128 129 ed as CNO 274 AIPS 2: Disk 1 in-CNO 283 renumbered as CNO 275 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05401 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1221+282_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :41 =1221+282' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1221+282_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.0572E-02 3.0000E-03 0 IMAGR2: Field 2 246 246 -1.0678E+00 -1.9700E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1221+282_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1221+282 .IMAGR . 1 (UV) on disk 1 cno 276 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 25545 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.512E+04 IMAGR2: UVWAIT: Adding temperance S 7.023E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.723E+08 and out 2.432E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 3.512E+04 over 50463 vis IMAGR2: Create 1221+282 .IBM001. 1 (MA) on disk 1 cno 277 IMAGR2: Create 1221+282 .IBM002. 1 (MA) on disk 1 cno 278 IMAGR2: Create 1221+282 .ICL001. 1 (MA) on disk 1 cno 279 IMAGR2: Create 1221+282 .ICL002. 1 (MA) on disk 1 cno 280 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.58163E+09 IMAGR2: Field 1 Beam min = -74.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.289 x 1.207 arcsec, PA= 40.5 IMAGR2: Field 2 Sum of gridding weights = 2.58166E+09 IMAGR2: Field 2 Beam min = -74.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.289 x 1.207 arcsec, PA= 40.5 IMAGR2: CLBHIS: minimum component 0.279 of current peak IMAGR2: Field 1 min = -63.9 MilliJy,max = 852.5 MilliJy IMAGR2: Field 2 min = -66.0 MilliJy,max = 797.7 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 32.86 MilliJy IMAGR2: 7285 Residual map points loaded IMAGR2: Field 1 min allowed flux = 216.692 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 657.468 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 657.468 MilliJy 14 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -15.1 MilliJy,max = 183.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.748E-01 < Second best 2.059E-01 IMAGR2: Field 1 min = -14.8 MilliJy,max = 195.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.82 MilliJy IMAGR2: 11767 Residual map points loaded IMAGR2: Field 1 min allowed flux = 49.572 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 807.876 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 807.876 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 45.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.345E-02 < Second best 4.711E-02 IMAGR2: Field 1 min = -3.8 MilliJy,max = 44.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.56 MilliJy IMAGR2: 16788 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.431 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 845.743 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 845.743 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.76 MilliJy IMAGR2: 41 Residual map points loaded IMAGR2: Field 2 min allowed flux = -3.487 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 8.425 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 854.168 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 391.14 MicroJy IMAGR2: 3110 Residual map points loaded IMAGR2: Field 1 min allowed flux = -998.487 MicroJy iter= 92 IMAGR2: Field 1 Clean flux density= 844.378 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 852.803 MilliJy 108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 161 cell beam + residuals > 427.02 MicroJy IMAGR2: 104 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -644.078 MicroJy iter= 72 IMAGR2: Field 2 Clean flux density= 8.055 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 852.434 MilliJy 164 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 25545 Pts IMAGR2: Field 1 min = -777.9 MicroJy,max = 850.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 242.39 MicroJy IMAGR2: 18273 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -412.947 MicroJy iter= 229 IMAGR2: Field 1 Clean flux density= 845.372 MilliJy 229 comps IMAGR2: Total Cleaned flux density = 853.428 MilliJy 301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -483.7 MicroJy,max = 514.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 240.28 MicroJy IMAGR2: 430 Residual map points loaded IMAGR2: Field 2 min Clean flux = 322.334 MicroJy iter= 165 IMAGR2: Field 2 Clean flux density= 8.095 MilliJy 165 comps IMAGR2: Total Cleaned flux density = 853.468 MilliJy 394 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 25545 Pts IMAGR2: Field 1 min = -430.6 MicroJy,max = 855.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 225.20 MicroJy IMAGR2: 19982 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min algorithm flux= 330.807 MicroJy iter= 457 IMAGR2: Field 1 Clean flux density= 847.686 MilliJy 457 comps IMAGR2: Total Cleaned flux density = 855.781 MilliJy 622 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -432.5 MicroJy,max = 832.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 218.29 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min Clean flux = -323.060 MicroJy iter= 470 IMAGR2: Field 1 Clean flux density= 847.783 MilliJy 470 comps IMAGR2: Total Cleaned flux density = 855.879 MilliJy 635 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 323.060 less than limit 324.089 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 470 to 247 components IMAGR2: Field 2 compressed from 165 to 40 components IMAGR2: Field 1 min = -431.7 MicroJy,max = 830.6 MicroJy IMAGR2: Field 2 min = -329.7 MicroJy,max = 363.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 845.352 MilliJy ( 37 CCs) from field 1 to field 2 IMAGR2: Restore 8.095 MilliJy ( 40 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 855.879 MilliJy IMAGR2: Field 2 final Clean flux 853.447 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= 276 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 21.4 Real= 44 ed as CNO 274 AIPS 2: Disk 1 in-CNO 283 renumbered as CNO 275 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05401 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1221+282_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :41 =1221+282' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 277 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 278 disk= 1 AIPS 2: Disk 1 in-CNO 279 renumbered as CNO 276 AIPS 2: Disk 1 in-CNO 280 renumbered as CNO 277 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0451 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4169 C BAND Seq 1 Disk: 1 in slot 44 SETFC2: SETCEL: recommends IMSIZE 1368 CELLSIZE 0.40396 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40396 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4169_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 53.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 12 18.82 29 10 46.5 00001 -1 507 512 513 C 2 1012 1012 12 12 18.82 29 05 02.6 00002 -1 507 512 513 C 3 1012 1012 12 11 56.09 29 07 54.4 00003 -1 507 512 513 C 4 1012 1012 12 12 41.55 29 07 54.4 00004 -1 507 512 513 C 5 1012 1012 12 11 56.07 29 13 38.3 00005 -1 507 512 513 C 6 1012 1012 12 12 41.57 29 13 38.3 00006 -1 507 512 513 C 7 1012 1012 12 12 18.82 29 16 30.4 00007 -1 507 512 513 ed as CNO 274 AIPS 2: Disk 1 in-CNO 283 renumbered as CNO 275 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05401 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1221+282_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :41 =1221+282' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 277 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 278 disk= 1 AIPS 2: Disk 1 in-CNO 279 renumbered as CNO 276 AIPS 2: Disk 1 in-CNO 280 renumbered as CNO 277 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0451 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4169_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :42 =N4169' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4169_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.9334E-11 1.2790E-11 0 IMAGR2: Field 2 1012 1012 8.9334E-11 -3.4390E+02 0 IMAGR2: Field 3 1012 1012 -2.9768E+02 -1.7210E+02 0 IMAGR2: Field 4 1012 1012 2.9768E+02 -1.7210E+02 0 IMAGR2: Field 5 1012 1012 -2.9794E+02 1.7180E+02 0 IMAGR2: Field 6 1012 1012 2.9794E+02 1.7180E+02 0 IMAGR2: Field 7 1012 1012 8.9334E-11 3.4390E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4169_C,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 N4169 .IMAGR . 1 (UV) on disk 1 cno 278 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36634 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.292E+05 IMAGR2: UVWAIT: Adding temperance S 2.585E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.467E+08 and out 4.322E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 1.292E+05 over 72069 vis IMAGR2: Create N4169 .IBM001. 1 (MA) on disk 1 cno 279 IMAGR2: Create N4169 .IBM002. 1 (MA) on disk 1 cno 280 IMAGR2: Create N4169 .IBM003. 1 (MA) on disk 1 cno 281 IMAGR2: Create N4169 .IBM004. 1 (MA) on disk 1 cno 282 IMAGR2: Create N4169 .IBM005. 1 (MA) on disk 1 cno 283 IMAGR2: Create N4169 .IBM006. 1 (MA) on disk 1 cno 284 IMAGR2: Create N4169 .IBM007. 1 (MA) on disk 1 cno 285 IMAGR2: Create N4169 .ICL001. 1 (MA) on disk 1 cno 286 IMAGR2: Create N4169 .ICL002. 1 (MA) on disk 1 cno 287 IMAGR2: Create N4169 .ICL003. 1 (MA) on disk 1 cno 288 IMAGR2: Create N4169 .ICL004. 1 (MA) on disk 1 cno 289 IMAGR2: Create N4169 .ICL005. 1 (MA) on disk 1 cno 290 IMAGR2: Create N4169 .ICL006. 1 (MA) on disk 1 cno 291 IMAGR2: Create N4169 .ICL007. 1 (MA) on disk 1 cno 292 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.58782E+09 IMAGR2: Field 1 Beam min = -111.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.246 x 1.132 arcsec, PA= 42.3 IMAGR2: Field 2 Sum of gridding weights = 4.58782E+09 IMAGR2: Field 2 Beam min = -116.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.246 x 1.132 arcsec, PA= 42.2 IMAGR2: Field 3 Sum of gridding weights = 4.58782E+09 IMAGR2: Field 3 Beam min = -110.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.246 x 1.131 arcsec, PA= 42.1 IMAGR2: Field 4 Sum of gridding weights = 4.58782E+09 IMAGR2: Field 4 Beam min = -111.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.246 x 1.132 arcsec, PA= 42.5 IMAGR2: Field 5 Sum of gridding weights = 4.58782E+09 IMAGR2: Field 5 Beam min = -111.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.246 x 1.131 arcsec, PA= 42.2 IMAGR2: Field 6 Sum of gridding weights = 4.58782E+09 IMAGR2: Field 6 Beam min = -111.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.246 x 1.132 arcsec, PA= 42.6 IMAGR2: Field 7 Sum of gridding weights = 4.58782E+09 IMAGR2: Field 7 Beam min = -111.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.246 x 1.131 arcsec, PA= 42.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -284.9 MicroJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -288.8 MicroJy,max = 367.4 MicroJy IMAGR2: Field 3 min = -255.4 MicroJy,max = 293.2 MicroJy IMAGR2: Field 4 min = -284.1 MicroJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -264.6 MicroJy,max = 300.4 MicroJy IMAGR2: Field 6 min = -345.8 MicroJy,max = 535.6 MicroJy IMAGR2: Field 7 min = -235.3 MicroJy,max = 281.8 MicroJy IMAGR2: BGC Clean: using 255 cell beam + residuals > 175.61 MicroJy IMAGR2: 5170 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 780.255 MicroJy iter= 14 IMAGR2: Field 1 Clean flux density= 1.392 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 1.392 MilliJy 14 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -265.1 MicroJy,max = 779.9 MicroJy IMAGR2: BGC Clean: using 255 cell beam + residuals > 175.24 MicroJy IMAGR2: 2202 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 425.353 MicroJy iter= 38 IMAGR2: Field 4 Clean flux density= 2.137 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 3.529 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -228.7 MicroJy,max = 423.2 MicroJy IMAGR2: BGC Clean: using 155 cell beam + residuals > 151.76 MicroJy IMAGR2: 2765 Residual map points loaded IMAGR2: Field 1 min Clean flux = 263.210 MicroJy iter= 60 IMAGR2: Field 1 Clean flux density= 2.904 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 5.041 MilliJy 98 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -238.6 MicroJy,max = 286.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.711E-04 < Second best 3.255E-04 IMAGR2: Field 6 min = -332.4 MicroJy,max = 259.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.455E-04 < Second best 2.874E-04 IMAGR2: Field 5 min = -231.4 MicroJy,max = 245.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.217E-04 < Second best 2.787E-04 IMAGR2: Field 2 min = -268.0 MicroJy,max = 245.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.294E-04 < Second best 2.711E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 108.73 MicroJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 4 min Clean flux = 262.588 MicroJy iter= 40 IMAGR2: Field 4 Clean flux density= 2.192 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 5.096 MilliJy 100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 267.910 less than limit 270.629 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 60 to 36 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 40 to 25 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 = -227.5 MicroJy,max = 261.4 MicroJy IMAGR2: Field 2 min = -268.4 MicroJy,max = 245.0 MicroJy IMAGR2: Field 3 min = -234.5 MicroJy,max = 226.8 MicroJy IMAGR2: Field 4 min = -238.7 MicroJy,max = 286.2 MicroJy IMAGR2: Field 5 min = -231.1 MicroJy,max = 245.5 MicroJy IMAGR2: Field 6 min = -331.8 MicroJy,max = 258.6 MicroJy IMAGR2: Field 7 min = -227.5 MicroJy,max = 243.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.791 MilliJy ( 33 CCs) from field 1 to field 4 IMAGR2: Restore 57.741 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore 2.192 MilliJy ( 25 CCs) from field 4 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.096 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 4.983 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 57.741 MicroJy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 278 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 18.4 Real= 39 ed as CNO 274 AIPS 2: Disk 1 in-CNO 283 renumbered as CNO 275 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05401 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1221+282_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :41 =1221+282' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 277 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 278 disk= 1 AIPS 2: Disk 1 in-CNO 279 renumbered as CNO 276 AIPS 2: Disk 1 in-CNO 280 renumbered as CNO 277 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0451 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4169_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :42 =N4169' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 279 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 280 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 281 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 282 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 283 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 284 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 285 disk= 1 AIPS 2: Disk 1 in-CNO 286 renumbered as CNO 278 AIPS 2: Disk 1 in-CNO 287 renumbered as CNO 279 AIPS 2: Disk 1 in-CNO 288 renumbered as CNO 280 AIPS 2: Disk 1 in-CNO 289 renumbered as CNO 281 AIPS 2: Disk 1 in-CNO 290 renumbered as CNO 282 AIPS 2: Disk 1 in-CNO 291 renumbered as CNO 283 AIPS 2: Disk 1 in-CNO 292 renumbered as CNO 284 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4203_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4203 C BAND Seq 1 Disk: 1 in slot 45 SETFC2: SETCEL: recommends IMSIZE 1403 CELLSIZE 0.39399 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39399 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4203_C,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.23 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 12:15:09.26 33:10:37.4 0.043 0.928 0.025 SETFC2: 3 12:15:18.70 33:11:26.6 0.040 0.752 0.048 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 56.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 2036 2036 12 15 04.99 33 11 49.7 00001 -1 1019 1024 1025 C 2 246 246 12 15 09.26 33 10 37.4 00002 -1 100 128 129 C 3 246 246 12 15 18.70 33 11 26.6 00003 -1 100 128 129 ed as CNO 274 AIPS 2: Disk 1 in-CNO 283 renumbered as CNO 275 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05401 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1221+282_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :41 =1221+282' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 277 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 278 disk= 1 AIPS 2: Disk 1 in-CNO 279 renumbered as CNO 276 AIPS 2: Disk 1 in-CNO 280 renumbered as CNO 277 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0451 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4169_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :42 =N4169' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 279 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 280 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 281 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 282 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 283 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 284 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 285 disk= 1 AIPS 2: Disk 1 in-CNO 286 renumbered as CNO 278 AIPS 2: Disk 1 in-CNO 287 renumbered as CNO 279 AIPS 2: Disk 1 in-CNO 288 renumbered as CNO 280 AIPS 2: Disk 1 in-CNO 289 renumbered as CNO 281 AIPS 2: Disk 1 in-CNO 290 renumbered as CNO 282 AIPS 2: Disk 1 in-CNO 291 renumbered as CNO 283 AIPS 2: Disk 1 in-CNO 292 renumbered as CNO 284 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4203_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4203_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :43 =N4203' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4203_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 8.5619E-11 2.5580E-11 0 IMAGR2: Field 2 246 246 5.3597E+01 -7.2300E+01 0 IMAGR2: Field 3 246 246 1.7209E+02 -2.3100E+01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4203_C,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 N4203 .IMAGR . 1 (UV) on disk 1 cno 285 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36817 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 6.394E+04 IMAGR2: UVWAIT: Adding temperance S 1.279E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.481E+08 and out 4.378E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.136 due to weighting IMAGR2: UVWAIT: Average summed weight 6.394E+04 over 72940 vis IMAGR2: Create N4203 .IBM001. 1 (MA) on disk 1 cno 286 IMAGR2: Create N4203 .IBM002. 1 (MA) on disk 1 cno 287 IMAGR2: Create N4203 .IBM003. 1 (MA) on disk 1 cno 288 IMAGR2: Create N4203 .ICL001. 1 (MA) on disk 1 cno 289 IMAGR2: Create N4203 .ICL002. 1 (MA) on disk 1 cno 290 IMAGR2: Create N4203 .ICL003. 1 (MA) on disk 1 cno 291 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.64728E+09 IMAGR2: Field 1 Beam min = -98.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.247 x 1.118 arcsec, PA= 39.2 IMAGR2: Field 2 Sum of gridding weights = 4.64731E+09 IMAGR2: Field 2 Beam min = -98.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.247 x 1.118 arcsec, PA= 39.2 IMAGR2: Field 3 Sum of gridding weights = 4.64731E+09 IMAGR2: Field 3 Beam min = -98.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.248 x 1.118 arcsec, PA= 39.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -1.7 MilliJy,max = 10.3 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.9 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 877.52 MicroJy IMAGR2: 13254 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.085 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 5.918 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 5.918 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 169 cell beam + residuals > 912.59 MicroJy IMAGR2: 4350 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.249 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 8.910 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 8.910 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 791.52 MicroJy IMAGR2: 18804 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.241 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 10.492 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 10.492 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.025E-03 < Second best 1.210E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 789.07 MicroJy IMAGR2: 334 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 969.132 MicroJy iter= 10 IMAGR2: Field 3 Clean flux density= 859.977 MicroJy 10 comps IMAGR2: Total Cleaned flux density = 11.352 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 784.32 MicroJy IMAGR2: 19378 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.136 MilliJy iter= 55 IMAGR2: Field 1 Clean flux density= 10.964 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 11.824 MilliJy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 781.27 MicroJy IMAGR2: 19365 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.094 MilliJy iter= 88 IMAGR2: Field 1 Clean flux density= 10.858 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 11.718 MilliJy 98 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 777.12 MicroJy IMAGR2: 19333 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.058 MilliJy iter= 132 IMAGR2: Field 1 Clean flux density= 12.158 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 13.018 MilliJy 142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 776.86 MicroJy IMAGR2: 215 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -894.059 MicroJy iter= 25 IMAGR2: Field 2 Clean flux density= -297.027 MicroJy 25 comps IMAGR2: Total Cleaned flux density = 12.721 MilliJy 167 comps IMAGR2: ALGSTB: All 181 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 170- 0 Cells, with 36817 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 769.47 MicroJy IMAGR2: 19319 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.018 MilliJy iter= 196 IMAGR2: Field 1 Clean flux density= 11.744 MilliJy 196 comps IMAGR2: Total Cleaned flux density = 12.307 MilliJy 231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 762.68 MicroJy IMAGR2: 19274 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -993.959 MicroJy iter= 278 IMAGR2: Field 1 Clean flux density= 11.750 MilliJy 278 comps IMAGR2: Total Cleaned flux density = 12.313 MilliJy 313 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 754.78 MicroJy IMAGR2: 19225 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 967.936 MicroJy iter= 380 IMAGR2: Field 1 Clean flux density= 12.731 MilliJy 380 comps IMAGR2: Total Cleaned flux density = 13.294 MilliJy 415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 754.07 MicroJy IMAGR2: 286 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -816.810 MicroJy iter= 47 IMAGR2: Field 3 Clean flux density= 263.864 MicroJy 47 comps IMAGR2: Total Cleaned flux density = 12.698 MilliJy 452 comps IMAGR2: ALGSTB: All 181 Rows In AP (Max 267) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 170- 0 Cells, with 36817 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 741.39 MicroJy IMAGR2: 19328 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -934.835 MicroJy iter= 515 IMAGR2: Field 1 Clean flux density= 12.638 MilliJy 515 comps IMAGR2: Total Cleaned flux density = 12.605 MilliJy 587 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 729.96 MicroJy IMAGR2: 19232 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -905.175 MicroJy iter= 674 IMAGR2: Field 1 Clean flux density= 12.908 MilliJy 674 comps IMAGR2: Total Cleaned flux density = 12.875 MilliJy 746 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 717.18 MicroJy IMAGR2: 19101 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -877.084 MicroJy iter= 859 IMAGR2: Field 1 Clean flux density= 14.771 MilliJy 859 comps IMAGR2: Total Cleaned flux density = 14.738 MilliJy 931 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.833E-04 < Second best 8.439E-04 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 702.21 MicroJy IMAGR2: 19325 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -849.650 MicroJy iter= 1076 IMAGR2: Field 1 Clean flux density= 12.960 MilliJy 1076 comps IMAGR2: Total Cleaned flux density = 12.927 MilliJy 1148 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 686.57 MicroJy IMAGR2: 19166 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -822.485 MicroJy iter= 1325 IMAGR2: Field 1 Clean flux density= 15.222 MilliJy 1325 comps IMAGR2: Total Cleaned flux density = 15.189 MilliJy 1397 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 670.39 MicroJy IMAGR2: 18987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -794.015 MicroJy iter= 1608 IMAGR2: Field 1 Clean flux density= 11.589 MilliJy 1608 comps IMAGR2: Total Cleaned flux density = 11.556 MilliJy 1680 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -913.3 MicroJy,max = 967.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.356E-04 < Second best 7.833E-04 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 667.97 MicroJy IMAGR2: 94 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -681.175 MicroJy iter= 57 IMAGR2: Field 2 Clean flux density= 6.827 MicroJy 57 comps IMAGR2: Total Cleaned flux density = 11.860 MilliJy 1712 comps IMAGR2: ALGSTB: All 181 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 170- 0 Cells, with 36817 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 648.54 MicroJy IMAGR2: 19618 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 765.246 MicroJy iter= 1942 IMAGR2: Field 1 Clean flux density= 16.424 MilliJy 1942 comps IMAGR2: Total Cleaned flux density = 16.694 MilliJy 2046 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 630.09 MicroJy IMAGR2: 19457 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -736.708 MicroJy iter= 2315 IMAGR2: Field 1 Clean flux density= 10.958 MilliJy 2315 comps IMAGR2: Total Cleaned flux density = 11.229 MilliJy 2419 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -829.1 MicroJy,max = 888.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 629.57 MicroJy IMAGR2: 100 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -633.851 MicroJy iter= 82 IMAGR2: Field 3 Clean flux density= 469.503 MicroJy 82 comps IMAGR2: Total Cleaned flux density = 11.434 MilliJy 2454 comps IMAGR2: ALGSTB: All 181 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 170- 0 Cells, with 36817 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 608.30 MicroJy IMAGR2: 19464 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 706.168 MicroJy iter= 2738 IMAGR2: Field 1 Clean flux density= 18.675 MilliJy 2738 comps IMAGR2: Total Cleaned flux density = 19.151 MilliJy 2877 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.43 MicroJy IMAGR2: 19265 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -678.462 MicroJy iter= 3209 IMAGR2: Field 1 Clean flux density= 7.778 MilliJy 3209 comps IMAGR2: Total Cleaned flux density = 8.254 MilliJy 3348 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -938.5 MicroJy,max = 822.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.043E-04 < Second best 6.533E-04 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 566.92 MicroJy IMAGR2: 19489 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -650.577 MicroJy iter= 3735 IMAGR2: Field 1 Clean flux density= 22.562 MilliJy 3735 comps IMAGR2: Total Cleaned flux density = 23.039 MilliJy 3874 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 546.48 MicroJy IMAGR2: 19212 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 624.075 MicroJy iter= 4316 IMAGR2: Field 1 Clean flux density= 3.187 MilliJy 4316 comps IMAGR2: Total Cleaned flux density = 3.663 MilliJy 4455 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 3 min = -649.1 MicroJy,max = 737.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 545.19 MicroJy IMAGR2: 37 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -536.126 MicroJy iter= 100 IMAGR2: Field 3 Clean flux density= 813.275 MicroJy 100 comps IMAGR2: Total Cleaned flux density = 4.007 MilliJy 4473 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -862.7 MicroJy,max = 734.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 544.91 MicroJy IMAGR2: 28 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 545.059 MicroJy iter= 70 IMAGR2: Field 2 Clean flux density= 288.567 MicroJy 70 comps IMAGR2: Total Cleaned flux density = 4.289 MilliJy 4486 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.16 MicroJy IMAGR2: 19792 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -595.775 MicroJy iter= 4984 IMAGR2: Field 1 Clean flux density= 25.696 MilliJy 4984 comps IMAGR2: Total Cleaned flux density = 26.798 MilliJy 5154 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 500.59 MicroJy IMAGR2: 19589 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -568.343 MicroJy iter= 5718 IMAGR2: Field 1 Clean flux density= -2.833 MilliJy 5718 comps IMAGR2: Total Cleaned flux density = -1.731 MilliJy 5888 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 478.30 MicroJy IMAGR2: 19315 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 541.712 MicroJy iter= 6539 IMAGR2: Field 1 Clean flux density= 29.923 MilliJy 6539 comps IMAGR2: Total Cleaned flux density = 31.025 MilliJy 6709 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 2 min = -740.6 MicroJy,max = 566.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.948E-04 < Second best 5.217E-04 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.62 MicroJy IMAGR2: 19302 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -515.059 MicroJy iter= 7436 IMAGR2: Field 1 Clean flux density= -8.240 MilliJy 7436 comps IMAGR2: Total Cleaned flux density = -7.138 MilliJy 7606 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 3 min = -539.8 MicroJy,max = 622.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 455.54 MicroJy IMAGR2: 26 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -456.701 MicroJy iter= 114 IMAGR2: Field 3 Clean flux density= 1.197 MilliJy 114 comps IMAGR2: Total Cleaned flux density = -6.754 MilliJy 7620 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 433.40 MicroJy IMAGR2: 19737 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 488.459 MicroJy iter= 8443 IMAGR2: Field 1 Clean flux density= 28.645 MilliJy 8443 comps IMAGR2: Total Cleaned flux density = 30.131 MilliJy 8627 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 2 min = -651.5 MicroJy,max = 533.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 433.19 MicroJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -431.456 MicroJy iter= 82 IMAGR2: Field 2 Clean flux density= -255.193 MicroJy 82 comps IMAGR2: Total Cleaned flux density = 29.587 MilliJy 8639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 410.98 MicroJy IMAGR2: 19702 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -460.362 MicroJy iter= 9521 IMAGR2: Field 1 Clean flux density= -7.720 MilliJy 9521 comps IMAGR2: Total Cleaned flux density = -6.778 MilliJy 9717 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 390.74 MicroJy IMAGR2: 19436 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -435.879 MicroJy iter= 10670 IMAGR2: Field 1 Clean flux density= 28.161 MilliJy 10670 comps IMAGR2: Total Cleaned flux density = 29.103 MilliJy 10866 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 3 min = -505.9 MicroJy,max = 508.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 390.29 MicroJy IMAGR2: 38 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -389.760 MicroJy iter= 133 IMAGR2: Field 3 Clean flux density= 496.209 MicroJy 133 comps IMAGR2: Total Cleaned flux density = 28.402 MilliJy 10885 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 370.63 MicroJy IMAGR2: 19598 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -411.276 MicroJy iter= 11897 IMAGR2: Field 1 Clean flux density= -6.498 MilliJy 11897 comps IMAGR2: Total Cleaned flux density = -6.257 MilliJy 12112 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 2 min = -507.4 MicroJy,max = 436.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 370.26 MicroJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 366.302 MicroJy iter= 95 IMAGR2: Field 2 Clean flux density= 88.820 MicroJy 95 comps IMAGR2: Total Cleaned flux density = -5.913 MilliJy 12125 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 350.76 MicroJy IMAGR2: 19699 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 388.526 MicroJy iter= 13231 IMAGR2: Field 1 Clean flux density= 27.668 MilliJy 13231 comps IMAGR2: Total Cleaned flux density = 28.253 MilliJy 13459 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 3 min = -452.0 MicroJy,max = 452.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 350.53 MicroJy IMAGR2: 22 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -349.680 MicroJy iter= 147 IMAGR2: Field 3 Clean flux density= 134.387 MicroJy 147 comps IMAGR2: Total Cleaned flux density = 27.892 MilliJy 13473 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 332.55 MicroJy IMAGR2: 19757 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -366.283 MicroJy iter= 14629 IMAGR2: Field 1 Clean flux density= -5.344 MilliJy 14629 comps IMAGR2: Total Cleaned flux density = -5.121 MilliJy 14871 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 1 min = -987.0 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 314.83 MicroJy IMAGR2: 19528 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -345.869 MicroJy iter= 16119 IMAGR2: Field 1 Clean flux density= 26.260 MilliJy 16119 comps IMAGR2: Total Cleaned flux density = 26.483 MilliJy 16361 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 2 min = -389.0 MicroJy,max = 379.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 314.55 MicroJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -310.548 MicroJy iter= 108 IMAGR2: Field 2 Clean flux density= -334.405 MicroJy 108 comps IMAGR2: Total Cleaned flux density = 26.060 MilliJy 16374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -390.6 MicroJy,max = 421.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 314.37 MicroJy IMAGR2: 12 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -309.709 MicroJy iter= 155 IMAGR2: Field 3 Clean flux density= -59.630 MicroJy 155 comps IMAGR2: Total Cleaned flux density = 25.866 MilliJy 16382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -958.7 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 297.75 MicroJy IMAGR2: 19844 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 325.932 MicroJy iter= 17689 IMAGR2: Field 1 Clean flux density= -1.181 MilliJy 17689 comps IMAGR2: Total Cleaned flux density = -1.575 MilliJy 17952 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 1 min = -921.4 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 281.86 MicroJy IMAGR2: 19676 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -307.199 MicroJy iter= 19325 IMAGR2: Field 1 Clean flux density= 24.150 MilliJy 19325 comps IMAGR2: Total Cleaned flux density = 23.756 MilliJy 19588 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 2 min = -368.4 MicroJy,max = 343.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 281.76 MicroJy IMAGR2: 13 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -278.767 MicroJy iter= 117 IMAGR2: Field 2 Clean flux density= -596.382 MicroJy 117 comps IMAGR2: Total Cleaned flux density = 23.494 MilliJy 19597 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -360.2 MicroJy,max = 355.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 281.61 MicroJy IMAGR2: 11 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 281.556 MicroJy iter= 164 IMAGR2: Field 3 Clean flux density= 23.987 MicroJy 164 comps IMAGR2: Total Cleaned flux density = 23.577 MilliJy 19606 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -921.8 MicroJy,max = 975.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 267.10 MicroJy IMAGR2: 19853 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 290.413 MicroJy iter= 21052 IMAGR2: Field 1 Clean flux density= -461.902 MicroJy 21052 comps IMAGR2: Total Cleaned flux density = -1.034 MilliJy 21333 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 1 min = -904.2 MicroJy,max = 958.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 252.68 MicroJy IMAGR2: 19684 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 274.360 MicroJy iter= 22898 IMAGR2: Field 1 Clean flux density= 21.692 MilliJy 22898 comps IMAGR2: Total Cleaned flux density = 21.120 MilliJy 23179 comps IMAGR2: ALGSTB: All 1370 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1359- 0 Cells, with 36817 Pts IMAGR2: Field 3 min = -304.0 MicroJy,max = 325.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.550E-04 < Second best 2.682E-04 IMAGR2: Field 2 min = -343.7 MicroJy,max = 322.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 252.45 MicroJy IMAGR2: 10 Residual map points loaded IMAGR2: Field 2 min Clean flux = -268.491 MicroJy iter= 118 IMAGR2: Field 2 Clean flux density= -623.231 MicroJy 118 comps IMAGR2: Total Cleaned flux density = 21.093 MilliJy 23180 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -897.0 MicroJy,max = 953.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 239.02 MicroJy IMAGR2: 19965 Residual map points loaded IMAGR2: Field 1 min Clean flux = -269.885 MicroJy iter= 23424 IMAGR2: Field 1 Clean flux density= 13.228 MilliJy 23424 comps IMAGR2: Total Cleaned flux density = 12.629 MilliJy 23706 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 269.885 less than limit 269.956 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 23424 to 12778 components IMAGR2: Field 2 compressed from 118 to 80 components IMAGR2: Field 3 compressed from 164 to 118 components IMAGR2: Field 1 min = -891.1 MicroJy,max = 944.2 MicroJy IMAGR2: Field 2 min = -322.9 MicroJy,max = 314.7 MicroJy IMAGR2: Field 3 min = -296.9 MicroJy,max = 323.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-155.268 MicroJy ( 70 CCs) from field 1 to field 2 IMAGR2: Restore-893.397 MicroJy ( 88 CCs) from field 1 to field 3 IMAGR2: Restore-623.231 MicroJy ( 80 CCs) from field 2 to field 1 IMAGR2: Restore 23.987 MicroJy ( 118 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 12.629 MilliJy IMAGR2: Field 2 final Clean flux -778.499 MicroJy IMAGR2: Field 3 final Clean flux -869.410 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= 285 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 157.4 Real= 329 ed as CNO 274 AIPS 2: Disk 1 in-CNO 283 renumbered as CNO 275 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05401 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1221+282_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :41 =1221+282' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 277 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 278 disk= 1 AIPS 2: Disk 1 in-CNO 279 renumbered as CNO 276 AIPS 2: Disk 1 in-CNO 280 renumbered as CNO 277 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0451 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4169_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :42 =N4169' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 279 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 280 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 281 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 282 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 283 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 284 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 285 disk= 1 AIPS 2: Disk 1 in-CNO 286 renumbered as CNO 278 AIPS 2: Disk 1 in-CNO 287 renumbered as CNO 279 AIPS 2: Disk 1 in-CNO 288 renumbered as CNO 280 AIPS 2: Disk 1 in-CNO 289 renumbered as CNO 281 AIPS 2: Disk 1 in-CNO 290 renumbered as CNO 282 AIPS 2: Disk 1 in-CNO 291 renumbered as CNO 283 AIPS 2: Disk 1 in-CNO 292 renumbered as CNO 284 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4203_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4203_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :43 =N4203' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4203_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 286 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 287 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 288 disk= 1 AIPS 2: Disk 1 in-CNO 289 renumbered as CNO 285 AIPS 2: Disk 1 in-CNO 290 renumbered as CNO 286 AIPS 2: Disk 1 in-CNO 291 renumbered as CNO 287 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4565_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4565 C BAND Seq 1 Disk: 1 in slot 46 SETFC2: SETCEL: recommends IMSIZE 1398 CELLSIZE 0.39521 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39521 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4565_C,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.23 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 12:36:21.58 25:59:04.2 0.058 0.998 0.004 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: 3 12:36:13.98 26:00:48.0 0.047 0.854 0.036 SETFC2: 4 12:36:29.06 25:57:18.1 0.039 0.782 0.045 SETFC2: Add NVSS: wrote 3 fields to BOXFILE SETFC2: The Sun is 47.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 4 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 2036 2036 12 36 20.80 25 59 15.7 00001 -1 1019 1024 1025 C 2 246 246 12 36 21.58 25 59 04.2 00002 -1 100 128 129 C 3 246 246 12 36 13.98 26 00 48.0 00003 -1 100 128 129 C 4 246 246 12 36 29.06 25 57 18.1 00004 -1 100 128 129 ed as CNO 274 AIPS 2: Disk 1 in-CNO 283 renumbered as CNO 275 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05401 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1221+282_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :41 =1221+282' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 277 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 278 disk= 1 AIPS 2: Disk 1 in-CNO 279 renumbered as CNO 276 AIPS 2: Disk 1 in-CNO 280 renumbered as CNO 277 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0451 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4169_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :42 =N4169' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 279 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 280 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 281 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 282 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 283 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 284 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 285 disk= 1 AIPS 2: Disk 1 in-CNO 286 renumbered as CNO 278 AIPS 2: Disk 1 in-CNO 287 renumbered as CNO 279 AIPS 2: Disk 1 in-CNO 288 renumbered as CNO 280 AIPS 2: Disk 1 in-CNO 289 renumbered as CNO 281 AIPS 2: Disk 1 in-CNO 290 renumbered as CNO 282 AIPS 2: Disk 1 in-CNO 291 renumbered as CNO 283 AIPS 2: Disk 1 in-CNO 292 renumbered as CNO 284 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4203_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4203_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :43 =N4203' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4203_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 286 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 287 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 288 disk= 1 AIPS 2: Disk 1 in-CNO 289 renumbered as CNO 285 AIPS 2: Disk 1 in-CNO 290 renumbered as CNO 286 AIPS 2: Disk 1 in-CNO 291 renumbered as CNO 287 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4565_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4565_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :44 =N4565' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4565_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 9.1973E-11 2.5580E-11 0 IMAGR2: Field 2 246 246 1.0517E+01 -1.1500E+01 0 IMAGR2: Field 3 246 246 -9.1956E+01 9.2300E+01 0 IMAGR2: Field 4 246 246 1.1137E+02 -1.1760E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4565_C,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: Create N4565 .IMAGR . 1 (UV) on disk 1 cno 288 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37180 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 6.791E+04 IMAGR2: UVWAIT: Adding temperance S 1.358E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.550E+08 and out 4.394E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.137 due to weighting IMAGR2: UVWAIT: Average summed weight 6.791E+04 over 74360 vis IMAGR2: Create N4565 .IBM001. 1 (MA) on disk 1 cno 289 IMAGR2: Create N4565 .IBM002. 1 (MA) on disk 1 cno 290 IMAGR2: Create N4565 .IBM003. 1 (MA) on disk 1 cno 291 IMAGR2: Create N4565 .IBM004. 1 (MA) on disk 1 cno 292 IMAGR2: Create N4565 .ICL001. 1 (MA) on disk 1 cno 293 IMAGR2: Create N4565 .ICL002. 1 (MA) on disk 1 cno 294 IMAGR2: Create N4565 .ICL003. 1 (MA) on disk 1 cno 295 IMAGR2: Create N4565 .ICL004. 1 (MA) on disk 1 cno 296 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.66496E+09 IMAGR2: Field 1 Beam min = -104.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.236 x 1.142 arcsec, PA= 39.6 IMAGR2: Field 2 Sum of gridding weights = 4.66499E+09 IMAGR2: Field 2 Beam min = -104.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.236 x 1.142 arcsec, PA= 39.6 IMAGR2: Field 3 Sum of gridding weights = 4.66499E+09 IMAGR2: Field 3 Beam min = -104.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.236 x 1.142 arcsec, PA= 39.6 IMAGR2: Field 4 Sum of gridding weights = 4.66499E+09 IMAGR2: Field 4 Beam min = -104.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.236 x 1.142 arcsec, PA= 39.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -399.7 MicroJy,max = 2.5 MilliJy IMAGR2: Field 2 min = -367.5 MicroJy,max = 2.6 MilliJy IMAGR2: Field 3 min = -295.0 MicroJy,max = 291.1 MicroJy IMAGR2: Field 4 min = -235.1 MicroJy,max = 326.6 MicroJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 154.05 MicroJy IMAGR2: 2564 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.254 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 1.485 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 1.485 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 = -251.2 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 1875 cell beam + residuals > 134.60 MicroJy IMAGR2: 14160 Residual map points loaded IMAGR2: Field 1 min allowed flux = 582.032 MicroJy iter= 12 IMAGR2: Field 1 Clean flux density= 970.938 MicroJy 12 comps IMAGR2: Total Cleaned flux density = 2.456 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -199.3 MicroJy,max = 537.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.126E-04 < Second best 5.538E-04 IMAGR2: Field 1 min = -250.6 MicroJy,max = 565.0 MicroJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 159.78 MicroJy IMAGR2: 1574 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 286.480 MicroJy iter= 34 IMAGR2: Field 1 Clean flux density= 1.866 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 3.350 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -192.2 MicroJy,max = 310.0 MicroJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 147.57 MicroJy IMAGR2: 44 Residual map points loaded IMAGR2: Field 2 min Clean flux = 251.089 MicroJy iter= 11 IMAGR2: Field 2 Clean flux density= 1.569 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 3.434 MilliJy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -248.4 MicroJy,max = 271.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 122.12 MicroJy IMAGR2: 19971 Residual map points loaded IMAGR2: Field 1 min Clean flux = 261.071 MicroJy iter= 36 IMAGR2: Field 1 Clean flux density= 1.919 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 3.488 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 261.071 less than limit 268.635 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 36 to 8 components IMAGR2: Field 2 compressed from 11 to 2 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 1 min = -248.3 MicroJy,max = 258.9 MicroJy IMAGR2: Field 2 min = -189.9 MicroJy,max = 225.8 MicroJy IMAGR2: Field 3 min = -186.1 MicroJy,max = 190.7 MicroJy IMAGR2: Field 4 min = -212.4 MicroJy,max = 255.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 981.131 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR2: Restore 1.569 MilliJy ( 2 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 3.488 MilliJy IMAGR2: Field 2 final Clean flux 2.550 MilliJy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 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= 288 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 12.2 Real= 26 ed as CNO 274 AIPS 2: Disk 1 in-CNO 283 renumbered as CNO 275 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05401 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1221+282_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :41 =1221+282' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+282_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 277 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 278 disk= 1 AIPS 2: Disk 1 in-CNO 279 renumbered as CNO 276 AIPS 2: Disk 1 in-CNO 280 renumbered as CNO 277 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0451 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4169_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :42 =N4169' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4169_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 279 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 280 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 281 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 282 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 283 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 284 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 285 disk= 1 AIPS 2: Disk 1 in-CNO 286 renumbered as CNO 278 AIPS 2: Disk 1 in-CNO 287 renumbered as CNO 279 AIPS 2: Disk 1 in-CNO 288 renumbered as CNO 280 AIPS 2: Disk 1 in-CNO 289 renumbered as CNO 281 AIPS 2: Disk 1 in-CNO 290 renumbered as CNO 282 AIPS 2: Disk 1 in-CNO 291 renumbered as CNO 283 AIPS 2: Disk 1 in-CNO 292 renumbered as CNO 284 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4203_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4203_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :43 =N4203' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4203_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 286 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 287 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 288 disk= 1 AIPS 2: Disk 1 in-CNO 289 renumbered as CNO 285 AIPS 2: Disk 1 in-CNO 290 renumbered as CNO 286 AIPS 2: Disk 1 in-CNO 291 renumbered as CNO 287 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4565_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4565_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :44 =N4565' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4565_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4725 C BAND Seq 1 Disk: 1 in slot 47 SETFC2: SETCEL: recommends IMSIZE 1409 CELLSIZE 0.39219 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39219 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4725_C,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.23 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 45.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 2036 2036 12 50 26.60 25 30 05.8 00001 -1 1019 1024 1025 file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4725_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :45 =N4725' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4725_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.8470E-10 1.2790E-11 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4725_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create N4725 .IMAGR . 1 (UV) on disk 1 cno 292 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 7.095E+04 IMAGR2: UVWAIT: Adding temperance S 1.419E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.537E+08 and out 4.449E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.135 due to weighting IMAGR2: UVWAIT: Average summed weight 7.095E+04 over 74412 vis IMAGR2: Create N4725 .IBM001. 1 (MA) on disk 1 cno 293 IMAGR2: Create N4725 .ICL001. 1 (MA) on disk 1 cno 294 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.72308E+09 IMAGR2: Field 1 Beam min = -104.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.231 x 1.142 arcsec, PA= 35.9 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -236.6 MicroJy,max = 466.4 MicroJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 134.53 MicroJy IMAGR2: 10227 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 374.978 MicroJy iter= 4 IMAGR2: Total Cleaned flux density = 165.126 MicroJy 4 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -236.9 MicroJy,max = 350.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 124.41 MicroJy IMAGR2: 19967 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 279.726 MicroJy iter= 16 IMAGR2: Total Cleaned flux density = 537.856 MicroJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -238.0 MicroJy,max = 277.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 123.90 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min Clean flux = 267.099 MicroJy iter= 19 IMAGR2: Total Cleaned flux density = 619.551 MicroJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 267.099 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 19 to 8 components IMAGR2: Field 1 min = -237.9 MicroJy,max = 266.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 619.551 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 292 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 8.9 Real= 19 file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4725_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :45 =N4725' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 293 disk= 1 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 292 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05032 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1254+116 C BAND Seq 1 Disk: 1 in slot 48 SETFC2: SETCEL: recommends IMSIZE 1458 CELLSIZE 0.37921 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37921 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1254+116_C,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.23 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 12:54:38.28 11:41:06.4 0.793 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 33.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 2036 2036 12 54 38.26 11 41 05.9 00001 -1 1019 1024 1025 C 2 246 246 12 54 38.28 11 41 06.4 00002 -1 100 128 129 file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4725_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :45 =N4725' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 293 disk= 1 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 292 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05032 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1254+116_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :46 =1254+116' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1254+116_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 6.0225E-02 5.0000E-03 0 IMAGR2: Field 2 246 246 3.5401E-01 5.0500E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1254+116_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1254+116 .IMAGR . 1 (UV) on disk 1 cno 293 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 29432 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.089E+04 IMAGR2: UVWAIT: Adding temperance S 6.177E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.987E+08 and out 2.535E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.135 due to weighting IMAGR2: UVWAIT: Average summed weight 3.089E+04 over 58864 vis IMAGR2: Create 1254+116 .IBM001. 1 (MA) on disk 1 cno 294 IMAGR2: Create 1254+116 .IBM002. 1 (MA) on disk 1 cno 295 IMAGR2: Create 1254+116 .ICL001. 1 (MA) on disk 1 cno 296 IMAGR2: Create 1254+116 .ICL002. 1 (MA) on disk 1 cno 297 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.69160E+09 IMAGR2: Field 1 Beam min = -68.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.347 x 1.253 arcsec, PA= -1.3 IMAGR2: Field 2 Sum of gridding weights = 2.69163E+09 IMAGR2: Field 2 Beam min = -68.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.347 x 1.253 arcsec, PA= -1.3 IMAGR2: CLBHIS: minimum component 0.252 of current peak IMAGR2: Field 1 min = -54.1 MilliJy,max = 797.2 MilliJy IMAGR2: Field 2 min = -55.8 MilliJy,max = 783.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 27.37 MilliJy IMAGR2: 5622 Residual map points loaded IMAGR2: Field 1 min allowed flux = 188.261 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 634.369 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 634.369 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 2 min = -12.6 MilliJy,max = 174.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.661E-01 < Second best 1.789E-01 IMAGR2: Field 1 min = -12.6 MilliJy,max = 172.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.46 MilliJy IMAGR2: 4514 Residual map points loaded IMAGR2: Field 1 min allowed flux = 41.790 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 783.368 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 783.368 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.9 MilliJy,max = 40.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.00 MilliJy IMAGR2: 44 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 10.990 MilliJy iter= 24 IMAGR2: Field 2 Clean flux density= 26.318 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 809.686 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.1 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.43 MilliJy IMAGR2: 376 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.253 MilliJy iter= 123 IMAGR2: Field 1 Clean flux density= 783.787 MilliJy 123 comps IMAGR2: Total Cleaned flux density = 810.105 MilliJy 147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 159 cell beam + residuals > 844.88 MicroJy IMAGR2: 425 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.678 MilliJy iter= 204 IMAGR2: Field 2 Clean flux density= 30.960 MilliJy 204 comps IMAGR2: Total Cleaned flux density = 814.747 MilliJy 327 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 29432 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.22 MicroJy IMAGR2: 16013 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 834.160 MicroJy iter= 449 IMAGR2: Field 1 Clean flux density= 791.905 MilliJy 449 comps IMAGR2: Total Cleaned flux density = 822.865 MilliJy 653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 400.16 MicroJy IMAGR2: 489 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -551.469 MicroJy iter= 472 IMAGR2: Field 2 Clean flux density= 32.435 MilliJy 472 comps IMAGR2: Total Cleaned flux density = 824.341 MilliJy 921 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 29432 Pts IMAGR2: Field 1 min = -714.6 MicroJy,max = 935.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 268.42 MicroJy IMAGR2: 17992 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 407.584 MicroJy iter= 896 IMAGR2: Field 1 Clean flux density= 797.031 MilliJy 896 comps IMAGR2: Total Cleaned flux density = 829.466 MilliJy 1368 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -530.2 MicroJy,max = 526.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 265.96 MicroJy IMAGR2: 615 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -316.788 MicroJy iter= 732 IMAGR2: Field 2 Clean flux density= 33.533 MilliJy 732 comps IMAGR2: Total Cleaned flux density = 830.564 MilliJy 1628 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 29432 Pts IMAGR2: Field 1 min = -506.2 MicroJy,max = 465.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 229.79 MicroJy IMAGR2: 18810 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -308.158 MicroJy iter= 1513 IMAGR2: Field 1 Clean flux density= 800.989 MilliJy 1513 comps IMAGR2: Total Cleaned flux density = 834.522 MilliJy 2245 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -381.6 MicroJy,max = 406.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 228.80 MicroJy IMAGR2: 458 Residual map points loaded IMAGR2: Field 2 min Clean flux = 298.387 MicroJy iter= 750 IMAGR2: Field 2 Clean flux density= 33.540 MilliJy 750 comps IMAGR2: Total Cleaned flux density = 834.529 MilliJy 2263 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -498.6 MicroJy,max = 428.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 211.11 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min Clean flux = 301.415 MicroJy iter= 1523 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 801.043 MilliJy 1523 comps IMAGR2: Total Cleaned flux density = 834.584 MilliJy 2273 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 301.415 less than limit 301.931 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1523 to 684 components IMAGR2: Field 2 compressed from 750 to 144 components IMAGR2: Field 1 min = -500.0 MicroJy,max = 428.0 MicroJy IMAGR2: Field 2 min = -377.5 MicroJy,max = 403.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 787.808 MilliJy ( 134 CCs) from field 1 to field 2 IMAGR2: Restore 33.540 MilliJy ( 144 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 834.583 MilliJy IMAGR2: Field 2 final Clean flux 821.349 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= 293 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 36.2 Real= 76 file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4725_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :45 =N4725' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 293 disk= 1 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 292 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05032 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1254+116_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :46 =1254+116' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 294 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 295 disk= 1 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 293 AIPS 2: Disk 1 in-CNO 297 renumbered as CNO 294 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4388 C BAND Seq 1 Disk: 1 in slot 49 SETFC2: SETCEL: recommends IMSIZE 1456 CELLSIZE 0.37965 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37965 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4388_C,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.23 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 12:25:46.97 12:39:43.7 0.120 1.000 0.001 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 39.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= 0.9 Real= 2 C 1 2036 2036 12 25 46.70 12 39 40.9 00001 -1 1019 1024 1025 C 2 246 246 12 25 46.97 12 39 43.7 00002 -1 100 128 129 file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4725_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :45 =N4725' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 293 disk= 1 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 292 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05032 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1254+116_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :46 =1254+116' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 294 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 295 disk= 1 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 293 AIPS 2: Disk 1 in-CNO 297 renumbered as CNO 294 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4388_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :47 =N4388' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4388_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.4635E-02 -2.0000E-02 0 IMAGR2: Field 2 246 246 3.9369E+00 2.7800E+00 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4388_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N4388 .IMAGR . 1 (UV) on disk 1 cno 295 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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.754E+04 IMAGR2: UVWAIT: Adding temperance S 1.751E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.525E+08 and out 4.279E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 8.754E+04 over 74412 vis IMAGR2: Create N4388 .IBM001. 1 (MA) on disk 1 cno 296 IMAGR2: Create N4388 .IBM002. 1 (MA) on disk 1 cno 297 IMAGR2: Create N4388 .ICL001. 1 (MA) on disk 1 cno 298 IMAGR2: Create N4388 .ICL002. 1 (MA) on disk 1 cno 299 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.54223E+09 IMAGR2: Field 1 Beam min = -111.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.243 x 1.193 arcsec, PA= 18.2 IMAGR2: Field 2 Sum of gridding weights = 4.54225E+09 IMAGR2: Field 2 Beam min = -111.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.243 x 1.193 arcsec, PA= 18.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -923.3 MicroJy,max = 5.6 MilliJy IMAGR2: Field 2 min = -885.0 MicroJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 1481 cell beam + residuals > 448.01 MicroJy IMAGR2: 14399 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.616 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 5.667 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 5.667 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 2 min = -437.6 MicroJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 442.81 MicroJy IMAGR2: 932 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.289 MilliJy iter= 21 IMAGR2: Field 2 Clean flux density= 3.851 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 9.518 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -328.9 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 1481 cell beam + residuals > 209.59 MicroJy IMAGR2: 14677 Residual map points loaded IMAGR2: Field 1 min allowed flux = 644.653 MicroJy iter= 48 IMAGR2: Field 1 Clean flux density= 8.587 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 12.438 MilliJy 69 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -280.7 MicroJy,max = 637.4 MicroJy IMAGR2: BGC Clean: using 283 cell beam + residuals > 201.21 MicroJy IMAGR2: 961 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 340.077 MicroJy iter= 80 IMAGR2: Field 2 Clean flux density= 6.556 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 15.142 MilliJy 128 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -292.1 MicroJy,max = 380.9 MicroJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 191.26 MicroJy IMAGR2: 3125 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 270.160 MicroJy iter= 113 IMAGR2: Field 1 Clean flux density= 10.544 MilliJy 113 comps IMAGR2: Total Cleaned flux density = 17.100 MilliJy 193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -243.8 MicroJy,max = 354.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 153.72 MicroJy IMAGR2: 1040 Residual map points loaded IMAGR2: Field 2 min Clean flux = 257.597 MicroJy iter= 82 IMAGR2: Field 2 Clean flux density= 6.609 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 17.153 MilliJy 195 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -289.7 MicroJy,max = 270.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 146.08 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min Clean flux = 261.141 MicroJy iter= 115 IMAGR2: Field 1 Clean flux density= 10.597 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 17.206 MilliJy 197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 261.141 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 115 to 74 components IMAGR2: Field 2 compressed from 82 to 46 components IMAGR2: Field 1 min = -289.3 MicroJy,max = 257.6 MicroJy IMAGR2: Field 2 min = -243.8 MicroJy,max = 353.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 9.674 MilliJy ( 54 CCs) from field 1 to field 2 IMAGR2: Restore 6.609 MilliJy ( 46 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 17.206 MilliJy IMAGR2: Field 2 final Clean flux 16.283 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= 295 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 14.0 Real= 29 file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4725_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :45 =N4725' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 293 disk= 1 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 292 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05032 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1254+116_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :46 =1254+116' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 294 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 295 disk= 1 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 293 AIPS 2: Disk 1 in-CNO 297 renumbered as CNO 294 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4388_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :47 =N4388' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 296 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 297 disk= 1 AIPS 2: Disk 1 in-CNO 298 renumbered as CNO 295 AIPS 2: Disk 1 in-CNO 299 renumbered as CNO 296 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4450_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4450 C BAND Seq 1 Disk: 1 in slot 50 SETFC2: SETCEL: recommends IMSIZE 1458 CELLSIZE 0.37916 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37916 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4450_C,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.23 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 41.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 2036 2036 12 28 29.34 17 05 06.7 00001 -1 1019 1024 1025 file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4725_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :45 =N4725' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 293 disk= 1 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 292 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05032 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1254+116_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :46 =1254+116' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 294 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 295 disk= 1 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 293 AIPS 2: Disk 1 in-CNO 297 renumbered as CNO 294 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4388_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :47 =N4388' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 296 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 297 disk= 1 AIPS 2: Disk 1 in-CNO 298 renumbered as CNO 295 AIPS 2: Disk 1 in-CNO 299 renumbered as CNO 296 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4450_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4450_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :48 =N4450' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4450_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 9.7803E-11 0.0000E+00 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4450_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create N4450 .IMAGR . 1 (UV) on disk 1 cno 297 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37154 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 7.936E+04 IMAGR2: UVWAIT: Adding temperance S 1.587E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.516E+08 and out 4.223E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.136 due to weighting IMAGR2: UVWAIT: Average summed weight 7.936E+04 over 74256 vis IMAGR2: Create N4450 .IBM001. 1 (MA) on disk 1 cno 298 IMAGR2: Create N4450 .ICL001. 1 (MA) on disk 1 cno 299 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.48308E+09 IMAGR2: Field 1 Beam min = -102.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.215 x 1.170 arcsec, PA= 10.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -683.4 MicroJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 2017 cell beam + residuals > 293.25 MicroJy IMAGR2: 19918 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.862 MilliJy iter= 11 IMAGR2: Total Cleaned flux density = 4.348 MilliJy 11 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -411.5 MicroJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 1385 cell beam + residuals > 206.73 MicroJy IMAGR2: 14156 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.346 MilliJy iter= 27 IMAGR2: Total Cleaned flux density = 7.498 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -288.0 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 385 cell beam + residuals > 164.02 MicroJy IMAGR2: 10422 Residual map points loaded IMAGR2: Field 1 min allowed flux = 632.980 MicroJy iter= 51 IMAGR2: Total Cleaned flux density = 9.598 MilliJy 51 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -259.4 MicroJy,max = 632.0 MicroJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 165.77 MicroJy IMAGR2: 3656 Residual map points loaded IMAGR2: Field 1 min allowed flux = 314.433 MicroJy iter= 103 IMAGR2: Total Cleaned flux density = 11.842 MilliJy 103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -246.5 MicroJy,max = 320.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 129.25 MicroJy IMAGR2: 19975 Residual map points loaded IMAGR2: Field 1 min Clean flux = 267.760 MicroJy iter= 123 IMAGR2: Total Cleaned flux density = 12.420 MilliJy 123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 267.760 less than limit 268.729 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 123 to 30 components IMAGR2: Field 1 min = -246.1 MicroJy,max = 261.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 12.420 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= 297 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 13.5 Real= 28 file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4725_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :45 =N4725' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 293 disk= 1 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 292 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05032 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1254+116_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :46 =1254+116' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 294 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 295 disk= 1 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 293 AIPS 2: Disk 1 in-CNO 297 renumbered as CNO 294 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4388_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :47 =N4388' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 296 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 297 disk= 1 AIPS 2: Disk 1 in-CNO 298 renumbered as CNO 295 AIPS 2: Disk 1 in-CNO 299 renumbered as CNO 296 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4450_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4450_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :48 =N4450' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4450_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 298 disk= 1 AIPS 2: Disk 1 in-CNO 299 renumbered as CNO 297 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4477_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4477 C BAND Seq 1 Disk: 1 in slot 51 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.37943 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37943 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4477_C,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.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 39.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 2036 2036 12 30 02.41 13 38 10.7 00001 -1 1019 1024 1025 file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4725_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :45 =N4725' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 293 disk= 1 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 292 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05032 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1254+116_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :46 =1254+116' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 294 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 295 disk= 1 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 293 AIPS 2: Disk 1 in-CNO 297 renumbered as CNO 294 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4388_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :47 =N4388' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 296 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 297 disk= 1 AIPS 2: Disk 1 in-CNO 298 renumbered as CNO 295 AIPS 2: Disk 1 in-CNO 299 renumbered as CNO 296 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4450_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4450_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :48 =N4450' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4450_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 298 disk= 1 AIPS 2: Disk 1 in-CNO 299 renumbered as CNO 297 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4477_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4477_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :49 =N4477' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4477_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 9.9434E-11 6.3949E-12 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4477_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create N4477 .IMAGR . 1 (UV) on disk 1 cno 298 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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.655E+04 IMAGR2: UVWAIT: Adding temperance S 1.731E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.512E+08 and out 4.268E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.138 due to weighting IMAGR2: UVWAIT: Average summed weight 8.655E+04 over 74412 vis IMAGR2: Create N4477 .IBM001. 1 (MA) on disk 1 cno 299 IMAGR2: Create N4477 .ICL001. 1 (MA) on disk 1 cno 300 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.53093E+09 IMAGR2: Field 1 Beam min = -113.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.227 x 1.186 arcsec, PA= -5.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -238.2 MicroJy,max = 815.5 MicroJy IMAGR2: BGC Clean: using 285 cell beam + residuals > 150.90 MicroJy IMAGR2: 4134 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 494.371 MicroJy iter= 6 IMAGR2: Total Cleaned flux density = 383.804 MicroJy 6 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -240.6 MicroJy,max = 452.0 MicroJy IMAGR2: BGC Clean: using 147 cell beam + residuals > 165.47 MicroJy IMAGR2: 1037 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 306.164 MicroJy iter= 16 IMAGR2: Total Cleaned flux density = 746.946 MicroJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -241.3 MicroJy,max = 302.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 124.66 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min Clean flux = 258.454 MicroJy iter= 22 IMAGR2: Total Cleaned flux density = 914.444 MicroJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 258.454 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 22 to 7 components IMAGR2: Field 1 min = -241.2 MicroJy,max = 254.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 914.444 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= 298 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 9.0 Real= 19 file: catno= 289 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 290 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 291 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 292 disk= 1 AIPS 2: Disk 1 in-CNO 293 renumbered as CNO 288 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 289 AIPS 2: Disk 1 in-CNO 295 renumbered as CNO 290 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 291 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4725_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :45 =N4725' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4725_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 293 disk= 1 AIPS 2: Disk 1 in-CNO 294 renumbered as CNO 292 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05032 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1254+116_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :46 =1254+116' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1254+116_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 294 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 295 disk= 1 AIPS 2: Disk 1 in-CNO 296 renumbered as CNO 293 AIPS 2: Disk 1 in-CNO 297 renumbered as CNO 294 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4388_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :47 =N4388' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4388_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 296 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 297 disk= 1 AIPS 2: Disk 1 in-CNO 298 renumbered as CNO 295 AIPS 2: Disk 1 in-CNO 299 renumbered as CNO 296 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4450_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4450_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :48 =N4450' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4450_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 298 disk= 1 AIPS 2: Disk 1 in-CNO 299 renumbered as CNO 297 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4477_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4477_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :49 =N4477' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4477_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 299 disk= 1 AIPS 2: Disk 1 in-CNO 300 renumbered as CNO 298 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4501 C BAND Seq 1 Disk: 1 in slot 52 SETFC2: SETCEL: recommends IMSIZE 1448 CELLSIZE 0.38182 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38182 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4501_C,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.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 12:31:58.79 14:25:05.0 0.281 1.000 0.002 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 39.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 2036 2036 12 31 58.97 14 25 09.9 00001 -1 1019 1024 1025 C 2 246 246 12 31 58.79 14 25 05.0 00002 -1 100 128 129 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 299 disk= 1 AIPS 2: Disk 1 in-CNO 300 renumbered as CNO 298 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4501_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :50 =N4501' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4501_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 9.9095E-11 6.3949E-12 0 IMAGR2: Field 2 246 246 -2.6149E+00 -4.9000E+00 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4501_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N4501 .IMAGR . 1 (UV) on disk 1 cno 299 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37154 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.488E+04 IMAGR2: UVWAIT: Adding temperance S 1.698E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.499E+08 and out 4.272E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.140 due to weighting IMAGR2: UVWAIT: Average summed weight 8.488E+04 over 74308 vis IMAGR2: Create N4501 .IBM001. 1 (MA) on disk 1 cno 300 IMAGR2: Create N4501 .IBM002. 1 (MA) on disk 1 cno 301 IMAGR2: Create N4501 .ICL001. 1 (MA) on disk 1 cno 302 IMAGR2: Create N4501 .ICL002. 1 (MA) on disk 1 cno 303 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.53541E+09 IMAGR2: Field 1 Beam min = -132.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.227 x 1.178 arcsec, PA= -15.4 IMAGR2: Field 2 Sum of gridding weights = 4.53545E+09 IMAGR2: Field 2 Beam min = -132.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.227 x 1.178 arcsec, PA= -15.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -262.6 MicroJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -271.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 537 cell beam + residuals > 148.26 MicroJy IMAGR2: 18318 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 730.908 MicroJy iter= 19 IMAGR2: Field 1 Clean flux density= 1.857 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 1.857 MilliJy 19 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 = -265.9 MicroJy,max = 711.3 MicroJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 148.26 MicroJy IMAGR2: 402 Residual map points loaded IMAGR2: Field 2 min allowed flux = 321.957 MicroJy iter= 9 IMAGR2: Field 2 Clean flux density= 441.187 MicroJy 9 comps IMAGR2: Total Cleaned flux density = 2.298 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -240.5 MicroJy,max = 727.1 MicroJy IMAGR2: BGC Clean: using 283 cell beam + residuals > 141.40 MicroJy IMAGR2: 11870 Residual map points loaded IMAGR2: Field 1 min allowed flux = 356.620 MicroJy iter= 50 IMAGR2: Field 1 Clean flux density= 3.418 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 3.859 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -239.6 MicroJy,max = 353.8 MicroJy IMAGR2: BGC Clean: using 283 cell beam + residuals > 137.62 MicroJy IMAGR2: 10171 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.213 MicroJy iter= 72 IMAGR2: Field 1 Clean flux density= 4.090 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 4.532 MilliJy 81 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -258.8 MicroJy,max = 256.1 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 72 to 25 components IMAGR2: Field 2 compressed from 9 to 2 components IMAGR2: Field 1 min = -239.1 MicroJy,max = 264.8 MicroJy IMAGR2: Field 2 min = -258.8 MicroJy,max = 256.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 521.397 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR2: Restore 441.187 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 4.532 MilliJy IMAGR2: Field 2 final Clean flux 962.585 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= 299 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 11.0 Real= 23 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 299 disk= 1 AIPS 2: Disk 1 in-CNO 300 renumbered as CNO 298 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4501_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :50 =N4501' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 300 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 301 disk= 1 AIPS 2: Disk 1 in-CNO 302 renumbered as CNO 299 AIPS 2: Disk 1 in-CNO 303 renumbered as CNO 300 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04437 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4579 C BAND Seq 1 Disk: 1 in slot 53 SETFC2: SETCEL: recommends IMSIZE 1432 CELLSIZE 0.38586 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38586 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4579_C,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.23 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 12:37:43.74 11:49:08.0 0.098 1.000 0.002 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 36.6 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.0 Real= 2 C 1 2036 2036 12 37 44.12 11 49 10.5 00001 -1 1019 1024 1025 C 2 246 246 12 37 43.74 11 49 08.0 00002 -1 100 128 129 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 299 disk= 1 AIPS 2: Disk 1 in-CNO 300 renumbered as CNO 298 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4501_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :50 =N4501' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 300 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 301 disk= 1 AIPS 2: Disk 1 in-CNO 302 renumbered as CNO 299 AIPS 2: Disk 1 in-CNO 303 renumbered as CNO 300 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04437 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4579_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :51 =N4579' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4579_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.0015E-10 6.3949E-12 0 IMAGR2: Field 2 246 246 -5.5791E+00 -2.5000E+00 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4579_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N4579 .IMAGR . 1 (UV) on disk 1 cno 301 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37856 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 9.188E+04 IMAGR2: UVWAIT: Adding temperance S 1.838E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.557E+08 and out 4.473E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 9.188E+04 over 75660 vis IMAGR2: Create N4579 .IBM001. 1 (MA) on disk 1 cno 302 IMAGR2: Create N4579 .IBM002. 1 (MA) on disk 1 cno 303 IMAGR2: Create N4579 .ICL001. 1 (MA) on disk 1 cno 304 IMAGR2: Create N4579 .ICL002. 1 (MA) on disk 1 cno 305 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.74862E+09 IMAGR2: Field 1 Beam min = -155.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.246 x 1.190 arcsec, PA= -19.7 IMAGR2: Field 2 Sum of gridding weights = 4.74867E+09 IMAGR2: Field 2 Beam min = -155.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.246 x 1.190 arcsec, PA= -19.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -6.3 MilliJy,max = 36.7 MilliJy IMAGR2: Field 2 min = -5.1 MilliJy,max = 35.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.77 MilliJy IMAGR2: 13536 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.626 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 22.741 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 22.741 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 15.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.467E-02 < Second best 1.580E-02 IMAGR2: Field 1 min = -2.9 MilliJy,max = 15.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 804.26 MicroJy IMAGR2: 11924 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.334 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 32.512 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 32.512 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.560E-03 < Second best 6.971E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 383.44 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 12266 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.154 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 36.762 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 36.762 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -955.4 MicroJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 360.45 MicroJy IMAGR2: 1323 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.534 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 2.195 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 38.957 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.372E-03 < Second best 1.460E-03 IMAGR2: Field 2 min = -964.7 MicroJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 190.29 MicroJy IMAGR2: 3998 Residual map points loaded IMAGR2: Field 2 min allowed flux = 727.708 MicroJy iter= 39 IMAGR2: Field 2 Clean flux density= 3.856 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 40.618 MilliJy 66 comps IMAGR2: ALGSTB: All 181 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 170- 0 Cells, with 37856 Pts IMAGR2: Field 1 min = -722.3 MicroJy,max = 811.1 MicroJy IMAGR2: BGC Clean: using 549 cell beam + residuals > 175.90 MicroJy IMAGR2: 9946 Residual map points loaded IMAGR2: Field 1 min allowed flux = 402.370 MicroJy iter= 73 IMAGR2: Field 1 Clean flux density= 37.721 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 41.576 MilliJy 112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -483.7 MicroJy,max = 472.9 MicroJy IMAGR2: BGC Clean: using 151 cell beam + residuals > 180.81 MicroJy IMAGR2: 1559 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 283.299 MicroJy iter= 120 IMAGR2: Field 2 Clean flux density= 4.338 MilliJy 120 comps IMAGR2: Total Cleaned flux density = 42.059 MilliJy 193 comps IMAGR2: ALGSTB: All 181 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 170- 0 Cells, with 37856 Pts IMAGR2: Field 1 min = -314.2 MicroJy,max = 323.4 MicroJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 157.24 MicroJy IMAGR2: 7496 Residual map points loaded IMAGR2: Field 1 min Clean flux = -265.260 MicroJy iter= 98 IMAGR2: Field 1 Clean flux density= 38.092 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 42.430 MilliJy 218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -295.9 MicroJy,max = 306.4 MicroJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 34.58 MicroJy IMAGR2: 19340 Residual map points loaded IMAGR2: Field 2 min Clean flux = -264.364 MicroJy iter= 123 IMAGR2: Field 2 Clean flux density= 4.311 MilliJy 123 comps IMAGR2: Total Cleaned flux density = 42.402 MilliJy 221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 265.260 less than limit 266.226 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 98 to 40 components IMAGR2: Field 2 compressed from 123 to 43 components IMAGR2: Field 1 min = -302.2 MicroJy,max = 301.7 MicroJy IMAGR2: Field 2 min = -294.1 MicroJy,max = 305.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 38.063 MilliJy ( 39 CCs) from field 1 to field 2 IMAGR2: Restore 4.311 MilliJy ( 43 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 42.402 MilliJy IMAGR2: Field 2 final Clean flux 42.374 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= 301 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 16.8 Real= 35 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 299 disk= 1 AIPS 2: Disk 1 in-CNO 300 renumbered as CNO 298 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4501_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :50 =N4501' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 300 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 301 disk= 1 AIPS 2: Disk 1 in-CNO 302 renumbered as CNO 299 AIPS 2: Disk 1 in-CNO 303 renumbered as CNO 300 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04437 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4579_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :51 =N4579' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 302 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 303 disk= 1 AIPS 2: Disk 1 in-CNO 304 renumbered as CNO 301 AIPS 2: Disk 1 in-CNO 305 renumbered as CNO 302 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4639_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4639 C BAND Seq 1 Disk: 1 in slot 54 SETFC2: SETCEL: recommends IMSIZE 1412 CELLSIZE 0.39149 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39149 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4639_C,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.23 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 36.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 2036 2036 12 42 52.38 13 15 26.5 00001 -1 1019 1024 1025 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 299 disk= 1 AIPS 2: Disk 1 in-CNO 300 renumbered as CNO 298 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4501_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :50 =N4501' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 300 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 301 disk= 1 AIPS 2: Disk 1 in-CNO 302 renumbered as CNO 299 AIPS 2: Disk 1 in-CNO 303 renumbered as CNO 300 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04437 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4579_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :51 =N4579' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 302 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 303 disk= 1 AIPS 2: Disk 1 in-CNO 304 renumbered as CNO 301 AIPS 2: Disk 1 in-CNO 305 renumbered as CNO 302 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4639_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4639_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :52 =N4639' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4639_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 0.0000E+00 6.3949E-12 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4639_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create N4639 .IMAGR . 1 (UV) on disk 1 cno 303 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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.352E+04 IMAGR2: UVWAIT: Adding temperance S 1.670E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.512E+08 and out 4.292E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR2: UVWAIT: Average summed weight 8.352E+04 over 74412 vis IMAGR2: Create N4639 .IBM001. 1 (MA) on disk 1 cno 304 IMAGR2: Create N4639 .ICL001. 1 (MA) on disk 1 cno 305 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.55686E+09 IMAGR2: Field 1 Beam min = -154.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.248 x 1.188 arcsec, PA= -26.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -255.5 MicroJy,max = 278.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 125.46 MicroJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min Clean flux = 250.712 MicroJy iter= 2 IMAGR2: Total Cleaned flux density = 52.928 MicroJy 2 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 250.712 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2 to 1 components IMAGR2: Field 1 min = -256.3 MicroJy,max = 247.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 52.928 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= 303 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 5.8 Real= 12 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 299 disk= 1 AIPS 2: Disk 1 in-CNO 300 renumbered as CNO 298 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4501_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :50 =N4501' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 300 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 301 disk= 1 AIPS 2: Disk 1 in-CNO 302 renumbered as CNO 299 AIPS 2: Disk 1 in-CNO 303 renumbered as CNO 300 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04437 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4579_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :51 =N4579' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 302 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 303 disk= 1 AIPS 2: Disk 1 in-CNO 304 renumbered as CNO 301 AIPS 2: Disk 1 in-CNO 305 renumbered as CNO 302 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4639_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4639_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :52 =N4639' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4639_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 304 disk= 1 AIPS 2: Disk 1 in-CNO 305 renumbered as CNO 303 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4698_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4698 C BAND Seq 1 Disk: 1 in slot 55 SETFC2: SETCEL: recommends IMSIZE 1380 CELLSIZE 0.40056 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40056 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4698_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.09 and 0.23 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 32.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 1012 1012 12 48 22.97 08 29 14.3 00001 -1 507 512 513 C 2 1012 1012 12 48 22.97 08 23 33.3 00002 -1 507 512 513 C 3 1012 1012 12 48 03.07 08 26 23.8 00003 -1 507 512 513 C 4 1012 1012 12 48 42.87 08 26 23.8 00004 -1 507 512 513 C 5 1012 1012 12 48 03.06 08 32 04.8 00005 -1 507 512 513 C 6 1012 1012 12 48 42.88 08 32 04.8 00006 -1 507 512 513 C 7 1012 1012 12 48 22.97 08 34 55.3 00007 -1 507 512 513 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 299 disk= 1 AIPS 2: Disk 1 in-CNO 300 renumbered as CNO 298 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4501_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :50 =N4501' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 300 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 301 disk= 1 AIPS 2: Disk 1 in-CNO 302 renumbered as CNO 299 AIPS 2: Disk 1 in-CNO 303 renumbered as CNO 300 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04437 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4579_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :51 =N4579' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 302 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 303 disk= 1 AIPS 2: Disk 1 in-CNO 304 renumbered as CNO 301 AIPS 2: Disk 1 in-CNO 305 renumbered as CNO 302 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4639_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4639_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :52 =N4639' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4639_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 304 disk= 1 AIPS 2: Disk 1 in-CNO 305 renumbered as CNO 303 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4698_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4698_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :53 =N4698' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4698_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.0120E-10 0.0000E+00 0 IMAGR2: Field 2 1012 1012 1.0120E-10 -3.4100E+02 0 IMAGR2: Field 3 1012 1012 -2.9523E+02 -1.7050E+02 0 IMAGR2: Field 4 1012 1012 2.9523E+02 -1.7050E+02 0 IMAGR2: Field 5 1012 1012 -2.9538E+02 1.7050E+02 0 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 1012 1012 2.9538E+02 1.7050E+02 0 IMAGR2: Field 7 1012 1012 1.0120E-10 3.4100E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4698_C,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 N4698 .IMAGR . 1 (UV) on disk 1 cno 304 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37180 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.731E+05 IMAGR2: UVWAIT: Adding temperance S 3.463E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.507E+08 and out 4.250E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.162 due to weighting IMAGR2: UVWAIT: Average summed weight 1.731E+05 over 74360 vis IMAGR2: Create N4698 .IBM001. 1 (MA) on disk 1 cno 305 IMAGR2: Create N4698 .IBM002. 1 (MA) on disk 1 cno 306 IMAGR2: Create N4698 .IBM003. 1 (MA) on disk 1 cno 307 IMAGR2: Create N4698 .IBM004. 1 (MA) on disk 1 cno 308 IMAGR2: Create N4698 .IBM005. 1 (MA) on disk 1 cno 309 IMAGR2: Create N4698 .IBM006. 1 (MA) on disk 1 cno 310 IMAGR2: Create N4698 .IBM007. 1 (MA) on disk 1 cno 311 IMAGR2: Create N4698 .ICL001. 1 (MA) on disk 1 cno 312 IMAGR2: Create N4698 .ICL002. 1 (MA) on disk 1 cno 313 IMAGR2: Create N4698 .ICL003. 1 (MA) on disk 1 cno 314 IMAGR2: Create N4698 .ICL004. 1 (MA) on disk 1 cno 315 IMAGR2: Create N4698 .ICL005. 1 (MA) on disk 1 cno 316 IMAGR2: Create N4698 .ICL006. 1 (MA) on disk 1 cno 317 IMAGR2: Create N4698 .ICL007. 1 (MA) on disk 1 cno 318 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.51190E+09 IMAGR2: Field 1 Beam min = -164.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.271 x 1.221 arcsec, PA= -12.6 IMAGR2: Field 2 Sum of gridding weights = 4.51190E+09 IMAGR2: Field 2 Beam min = -164.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.272 x 1.221 arcsec, PA= -12.0 IMAGR2: Field 3 Sum of gridding weights = 4.51191E+09 IMAGR2: Field 3 Beam min = -164.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.271 x 1.222 arcsec, PA= -12.0 IMAGR2: Field 4 Sum of gridding weights = 4.51191E+09 IMAGR2: Field 4 Beam min = -164.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.272 x 1.220 arcsec, PA= -12.7 IMAGR2: Field 5 Sum of gridding weights = 4.51189E+09 IMAGR2: Field 5 Beam min = -165.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.270 x 1.221 arcsec, PA= -12.6 IMAGR2: Field 6 Sum of gridding weights = 4.51189E+09 IMAGR2: Field 6 Beam min = -164.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.271 x 1.220 arcsec, PA= -13.3 IMAGR2: Field 7 Sum of gridding weights = 4.51189E+09 IMAGR2: Field 7 Beam min = -165.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.270 x 1.220 arcsec, PA= -13.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -388.7 MicroJy,max = 850.2 MicroJy IMAGR2: Field 2 min = -285.4 MicroJy,max = 375.3 MicroJy IMAGR2: Field 3 min = -335.4 MicroJy,max = 476.6 MicroJy IMAGR2: Field 4 min = -260.5 MicroJy,max = 253.7 MicroJy IMAGR2: Field 5 min = -445.6 MicroJy,max = 2.4 MilliJy IMAGR2: Field 6 min = -291.0 MicroJy,max = 278.9 MicroJy IMAGR2: Field 7 min = -386.3 MicroJy,max = 838.6 MicroJy IMAGR2: BGC Clean: using 2007 cell beam + residuals > 199.13 MicroJy IMAGR2: 7358 Residual map points loaded IMAGR2: Field 5 min allowed flux = 1.179 MilliJy iter= 12 IMAGR2: Field 5 Clean flux density= 1.964 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 1.964 MilliJy 12 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -317.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 561 cell beam + residuals > 180.61 MicroJy IMAGR2: 2398 Residual map points loaded IMAGR2: Field 5 min allowed flux = 549.554 MicroJy iter= 28 IMAGR2: Field 5 Clean flux density= 3.252 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 3.252 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -256.6 MicroJy,max = 801.9 MicroJy IMAGR2: BGC Clean: using 531 cell beam + residuals > 173.05 MicroJy IMAGR2: 930 Residual map points loaded IMAGR2: Field 1 min allowed flux = 394.316 MicroJy iter= 12 IMAGR2: Field 1 Clean flux density= 657.664 MicroJy 12 comps IMAGR2: Total Cleaned flux density = 3.910 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -245.9 MicroJy,max = 523.5 MicroJy IMAGR2: BGC Clean: using 153 cell beam + residuals > 240.51 MicroJy IMAGR2: 42 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 307.235 MicroJy iter= 42 IMAGR2: Field 5 Clean flux density= 3.818 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 4.476 MilliJy 54 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -263.9 MicroJy,max = 388.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.710E-04 < Second best 4.254E-04 IMAGR2: Field 7 min = -239.2 MicroJy,max = 237.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.242E-04 < Second best 3.756E-04 IMAGR2: Field 1 min = -255.7 MicroJy,max = 382.3 MicroJy IMAGR2: BGC Clean: using 153 cell beam + residuals > 157.02 MicroJy IMAGR2: 1390 Residual map points loaded IMAGR2: Field 1 min Clean flux = 264.146 MicroJy iter= 22 IMAGR2: Field 1 Clean flux density= 974.514 MicroJy 22 comps IMAGR2: Total Cleaned flux density = 4.793 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -264.3 MicroJy,max = 389.4 MicroJy IMAGR2: BGC Clean: using 153 cell beam + residuals > 157.02 MicroJy IMAGR2: 3502 Residual map points loaded IMAGR2: Field 3 min Clean flux = 267.915 MicroJy iter= 30 IMAGR2: Field 3 Clean flux density= 919.360 MicroJy 30 comps IMAGR2: Total Cleaned flux density = 5.712 MilliJy 94 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -260.0 MicroJy,max = 312.5 MicroJy IMAGR2: BGC Clean: using 153 cell beam + residuals > 157.02 MicroJy IMAGR2: 1437 Residual map points loaded IMAGR2: Field 2 min Clean flux = 268.604 MicroJy iter= 4 IMAGR2: Field 2 Clean flux density= 112.012 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 5.824 MilliJy 98 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -245.4 MicroJy,max = 286.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 110.67 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 5 min Clean flux = 265.148 MicroJy iter= 45 IMAGR2: Field 5 Clean flux density= 3.902 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 5.908 MilliJy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 268.604 less than limit 268.635 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 22 to 5 components IMAGR2: Field 2 compressed from 4 to 4 components IMAGR2: Field 3 compressed from 30 to 20 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 45 to 7 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -248.3 MicroJy,max = 269.1 MicroJy IMAGR2: Field 2 min = -259.3 MicroJy,max = 310.6 MicroJy IMAGR2: Field 3 min = -263.3 MicroJy,max = 303.3 MicroJy IMAGR2: Field 4 min = -239.2 MicroJy,max = 239.1 MicroJy IMAGR2: Field 5 min = -245.6 MicroJy,max = 262.3 MicroJy IMAGR2: Field 6 min = -277.1 MicroJy,max = 270.1 MicroJy IMAGR2: Field 7 min = -237.2 MicroJy,max = 233.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 359.474 MicroJy ( 2 CCs) from field 1 to field 5 IMAGR2: Restore 112.012 MicroJy ( 4 CCs) from field 2 to field 3 IMAGR2: Restore 54.195 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Restore 82.967 MicroJy ( 3 CCs) from field 3 to field 2 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.029 MilliJy IMAGR2: Field 2 final Clean flux 194.979 MicroJy IMAGR2: Field 3 final Clean flux 1.031 MilliJy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 4.262 MilliJy 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= 304 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 21.4 Real= 45 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 299 disk= 1 AIPS 2: Disk 1 in-CNO 300 renumbered as CNO 298 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4501_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :50 =N4501' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4501_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 300 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 301 disk= 1 AIPS 2: Disk 1 in-CNO 302 renumbered as CNO 299 AIPS 2: Disk 1 in-CNO 303 renumbered as CNO 300 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04437 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4579_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :51 =N4579' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4579_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 302 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 303 disk= 1 AIPS 2: Disk 1 in-CNO 304 renumbered as CNO 301 AIPS 2: Disk 1 in-CNO 305 renumbered as CNO 302 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4639_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4639_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :52 =N4639' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4639_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 304 disk= 1 AIPS 2: Disk 1 in-CNO 305 renumbered as CNO 303 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4698_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4698_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :53 =N4698' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4698_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 305 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 306 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 307 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 308 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 309 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 310 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 311 disk= 1 AIPS 2: Disk 1 in-CNO 312 renumbered as CNO 304 AIPS 2: Disk 1 in-CNO 313 renumbered as CNO 305 AIPS 2: Disk 1 in-CNO 314 renumbered as CNO 306 AIPS 2: Disk 1 in-CNO 315 renumbered as CNO 307 AIPS 2: Disk 1 in-CNO 316 renumbered as CNO 308 AIPS 2: Disk 1 in-CNO 317 renumbered as CNO 309 AIPS 2: Disk 1 in-CNO 318 renumbered as CNO 310 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1146+399 C BAND Seq 1 Disk: 1 in slot 56 SETFC2: SETCEL: recommends IMSIZE 1371 CELLSIZE 0.40302 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40302 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1146+399_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 65.1 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= 2 C 1 1012 1012 11 46 58.30 39 58 34.3 00001 -1 507 512 513 C 2 1012 1012 11 46 58.30 39 52 51.2 00002 -1 507 512 513 C 3 1012 1012 11 46 32.47 39 55 42.6 00003 -1 507 512 513 C 4 1012 1012 11 47 24.13 39 55 42.6 00004 -1 507 512 513 C 5 1012 1012 11 46 32.43 40 01 25.7 00005 -1 507 512 513 C 6 1012 1012 11 47 24.16 40 01 25.7 00006 -1 507 512 513 C 7 1012 1012 11 46 58.30 40 04 17.4 00007 -1 507 512 513 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :54 =1146+399' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1146+399_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.1840E-02 -4.0000E-03 0 IMAGR2: Field 2 1012 1012 2.1840E-02 -3.4310E+02 0 IMAGR2: Field 3 1012 1012 -2.9689E+02 -1.7170E+02 0 IMAGR2: Field 4 1012 1012 2.9693E+02 -1.7170E+02 0 IMAGR2: Field 5 1012 1012 -2.9735E+02 1.7140E+02 0 IMAGR2: Field 6 1012 1012 2.9727E+02 1.7140E+02 0 IMAGR2: Field 7 1012 1012 2.1840E-02 3.4310E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1146+399_C,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 1146+399 .IMAGR . 1 (UV) on disk 1 cno 311 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.211E+04 IMAGR2: UVWAIT: Adding temperance S 6.422E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.667E+07 and out 5.974E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR2: UVWAIT: Average summed weight 3.211E+04 over 14040 vis IMAGR2: Create 1146+399 .IBM001. 1 (MA) on disk 1 cno 312 IMAGR2: Create 1146+399 .IBM002. 1 (MA) on disk 1 cno 313 IMAGR2: Create 1146+399 .IBM003. 1 (MA) on disk 1 cno 314 IMAGR2: Create 1146+399 .IBM004. 1 (MA) on disk 1 cno 315 IMAGR2: Create 1146+399 .IBM005. 1 (MA) on disk 1 cno 316 IMAGR2: Create 1146+399 .IBM006. 1 (MA) on disk 1 cno 317 IMAGR2: Create 1146+399 .IBM007. 1 (MA) on disk 1 cno 318 IMAGR2: Create 1146+399 .ICL001. 1 (MA) on disk 1 cno 319 IMAGR2: Create 1146+399 .ICL002. 1 (MA) on disk 1 cno 320 IMAGR2: Create 1146+399 .ICL003. 1 (MA) on disk 1 cno 321 IMAGR2: Create 1146+399 .ICL004. 1 (MA) on disk 1 cno 322 IMAGR2: Create 1146+399 .ICL005. 1 (MA) on disk 1 cno 323 IMAGR2: Create 1146+399 .ICL006. 1 (MA) on disk 1 cno 324 IMAGR2: Create 1146+399 .ICL007. 1 (MA) on disk 1 cno 325 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.34199E+08 IMAGR2: Field 1 Beam min = -172.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.482 x 1.250 arcsec, PA= -71.6 IMAGR2: Field 2 Sum of gridding weights = 6.34199E+08 IMAGR2: Field 2 Beam min = -172.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.481 x 1.250 arcsec, PA= -71.8 IMAGR2: Field 3 Sum of gridding weights = 6.34198E+08 IMAGR2: Field 3 Beam min = -145.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.483 x 1.250 arcsec, PA= -71.9 IMAGR2: Field 4 Sum of gridding weights = 6.34198E+08 IMAGR2: Field 4 Beam min = -110.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.480 x 1.250 arcsec, PA= -71.5 IMAGR2: Field 5 Sum of gridding weights = 6.34196E+08 IMAGR2: Field 5 Beam min = -125.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.483 x 1.250 arcsec, PA= -71.8 IMAGR2: Field 6 Sum of gridding weights = 6.34198E+08 IMAGR2: Field 6 Beam min = -110.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.481 x 1.249 arcsec, PA= -71.4 IMAGR2: Field 7 Sum of gridding weights = 6.34198E+08 IMAGR2: Field 7 Beam min = -172.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.482 x 1.249 arcsec, PA= -71.5 IMAGR2: CLBHIS: minimum component 0.443 of current peak IMAGR2: Field 1 min = -54.3 MilliJy,max = 747.5 MilliJy IMAGR2: Field 2 min = -66.9 MilliJy,max = 105.2 MilliJy IMAGR2: Field 3 min = -70.4 MilliJy,max = 137.1 MilliJy IMAGR2: Field 4 min = -71.1 MilliJy,max = 98.6 MilliJy IMAGR2: Field 5 min = -71.5 MilliJy,max = 98.1 MilliJy IMAGR2: Field 6 min = -71.0 MilliJy,max = 139.1 MilliJy IMAGR2: Field 7 min = -63.8 MilliJy,max = 104.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 92.56 MilliJy IMAGR2: 353 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 357.544 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 425.746 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 425.746 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 = -23.5 MilliJy,max = 321.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 44.27 MilliJy IMAGR2: 224 Residual map points loaded IMAGR2: Field 1 min allowed flux = 138.524 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 622.874 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 622.874 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.2 MilliJy,max = 124.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.185E-01 < Second best 1.291E-01 IMAGR2: Field 6 min = -11.8 MilliJy,max = 23.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.207E-02 < Second best 1.278E-01 IMAGR2: Field 3 min = -11.9 MilliJy,max = 22.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.146E-02 < Second best 1.185E-01 IMAGR2: BGC Clean: using 103 cell beam + residuals > 35.09 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 50.204 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 704.715 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 704.715 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.4 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.330E-03 < Second best 9.922E-02 IMAGR2: Field 7 min = -4.9 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.554E-03 < Second best 7.960E-02 IMAGR2: Field 4 min = -4.2 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.078E-03 < Second best 7.952E-02 IMAGR2: Field 5 min = -4.6 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.410E-03 < Second best 4.773E-02 IMAGR2: Field 1 min = -3.8 MilliJy,max = 46.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.22 MilliJy IMAGR2: 287 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.307 MilliJy iter= 37 IMAGR2: Field 1 Clean flux density= 735.686 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 735.686 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.607E-03 < Second best 2.146E-02 IMAGR2: Field 3 min = -1.7 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.789E-03 < Second best 1.836E-02 IMAGR2: Field 1 min = -3.5 MilliJy,max = 17.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.39 MilliJy IMAGR2: 400 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.215 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 748.508 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 748.508 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.180 MilliJy iter= 71 IMAGR2: Field 1 Clean flux density= 750.513 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 750.513 MilliJy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.038E-03 < Second best 6.330E-03 IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.014E-03 < Second best 5.410E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.139E-03 < Second best 5.078E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.163E-04 < Second best 3.607E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.119E-03 < Second best 3.026E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 878.37 MicroJy IMAGR2: 555 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.429 MilliJy iter= 119 IMAGR2: Field 1 Clean flux density= 750.246 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 750.246 MilliJy 119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 911.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.866E-04 < Second best 1.362E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.20 MicroJy IMAGR2: 1987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 880.598 MicroJy iter= 199 IMAGR2: Field 1 Clean flux density= 752.678 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 752.678 MilliJy 199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 861.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.388E-04 < Second best 1.119E-03 IMAGR2: Field 6 min = -976.3 MicroJy,max = 927.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.431E-04 < Second best 1.038E-03 IMAGR2: Field 7 min = -969.8 MicroJy,max = 906.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.672E-04 < Second best 1.014E-03 IMAGR2: Field 2 min = -887.4 MicroJy,max = 814.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.640E-04 < Second best 9.866E-04 IMAGR2: Field 3 min = -954.7 MicroJy,max = 839.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 517.67 MicroJy IMAGR2: 2298 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -690.920 MicroJy iter= 76 IMAGR2: Field 3 Clean flux density= -833.496 MicroJy 76 comps IMAGR2: Total Cleaned flux density = 751.844 MilliJy 275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 934.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.111E-04 < Second best 8.672E-04 IMAGR2: Field 7 min = -939.0 MicroJy,max = 889.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 505.55 MicroJy IMAGR2: 1520 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -639.137 MicroJy iter= 80 IMAGR2: Field 7 Clean flux density= 1.128 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 752.973 MilliJy 355 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -944.3 MicroJy,max = 923.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 502.64 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 2247 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 643.300 MicroJy iter= 109 IMAGR2: Field 6 Clean flux density= -613.553 MicroJy 109 comps IMAGR2: Total Cleaned flux density = 752.359 MilliJy 464 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -788.6 MicroJy,max = 773.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.309E-04 < Second best 8.388E-04 IMAGR2: Field 5 min = -873.4 MicroJy,max = 798.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 481.21 MicroJy IMAGR2: 2625 Residual map points loaded IMAGR2: Field 5 min Clean flux = -618.065 MicroJy iter= 129 IMAGR2: Field 5 Clean flux density= -344.185 MicroJy 129 comps IMAGR2: Total Cleaned flux density = 752.015 MilliJy 593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.0 MilliJy,max = 895.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 468.90 MicroJy IMAGR2: 2979 Residual map points loaded IMAGR2: Field 4 min Clean flux = 618.057 MicroJy iter= 88 IMAGR2: Field 4 Clean flux density= -158.159 MicroJy 88 comps IMAGR2: Total Cleaned flux density = 751.857 MilliJy 681 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -732.4 MicroJy,max = 738.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.906E-04 < Second best 7.309E-04 IMAGR2: Field 1 min = -732.3 MicroJy,max = 724.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 451.42 MicroJy IMAGR2: 1413 Residual map points loaded IMAGR2: Field 1 min Clean flux = 616.812 MicroJy iter= 224 IMAGR2: Field 1 Clean flux density= 753.006 MilliJy 224 comps IMAGR2: Total Cleaned flux density = 752.184 MilliJy 706 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -711.8 MicroJy,max = 741.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 446.87 MicroJy IMAGR2: 1687 Residual map points loaded IMAGR2: Field 2 min Clean flux = -614.418 MicroJy iter= 22 IMAGR2: Field 2 Clean flux density= 272.793 MicroJy 22 comps IMAGR2: Total Cleaned flux density = 752.457 MilliJy 728 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -747.9 MicroJy,max = 708.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.67 MicroJy IMAGR2: 3402 Residual map points loaded IMAGR2: Field 3 min Clean flux = -613.482 MicroJy iter= 80 IMAGR2: Field 3 Clean flux density= -958.473 MicroJy 80 comps IMAGR2: Total Cleaned flux density = 752.332 MilliJy 732 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -850.2 MicroJy,max = 856.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.734E-04 < Second best 6.118E-04 IMAGR2: Field 7 min = -801.4 MicroJy,max = 708.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 316.99 MicroJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 7 min Clean flux = 595.154 MicroJy iter= 82 IMAGR2: Field 7 Clean flux density= 1.251 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 752.455 MilliJy 734 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 618.065 less than limit 618.228 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 224 to 47 components IMAGR2: Field 2 compressed from 22 to 19 components IMAGR2: Field 3 compressed from 80 to 66 components IMAGR2: Field 4 compressed from 88 to 78 components IMAGR2: Field 5 compressed from 129 to 109 components IMAGR2: Field 6 compressed from 109 to 93 components IMAGR2: Field 7 compressed from 82 to 65 components IMAGR2: Field 1 min = -711.1 MicroJy,max = 713.0 MicroJy IMAGR2: Field 2 min = -705.4 MicroJy,max = 735.9 MicroJy IMAGR2: Field 3 min = -753.3 MicroJy,max = 707.7 MicroJy IMAGR2: Field 4 min = -973.7 MicroJy,max = 846.0 MicroJy IMAGR2: Field 5 min = -795.0 MicroJy,max = 745.1 MicroJy IMAGR2: Field 6 min = -851.2 MicroJy,max = 855.0 MicroJy IMAGR2: Field 7 min = -803.2 MicroJy,max = 708.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 154.937 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR2: Restore 154.354 MicroJy ( 4 CCs) from field 1 to field 5 IMAGR2: Restore 63.541 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore 8.511 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Restore -71.238 MicroJy ( 1 CCs) from field 3 to field 2 IMAGR2: Restore-940.144 MicroJy ( 13 CCs) from field 3 to field 5 IMAGR2: Restore-249.289 MicroJy ( 6 CCs) from field 4 to field 1 IMAGR2: Restore -64.854 MicroJy ( 3 CCs) from field 4 to field 2 IMAGR2: Restore 126.633 MicroJy ( 2 CCs) from field 4 to field 6 IMAGR2: Restore 275.690 MicroJy ( 10 CCs) from field 5 to field 1 IMAGR2: Restore-192.069 MicroJy ( 6 CCs) from field 5 to field 3 IMAGR2: Restore 209.600 MicroJy ( 1 CCs) from field 5 to field 7 IMAGR2: Restore-129.425 MicroJy ( 6 CCs) from field 6 to field 1 IMAGR2: Restore-134.805 MicroJy ( 8 CCs) from field 6 to field 4 IMAGR2: Restore 1.144 MicroJy ( 4 CCs) from field 6 to field 7 IMAGR2: Restore 404.696 MicroJy ( 5 CCs) from field 7 to field 1 IMAGR2: Restore-143.145 MicroJy ( 8 CCs) from field 7 to field 5 IMAGR2: Restore 476.694 MicroJy ( 9 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 753.316 MilliJy IMAGR2: Field 2 final Clean flux 136.701 MicroJy IMAGR2: Field 3 final Clean flux -995.605 MicroJy IMAGR2: Field 4 final Clean flux -229.423 MicroJy IMAGR2: Field 5 final Clean flux -1.273 MilliJy IMAGR2: Field 6 final Clean flux -10.226 MicroJy IMAGR2: Field 7 final Clean flux 1.462 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= 311 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 32.1 Real= 67 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :54 =1146+399' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 312 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 313 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 314 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 315 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 316 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 317 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 318 disk= 1 AIPS 2: Disk 1 in-CNO 319 renumbered as CNO 311 AIPS 2: Disk 1 in-CNO 320 renumbered as CNO 312 AIPS 2: Disk 1 in-CNO 321 renumbered as CNO 313 AIPS 2: Disk 1 in-CNO 322 renumbered as CNO 314 AIPS 2: Disk 1 in-CNO 323 renumbered as CNO 315 AIPS 2: Disk 1 in-CNO 324 renumbered as CNO 316 AIPS 2: Disk 1 in-CNO 325 renumbered as CNO 317 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3941_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3941 C BAND Seq 1 Disk: 1 in slot 57 SETFC2: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.40452 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40452 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3941_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 62.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= 2 C 1 1012 1012 11 52 55.27 36 59 10.6 00001 -1 507 512 513 C 2 1012 1012 11 52 55.27 36 53 26.2 00002 -1 507 512 513 C 3 1012 1012 11 52 30.39 36 56 18.3 00003 -1 507 512 513 C 4 1012 1012 11 53 20.15 36 56 18.3 00004 -1 507 512 513 C 5 1012 1012 11 52 30.36 37 02 02.6 00005 -1 507 512 513 C 6 1012 1012 11 53 20.18 37 02 02.6 00006 -1 507 512 513 C 7 1012 1012 11 52 55.27 37 04 55.0 00007 -1 507 512 513 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :54 =1146+399' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 312 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 313 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 314 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 315 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 316 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 317 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 318 disk= 1 AIPS 2: Disk 1 in-CNO 319 renumbered as CNO 311 AIPS 2: Disk 1 in-CNO 320 renumbered as CNO 312 AIPS 2: Disk 1 in-CNO 321 renumbered as CNO 313 AIPS 2: Disk 1 in-CNO 322 renumbered as CNO 314 AIPS 2: Disk 1 in-CNO 323 renumbered as CNO 315 AIPS 2: Disk 1 in-CNO 324 renumbered as CNO 316 AIPS 2: Disk 1 in-CNO 325 renumbered as CNO 317 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3941_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3941_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :55 =N3941' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3941_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.6346E-10 2.5580E-11 0 IMAGR2: Field 2 1012 1012 1.6346E-10 -3.4440E+02 0 IMAGR2: Field 3 1012 1012 -2.9810E+02 -1.7230E+02 0 IMAGR2: Field 4 1012 1012 2.9810E+02 -1.7230E+02 0 IMAGR2: Field 5 1012 1012 -2.9846E+02 1.7200E+02 0 IMAGR2: Field 6 1012 1012 2.9846E+02 1.7200E+02 0 IMAGR2: Field 7 1012 1012 1.6346E-10 3.4440E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3941_C,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 N3941 .IMAGR . 1 (UV) on disk 1 cno 318 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36855 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.139E+05 IMAGR2: UVWAIT: Adding temperance S 2.277E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.462E+08 and out 4.291E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.160 due to weighting IMAGR2: UVWAIT: Average summed weight 1.139E+05 over 73710 vis IMAGR2: Create N3941 .IBM001. 1 (MA) on disk 1 cno 319 IMAGR2: Create N3941 .IBM002. 1 (MA) on disk 1 cno 320 IMAGR2: Create N3941 .IBM003. 1 (MA) on disk 1 cno 321 IMAGR2: Create N3941 .IBM004. 1 (MA) on disk 1 cno 322 IMAGR2: Create N3941 .IBM005. 1 (MA) on disk 1 cno 323 IMAGR2: Create N3941 .IBM006. 1 (MA) on disk 1 cno 324 IMAGR2: Create N3941 .IBM007. 1 (MA) on disk 1 cno 325 IMAGR2: Create N3941 .ICL001. 1 (MA) on disk 1 cno 326 IMAGR2: Create N3941 .ICL002. 1 (MA) on disk 1 cno 327 IMAGR2: Create N3941 .ICL003. 1 (MA) on disk 1 cno 328 IMAGR2: Create N3941 .ICL004. 1 (MA) on disk 1 cno 329 IMAGR2: Create N3941 .ICL005. 1 (MA) on disk 1 cno 330 IMAGR2: Create N3941 .ICL006. 1 (MA) on disk 1 cno 331 IMAGR2: Create N3941 .ICL007. 1 (MA) on disk 1 cno 332 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.55568E+09 IMAGR2: Field 1 Beam min = -124.8 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 fit FWHM = 1.379 x 1.140 arcsec, PA= -70.3 IMAGR2: Field 2 Sum of gridding weights = 4.55568E+09 IMAGR2: Field 2 Beam min = -124.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.378 x 1.141 arcsec, PA= -70.4 IMAGR2: Field 3 Sum of gridding weights = 4.55568E+09 IMAGR2: Field 3 Beam min = -124.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.379 x 1.141 arcsec, PA= -70.5 IMAGR2: Field 4 Sum of gridding weights = 4.55568E+09 IMAGR2: Field 4 Beam min = -124.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.377 x 1.141 arcsec, PA= -70.2 IMAGR2: Field 5 Sum of gridding weights = 4.55568E+09 IMAGR2: Field 5 Beam min = -124.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.380 x 1.140 arcsec, PA= -70.4 IMAGR2: Field 6 Sum of gridding weights = 4.55568E+09 IMAGR2: Field 6 Beam min = -124.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.378 x 1.140 arcsec, PA= -70.1 IMAGR2: Field 7 Sum of gridding weights = 4.55568E+09 IMAGR2: Field 7 Beam min = -124.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.379 x 1.140 arcsec, PA= -70.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -279.2 MicroJy,max = 220.7 MicroJy IMAGR2: Field 2 min = -242.1 MicroJy,max = 223.4 MicroJy IMAGR2: Field 3 min = -221.2 MicroJy,max = 255.1 MicroJy IMAGR2: Field 4 min = -236.7 MicroJy,max = 240.2 MicroJy IMAGR2: Field 5 min = -237.7 MicroJy,max = 231.0 MicroJy IMAGR2: Field 6 min = -275.6 MicroJy,max = 223.9 MicroJy IMAGR2: Field 7 min = -269.8 MicroJy,max = 253.4 MicroJy IMAGR2: Peak residual in window 244.141 less than limit 269.817 MicroJy IMAGR2: Field 1 min = -279.2 MicroJy,max = 220.7 MicroJy IMAGR2: Field 2 min = -242.1 MicroJy,max = 223.4 MicroJy IMAGR2: Field 3 min = -221.2 MicroJy,max = 255.1 MicroJy IMAGR2: Field 4 min = -236.7 MicroJy,max = 240.2 MicroJy IMAGR2: Field 5 min = -237.7 MicroJy,max = 231.0 MicroJy IMAGR2: Field 6 min = -275.6 MicroJy,max = 223.9 MicroJy IMAGR2: Field 7 min = -269.8 MicroJy,max = 253.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 0.000 Jy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 318 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 13.1 Real= 28 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :54 =1146+399' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 312 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 313 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 314 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 315 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 316 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 317 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 318 disk= 1 AIPS 2: Disk 1 in-CNO 319 renumbered as CNO 311 AIPS 2: Disk 1 in-CNO 320 renumbered as CNO 312 AIPS 2: Disk 1 in-CNO 321 renumbered as CNO 313 AIPS 2: Disk 1 in-CNO 322 renumbered as CNO 314 AIPS 2: Disk 1 in-CNO 323 renumbered as CNO 315 AIPS 2: Disk 1 in-CNO 324 renumbered as CNO 316 AIPS 2: Disk 1 in-CNO 325 renumbered as CNO 317 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3941_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3941_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :55 =N3941' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3941_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 319 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 320 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 321 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 322 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 323 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 324 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 325 disk= 1 AIPS 2: Disk 1 in-CNO 326 renumbered as CNO 318 AIPS 2: Disk 1 in-CNO 327 renumbered as CNO 319 AIPS 2: Disk 1 in-CNO 328 renumbered as CNO 320 AIPS 2: Disk 1 in-CNO 329 renumbered as CNO 321 AIPS 2: Disk 1 in-CNO 330 renumbered as CNO 322 AIPS 2: Disk 1 in-CNO 331 renumbered as CNO 323 AIPS 2: Disk 1 in-CNO 332 renumbered as CNO 324 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07457 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+441_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1221+441 C BAND Seq 1 Disk: 1 in slot 58 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.40280 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40280 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1221+441_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 64.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 21 27.05 44 11 29.7 00001 -1 507 512 513 C 2 1012 1012 12 21 27.05 44 05 46.8 00002 -1 507 512 513 C 3 1012 1012 12 20 59.46 44 08 38.0 00003 -1 507 512 513 C 4 1012 1012 12 21 54.63 44 08 38.0 00004 -1 507 512 513 C 5 1012 1012 12 20 59.41 44 14 20.9 00005 -1 507 512 513 C 6 1012 1012 12 21 54.68 44 14 20.9 00006 -1 507 512 513 C 7 1012 1012 12 21 27.05 44 17 12.6 00007 -1 507 512 513 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :54 =1146+399' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 312 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 313 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 314 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 315 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 316 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 317 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 318 disk= 1 AIPS 2: Disk 1 in-CNO 319 renumbered as CNO 311 AIPS 2: Disk 1 in-CNO 320 renumbered as CNO 312 AIPS 2: Disk 1 in-CNO 321 renumbered as CNO 313 AIPS 2: Disk 1 in-CNO 322 renumbered as CNO 314 AIPS 2: Disk 1 in-CNO 323 renumbered as CNO 315 AIPS 2: Disk 1 in-CNO 324 renumbered as CNO 316 AIPS 2: Disk 1 in-CNO 325 renumbered as CNO 317 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3941_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3941_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :55 =N3941' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3941_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 319 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 320 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 321 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 322 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 323 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 324 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 325 disk= 1 AIPS 2: Disk 1 in-CNO 326 renumbered as CNO 318 AIPS 2: Disk 1 in-CNO 327 renumbered as CNO 319 AIPS 2: Disk 1 in-CNO 328 renumbered as CNO 320 AIPS 2: Disk 1 in-CNO 329 renumbered as CNO 321 AIPS 2: Disk 1 in-CNO 330 renumbered as CNO 322 AIPS 2: Disk 1 in-CNO 331 renumbered as CNO 323 AIPS 2: Disk 1 in-CNO 332 renumbered as CNO 324 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07457 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+441_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1221+441_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :56 =1221+441' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1221+441_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 4.5172E-02 3.6000E-02 0 IMAGR2: Field 2 1012 1012 4.5172E-02 -3.4286E+02 0 IMAGR2: Field 3 1012 1012 -2.9669E+02 -1.7166E+02 0 IMAGR2: Field 4 1012 1012 2.9667E+02 -1.7166E+02 0 IMAGR2: Field 5 1012 1012 -2.9723E+02 1.7124E+02 0 IMAGR2: Field 6 1012 1012 2.9721E+02 1.7124E+02 0 IMAGR2: Field 7 1012 1012 4.5172E-02 3.4294E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1221+441_C,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 1221+441 .IMAGR . 1 (UV) on disk 1 cno 325 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 13403 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.308E+04 IMAGR2: UVWAIT: Adding temperance S 6.616E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 8.852E+07 and out 1.140E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.141 due to weighting IMAGR2: UVWAIT: Average summed weight 3.308E+04 over 26806 vis IMAGR2: Create 1221+441 .IBM001. 1 (MA) on disk 1 cno 326 IMAGR2: Create 1221+441 .IBM002. 1 (MA) on disk 1 cno 327 IMAGR2: Create 1221+441 .IBM003. 1 (MA) on disk 1 cno 328 IMAGR2: Create 1221+441 .IBM004. 1 (MA) on disk 1 cno 329 IMAGR2: Create 1221+441 .IBM005. 1 (MA) on disk 1 cno 330 IMAGR2: Create 1221+441 .IBM006. 1 (MA) on disk 1 cno 331 IMAGR2: Create 1221+441 .IBM007. 1 (MA) on disk 1 cno 332 IMAGR2: Create 1221+441 .ICL001. 1 (MA) on disk 1 cno 333 IMAGR2: Create 1221+441 .ICL002. 1 (MA) on disk 1 cno 334 IMAGR2: Create 1221+441 .ICL003. 1 (MA) on disk 1 cno 335 IMAGR2: Create 1221+441 .ICL004. 1 (MA) on disk 1 cno 336 IMAGR2: Create 1221+441 .ICL005. 1 (MA) on disk 1 cno 337 IMAGR2: Create 1221+441 .ICL006. 1 (MA) on disk 1 cno 338 IMAGR2: Create 1221+441 .ICL007. 1 (MA) on disk 1 cno 339 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.21022E+09 IMAGR2: Field 1 Beam min = -151.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.507 x 1.226 arcsec, PA= -73.0 IMAGR2: Field 2 Sum of gridding weights = 1.21022E+09 IMAGR2: Field 2 Beam min = -151.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.506 x 1.227 arcsec, PA= -73.2 IMAGR2: Field 3 Sum of gridding weights = 1.21022E+09 IMAGR2: Field 3 Beam min = -105.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.508 x 1.227 arcsec, PA= -73.3 IMAGR2: Field 4 Sum of gridding weights = 1.21022E+09 IMAGR2: Field 4 Beam min = -76.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.505 x 1.226 arcsec, PA= -72.9 IMAGR2: Field 5 Sum of gridding weights = 1.21022E+09 IMAGR2: Field 5 Beam min = -104.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.509 x 1.226 arcsec, PA= -73.2 IMAGR2: Field 6 Sum of gridding weights = 1.21022E+09 IMAGR2: Field 6 Beam min = -113.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.506 x 1.226 arcsec, PA= -72.8 IMAGR2: Field 7 Sum of gridding weights = 1.21022E+09 IMAGR2: Field 7 Beam min = -151.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.507 x 1.226 arcsec, PA= -72.9 IMAGR2: CLBHIS: minimum component 0.295 of current peak IMAGR2: Field 1 min = -25.7 MilliJy,max = 356.3 MilliJy IMAGR2: Field 2 min = -24.5 MilliJy,max = 30.3 MilliJy IMAGR2: Field 3 min = -28.9 MilliJy,max = 40.8 MilliJy IMAGR2: Field 4 min = -30.7 MilliJy,max = 28.1 MilliJy IMAGR2: Field 5 min = -30.2 MilliJy,max = 28.2 MilliJy IMAGR2: Field 6 min = -30.5 MilliJy,max = 42.2 MilliJy IMAGR2: Field 7 min = -24.7 MilliJy,max = 29.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 20.52 MilliJy IMAGR2: 1754 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 100.624 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 265.719 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 265.719 MilliJy 13 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 = -7.3 MilliJy,max = 90.6 MilliJy IMAGR2: BGC Clean: using 143 cell beam + residuals > 13.24 MilliJy IMAGR2: 36 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 26.458 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 343.252 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 343.252 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.355E-03 < Second best 3.761E-02 IMAGR2: Field 3 min = -2.1 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.895E-03 < Second best 2.899E-02 IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.114E-03 < Second best 2.841E-02 IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.168E-03 < Second best 2.576E-02 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.904E-03 < Second best 2.515E-02 IMAGR2: Field 1 min = -4.1 MilliJy,max = 23.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.265E-02 < Second best 2.468E-02 IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.872E-03 < Second best 2.265E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.37 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 3979 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.625 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 365.006 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 365.006 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 508 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.189 MilliJy iter= 112 IMAGR2: Field 1 Clean flux density= 363.714 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 363.714 MilliJy 112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -670.4 MicroJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.036E-03 < Second best 2.355E-03 IMAGR2: Field 6 min = -722.4 MicroJy,max = 733.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.649E-04 < Second best 2.168E-03 IMAGR2: Field 7 min = -917.7 MicroJy,max = 861.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.154E-04 < Second best 2.114E-03 IMAGR2: Field 2 min = -703.4 MicroJy,max = 861.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.961E-04 < Second best 2.083E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 686.20 MicroJy IMAGR2: 377 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.199 MilliJy iter= 216 IMAGR2: Field 1 Clean flux density= 366.231 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 366.231 MilliJy 216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -583.2 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.145E-03 < Second best 1.904E-03 IMAGR2: Field 5 min = -487.5 MicroJy,max = 752.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.185E-04 < Second best 1.872E-03 IMAGR2: Field 4 min = -579.4 MicroJy,max = 575.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.764E-04 < Second best 1.145E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 396.19 MicroJy IMAGR2: 374 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -505.254 MicroJy iter= 43 IMAGR2: Field 3 Clean flux density= 3.122 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 369.353 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 363.18 MicroJy IMAGR2: 3182 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 596.370 MicroJy iter= 401 IMAGR2: Field 1 Clean flux density= 368.003 MilliJy 401 comps IMAGR2: Total Cleaned flux density = 371.125 MilliJy 444 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -520.5 MicroJy,max = 466.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.462E-04 < Second best 7.185E-04 IMAGR2: Field 5 min = -438.1 MicroJy,max = 701.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 347.57 MicroJy IMAGR2: 128 Residual map points loaded IMAGR2: Field 5 min Clean flux = -438.050 MicroJy iter= 7 IMAGR2: Field 5 Clean flux density= 290.891 MicroJy 7 comps IMAGR2: Total Cleaned flux density = 371.416 MilliJy 451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -453.0 MicroJy,max = 454.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.341E-04 < Second best 6.649E-04 IMAGR2: Field 6 min = -497.6 MicroJy,max = 579.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.145E-04 < Second best 5.690E-04 IMAGR2: Field 1 min = -565.2 MicroJy,max = 516.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 284.48 MicroJy IMAGR2: 4570 Residual map points loaded IMAGR2: Field 1 min Clean flux = 446.560 MicroJy iter= 478 IMAGR2: Field 1 Clean flux density= 368.205 MilliJy 478 comps IMAGR2: Total Cleaned flux density = 371.618 MilliJy 528 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -517.8 MicroJy,max = 454.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 260.89 MicroJy IMAGR2: 3492 Residual map points loaded IMAGR2: Field 3 min Clean flux = 430.823 MicroJy iter= 47 IMAGR2: Field 3 Clean flux density= 3.208 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 371.705 MilliJy 532 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -497.2 MicroJy,max = 460.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 237.27 MicroJy IMAGR2: 6307 Residual map points loaded IMAGR2: Field 4 min Clean flux = 446.656 MicroJy iter= 1 IMAGR2: Field 4 Clean flux density= 44.666 MicroJy 1 comps IMAGR2: Total Cleaned flux density = 371.749 MilliJy 533 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -476.2 MicroJy,max = 459.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 234.36 MicroJy IMAGR2: 9280 Residual map points loaded IMAGR2: Field 7 min Clean flux = -422.163 MicroJy iter= 2 IMAGR2: Field 7 Clean flux density= 2.586 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 371.752 MilliJy 535 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -443.6 MicroJy,max = 441.6 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 478 to 88 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 47 to 24 components IMAGR2: Field 4 compressed from 1 to 1 components IMAGR2: Field 5 compressed from 7 to 4 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 2 to 2 components IMAGR2: Field 1 min = -479.4 MicroJy,max = 482.8 MicroJy IMAGR2: Field 2 min = -443.6 MicroJy,max = 441.6 MicroJy IMAGR2: Field 3 min = -516.5 MicroJy,max = 440.6 MicroJy IMAGR2: Field 4 min = -496.2 MicroJy,max = 461.9 MicroJy IMAGR2: Field 5 min = -416.7 MicroJy,max = 503.8 MicroJy IMAGR2: Field 6 min = -486.5 MicroJy,max = 581.3 MicroJy IMAGR2: Field 7 min = -474.7 MicroJy,max = 459.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 6.714 MilliJy ( 16 CCs) from field 1 to field 3 IMAGR2: Restore 329.754 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore 3.306 MilliJy ( 22 CCs) from field 3 to field 1 IMAGR2: Restore 334.696 MicroJy ( 3 CCs) from field 5 to field 1 IMAGR2: Restore -42.216 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 371.846 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 9.922 MilliJy IMAGR2: Field 4 final Clean flux 44.666 MicroJy IMAGR2: Field 5 final Clean flux 290.891 MicroJy IMAGR2: Field 6 final Clean flux -42.216 MicroJy IMAGR2: Field 7 final Clean flux 332.340 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= 325 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 27.9 Real= 58 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :54 =1146+399' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+399_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 312 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 313 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 314 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 315 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 316 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 317 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 318 disk= 1 AIPS 2: Disk 1 in-CNO 319 renumbered as CNO 311 AIPS 2: Disk 1 in-CNO 320 renumbered as CNO 312 AIPS 2: Disk 1 in-CNO 321 renumbered as CNO 313 AIPS 2: Disk 1 in-CNO 322 renumbered as CNO 314 AIPS 2: Disk 1 in-CNO 323 renumbered as CNO 315 AIPS 2: Disk 1 in-CNO 324 renumbered as CNO 316 AIPS 2: Disk 1 in-CNO 325 renumbered as CNO 317 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3941_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3941_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :55 =N3941' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3941_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 319 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 320 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 321 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 322 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 323 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 324 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 325 disk= 1 AIPS 2: Disk 1 in-CNO 326 renumbered as CNO 318 AIPS 2: Disk 1 in-CNO 327 renumbered as CNO 319 AIPS 2: Disk 1 in-CNO 328 renumbered as CNO 320 AIPS 2: Disk 1 in-CNO 329 renumbered as CNO 321 AIPS 2: Disk 1 in-CNO 330 renumbered as CNO 322 AIPS 2: Disk 1 in-CNO 331 renumbered as CNO 323 AIPS 2: Disk 1 in-CNO 332 renumbered as CNO 324 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07457 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+441_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1221+441_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :56 =1221+441' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1221+441_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 326 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 327 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 328 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 329 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 330 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 331 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 332 disk= 1 AIPS 2: Disk 1 in-CNO 333 renumbered as CNO 325 AIPS 2: Disk 1 in-CNO 334 renumbered as CNO 326 AIPS 2: Disk 1 in-CNO 335 renumbered as CNO 327 AIPS 2: Disk 1 in-CNO 336 renumbered as CNO 328 AIPS 2: Disk 1 in-CNO 337 renumbered as CNO 329 AIPS 2: Disk 1 in-CNO 338 renumbered as CNO 330 AIPS 2: Disk 1 in-CNO 339 renumbered as CNO 331 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4051_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4051 C BAND Seq 1 Disk: 1 in slot 59 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.40287 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40287 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4051_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 66.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 03 09.61 44 31 52.8 00001 -1 507 512 513 C 2 1012 1012 12 03 09.61 44 26 09.8 00002 -1 507 512 513 C 3 1012 1012 12 02 41.86 44 29 01.1 00003 -1 507 512 513 C 4 1012 1012 12 03 37.37 44 29 01.1 00004 -1 507 512 513 C 5 1012 1012 12 02 41.81 44 34 44.1 00005 -1 507 512 513 C 6 1012 1012 12 03 37.41 44 34 44.1 00006 -1 507 512 513 C 7 1012 1012 12 03 09.61 44 37 35.8 00007 -1 507 512 513 es of type HI AIPS 2: Destroyed MA image file: catno= 329 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 330 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 331 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 332 disk= 1 AIPS 2: Disk 1 in-CNO 333 renumbered as CNO 325 AIPS 2: Disk 1 in-CNO 334 renumbered as CNO 326 AIPS 2: Disk 1 in-CNO 335 renumbered as CNO 327 AIPS 2: Disk 1 in-CNO 336 renumbered as CNO 328 AIPS 2: Disk 1 in-CNO 337 renumbered as CNO 329 AIPS 2: Disk 1 in-CNO 338 renumbered as CNO 330 AIPS 2: Disk 1 in-CNO 339 renumbered as CNO 331 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4051_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4051_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :57 =N4051' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4051_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -4.2772E-02 0.0000E+00 0 IMAGR2: Field 2 1012 1012 -4.2772E-02 -3.4300E+02 0 IMAGR2: Field 3 1012 1012 -2.9677E+02 -1.7170E+02 0 IMAGR2: Field 4 1012 1012 2.9680E+02 -1.7170E+02 0 IMAGR2: Field 5 1012 1012 -2.9731E+02 1.7130E+02 0 IMAGR2: Field 6 1012 1012 2.9722E+02 1.7130E+02 0 IMAGR2: Field 7 1012 1012 -4.2772E-02 3.4300E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4051_C,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 N4051 .IMAGR . 1 (UV) on disk 1 cno 332 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: UVWAIT: Average grid weight 1.103E+05 IMAGR2: UVWAIT: Adding temperance S 2.206E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.474E+08 and out 4.399E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 1.103E+05 over 74412 vis IMAGR2: Create N4051 .IBM001. 1 (MA) on disk 1 cno 333 IMAGR2: Create N4051 .IBM002. 1 (MA) on disk 1 cno 334 IMAGR2: Create N4051 .IBM003. 1 (MA) on disk 1 cno 335 IMAGR2: Create N4051 .IBM004. 1 (MA) on disk 1 cno 336 IMAGR2: Create N4051 .IBM005. 1 (MA) on disk 1 cno 337 IMAGR2: Create N4051 .IBM006. 1 (MA) on disk 1 cno 338 IMAGR2: Create N4051 .IBM007. 1 (MA) on disk 1 cno 339 IMAGR2: Create N4051 .ICL001. 1 (MA) on disk 1 cno 340 IMAGR2: Create N4051 .ICL002. 1 (MA) on disk 1 cno 341 IMAGR2: Create N4051 .ICL003. 1 (MA) on disk 1 cno 342 IMAGR2: Create N4051 .ICL004. 1 (MA) on disk 1 cno 343 IMAGR2: Create N4051 .ICL005. 1 (MA) on disk 1 cno 344 IMAGR2: Create N4051 .ICL006. 1 (MA) on disk 1 cno 345 IMAGR2: Create N4051 .ICL007. 1 (MA) on disk 1 cno 346 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.67013E+09 IMAGR2: Field 1 Beam min = -135.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.412 x 1.125 arcsec, PA= -65.1 IMAGR2: Field 2 Sum of gridding weights = 4.67013E+09 IMAGR2: Field 2 Beam min = -135.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.411 x 1.126 arcsec, PA= -65.2 IMAGR2: Field 3 Sum of gridding weights = 4.67013E+09 IMAGR2: Field 3 Beam min = -135.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.413 x 1.126 arcsec, PA= -65.4 IMAGR2: Field 4 Sum of gridding weights = 4.67013E+09 IMAGR2: Field 4 Beam min = -135.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.411 x 1.125 arcsec, PA= -65.0 IMAGR2: Field 5 Sum of gridding weights = 4.67013E+09 IMAGR2: Field 5 Beam min = -135.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.414 x 1.125 arcsec, PA= -65.3 IMAGR2: Field 6 Sum of gridding weights = 4.67013E+09 IMAGR2: Field 6 Beam min = -135.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.411 x 1.125 arcsec, PA= -64.9 IMAGR2: Field 7 Sum of gridding weights = 4.67013E+09 IMAGR2: Field 7 Beam min = -135.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.413 x 1.125 arcsec, PA= -65.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -287.7 MicroJy,max = 2.1 MilliJy IMAGR2: Field 2 min = -277.0 MicroJy,max = 598.0 MicroJy IMAGR2: Field 3 min = -279.3 MicroJy,max = 410.1 MicroJy IMAGR2: Field 4 min = -268.3 MicroJy,max = 281.7 MicroJy IMAGR2: Field 5 min = -320.2 MicroJy,max = 302.6 MicroJy IMAGR2: Field 6 min = -483.7 MicroJy,max = 2.8 MilliJy IMAGR2: Field 7 min = -476.0 MicroJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 1297 cell beam + residuals > 199.92 MicroJy IMAGR2: 5276 Residual map points loaded IMAGR2: Field 7 min allowed flux = 1.348 MilliJy iter= 13 IMAGR2: Field 7 Clean flux density= 2.519 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 2.519 MilliJy 13 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -367.0 MicroJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.258E-03 < Second best 2.016E-03 IMAGR2: Field 1 min = -256.9 MicroJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 1297 cell beam + residuals > 199.92 MicroJy IMAGR2: 2394 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.044 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 1.212 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 3.731 MilliJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -352.5 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 185.41 MicroJy IMAGR2: 1716 Residual map points loaded IMAGR2: Field 7 min allowed flux = 634.832 MicroJy iter= 35 IMAGR2: Field 7 Clean flux density= 4.557 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 5.769 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -240.4 MicroJy,max = 590.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.634E-04 < Second best 9.927E-04 IMAGR2: Field 1 min = -237.2 MicroJy,max = 971.6 MicroJy IMAGR2: BGC Clean: using 169 cell beam + residuals > 167.57 MicroJy IMAGR2: 2347 Residual map points loaded IMAGR2: Field 1 min allowed flux = 485.560 MicroJy iter= 22 IMAGR2: Field 1 Clean flux density= 2.133 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 6.690 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -244.3 MicroJy,max = 604.0 MicroJy IMAGR2: BGC Clean: using 161 cell beam + residuals > 170.41 MicroJy IMAGR2: 698 Residual map points loaded IMAGR2: Field 7 min allowed flux = 298.903 MicroJy iter= 59 IMAGR2: Field 7 Clean flux density= 5.604 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 7.737 MilliJy 81 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -239.9 MicroJy,max = 630.8 MicroJy IMAGR2: BGC Clean: using 161 cell beam + residuals > 170.41 MicroJy IMAGR2: 501 Residual map points loaded IMAGR2: Field 2 min allowed flux = 314.433 MicroJy iter= 10 IMAGR2: Field 2 Clean flux density= 441.428 MicroJy 10 comps IMAGR2: Total Cleaned flux density = 8.178 MilliJy 91 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -227.6 MicroJy,max = 331.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.870E-04 < Second best 4.623E-04 IMAGR2: Field 1 min = -231.6 MicroJy,max = 475.8 MicroJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 171.13 MicroJy IMAGR2: 954 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.220 MicroJy iter= 63 IMAGR2: Field 1 Clean flux density= 3.560 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 9.605 MilliJy 132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -240.4 MicroJy,max = 303.0 MicroJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 171.13 MicroJy IMAGR2: 241 Residual map points loaded IMAGR2: Field 3 min Clean flux = 254.114 MicroJy iter= 3 IMAGR2: Field 3 Clean flux density= 83.283 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 9.688 MilliJy 135 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -236.1 MicroJy,max = 305.4 MicroJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 163.85 MicroJy IMAGR2: 478 Residual map points loaded IMAGR2: Field 2 min Clean flux = 259.981 MicroJy iter= 14 IMAGR2: Field 2 Clean flux density= 554.039 MicroJy 14 comps IMAGR2: Total Cleaned flux density = 9.801 MilliJy 139 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -226.6 MicroJy,max = 305.8 MicroJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 163.85 MicroJy IMAGR2: 551 Residual map points loaded IMAGR2: Field 6 min Clean flux = 266.640 MicroJy iter= 5 IMAGR2: Field 6 Clean flux density= 142.927 MicroJy 5 comps IMAGR2: Total Cleaned flux density = 9.944 MilliJy 144 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -231.8 MicroJy,max = 264.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.534E-04 < Second best 2.826E-04 IMAGR2: Field 5 min = -274.1 MicroJy,max = 224.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.132E-04 < Second best 2.697E-04 IMAGR2: Field 4 min = -236.7 MicroJy,max = 230.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 63 to 24 components IMAGR2: Field 2 compressed from 14 to 6 components IMAGR2: Field 3 compressed from 3 to 3 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 5 to 5 components IMAGR2: Field 7 compressed from 59 to 8 components IMAGR2: Field 1 min = -234.0 MicroJy,max = 263.7 MicroJy IMAGR2: Field 2 min = -237.4 MicroJy,max = 244.8 MicroJy IMAGR2: Field 3 min = -241.2 MicroJy,max = 245.7 MicroJy IMAGR2: Field 4 min = -236.7 MicroJy,max = 230.8 MicroJy IMAGR2: Field 5 min = -274.1 MicroJy,max = 224.1 MicroJy IMAGR2: Field 6 min = -226.1 MicroJy,max = 266.3 MicroJy IMAGR2: Field 7 min = -231.8 MicroJy,max = 264.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 58.709 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR2: Restore 56.711 MicroJy ( 2 CCs) from field 1 to field 6 IMAGR2: Restore 142.927 MicroJy ( 5 CCs) from field 6 to field 7 IMAGR2: Restore 5.604 MilliJy ( 8 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 3.560 MilliJy IMAGR2: Field 2 final Clean flux 554.039 MicroJy IMAGR2: Field 3 final Clean flux 141.992 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 5.803 MilliJy IMAGR2: Field 7 final Clean flux 5.746 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= 332 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 26.5 Real= 56 es of type HI AIPS 2: Destroyed MA image file: catno= 329 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 330 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 331 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 332 disk= 1 AIPS 2: Disk 1 in-CNO 333 renumbered as CNO 325 AIPS 2: Disk 1 in-CNO 334 renumbered as CNO 326 AIPS 2: Disk 1 in-CNO 335 renumbered as CNO 327 AIPS 2: Disk 1 in-CNO 336 renumbered as CNO 328 AIPS 2: Disk 1 in-CNO 337 renumbered as CNO 329 AIPS 2: Disk 1 in-CNO 338 renumbered as CNO 330 AIPS 2: Disk 1 in-CNO 339 renumbered as CNO 331 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4051_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4051_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :57 =N4051' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4051_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 333 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 334 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 335 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 336 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 337 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 338 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 339 disk= 1 AIPS 2: Disk 1 in-CNO 340 renumbered as CNO 332 AIPS 2: Disk 1 in-CNO 341 renumbered as CNO 333 AIPS 2: Disk 1 in-CNO 342 renumbered as CNO 334 AIPS 2: Disk 1 in-CNO 343 renumbered as CNO 335 AIPS 2: Disk 1 in-CNO 344 renumbered as CNO 336 AIPS 2: Disk 1 in-CNO 345 renumbered as CNO 337 AIPS 2: Disk 1 in-CNO 346 renumbered as CNO 338 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4138_C,BAND.0-1 >& /dev/null LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4138 C BAND Seq 1 Disk: 1 in slot 60 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.40272 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40272 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4138_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 65.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= 2 C 1 1012 1012 12 09 30.05 43 41 04.7 00001 -1 507 512 513 C 2 1012 1012 12 09 30.05 43 35 21.9 00002 -1 507 512 513 C 3 1012 1012 12 09 02.70 43 38 13.1 00003 -1 507 512 513 C 4 1012 1012 12 09 57.40 43 38 13.1 00004 -1 507 512 513 C 5 1012 1012 12 09 02.66 43 43 55.9 00005 -1 507 512 513 C 6 1012 1012 12 09 57.44 43 43 55.9 00006 -1 507 512 513 C 7 1012 1012 12 09 30.05 43 46 47.5 00007 -1 507 512 513 es of type HI AIPS 2: Destroyed MA image file: catno= 329 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 330 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 331 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 332 disk= 1 AIPS 2: Disk 1 in-CNO 333 renumbered as CNO 325 AIPS 2: Disk 1 in-CNO 334 renumbered as CNO 326 AIPS 2: Disk 1 in-CNO 335 renumbered as CNO 327 AIPS 2: Disk 1 in-CNO 336 renumbered as CNO 328 AIPS 2: Disk 1 in-CNO 337 renumbered as CNO 329 AIPS 2: Disk 1 in-CNO 338 renumbered as CNO 330 AIPS 2: Disk 1 in-CNO 339 renumbered as CNO 331 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4051_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4051_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :57 =N4051' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4051_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 333 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 334 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 335 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 336 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 337 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 338 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 339 disk= 1 AIPS 2: Disk 1 in-CNO 340 renumbered as CNO 332 AIPS 2: Disk 1 in-CNO 341 renumbered as CNO 333 AIPS 2: Disk 1 in-CNO 342 renumbered as CNO 334 AIPS 2: Disk 1 in-CNO 343 renumbered as CNO 335 AIPS 2: Disk 1 in-CNO 344 renumbered as CNO 336 AIPS 2: Disk 1 in-CNO 345 renumbered as CNO 337 AIPS 2: Disk 1 in-CNO 346 renumbered as CNO 338 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4138_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4138_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :58 =N4138' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4138_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.4798E-10 0.0000E+00 0 IMAGR2: Field 2 1012 1012 1.4798E-10 -3.4280E+02 0 IMAGR2: Field 3 1012 1012 -2.9667E+02 -1.7160E+02 0 IMAGR2: Field 4 1012 1012 2.9667E+02 -1.7160E+02 0 IMAGR2: Field 5 1012 1012 -2.9711E+02 1.7120E+02 0 IMAGR2: Field 6 1012 1012 2.9711E+02 1.7120E+02 0 IMAGR2: Field 7 1012 1012 1.4798E-10 3.4280E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4138_C,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 N4138 .IMAGR . 1 (UV) on disk 1 cno 339 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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.096E+05 IMAGR2: UVWAIT: Adding temperance S 2.192E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.439E+08 and out 4.331E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR2: UVWAIT: Average summed weight 1.096E+05 over 74386 vis IMAGR2: Create N4138 .IBM001. 1 (MA) on disk 1 cno 340 IMAGR2: Create N4138 .IBM002. 1 (MA) on disk 1 cno 341 IMAGR2: Create N4138 .IBM003. 1 (MA) on disk 1 cno 342 IMAGR2: Create N4138 .IBM004. 1 (MA) on disk 1 cno 343 IMAGR2: Create N4138 .IBM005. 1 (MA) on disk 1 cno 344 IMAGR2: Create N4138 .IBM006. 1 (MA) on disk 1 cno 345 IMAGR2: Create N4138 .IBM007. 1 (MA) on disk 1 cno 346 IMAGR2: Create N4138 .ICL001. 1 (MA) on disk 1 cno 347 IMAGR2: Create N4138 .ICL002. 1 (MA) on disk 1 cno 348 IMAGR2: Create N4138 .ICL003. 1 (MA) on disk 1 cno 349 IMAGR2: Create N4138 .ICL004. 1 (MA) on disk 1 cno 350 IMAGR2: Create N4138 .ICL005. 1 (MA) on disk 1 cno 351 IMAGR2: Create N4138 .ICL006. 1 (MA) on disk 1 cno 352 IMAGR2: Create N4138 .ICL007. 1 (MA) on disk 1 cno 353 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.59771E+09 IMAGR2: Field 1 Beam min = -137.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.453 x 1.134 arcsec, PA= -71.4 IMAGR2: Field 2 Sum of gridding weights = 4.59771E+09 IMAGR2: Field 2 Beam min = -137.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.453 x 1.135 arcsec, PA= -71.5 IMAGR2: Field 3 Sum of gridding weights = 4.59771E+09 IMAGR2: Field 3 Beam min = -137.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.454 x 1.135 arcsec, PA= -71.6 IMAGR2: Field 4 Sum of gridding weights = 4.59771E+09 IMAGR2: Field 4 Beam min = -138.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.451 x 1.134 arcsec, PA= -71.2 IMAGR2: Field 5 Sum of gridding weights = 4.59771E+09 IMAGR2: Field 5 Beam min = -137.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.455 x 1.134 arcsec, PA= -71.5 IMAGR2: Field 6 Sum of gridding weights = 4.59771E+09 IMAGR2: Field 6 Beam min = -138.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.452 x 1.134 arcsec, PA= -71.2 IMAGR2: Field 7 Sum of gridding weights = 4.59771E+09 IMAGR2: Field 7 Beam min = -138.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.454 x 1.134 arcsec, PA= -71.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -18.6 MilliJy,max = 152.0 MilliJy IMAGR2: Field 2 min = -12.4 MilliJy,max = 29.4 MilliJy IMAGR2: Field 3 min = -18.8 MilliJy,max = 150.2 MilliJy IMAGR2: Field 4 min = -8.1 MilliJy,max = 7.1 MilliJy IMAGR2: Field 5 min = -10.4 MilliJy,max = 16.3 MilliJy IMAGR2: Field 6 min = -5.6 MilliJy,max = 10.3 MilliJy IMAGR2: Field 7 min = -10.4 MilliJy,max = 14.5 MilliJy IMAGR2: BGC Clean: using 1855 cell beam + residuals > 7.23 MilliJy IMAGR2: 10212 Residual map points loaded IMAGR2: Field 3 min allowed flux = 72.632 MilliJy iter= 10 IMAGR2: Field 3 Clean flux density= 106.111 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 106.111 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 3 min = -11.4 MilliJy,max = 65.8 MilliJy IMAGR2: BGC Clean: using 475 cell beam + residuals > 5.75 MilliJy IMAGR2: 4537 Residual map points loaded IMAGR2: Field 3 min allowed flux = 32.374 MilliJy iter= 26 IMAGR2: Field 3 Clean flux density= 181.195 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 181.195 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.9 MilliJy,max = 32.5 MilliJy IMAGR2: BGC Clean: using 475 cell beam + residuals > 5.21 MilliJy IMAGR2: 603 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.214 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 20.861 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 202.056 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.6 MilliJy,max = 30.4 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 4.74 MilliJy IMAGR2: 1548 Residual map points loaded IMAGR2: Field 3 min allowed flux = 15.100 MilliJy iter= 58 IMAGR2: Field 3 Clean flux density= 247.721 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 268.582 MilliJy 67 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 15.0 MilliJy IMAGR2: BGC Clean: using 163 cell beam + residuals > 5.08 MilliJy IMAGR2: 51 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.187 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 37.282 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 285.003 MilliJy 83 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.9 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.42 MilliJy IMAGR2: 216 Residual map points loaded IMAGR2: Field 3 min allowed flux = 7.446 MilliJy iter= 103 IMAGR2: Field 3 Clean flux density= 295.989 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 333.271 MilliJy 128 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.819E-03 < Second best 1.018E-02 IMAGR2: Field 7 min = -989.5 MicroJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.554E-03 < Second best 9.865E-03 IMAGR2: Field 6 min = -791.6 MicroJy,max = 924.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.841E-04 < Second best 9.126E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.671E-03 < Second best 7.741E-03 IMAGR2: Field 4 min = -806.1 MicroJy,max = 978.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.154E-04 < Second best 7.083E-03 IMAGR2: Field 3 min = -4.2 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 331 cell beam + residuals > 1.63 MilliJy IMAGR2: 2000 Residual map points loaded IMAGR2: Field 3 min allowed flux = 3.690 MilliJy iter= 177 IMAGR2: Field 3 Clean flux density= 335.102 MilliJy 177 comps IMAGR2: Total Cleaned flux density = 372.384 MilliJy 202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 173 cell beam + residuals > 971.86 MicroJy IMAGR2: 1414 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.812 MilliJy iter= 64 IMAGR2: Field 1 Clean flux density= 44.849 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 379.951 MilliJy 241 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 853.44 MicroJy IMAGR2: 4263 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.880 MilliJy iter= 250 IMAGR2: Field 3 Clean flux density= 350.268 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 395.117 MilliJy 314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.953E-04 < Second best 1.790E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 844.63 MicroJy IMAGR2: 1870 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.188 MilliJy iter= 400 IMAGR2: Field 3 Clean flux density= 362.867 MilliJy 400 comps IMAGR2: Total Cleaned flux density = 407.716 MilliJy 464 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.118E-03 < Second best 1.671E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.243E-04 < Second best 1.554E-03 IMAGR2: Field 7 min = -705.4 MicroJy,max = 862.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.247E-04 < Second best 1.133E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 504.67 MicroJy IMAGR2: 9082 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 814.137 MicroJy iter= 775 IMAGR2: Field 3 Clean flux density= 373.320 MilliJy 775 comps IMAGR2: Total Cleaned flux density = 418.170 MilliJy 839 comps IMAGR2: ALGSTB: All 518 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 507- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -929.7 MicroJy,max = 965.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.50 MicroJy IMAGR2: 2365 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min algorithm flux= -610.818 MicroJy iter= 281 IMAGR2: Field 1 Clean flux density= 48.022 MilliJy 281 comps IMAGR2: Total Cleaned flux density = 421.342 MilliJy 1056 comps IMAGR2: ALGSTB: All 518 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 507- 0 Cells, with 37206 Pts IMAGR2: Field 5 min = -654.0 MicroJy,max = 773.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.643E-04 < Second best 8.841E-04 IMAGR2: Field 6 min = -529.0 MicroJy,max = 451.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.055E-04 < Second best 8.247E-04 IMAGR2: Field 7 min = -576.1 MicroJy,max = 726.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.940E-04 < Second best 8.154E-04 IMAGR2: Field 4 min = -344.6 MicroJy,max = 399.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.613E-04 < Second best 7.775E-04 IMAGR2: Field 3 min = -752.1 MicroJy,max = 768.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 386.40 MicroJy IMAGR2: 9251 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -533.288 MicroJy iter= 1236 IMAGR2: Field 3 Clean flux density= 380.758 MilliJy 1236 comps IMAGR2: Total Cleaned flux density = 428.780 MilliJy 1517 comps IMAGR2: ALGSTB: All 518 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 507- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -610.6 MicroJy,max = 572.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.551E-04 < Second best 6.940E-04 IMAGR2: Field 7 min = -543.5 MicroJy,max = 626.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 380.64 MicroJy IMAGR2: 479 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 408.748 MicroJy iter= 100 IMAGR2: Field 7 Clean flux density= 1.526 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 430.306 MilliJy 1617 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -549.0 MicroJy,max = 560.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.359E-04 < Second best 5.643E-04 IMAGR2: Field 5 min = -637.1 MicroJy,max = 604.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.081E-04 < Second best 5.359E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 351.43 MicroJy IMAGR2: 3951 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -428.248 MicroJy iter= 654 IMAGR2: Field 1 Clean flux density= 46.453 MilliJy 654 comps IMAGR2: Total Cleaned flux density = 428.737 MilliJy 1990 comps IMAGR2: ALGSTB: All 518 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 507- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -504.9 MicroJy,max = 613.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 311.82 MicroJy IMAGR2: 7208 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 385.120 MicroJy iter= 1732 IMAGR2: Field 3 Clean flux density= 383.712 MilliJy 1732 comps IMAGR2: Total Cleaned flux density = 431.691 MilliJy 2486 comps IMAGR2: ALGSTB: All 518 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 507- 0 Cells, with 37206 Pts IMAGR2: Field 5 min = -480.5 MicroJy,max = 485.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.641E-04 < Second best 5.055E-04 IMAGR2: Field 6 min = -397.1 MicroJy,max = 386.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.772E-04 < Second best 4.641E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 307.32 MicroJy IMAGR2: 540 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -326.866 MicroJy iter= 134 IMAGR2: Field 5 Clean flux density= 1.968 MilliJy 134 comps IMAGR2: Total Cleaned flux density = 433.660 MilliJy 2620 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -485.2 MicroJy,max = 436.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.525E-04 < Second best 4.099E-04 IMAGR2: Field 1 min = -472.5 MicroJy,max = 422.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 287.19 MicroJy IMAGR2: 2995 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 325.093 MicroJy iter= 1013 IMAGR2: Field 1 Clean flux density= 45.399 MilliJy 1013 comps IMAGR2: Total Cleaned flux density = 432.605 MilliJy 2979 comps IMAGR2: ALGSTB: All 518 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 507- 0 Cells, with 37206 Pts IMAGR2: Field 7 min = -399.0 MicroJy,max = 370.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.373E-04 < Second best 3.772E-04 IMAGR2: Field 6 min = -385.1 MicroJy,max = 364.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.483E-04 < Second best 3.689E-04 IMAGR2: Field 3 min = -381.0 MicroJy,max = 529.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 253.77 MicroJy IMAGR2: 7555 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 301.777 MicroJy iter= 2337 IMAGR2: Field 3 Clean flux density= 386.206 MilliJy 2337 comps IMAGR2: Total Cleaned flux density = 435.100 MilliJy 3584 comps IMAGR2: ALGSTB: All 518 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 507- 0 Cells, with 37206 Pts IMAGR2: Field 4 min = -296.0 MicroJy,max = 316.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.030E-04 < Second best 3.525E-04 IMAGR2: Field 2 min = -393.0 MicroJy,max = 370.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.914E-04 < Second best 3.483E-04 IMAGR2: Field 6 min = -366.1 MicroJy,max = 343.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 252.17 MicroJy IMAGR2: 189 Residual map points loaded IMAGR2: Field 6 min Clean flux = -268.202 MicroJy iter= 45 IMAGR2: Field 6 Clean flux density= -209.526 MicroJy 45 comps IMAGR2: Total Cleaned flux density = 434.890 MilliJy 3629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -369.4 MicroJy,max = 357.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 250.34 MicroJy IMAGR2: 743 Residual map points loaded IMAGR2: Field 7 min Clean flux = 268.436 MicroJy iter= 247 IMAGR2: Field 7 Clean flux density= 1.544 MilliJy 247 comps IMAGR2: Total Cleaned flux density = 434.908 MilliJy 3776 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -380.9 MicroJy,max = 387.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.857E-04 < Second best 3.116E-04 IMAGR2: Field 1 min = -395.6 MicroJy,max = 339.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 229.32 MicroJy IMAGR2: 3873 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.528 MicroJy iter= 1215 IMAGR2: Field 1 Clean flux density= 45.511 MilliJy 1215 comps IMAGR2: Total Cleaned flux density = 435.019 MilliJy 3978 comps IMAGR2: ALGSTB: All 518 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 507- 0 Cells, with 37206 Pts IMAGR2: Field 4 min = -293.3 MicroJy,max = 292.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.655E-04 < Second best 2.914E-04 IMAGR2: Field 2 min = -379.4 MicroJy,max = 377.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 220.63 MicroJy IMAGR2: 712 Residual map points loaded IMAGR2: Field 2 min Clean flux = 268.079 MicroJy iter= 20 IMAGR2: Field 2 Clean flux density= 4.453 MicroJy 20 comps IMAGR2: Total Cleaned flux density = 435.023 MilliJy 3998 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -346.1 MicroJy,max = 447.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 194.12 MicroJy IMAGR2: 14722 Residual map points loaded IMAGR2: Field 3 min Clean flux = 268.338 MicroJy iter= 2437 IMAGR2: Field 3 Clean flux density= 386.646 MilliJy 2437 comps IMAGR2: Total Cleaned flux density = 435.463 MilliJy 4098 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -376.2 MicroJy,max = 371.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 156.16 MicroJy IMAGR2: 15876 Residual map points loaded IMAGR2: Field 5 min Clean flux = -267.673 MicroJy iter= 149 IMAGR2: Field 5 Clean flux density= 1.996 MilliJy 149 comps IMAGR2: Total Cleaned flux density = 435.491 MilliJy 4113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -290.5 MicroJy,max = 294.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 124.20 MicroJy IMAGR2: 19997 Residual map points loaded IMAGR2: Field 4 min Clean flux = -264.994 MicroJy iter= 2 IMAGR2: Field 4 Clean flux density= -54.118 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 435.437 MilliJy 4115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 268.528 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1215 to 801 components IMAGR2: Field 2 compressed from 20 to 20 components IMAGR2: Field 3 compressed from 2437 to 1333 components IMAGR2: Field 4 compressed from 2 to 2 components IMAGR2: Field 5 compressed from 149 to 124 components IMAGR2: Field 6 compressed from 45 to 40 components IMAGR2: Field 7 compressed from 247 to 207 components IMAGR2: Field 1 min = -379.6 MicroJy,max = 329.4 MicroJy IMAGR2: Field 2 min = -381.5 MicroJy,max = 368.6 MicroJy IMAGR2: Field 3 min = -347.9 MicroJy,max = 447.6 MicroJy IMAGR2: Field 4 min = -290.4 MicroJy,max = 294.4 MicroJy IMAGR2: Field 5 min = -375.4 MicroJy,max = 371.5 MicroJy IMAGR2: Field 6 min = -330.6 MicroJy,max = 301.2 MicroJy IMAGR2: Field 7 min = -364.4 MicroJy,max = 345.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 31.449 MicroJy ( 29 CCs) from field 1 to field 2 IMAGR2: Restore 44.297 MilliJy ( 578 CCs) from field 1 to field 3 IMAGR2: Restore 134.580 MicroJy ( 2 CCs) from field 1 to field 4 IMAGR2: Restore 1.533 MilliJy ( 274 CCs) from field 1 to field 5 IMAGR2: Restore 105.107 MicroJy ( 5 CCs) from field 1 to field 6 IMAGR2: Restore -9.707 MicroJy ( 17 CCs) from field 1 to field 7 IMAGR2: Restore 1.830 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR2: Restore -25.023 MicroJy ( 15 CCs) from field 2 to field 3 IMAGR2: Restore -27.644 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore 372.562 MilliJy ( 671 CCs) from field 3 to field 1 IMAGR2: Restore 6.924 MilliJy ( 277 CCs) from field 3 to field 2 IMAGR2: Restore 349.130 MicroJy ( 28 CCs) from field 3 to field 5 IMAGR2: Restore -26.499 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR2: Restore -26.499 MicroJy ( 1 CCs) from field 4 to field 2 IMAGR2: Restore 1.439 MilliJy ( 98 CCs) from field 5 to field 1 IMAGR2: Restore 62.411 MicroJy ( 22 CCs) from field 5 to field 3 IMAGR2: Restore 408.055 MicroJy ( 39 CCs) from field 5 to field 7 IMAGR2: Restore 54.625 MicroJy ( 6 CCs) from field 6 to field 1 IMAGR2: Restore-144.812 MicroJy ( 21 CCs) from field 6 to field 7 IMAGR2: Restore 447.292 MicroJy ( 33 CCs) from field 7 to field 1 IMAGR2: Restore 476.028 MicroJy ( 65 CCs) from field 7 to field 5 IMAGR2: Restore 152.283 MicroJy ( 7 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 419.990 MilliJy IMAGR2: Field 2 final Clean flux 6.933 MilliJy IMAGR2: Field 3 final Clean flux 430.980 MilliJy IMAGR2: Field 4 final Clean flux 52.818 MicroJy IMAGR2: Field 5 final Clean flux 4.354 MilliJy IMAGR2: Field 6 final Clean flux 47.865 MicroJy IMAGR2: Field 7 final Clean flux 1.797 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= 339 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 60.4 Real= 126 es of type HI AIPS 2: Destroyed MA image file: catno= 329 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 330 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 331 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 332 disk= 1 AIPS 2: Disk 1 in-CNO 333 renumbered as CNO 325 AIPS 2: Disk 1 in-CNO 334 renumbered as CNO 326 AIPS 2: Disk 1 in-CNO 335 renumbered as CNO 327 AIPS 2: Disk 1 in-CNO 336 renumbered as CNO 328 AIPS 2: Disk 1 in-CNO 337 renumbered as CNO 329 AIPS 2: Disk 1 in-CNO 338 renumbered as CNO 330 AIPS 2: Disk 1 in-CNO 339 renumbered as CNO 331 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4051_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4051_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :57 =N4051' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4051_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 333 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 334 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 335 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 336 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 337 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 338 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 339 disk= 1 AIPS 2: Disk 1 in-CNO 340 renumbered as CNO 332 AIPS 2: Disk 1 in-CNO 341 renumbered as CNO 333 AIPS 2: Disk 1 in-CNO 342 renumbered as CNO 334 AIPS 2: Disk 1 in-CNO 343 renumbered as CNO 335 AIPS 2: Disk 1 in-CNO 344 renumbered as CNO 336 AIPS 2: Disk 1 in-CNO 345 renumbered as CNO 337 AIPS 2: Disk 1 in-CNO 346 renumbered as CNO 338 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4138_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4138_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :58 =N4138' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: rm -f /tmp/SETFC@N4138_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 340 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 341 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 342 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 343 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 344 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 345 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 346 disk= 1 AIPS 2: Disk 1 in-CNO 347 renumbered as CNO 339 AIPS 2: Disk 1 in-CNO 348 renumbered as CNO 340 AIPS 2: Disk 1 in-CNO 349 renumbered as CNO 341 AIPS 2: Disk 1 in-CNO 350 renumbered as CNO 342 AIPS 2: Disk 1 in-CNO 351 renumbered as CNO 343 AIPS 2: Disk 1 in-CNO 352 renumbered as CNO 344 AIPS 2: Disk 1 in-CNO 353 renumbered as CNO 345 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4258 C BAND Seq 1 Disk: 1 in slot 61 SETFC2: SETCEL: recommends IMSIZE 1368 CELLSIZE 0.40415 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40415 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4258_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 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 67.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 18 57.52 47 18 14.2 00001 -1 507 512 513 C 2 1012 1012 12 18 57.52 47 12 30.1 00002 -1 507 512 513 C 3 1012 1012 12 18 28.25 47 15 21.9 00003 -1 507 512 513 C 4 1012 1012 12 19 26.79 47 15 21.9 00004 -1 507 512 513 C 5 1012 1012 12 18 28.20 47 21 06.0 00005 -1 507 512 513 C 6 1012 1012 12 19 26.84 47 21 06.0 00006 -1 507 512 513 C 7 1012 1012 12 18 57.52 47 23 58.3 00007 -1 507 512 513 nd to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4258_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :59 =N4258' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4258_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.9383E-11 2.5580E-11 0 IMAGR2: Field 2 1012 1012 6.9383E-11 -3.4410E+02 0 IMAGR2: Field 3 1012 1012 -2.9772E+02 -1.7230E+02 0 IMAGR2: Field 4 1012 1012 2.9772E+02 -1.7230E+02 0 IMAGR2: Field 5 1012 1012 -2.9823E+02 1.7180E+02 0 IMAGR2: Field 6 1012 1012 2.9823E+02 1.7180E+02 0 IMAGR2: Field 7 1012 1012 6.9383E-11 3.4410E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4258_C,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 N4258 .IMAGR . 1 (UV) on disk 1 cno 346 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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.095E+05 IMAGR2: UVWAIT: Adding temperance S 2.191E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.412E+08 and out 4.380E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.157 due to weighting IMAGR2: UVWAIT: Average summed weight 1.095E+05 over 74412 vis IMAGR2: Create N4258 .IBM001. 1 (MA) on disk 1 cno 347 IMAGR2: Create N4258 .IBM002. 1 (MA) on disk 1 cno 348 IMAGR2: Create N4258 .IBM003. 1 (MA) on disk 1 cno 349 IMAGR2: Create N4258 .IBM004. 1 (MA) on disk 1 cno 350 IMAGR2: Create N4258 .IBM005. 1 (MA) on disk 1 cno 351 IMAGR2: Create N4258 .IBM006. 1 (MA) on disk 1 cno 352 IMAGR2: Create N4258 .IBM007. 1 (MA) on disk 1 cno 353 IMAGR2: Create N4258 .ICL001. 1 (MA) on disk 1 cno 354 IMAGR2: Create N4258 .ICL002. 1 (MA) on disk 1 cno 355 IMAGR2: Create N4258 .ICL003. 1 (MA) on disk 1 cno 356 IMAGR2: Create N4258 .ICL004. 1 (MA) on disk 1 cno 357 IMAGR2: Create N4258 .ICL005. 1 (MA) on disk 1 cno 358 IMAGR2: Create N4258 .ICL006. 1 (MA) on disk 1 cno 359 IMAGR2: Create N4258 .ICL007. 1 (MA) on disk 1 cno 360 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.64979E+09 IMAGR2: Field 1 Beam min = -142.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.506 x 1.120 arcsec, PA= -72.4 IMAGR2: Field 2 Sum of gridding weights = 4.64979E+09 IMAGR2: Field 2 Beam min = -142.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.506 x 1.120 arcsec, PA= -72.5 IMAGR2: Field 3 Sum of gridding weights = 4.64978E+09 IMAGR2: Field 3 Beam min = -142.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.508 x 1.120 arcsec, PA= -72.6 IMAGR2: Field 4 Sum of gridding weights = 4.64978E+09 IMAGR2: Field 4 Beam min = -142.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.504 x 1.120 arcsec, PA= -72.2 IMAGR2: Field 5 Sum of gridding weights = 4.64978E+09 IMAGR2: Field 5 Beam min = -142.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.509 x 1.120 arcsec, PA= -72.5 IMAGR2: Field 6 Sum of gridding weights = 4.64978E+09 IMAGR2: Field 6 Beam min = -142.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.505 x 1.119 arcsec, PA= -72.2 IMAGR2: Field 7 Sum of gridding weights = 4.64978E+09 IMAGR2: Field 7 Beam min = -142.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.507 x 1.119 arcsec, PA= -72.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -248.9 MicroJy,max = 1.8 MilliJy IMAGR2: Field 2 min = -270.8 MicroJy,max = 281.4 MicroJy IMAGR2: Field 3 min = -242.2 MicroJy,max = 286.4 MicroJy IMAGR2: Field 4 min = -241.2 MicroJy,max = 256.2 MicroJy IMAGR2: Field 5 min = -222.0 MicroJy,max = 252.8 MicroJy IMAGR2: Field 6 min = -251.1 MicroJy,max = 281.2 MicroJy IMAGR2: Field 7 min = -253.3 MicroJy,max = 240.5 MicroJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 144.14 MicroJy IMAGR2: 7064 Residual map points loaded IMAGR2: Field 1 min allowed flux = 830.592 MicroJy iter= 9 IMAGR2: Field 1 Clean flux density= 1.113 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 1.113 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 = -231.6 MicroJy,max = 767.8 MicroJy IMAGR2: BGC Clean: using 159 cell beam + residuals > 142.34 MicroJy IMAGR2: 3668 Residual map points loaded IMAGR2: Field 1 min allowed flux = 362.089 MicroJy iter= 19 IMAGR2: Field 1 Clean flux density= 1.652 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 1.652 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -227.4 MicroJy,max = 332.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 130.81 MicroJy IMAGR2: 6191 Residual map points loaded IMAGR2: Field 1 min Clean flux = 263.050 MicroJy iter= 23 IMAGR2: Field 1 Clean flux density= 1.770 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 1.770 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -240.2 MicroJy,max = 263.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 111.99 MicroJy IMAGR2: 15058 Residual map points loaded IMAGR2: Field 2 min Clean flux = 262.978 MicroJy iter= 1 IMAGR2: Field 2 Clean flux density= 26.298 MicroJy 1 comps IMAGR2: Total Cleaned flux density = 1.797 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -247.5 MicroJy,max = 279.7 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 23 to 4 components IMAGR2: Field 2 compressed from 1 to 1 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 = -228.3 MicroJy,max = 257.5 MicroJy IMAGR2: Field 2 min = -240.3 MicroJy,max = 259.3 MicroJy IMAGR2: Field 3 min = -247.5 MicroJy,max = 279.7 MicroJy IMAGR2: Field 4 min = -221.6 MicroJy,max = 262.0 MicroJy IMAGR2: Field 5 min = -226.6 MicroJy,max = 252.2 MicroJy IMAGR2: Field 6 min = -253.8 MicroJy,max = 224.5 MicroJy IMAGR2: Field 7 min = -228.9 MicroJy,max = 234.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 26.298 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 26.298 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.797 MilliJy IMAGR2: Field 2 final Clean flux 26.298 MicroJy IMAGR2: Field 3 final Clean flux 26.298 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= 346 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 16.3 Real= 34 nd to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4258_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :59 =N4258' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 347 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 348 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 349 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 350 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 351 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 352 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= 353 disk= 1 AIPS 2: Disk 1 in-CNO 354 renumbered as CNO 346 AIPS 2: Disk 1 in-CNO 355 renumbered as CNO 347 AIPS 2: Disk 1 in-CNO 356 renumbered as CNO 348 AIPS 2: Disk 1 in-CNO 357 renumbered as CNO 349 AIPS 2: Disk 1 in-CNO 358 renumbered as CNO 350 AIPS 2: Disk 1 in-CNO 359 renumbered as CNO 351 AIPS 2: Disk 1 in-CNO 360 renumbered as CNO 352 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1225+392_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1225+392 C BAND Seq 1 Disk: 1 in slot 62 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.40284 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40284 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1225+392_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 59.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 25 50.57 39 14 22.7 00001 -1 507 512 513 C 2 1012 1012 12 25 50.57 39 08 39.7 00002 -1 507 512 513 C 3 1012 1012 12 25 25.02 39 11 31.0 00003 -1 507 512 513 C 4 1012 1012 12 26 16.12 39 11 31.0 00004 -1 507 512 513 C 5 1012 1012 12 25 24.99 39 17 14.0 00005 -1 507 512 513 C 6 1012 1012 12 26 16.15 39 17 14.0 00006 -1 507 512 513 C 7 1012 1012 12 25 50.57 39 20 05.6 00007 -1 507 512 513 nd to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4258_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :59 =N4258' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 347 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 348 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 349 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 350 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 351 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 352 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= 353 disk= 1 AIPS 2: Disk 1 in-CNO 354 renumbered as CNO 346 AIPS 2: Disk 1 in-CNO 355 renumbered as CNO 347 AIPS 2: Disk 1 in-CNO 356 renumbered as CNO 348 AIPS 2: Disk 1 in-CNO 357 renumbered as CNO 349 AIPS 2: Disk 1 in-CNO 358 renumbered as CNO 350 AIPS 2: Disk 1 in-CNO 359 renumbered as CNO 351 AIPS 2: Disk 1 in-CNO 360 renumbered as CNO 352 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1225+392_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1225+392_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :60 =1225+392' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1225+392_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -3.4853E-03 1.9000E-02 0 IMAGR2: Field 2 1012 1012 -3.4853E-03 -3.4298E+02 0 IMAGR2: Field 3 1012 1012 -2.9683E+02 -1.7168E+02 0 IMAGR2: Field 4 1012 1012 2.9683E+02 -1.7168E+02 0 IMAGR2: Field 5 1012 1012 -2.9718E+02 1.7132E+02 0 IMAGR2: Field 6 1012 1012 2.9717E+02 1.7132E+02 0 IMAGR2: Field 7 1012 1012 -3.4853E-03 3.4292E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1225+392_C,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 1225+392 .IMAGR . 1 (UV) on disk 1 cno 353 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6318 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.010E+04 IMAGR2: UVWAIT: Adding temperance S 6.019E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.008E+07 and out 5.102E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.140 due to weighting IMAGR2: UVWAIT: Average summed weight 3.010E+04 over 12636 vis IMAGR2: Create 1225+392 .IBM001. 1 (MA) on disk 1 cno 354 IMAGR2: Create 1225+392 .IBM002. 1 (MA) on disk 1 cno 355 IMAGR2: Create 1225+392 .IBM003. 1 (MA) on disk 1 cno 356 IMAGR2: Create 1225+392 .IBM004. 1 (MA) on disk 1 cno 357 IMAGR2: Create 1225+392 .IBM005. 1 (MA) on disk 1 cno 358 IMAGR2: Create 1225+392 .IBM006. 1 (MA) on disk 1 cno 359 IMAGR2: Create 1225+392 .IBM007. 1 (MA) on disk 1 cno 360 IMAGR2: Create 1225+392 .ICL001. 1 (MA) on disk 1 cno 361 IMAGR2: Create 1225+392 .ICL002. 1 (MA) on disk 1 cno 362 IMAGR2: Create 1225+392 .ICL003. 1 (MA) on disk 1 cno 363 IMAGR2: Create 1225+392 .ICL004. 1 (MA) on disk 1 cno 364 IMAGR2: Create 1225+392 .ICL005. 1 (MA) on disk 1 cno 365 IMAGR2: Create 1225+392 .ICL006. 1 (MA) on disk 1 cno 366 IMAGR2: Create 1225+392 .ICL007. 1 (MA) on disk 1 cno 367 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.41692E+08 IMAGR2: Field 1 Beam min = -141.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.692 x 1.252 arcsec, PA= 88.8 IMAGR2: Field 2 Sum of gridding weights = 5.41691E+08 IMAGR2: Field 2 Beam min = -141.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.692 x 1.252 arcsec, PA= 88.7 IMAGR2: Field 3 Sum of gridding weights = 5.41692E+08 IMAGR2: Field 3 Beam min = -139.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.695 x 1.252 arcsec, PA= 88.6 IMAGR2: Field 4 Sum of gridding weights = 5.41689E+08 IMAGR2: Field 4 Beam min = -85.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.690 x 1.252 arcsec, PA= 88.8 IMAGR2: Field 5 Sum of gridding weights = 5.41689E+08 IMAGR2: Field 5 Beam min = -87.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.695 x 1.252 arcsec, PA= 88.7 IMAGR2: Field 6 Sum of gridding weights = 5.41689E+08 IMAGR2: Field 6 Beam min = -99.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.690 x 1.252 arcsec, PA= 89.0 IMAGR2: Field 7 Sum of gridding weights = 5.41690E+08 IMAGR2: Field 7 Beam min = -141.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.692 x 1.251 arcsec, PA= 88.9 IMAGR2: CLBHIS: minimum component 0.431 of current peak IMAGR2: Field 1 min = -36.3 MilliJy,max = 464.1 MilliJy IMAGR2: Field 2 min = -42.0 MilliJy,max = 68.3 MilliJy IMAGR2: Field 3 min = -40.2 MilliJy,max = 91.4 MilliJy IMAGR2: Field 4 min = -39.4 MilliJy,max = 69.9 MilliJy IMAGR2: Field 5 min = -40.1 MilliJy,max = 66.3 MilliJy IMAGR2: Field 6 min = -39.4 MilliJy,max = 91.0 MilliJy IMAGR2: Field 7 min = -41.2 MilliJy,max = 68.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 38.23 MilliJy IMAGR2: 2537 Residual map points loaded IMAGR2: Field 1 min allowed flux = 199.794 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 284.318 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 284.318 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 = -14.4 MilliJy,max = 179.8 MilliJy IMAGR2: BGC Clean: using 1723 cell beam + residuals > 26.34 MilliJy IMAGR2: 200 Residual map points loaded IMAGR2: Field 1 min allowed flux = 77.407 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 394.472 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 394.472 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.6 MilliJy,max = 13.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.190E-02 < Second best 7.876E-02 IMAGR2: Field 3 min = -6.4 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.234E-02 < Second best 7.359E-02 IMAGR2: Field 1 min = -5.9 MilliJy,max = 69.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 23.35 MilliJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 31.119 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 437.392 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 437.392 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.540E-03 < Second best 6.515E-02 IMAGR2: Field 2 min = -3.2 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.381E-03 < Second best 5.238E-02 IMAGR2: Field 4 min = -2.5 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.717E-03 < Second best 4.882E-02 IMAGR2: Field 5 min = -2.7 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.992E-03 < Second best 2.959E-02 IMAGR2: Field 1 min = -2.6 MilliJy,max = 28.4 MilliJy IMAGR2: BGC Clean: using 1979 cell beam + residuals > 3.11 MilliJy IMAGR2: 1067 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.287 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 457.919 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 457.919 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.940E-03 < Second best 1.190E-02 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.723E-03 < Second best 1.073E-02 IMAGR2: Field 1 min = -1.9 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 1705 cell beam + residuals > 1.74 MilliJy IMAGR2: 241 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.260 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 465.486 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 465.486 MilliJy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.428E-03 < Second best 4.381E-03 IMAGR2: Field 2 min = -985.2 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.161E-03 < Second best 4.052E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.742E-03 < Second best 3.992E-03 IMAGR2: Field 5 min = -1.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.092E-03 < Second best 3.742E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 984.95 MicroJy IMAGR2: 384 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.690 MilliJy iter= 83 IMAGR2: Field 1 Clean flux density= 466.719 MilliJy 83 comps IMAGR2: Total Cleaned flux density = 466.719 MilliJy 83 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.0 MilliJy,max = 964.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.567E-04 < Second best 1.940E-03 IMAGR2: Field 3 min = -932.9 MicroJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.519E-04 < Second best 1.723E-03 IMAGR2: Field 6 min = -818.6 MicroJy,max = 985.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.162E-04 < Second best 1.609E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 579.19 MicroJy IMAGR2: 3333 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 974.927 MicroJy iter= 150 IMAGR2: Field 1 Clean flux density= 469.734 MilliJy 150 comps IMAGR2: Total Cleaned flux density = 469.734 MilliJy 150 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.498E-04 < Second best 1.161E-03 IMAGR2: Field 2 min = -870.5 MicroJy,max = 851.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.335E-04 < Second best 1.092E-03 IMAGR2: Field 5 min = -823.2 MicroJy,max = 970.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.945E-04 < Second best 9.498E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 498.94 MicroJy IMAGR2: 2184 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -661.486 MicroJy iter= 56 IMAGR2: Field 7 Clean flux density= -204.514 MicroJy 56 comps IMAGR2: Total Cleaned flux density = 469.529 MilliJy 206 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -976.7 MicroJy,max = 957.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 478.12 MicroJy IMAGR2: 3862 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 690.046 MicroJy iter= 261 IMAGR2: Field 1 Clean flux density= 473.178 MilliJy 261 comps IMAGR2: Total Cleaned flux density = 472.974 MilliJy 317 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -871.3 MicroJy,max = 789.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.025E-04 < Second best 8.519E-04 IMAGR2: Field 3 min = -746.4 MicroJy,max = 751.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.158E-04 < Second best 8.335E-04 IMAGR2: Field 2 min = -832.6 MicroJy,max = 719.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 458.52 MicroJy IMAGR2: 2105 Residual map points loaded IMAGR2: Field 2 min Clean flux = 648.414 MicroJy iter= 30 IMAGR2: Field 2 Clean flux density= -734.552 MicroJy 30 comps IMAGR2: Total Cleaned flux density = 472.239 MilliJy 347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -743.2 MicroJy,max = 764.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.644E-04 < Second best 7.162E-04 IMAGR2: Field 6 min = -701.6 MicroJy,max = 758.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.513E-04 < Second best 7.158E-04 IMAGR2: Field 3 min = -732.5 MicroJy,max = 757.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 439.82 MicroJy IMAGR2: 1510 Residual map points loaded IMAGR2: Field 3 min Clean flux = 646.862 MicroJy iter= 6 IMAGR2: Field 3 Clean flux density= 406.510 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 472.646 MilliJy 353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -849.3 MicroJy,max = 752.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 434.36 MicroJy IMAGR2: 1755 Residual map points loaded IMAGR2: Field 4 min Clean flux = 647.841 MicroJy iter= 6 IMAGR2: Field 4 Clean flux density= 139.623 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 472.785 MilliJy 359 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -739.9 MicroJy,max = 766.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 428.91 MicroJy IMAGR2: 2319 Residual map points loaded IMAGR2: Field 5 min Clean flux = 641.343 MicroJy iter= 4 IMAGR2: Field 5 Clean flux density= 267.643 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 473.053 MilliJy 363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -748.1 MicroJy,max = 642.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.158E-04 < Second best 6.513E-04 IMAGR2: Field 6 min = -699.0 MicroJy,max = 762.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 369.51 MicroJy IMAGR2: 5759 Residual map points loaded IMAGR2: Field 6 min Clean flux = -633.848 MicroJy iter= 1 IMAGR2: Field 6 Clean flux density= -63.385 MicroJy 1 comps IMAGR2: Total Cleaned flux density = 472.989 MilliJy 364 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -810.0 MicroJy,max = 846.1 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 261 to 75 components IMAGR2: Field 2 compressed from 30 to 25 components IMAGR2: Field 3 compressed from 6 to 5 components IMAGR2: Field 4 compressed from 6 to 5 components IMAGR2: Field 5 compressed from 4 to 4 components IMAGR2: Field 6 compressed from 1 to 1 components IMAGR2: Field 7 compressed from 56 to 46 components IMAGR2: Field 1 min = -745.8 MicroJy,max = 643.9 MicroJy IMAGR2: Field 2 min = -706.8 MicroJy,max = 687.7 MicroJy IMAGR2: Field 3 min = -725.8 MicroJy,max = 754.4 MicroJy IMAGR2: Field 4 min = -841.1 MicroJy,max = 751.1 MicroJy IMAGR2: Field 5 min = -738.3 MicroJy,max = 767.4 MicroJy IMAGR2: Field 6 min = -701.0 MicroJy,max = 764.6 MicroJy IMAGR2: Field 7 min = -810.0 MicroJy,max = 846.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 290.932 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 1.870 MilliJy ( 4 CCs) from field 1 to field 3 IMAGR2: Restore 223.052 MicroJy ( 3 CCs) from field 1 to field 4 IMAGR2: Restore 2.017 MilliJy ( 10 CCs) from field 1 to field 5 IMAGR2: Restore 142.508 MicroJy ( 2 CCs) from field 1 to field 6 IMAGR2: Restore 146.015 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Restore 64.841 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 67.166 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR2: Restore-288.780 MicroJy ( 5 CCs) from field 2 to field 4 IMAGR2: Restore 136.766 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR2: Restore -66.130 MicroJy ( 1 CCs) from field 4 to field 6 IMAGR2: Restore-147.659 MicroJy ( 8 CCs) from field 7 to field 1 IMAGR2: Restore 133.996 MicroJy ( 7 CCs) from field 7 to field 5 IMAGR2: Restore -66.508 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 473.232 MilliJy IMAGR2: Field 2 final Clean flux -443.621 MicroJy IMAGR2: Field 3 final Clean flux 2.343 MilliJy IMAGR2: Field 4 final Clean flux 73.894 MicroJy IMAGR2: Field 5 final Clean flux 2.419 MilliJy IMAGR2: Field 6 final Clean flux -53.514 MicroJy IMAGR2: Field 7 final Clean flux -58.499 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= 353 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 29.1 Real= 64 nd to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4258_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :59 =N4258' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 347 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 348 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 349 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 350 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 351 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 352 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= 353 disk= 1 AIPS 2: Disk 1 in-CNO 354 renumbered as CNO 346 AIPS 2: Disk 1 in-CNO 355 renumbered as CNO 347 AIPS 2: Disk 1 in-CNO 356 renumbered as CNO 348 AIPS 2: Disk 1 in-CNO 357 renumbered as CNO 349 AIPS 2: Disk 1 in-CNO 358 renumbered as CNO 350 AIPS 2: Disk 1 in-CNO 359 renumbered as CNO 351 AIPS 2: Disk 1 in-CNO 360 renumbered as CNO 352 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1225+392_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1225+392_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :60 =1225+392' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1225+392_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 354 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 355 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 356 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 357 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 358 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 359 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 360 disk= 1 AIPS 2: Disk 1 in-CNO 361 renumbered as CNO 353 AIPS 2: Disk 1 in-CNO 362 renumbered as CNO 354 AIPS 2: Disk 1 in-CNO 363 renumbered as CNO 355 AIPS 2: Disk 1 in-CNO 364 renumbered as CNO 356 AIPS 2: Disk 1 in-CNO 365 renumbered as CNO 357 AIPS 2: Disk 1 in-CNO 366 renumbered as CNO 358 AIPS 2: Disk 1 in-CNO 367 renumbered as CNO 359 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4151_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4151 C BAND Seq 1 Disk: 1 in slot 63 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.40271 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40271 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4151_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 61.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 10 32.58 39 24 21.1 00001 -1 507 512 513 C 2 1012 1012 12 10 32.58 39 18 38.2 00002 -1 507 512 513 C 3 1012 1012 12 10 06.98 39 21 29.5 00003 -1 507 512 513 C 4 1012 1012 12 10 58.18 39 21 29.5 00004 -1 507 512 513 C 5 1012 1012 12 10 06.95 39 27 12.3 00005 -1 507 512 513 C 6 1012 1012 12 10 58.22 39 27 12.3 00006 -1 507 512 513 C 7 1012 1012 12 10 32.58 39 30 03.9 00007 -1 507 512 513 nd to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4258_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :59 =N4258' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 347 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 348 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 349 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 350 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 351 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 352 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= 353 disk= 1 AIPS 2: Disk 1 in-CNO 354 renumbered as CNO 346 AIPS 2: Disk 1 in-CNO 355 renumbered as CNO 347 AIPS 2: Disk 1 in-CNO 356 renumbered as CNO 348 AIPS 2: Disk 1 in-CNO 357 renumbered as CNO 349 AIPS 2: Disk 1 in-CNO 358 renumbered as CNO 350 AIPS 2: Disk 1 in-CNO 359 renumbered as CNO 351 AIPS 2: Disk 1 in-CNO 360 renumbered as CNO 352 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1225+392_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1225+392_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :60 =1225+392' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1225+392_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 354 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 355 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 356 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 357 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 358 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 359 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 360 disk= 1 AIPS 2: Disk 1 in-CNO 361 renumbered as CNO 353 AIPS 2: Disk 1 in-CNO 362 renumbered as CNO 354 AIPS 2: Disk 1 in-CNO 363 renumbered as CNO 355 AIPS 2: Disk 1 in-CNO 364 renumbered as CNO 356 AIPS 2: Disk 1 in-CNO 365 renumbered as CNO 357 AIPS 2: Disk 1 in-CNO 366 renumbered as CNO 358 AIPS 2: Disk 1 in-CNO 367 renumbered as CNO 359 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4151_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4151_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :61 =N4151' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4151_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -2.3180E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 -2.3180E-02 -3.4286E+02 0 IMAGR2: Field 3 1012 1012 -2.9673E+02 -1.7156E+02 0 IMAGR2: Field 4 1012 1012 2.9668E+02 -1.7156E+02 0 IMAGR2: Field 5 1012 1012 -2.9708E+02 1.7124E+02 0 IMAGR2: Field 6 1012 1012 2.9715E+02 1.7124E+02 0 IMAGR2: Field 7 1012 1012 -2.3180E-02 3.4284E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4151_C,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 N4151 .IMAGR . 1 (UV) on disk 1 cno 360 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37557 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.124E+05 IMAGR2: UVWAIT: Adding temperance S 2.248E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.358E+08 and out 4.230E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.165 due to weighting IMAGR2: UVWAIT: Average summed weight 1.124E+05 over 75114 vis IMAGR2: Create N4151 .IBM001. 1 (MA) on disk 1 cno 361 IMAGR2: Create N4151 .IBM002. 1 (MA) on disk 1 cno 362 IMAGR2: Create N4151 .IBM003. 1 (MA) on disk 1 cno 363 IMAGR2: Create N4151 .IBM004. 1 (MA) on disk 1 cno 364 IMAGR2: Create N4151 .IBM005. 1 (MA) on disk 1 cno 365 IMAGR2: Create N4151 .IBM006. 1 (MA) on disk 1 cno 366 IMAGR2: Create N4151 .IBM007. 1 (MA) on disk 1 cno 367 IMAGR2: Create N4151 .ICL001. 1 (MA) on disk 1 cno 368 IMAGR2: Create N4151 .ICL002. 1 (MA) on disk 1 cno 369 IMAGR2: Create N4151 .ICL003. 1 (MA) on disk 1 cno 370 IMAGR2: Create N4151 .ICL004. 1 (MA) on disk 1 cno 371 IMAGR2: Create N4151 .ICL005. 1 (MA) on disk 1 cno 372 IMAGR2: Create N4151 .ICL006. 1 (MA) on disk 1 cno 373 IMAGR2: Create N4151 .ICL007. 1 (MA) on disk 1 cno 374 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.49078E+09 IMAGR2: Field 1 Beam min = -146.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.655 x 1.138 arcsec, PA= 89.1 IMAGR2: Field 2 Sum of gridding weights = 4.49078E+09 IMAGR2: Field 2 Beam min = -146.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.655 x 1.138 arcsec, PA= 89.0 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 Sum of gridding weights = 4.49078E+09 IMAGR2: Field 3 Beam min = -147.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.657 x 1.138 arcsec, PA= 88.9 IMAGR2: Field 4 Sum of gridding weights = 4.49078E+09 IMAGR2: Field 4 Beam min = -146.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.652 x 1.138 arcsec, PA= 89.2 IMAGR2: Field 5 Sum of gridding weights = 4.49078E+09 IMAGR2: Field 5 Beam min = -147.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.657 x 1.138 arcsec, PA= 89.0 IMAGR2: Field 6 Sum of gridding weights = 4.49077E+09 IMAGR2: Field 6 Beam min = -146.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.652 x 1.137 arcsec, PA= 89.3 IMAGR2: Field 7 Sum of gridding weights = 4.49078E+09 IMAGR2: Field 7 Beam min = -146.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.654 x 1.137 arcsec, PA= 89.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -7.4 MilliJy,max = 82.2 MilliJy IMAGR2: Field 2 min = -4.6 MilliJy,max = 6.7 MilliJy IMAGR2: Field 3 min = -3.7 MilliJy,max = 6.6 MilliJy IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.8 MilliJy IMAGR2: Field 5 min = -3.7 MilliJy,max = 4.9 MilliJy IMAGR2: Field 6 min = -3.8 MilliJy,max = 7.0 MilliJy IMAGR2: Field 7 min = -4.5 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 1991 cell beam + residuals > 3.80 MilliJy IMAGR2: 8798 Residual map points loaded IMAGR2: Field 1 min allowed flux = 41.103 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 47.615 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 47.615 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 = -4.0 MilliJy,max = 39.0 MilliJy IMAGR2: BGC Clean: using 999 cell beam + residuals > 2.73 MilliJy IMAGR2: 4612 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.844 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 82.816 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 82.816 MilliJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 17.9 MilliJy IMAGR2: BGC Clean: using 183 cell beam + residuals > 2.52 MilliJy IMAGR2: 723 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.796 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 101.821 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 101.821 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.38 MilliJy IMAGR2: 88 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.355 MilliJy iter= 58 IMAGR2: Field 1 Clean flux density= 115.361 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 115.361 MilliJy 58 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -626.2 MicroJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.951E-03 < Second best 6.375E-03 IMAGR2: Field 2 min = -672.2 MicroJy,max = 734.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.018E-04 < Second best 5.534E-03 IMAGR2: Field 6 min = -509.9 MicroJy,max = 956.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.415E-04 < Second best 5.523E-03 IMAGR2: Field 3 min = -505.4 MicroJy,max = 937.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.207E-04 < Second best 4.141E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 77 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.123 MilliJy iter= 84 IMAGR2: Field 1 Clean flux density= 123.350 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 123.350 MilliJy 84 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -355.4 MicroJy,max = 599.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.362E-04 < Second best 3.905E-03 IMAGR2: Field 4 min = -370.2 MicroJy,max = 395.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.264E-04 < Second best 2.020E-03 IMAGR2: Field 1 min = -855.6 MicroJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 181 cell beam + residuals > 357.67 MicroJy IMAGR2: 4458 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.064 MilliJy iter= 126 IMAGR2: Field 1 Clean flux density= 129.530 MilliJy 126 comps IMAGR2: Total Cleaned flux density = 129.530 MilliJy 126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -411.7 MicroJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 181 cell beam + residuals > 345.16 MicroJy IMAGR2: 638 Residual map points loaded IMAGR2: Field 7 min allowed flux = 1.038 MilliJy iter= 14 IMAGR2: Field 7 Clean flux density= 2.030 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 131.559 MilliJy 140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -665.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 181 cell beam + residuals > 350.65 MicroJy IMAGR2: 1269 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 546.169 MicroJy iter= 209 IMAGR2: Field 1 Clean flux density= 135.555 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 137.585 MilliJy 223 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -327.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 276.65 MicroJy IMAGR2: 344 Residual map points loaded IMAGR2: Field 7 min allowed flux = 508.528 MicroJy iter= 33 IMAGR2: Field 7 Clean flux density= 3.402 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 138.957 MilliJy 242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -398.4 MicroJy,max = 357.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.810E-04 < Second best 6.415E-04 IMAGR2: Field 6 min = -289.9 MicroJy,max = 370.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.379E-04 < Second best 6.207E-04 IMAGR2: Field 3 min = -321.4 MicroJy,max = 348.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.017E-04 < Second best 5.205E-04 IMAGR2: Field 1 min = -501.7 MicroJy,max = 549.7 MicroJy IMAGR2: BGC Clean: using 159 cell beam + residuals > 220.06 MicroJy IMAGR2: 5363 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 342.955 MicroJy iter= 379 IMAGR2: Field 1 Clean flux density= 139.547 MilliJy 379 comps IMAGR2: Total Cleaned flux density = 142.949 MilliJy 412 comps IMAGR2: ALGSTB: All 487 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 476- 0 Cells, with 37557 Pts IMAGR2: Field 7 min = -294.2 MicroJy,max = 490.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 200.13 MicroJy IMAGR2: 1407 Residual map points loaded IMAGR2: Field 7 min Clean flux = 267.147 MicroJy iter= 78 IMAGR2: Field 7 Clean flux density= 4.559 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 144.105 MilliJy 457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -261.7 MicroJy,max = 278.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.570E-04 < Second best 3.810E-04 IMAGR2: Field 2 min = -315.3 MicroJy,max = 310.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.969E-04 < Second best 3.379E-04 IMAGR2: Field 6 min = -259.0 MicroJy,max = 294.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.568E-04 < Second best 3.276E-04 IMAGR2: Field 1 min = -344.9 MicroJy,max = 329.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 177.80 MicroJy IMAGR2: 8903 Residual map points loaded IMAGR2: Field 1 min Clean flux = 267.197 MicroJy iter= 571 IMAGR2: Field 1 Clean flux density= 140.987 MilliJy 571 comps IMAGR2: Total Cleaned flux density = 145.546 MilliJy 649 comps IMAGR2: ALGSTB: All 487 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 476- 0 Cells, with 37557 Pts IMAGR2: Field 4 min = -313.0 MicroJy,max = 278.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.471E-04 < Second best 3.017E-04 IMAGR2: Field 3 min = -304.8 MicroJy,max = 278.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.650E-04 < Second best 2.969E-04 IMAGR2: Field 2 min = -302.0 MicroJy,max = 300.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 150.07 MicroJy IMAGR2: 9186 Residual map points loaded IMAGR2: Field 2 min Clean flux = -261.870 MicroJy iter= 7 IMAGR2: Field 2 Clean flux density= 30.658 MicroJy 7 comps IMAGR2: Total Cleaned flux density = 145.576 MilliJy 656 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -306.0 MicroJy,max = 276.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 139.27 MicroJy IMAGR2: 5946 Residual map points loaded IMAGR2: Field 3 min Clean flux = 250.635 MicroJy iter= 2 IMAGR2: Field 3 Clean flux density= 52.714 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 145.629 MilliJy 658 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -256.0 MicroJy,max = 278.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 118.51 MicroJy IMAGR2: 19664 Residual map points loaded IMAGR2: Field 5 min Clean flux = 259.656 MicroJy iter= 1 IMAGR2: Field 5 Clean flux density= 25.966 MicroJy 1 comps IMAGR2: Total Cleaned flux density = 145.655 MilliJy 659 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -259.0 MicroJy,max = 282.1 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 571 to 234 components IMAGR2: Field 2 compressed from 7 to 6 components IMAGR2: Field 3 compressed from 2 to 2 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 1 to 1 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 78 to 32 components IMAGR2: Field 1 min = -294.0 MicroJy,max = 279.2 MicroJy IMAGR2: Field 2 min = -300.2 MicroJy,max = 261.3 MicroJy IMAGR2: Field 3 min = -305.5 MicroJy,max = 274.6 MicroJy IMAGR2: Field 4 min = -313.0 MicroJy,max = 278.9 MicroJy IMAGR2: Field 5 min = -256.0 MicroJy,max = 279.0 MicroJy IMAGR2: Field 6 min = -259.0 MicroJy,max = 282.1 MicroJy IMAGR2: Field 7 min = -280.2 MicroJy,max = 274.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 64.024 MicroJy ( 19 CCs) from field 1 to field 2 IMAGR2: Restore 111.757 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR2: Restore 198.489 MicroJy ( 6 CCs) from field 1 to field 6 IMAGR2: Restore 538.895 MicroJy ( 8 CCs) from field 1 to field 7 IMAGR2: Restore 27.114 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore -26.187 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore 52.714 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Restore 52.714 MicroJy ( 2 CCs) from field 3 to field 2 IMAGR2: Restore 25.966 MicroJy ( 1 CCs) from field 5 to field 7 IMAGR2: Restore 86.278 MicroJy ( 8 CCs) from field 7 to field 1 IMAGR2: Restore 29.489 MicroJy ( 3 CCs) from field 7 to field 5 IMAGR2: Restore 998.387 Nano Jy ( 2 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 141.153 MilliJy IMAGR2: Field 2 final Clean flux 147.396 MicroJy IMAGR2: Field 3 final Clean flux 164.471 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 final Clean flux -26.187 MicroJy IMAGR2: Field 5 final Clean flux 55.454 MicroJy IMAGR2: Field 6 final Clean flux 199.487 MicroJy IMAGR2: Field 7 final Clean flux 5.123 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= 360 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 34.7 Real= 80 nd to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4258_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :59 =N4258' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4258_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 347 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 348 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 349 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 350 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 351 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 352 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= 353 disk= 1 AIPS 2: Disk 1 in-CNO 354 renumbered as CNO 346 AIPS 2: Disk 1 in-CNO 355 renumbered as CNO 347 AIPS 2: Disk 1 in-CNO 356 renumbered as CNO 348 AIPS 2: Disk 1 in-CNO 357 renumbered as CNO 349 AIPS 2: Disk 1 in-CNO 358 renumbered as CNO 350 AIPS 2: Disk 1 in-CNO 359 renumbered as CNO 351 AIPS 2: Disk 1 in-CNO 360 renumbered as CNO 352 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1225+392_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1225+392_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :60 =1225+392' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1225+392_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 354 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 355 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 356 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 357 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 358 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 359 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 360 disk= 1 AIPS 2: Disk 1 in-CNO 361 renumbered as CNO 353 AIPS 2: Disk 1 in-CNO 362 renumbered as CNO 354 AIPS 2: Disk 1 in-CNO 363 renumbered as CNO 355 AIPS 2: Disk 1 in-CNO 364 renumbered as CNO 356 AIPS 2: Disk 1 in-CNO 365 renumbered as CNO 357 AIPS 2: Disk 1 in-CNO 366 renumbered as CNO 358 AIPS 2: Disk 1 in-CNO 367 renumbered as CNO 359 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4151_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4151_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :61 =N4151' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4151_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 361 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 362 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 363 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 364 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 365 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 366 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 367 disk= 1 AIPS 2: Disk 1 in-CNO 368 renumbered as CNO 360 AIPS 2: Disk 1 in-CNO 369 renumbered as CNO 361 AIPS 2: Disk 1 in-CNO 370 renumbered as CNO 362 AIPS 2: Disk 1 in-CNO 371 renumbered as CNO 363 AIPS 2: Disk 1 in-CNO 372 renumbered as CNO 364 AIPS 2: Disk 1 in-CNO 373 renumbered as CNO 365 AIPS 2: Disk 1 in-CNO 374 renumbered as CNO 366 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1008 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1227+365_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1227+365 C BAND Seq 1 Disk: 1 in slot 64 SETFC2: SETCEL: recommends IMSIZE 1370 CELLSIZE 0.40335 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40335 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1227+365_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 57.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 27 58.73 36 35 11.9 00001 -1 507 512 513 C 2 1012 1012 12 27 58.73 36 29 28.5 00002 -1 507 512 513 C 3 1012 1012 12 27 34.06 36 32 20.1 00003 -1 507 512 513 C 4 1012 1012 12 28 23.41 36 32 20.1 00004 -1 507 512 513 C 5 1012 1012 12 27 34.03 36 38 03.4 00005 -1 507 512 513 C 6 1012 1012 12 28 23.44 36 38 03.4 00006 -1 507 512 513 C 7 1012 1012 12 27 58.73 36 40 55.3 00007 -1 507 512 513 troyed MA image file: catno= 364 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 365 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 366 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 367 disk= 1 AIPS 2: Disk 1 in-CNO 368 renumbered as CNO 360 AIPS 2: Disk 1 in-CNO 369 renumbered as CNO 361 AIPS 2: Disk 1 in-CNO 370 renumbered as CNO 362 AIPS 2: Disk 1 in-CNO 371 renumbered as CNO 363 AIPS 2: Disk 1 in-CNO 372 renumbered as CNO 364 AIPS 2: Disk 1 in-CNO 373 renumbered as CNO 365 AIPS 2: Disk 1 in-CNO 374 renumbered as CNO 366 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1008 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1227+365_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1227+365_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :62 =1227+365' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1227+365_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -3.0111E-02 -1.3000E-02 0 IMAGR2: Field 2 1012 1012 -3.0111E-02 -3.4341E+02 0 IMAGR2: Field 3 1012 1012 -2.9716E+02 -1.7181E+02 0 IMAGR2: Field 4 1012 1012 2.9722E+02 -1.7181E+02 0 IMAGR2: Field 5 1012 1012 -2.9753E+02 1.7149E+02 0 IMAGR2: Field 6 1012 1012 2.9759E+02 1.7149E+02 0 IMAGR2: Field 7 1012 1012 -3.0111E-02 3.4339E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1227+365_C,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 1227+365 .IMAGR . 1 (UV) on disk 1 cno 367 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7341 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.383E+04 IMAGR2: UVWAIT: Adding temperance S 6.767E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.686E+07 and out 5.985E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.177 due to weighting IMAGR2: UVWAIT: Average summed weight 3.383E+04 over 14502 vis IMAGR2: Create 1227+365 .IBM001. 1 (MA) on disk 1 cno 368 IMAGR2: Create 1227+365 .IBM002. 1 (MA) on disk 1 cno 369 IMAGR2: Create 1227+365 .IBM003. 1 (MA) on disk 1 cno 370 IMAGR2: Create 1227+365 .IBM004. 1 (MA) on disk 1 cno 371 IMAGR2: Create 1227+365 .IBM005. 1 (MA) on disk 1 cno 372 IMAGR2: Create 1227+365 .IBM006. 1 (MA) on disk 1 cno 373 IMAGR2: Create 1227+365 .IBM007. 1 (MA) on disk 1 cno 374 IMAGR2: Create 1227+365 .ICL001. 1 (MA) on disk 1 cno 375 IMAGR2: Create 1227+365 .ICL002. 1 (MA) on disk 1 cno 376 IMAGR2: Create 1227+365 .ICL003. 1 (MA) on disk 1 cno 377 IMAGR2: Create 1227+365 .ICL004. 1 (MA) on disk 1 cno 378 IMAGR2: Create 1227+365 .ICL005. 1 (MA) on disk 1 cno 379 IMAGR2: Create 1227+365 .ICL006. 1 (MA) on disk 1 cno 380 IMAGR2: Create 1227+365 .ICL007. 1 (MA) on disk 1 cno 381 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.35397E+08 IMAGR2: Field 1 Beam min = -137.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.840 x 1.245 arcsec, PA= 82.2 IMAGR2: Field 2 Sum of gridding weights = 6.35395E+08 IMAGR2: Field 2 Beam min = -137.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.840 x 1.246 arcsec, PA= 82.1 IMAGR2: Field 3 Sum of gridding weights = 6.35396E+08 IMAGR2: Field 3 Beam min = -110.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.843 x 1.245 arcsec, PA= 82.1 IMAGR2: Field 4 Sum of gridding weights = 6.35397E+08 IMAGR2: Field 4 Beam min = -81.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.837 x 1.245 arcsec, PA= 82.3 IMAGR2: Field 5 Sum of gridding weights = 6.35396E+08 IMAGR2: Field 5 Beam min = -78.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.843 x 1.245 arcsec, PA= 82.2 IMAGR2: Field 6 Sum of gridding weights = 6.35397E+08 IMAGR2: Field 6 Beam min = -88.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.836 x 1.245 arcsec, PA= 82.4 IMAGR2: Field 7 Sum of gridding weights = 6.35397E+08 IMAGR2: Field 7 Beam min = -137.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.839 x 1.245 arcsec, PA= 82.3 IMAGR2: CLBHIS: minimum component 0.401 of current peak IMAGR2: Field 1 min = -63.6 MilliJy,max = 742.7 MilliJy IMAGR2: Field 2 min = -49.1 MilliJy,max = 116.8 MilliJy IMAGR2: Field 3 min = -57.5 MilliJy,max = 137.4 MilliJy IMAGR2: Field 4 min = -59.5 MilliJy,max = 96.9 MilliJy IMAGR2: Field 5 min = -56.9 MilliJy,max = 97.5 MilliJy IMAGR2: Field 6 min = -59.1 MilliJy,max = 135.5 MilliJy IMAGR2: Field 7 min = -51.8 MilliJy,max = 122.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 55.11 MilliJy IMAGR2: 4037 Residual map points loaded IMAGR2: Field 1 min allowed flux = 287.749 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 483.757 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 483.757 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 = -25.5 MilliJy,max = 259.0 MilliJy IMAGR2: BGC Clean: using 1783 cell beam + residuals > 41.93 MilliJy IMAGR2: 125 Residual map points loaded IMAGR2: Field 1 min allowed flux = 100.335 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 652.438 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 652.438 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -10.0 MilliJy,max = 23.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.194E-02 < Second best 1.245E-01 IMAGR2: Field 6 min = -11.3 MilliJy,max = 21.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.092E-02 < Second best 1.169E-01 IMAGR2: Field 7 min = -10.1 MilliJy,max = 19.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.847E-02 < Second best 1.114E-01 IMAGR2: Field 2 min = -10.3 MilliJy,max = 19.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.837E-02 < Second best 9.540E-02 IMAGR2: Field 1 min = -13.4 MilliJy,max = 90.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 24.94 MilliJy IMAGR2: 36 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 34.389 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 716.461 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 716.461 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.1 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.255E-02 < Second best 7.468E-02 IMAGR2: Field 5 min = -12.2 MilliJy,max = 13.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.076E-02 < Second best 3.272E-02 IMAGR2: Field 1 min = -12.8 MilliJy,max = 31.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.38 MilliJy IMAGR2: 4539 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 15.492 MilliJy iter= 66 IMAGR2: Field 1 Clean flux density= 781.322 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 781.322 MilliJy 66 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.9 MilliJy,max = 12.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.121E-02 < Second best 2.092E-02 IMAGR2: Field 6 min = -10.1 MilliJy,max = 13.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.259E-02 < Second best 1.847E-02 IMAGR2: Field 7 min = -10.7 MilliJy,max = 13.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.105E-02 < Second best 1.837E-02 IMAGR2: Field 2 min = -9.7 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.113E-02 < Second best 1.477E-02 IMAGR2: Field 1 min = -12.6 MilliJy,max = 14.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.68 MilliJy IMAGR2: 9013 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.628 MilliJy iter= 138 IMAGR2: Field 1 Clean flux density= 866.496 MilliJy 138 comps IMAGR2: Total Cleaned flux density = 866.496 MilliJy 138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.4 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.114E-02 < Second best 1.255E-02 IMAGR2: Field 4 min = -9.0 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.594E-03 < Second best 1.121E-02 IMAGR2: Field 3 min = -10.4 MilliJy,max = 10.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.995E-03 < Second best 1.114E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.49 MilliJy IMAGR2: 1616 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 8.445 MilliJy iter= 48 IMAGR2: Field 6 Clean flux density= 27.090 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 893.586 MilliJy 186 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.5 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.394E-03 < Second best 1.112E-02 IMAGR2: Field 1 min = -11.2 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.20 MilliJy IMAGR2: 7829 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.243 MilliJy iter= 254 IMAGR2: Field 1 Clean flux density= 884.156 MilliJy 254 comps IMAGR2: Total Cleaned flux density = 911.246 MilliJy 302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.5 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.798E-03 < Second best 1.076E-02 IMAGR2: Field 5 min = -10.5 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.190E-03 < Second best 9.995E-03 IMAGR2: Field 3 min = -9.0 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.516E-03 < Second best 9.594E-03 IMAGR2: Field 4 min = -8.3 MilliJy,max = 11.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.789E-03 < Second best 9.394E-03 IMAGR2: Field 2 min = -8.9 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.83 MilliJy IMAGR2: 1038 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 7.116 MilliJy iter= 72 IMAGR2: Field 2 Clean flux density= 43.143 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 954.390 MilliJy 374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.1 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.59 MilliJy IMAGR2: 7431 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.725 MilliJy iter= 424 IMAGR2: Field 1 Clean flux density= 890.861 MilliJy 424 comps IMAGR2: Total Cleaned flux density = 961.094 MilliJy 544 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.4 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.395E-03 < Second best 8.516E-03 IMAGR2: Field 3 min = -7.6 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.307E-03 < Second best 8.190E-03 IMAGR2: Field 5 min = -9.9 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.342E-03 < Second best 8.081E-03 IMAGR2: Field 6 min = -7.9 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.788E-03 < Second best 7.798E-03 IMAGR2: Field 7 min = -8.8 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.16 MilliJy IMAGR2: 994 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -6.015 MilliJy iter= 96 IMAGR2: Field 7 Clean flux density= 45.954 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 1.007 Jy 640 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.89 MilliJy IMAGR2: 6978 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.371 MilliJy iter= 642 IMAGR2: Field 1 Clean flux density= 913.858 MilliJy 642 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 858 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.7 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.417E-03 < Second best 7.342E-03 IMAGR2: Field 5 min = -9.0 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.235E-03 < Second best 7.307E-03 IMAGR2: Field 3 min = -6.7 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.78 MilliJy IMAGR2: 587 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.254 MilliJy iter= 88 IMAGR2: Field 3 Clean flux density= 20.440 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 946 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.8 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.361E-03 < Second best 6.788E-03 IMAGR2: Field 6 min = -6.5 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.937E-03 < Second best 6.417E-03 IMAGR2: Field 4 min = -6.5 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.46 MilliJy IMAGR2: 397 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.819 MilliJy iter= 77 IMAGR2: Field 4 Clean flux density= 18.320 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 1.069 Jy 1023 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.2 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.794E-03 < Second best 6.111E-03 IMAGR2: Field 1 min = -6.5 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.15 MilliJy IMAGR2: 6003 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.149 MilliJy iter= 908 IMAGR2: Field 1 Clean flux density= 897.210 MilliJy 908 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 1289 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.9 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.491E-03 < Second best 5.794E-03 IMAGR2: Field 5 min = -7.2 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.191E-03 < Second best 5.763E-03 IMAGR2: Field 7 min = -6.9 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.680E-03 < Second best 5.491E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.89 MilliJy IMAGR2: 784 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.256 MilliJy iter= 169 IMAGR2: Field 6 Clean flux density= 58.908 MilliJy 169 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 1410 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.9 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.564E-03 < Second best 5.191E-03 IMAGR2: Field 5 min = -7.2 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.83 MilliJy IMAGR2: 293 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.036 MilliJy iter= 75 IMAGR2: Field 5 Clean flux density= 13.176 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 1.097 Jy 1485 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.1 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.70 MilliJy IMAGR2: 340 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.881 MilliJy iter= 159 IMAGR2: Field 3 Clean flux density= 9.954 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 1.087 Jy 1556 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.41 MilliJy IMAGR2: 4444 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.032 MilliJy iter= 1204 IMAGR2: Field 1 Clean flux density= 975.787 MilliJy 1204 comps IMAGR2: Total Cleaned flux density = 1.165 Jy 1852 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.1 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.37 MilliJy IMAGR2: 234 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.515 MilliJy iter= 171 IMAGR2: Field 7 Clean flux density= 25.881 MilliJy 171 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 1927 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.7 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.529E-03 < Second best 4.564E-03 IMAGR2: Field 2 min = -4.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.17 MilliJy IMAGR2: 316 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.320 MilliJy iter= 164 IMAGR2: Field 2 Clean flux density= 35.857 MilliJy 164 comps IMAGR2: Total Cleaned flux density = 1.138 Jy 2019 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.0 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.653E-03 < Second best 3.867E-03 IMAGR2: Field 5 min = -5.8 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.317E-03 < Second best 3.867E-03 IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 5057 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.258 MilliJy iter= 1559 IMAGR2: Field 1 Clean flux density= 942.182 MilliJy 1559 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 2374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.991E-03 < Second best 3.653E-03 IMAGR2: Field 6 min = -4.6 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.209E-03 < Second best 3.529E-03 IMAGR2: Field 4 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 363 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.714 MilliJy iter= 183 IMAGR2: Field 4 Clean flux density= 23.520 MilliJy 183 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 2480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.073E-03 < Second best 3.317E-03 IMAGR2: Field 5 min = -5.3 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.939E-03 < Second best 3.209E-03 IMAGR2: Field 6 min = -4.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR2: 687 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.646 MilliJy iter= 315 IMAGR2: Field 6 Clean flux density= 78.335 MilliJy 315 comps IMAGR2: Total Cleaned flux density = 1.129 Jy 2626 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.42 MilliJy IMAGR2: 434 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.539 MilliJy iter= 287 IMAGR2: Field 2 Clean flux density= 49.573 MilliJy 287 comps IMAGR2: Total Cleaned flux density = 1.143 Jy 2749 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.885E-03 < Second best 3.073E-03 IMAGR2: Field 7 min = -4.3 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.805E-03 < Second best 2.991E-03 IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.696E-03 < Second best 2.939E-03 IMAGR2: Field 5 min = -5.0 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 1373 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.325 MilliJy iter= 303 IMAGR2: Field 5 Clean flux density= 13.376 MilliJy 303 comps IMAGR2: Total Cleaned flux density = 1.143 Jy 2977 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 3127 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.364 MilliJy iter= 1906 IMAGR2: Field 1 Clean flux density= 974.565 MilliJy 1906 comps IMAGR2: Total Cleaned flux density = 1.175 Jy 3324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.369E-03 < Second best 2.696E-03 IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.382E-03 < Second best 2.602E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.170E-03 < Second best 2.539E-03 IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.266E-03 < Second best 2.436E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.251E-03 < Second best 2.382E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 991 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.993 MilliJy iter= 369 IMAGR2: Field 3 Clean flux density= 1.722 MilliJy 369 comps IMAGR2: Total Cleaned flux density = 1.167 Jy 3534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 484 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.947 MilliJy iter= 316 IMAGR2: Field 7 Clean flux density= 31.982 MilliJy 316 comps IMAGR2: Total Cleaned flux density = 1.173 Jy 3679 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 1616 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.880 MilliJy iter= 2167 IMAGR2: Field 1 Clean flux density= 961.438 MilliJy 2167 comps IMAGR2: Total Cleaned flux density = 1.160 Jy 3940 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.967E-03 < Second best 2.251E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.919E-03 < Second best 2.231E-03 IMAGR2: Field 5 min = -3.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.793E-03 < Second best 2.170E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 997 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.671 MilliJy iter= 397 IMAGR2: Field 4 Clean flux density= 22.536 MilliJy 397 comps IMAGR2: Total Cleaned flux density = 1.159 Jy 4154 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 461 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.635 MilliJy iter= 462 IMAGR2: Field 6 Clean flux density= 86.646 MilliJy 462 comps IMAGR2: Total Cleaned flux density = 1.167 Jy 4301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.765E-03 < Second best 1.913E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.690E-03 < Second best 1.868E-03 IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.708E-03 < Second best 1.807E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 4200 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.532 MilliJy iter= 2628 IMAGR2: Field 1 Clean flux density= 982.609 MilliJy 2628 comps IMAGR2: Total Cleaned flux density = 1.188 Jy 4762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.602E-03 < Second best 1.765E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.580E-03 < Second best 1.708E-03 IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.585E-03 < Second best 1.690E-03 IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 464 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.375 MilliJy iter= 515 IMAGR2: Field 3 Clean flux density= 2.055 MilliJy 515 comps IMAGR2: Total Cleaned flux density = 1.189 Jy 4908 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.463E-03 < Second best 1.602E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 604 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.330 MilliJy iter= 471 IMAGR2: Field 5 Clean flux density= 8.958 MilliJy 471 comps IMAGR2: Total Cleaned flux density = 1.184 Jy 5076 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.431E-03 < Second best 1.580E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 521 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.321 MilliJy iter= 462 IMAGR2: Field 2 Clean flux density= 47.795 MilliJy 462 comps IMAGR2: Total Cleaned flux density = 1.183 Jy 5251 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 446 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.258 MilliJy iter= 602 IMAGR2: Field 6 Clean flux density= 88.987 MilliJy 602 comps IMAGR2: Total Cleaned flux density = 1.185 Jy 5391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.357E-03 < Second best 1.463E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.354E-03 < Second best 1.431E-03 IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1404 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.169 MilliJy iter= 615 IMAGR2: Field 7 Clean flux density= 40.444 MilliJy 615 comps IMAGR2: Total Cleaned flux density = 1.193 Jy 5690 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 > 1.10 MilliJy IMAGR2: 692 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.139 MilliJy iter= 2822 IMAGR2: Field 1 Clean flux density= 977.708 MilliJy 2822 comps IMAGR2: Total Cleaned flux density = 1.188 Jy 5884 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.222E-03 < Second best 1.321E-03 IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 338 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.082 MilliJy iter= 636 IMAGR2: Field 3 Clean flux density= 6.938 MilliJy 636 comps IMAGR2: Total Cleaned flux density = 1.193 Jy 6005 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.159E-03 < Second best 1.268E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.158E-03 < Second best 1.222E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 990.00 MicroJy IMAGR2: 1026 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.035 MilliJy iter= 661 IMAGR2: Field 4 Clean flux density= 29.304 MilliJy 661 comps IMAGR2: Total Cleaned flux density = 1.200 Jy 6269 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 954.76 MicroJy IMAGR2: 511 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 983.362 MicroJy iter= 781 IMAGR2: Field 6 Clean flux density= 90.038 MilliJy 781 comps IMAGR2: Total Cleaned flux density = 1.201 Jy 6448 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 952.07 MicroJy IMAGR2: 314 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 972.009 MicroJy iter= 598 IMAGR2: Field 5 Clean flux density= 9.450 MilliJy 598 comps IMAGR2: Total Cleaned flux density = 1.202 Jy 6575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.054E-03 < Second best 1.123E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.025E-03 < Second best 1.095E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 867.42 MicroJy IMAGR2: 1881 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -917.211 MicroJy iter= 3192 IMAGR2: Field 1 Clean flux density= 980.937 MilliJy 3192 comps IMAGR2: Total Cleaned flux density = 1.205 Jy 6945 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 863.69 MicroJy IMAGR2: 427 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -885.781 MicroJy iter= 630 IMAGR2: Field 2 Clean flux density= 49.324 MilliJy 630 comps IMAGR2: Total Cleaned flux density = 1.206 Jy 7113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.505E-04 < Second best 1.025E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.173E-04 < Second best 9.940E-04 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.902E-04 < Second best 9.505E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 800.48 MicroJy IMAGR2: 841 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 828.877 MicroJy iter= 877 IMAGR2: Field 3 Clean flux density= 7.350 MilliJy 877 comps IMAGR2: Total Cleaned flux density = 1.207 Jy 7354 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 777.81 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 647 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 799.972 MicroJy iter= 979 IMAGR2: Field 6 Clean flux density= 94.210 MilliJy 979 comps IMAGR2: Total Cleaned flux density = 1.211 Jy 7552 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 757.50 MicroJy IMAGR2: 511 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 777.455 MicroJy iter= 786 IMAGR2: Field 5 Clean flux density= 10.109 MilliJy 786 comps IMAGR2: Total Cleaned flux density = 1.212 Jy 7740 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 753.06 MicroJy IMAGR2: 322 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -766.826 MicroJy iter= 744 IMAGR2: Field 7 Clean flux density= 39.767 MilliJy 744 comps IMAGR2: Total Cleaned flux density = 1.211 Jy 7869 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.239E-04 < Second best 8.818E-04 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 702.31 MicroJy IMAGR2: 873 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -725.589 MicroJy iter= 3441 IMAGR2: Field 1 Clean flux density= 977.806 MilliJy 3441 comps IMAGR2: Total Cleaned flux density = 1.208 Jy 8118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -983.2 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.665E-04 < Second best 8.239E-04 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 679.65 MicroJy IMAGR2: 780 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -700.559 MicroJy iter= 906 IMAGR2: Field 4 Clean flux density= 33.392 MilliJy 906 comps IMAGR2: Total Cleaned flux density = 1.212 Jy 8363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -965.7 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 657.04 MicroJy IMAGR2: 429 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 670.562 MicroJy iter= 1038 IMAGR2: Field 3 Clean flux density= 7.836 MilliJy 1038 comps IMAGR2: Total Cleaned flux density = 1.212 Jy 8524 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.998E-04 < Second best 7.665E-04 IMAGR2: Field 2 min = -895.1 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 634.65 MicroJy IMAGR2: 771 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 653.328 MicroJy iter= 871 IMAGR2: Field 2 Clean flux density= 52.554 MilliJy 871 comps IMAGR2: Total Cleaned flux density = 1.216 Jy 8765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.964E-04 < Second best 7.367E-04 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 602.51 MicroJy IMAGR2: 1037 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 624.086 MicroJy iter= 1049 IMAGR2: Field 7 Clean flux density= 43.877 MilliJy 1049 comps IMAGR2: Total Cleaned flux density = 1.220 Jy 9070 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -989.8 MicroJy,max = 925.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.97 MicroJy IMAGR2: 422 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 611.745 MicroJy iter= 1147 IMAGR2: Field 6 Clean flux density= 95.119 MilliJy 1147 comps IMAGR2: Total Cleaned flux density = 1.221 Jy 9238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -865.9 MicroJy,max = 942.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.271E-04 < Second best 6.964E-04 IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 570.80 MicroJy IMAGR2: 646 Residual map points loaded IMAGR2: Field 5 min Clean flux = 604.235 MicroJy iter= 890 IMAGR2: Field 5 Clean flux density= 9.740 MilliJy 890 comps IMAGR2: Total Cleaned flux density = 1.220 Jy 9342 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -872.1 MicroJy,max = 917.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 548.56 MicroJy IMAGR2: 730 Residual map points loaded IMAGR2: Field 4 min Clean flux = -604.184 MicroJy iter= 935 IMAGR2: Field 4 Clean flux density= 33.450 MilliJy 935 comps IMAGR2: Total Cleaned flux density = 1.220 Jy 9371 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -880.4 MicroJy,max = 978.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 529.37 MicroJy IMAGR2: 1471 Residual map points loaded IMAGR2: Field 3 min Clean flux = -604.373 MicroJy iter= 1067 IMAGR2: Field 3 Clean flux density= 8.271 MilliJy 1067 comps IMAGR2: Total Cleaned flux density = 1.221 Jy 9400 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -828.6 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 507.15 MicroJy IMAGR2: 2170 Residual map points loaded IMAGR2: Field 2 min Clean flux = 602.771 MicroJy iter= 881 IMAGR2: Field 2 Clean flux density= 52.427 MilliJy 881 comps IMAGR2: Total Cleaned flux density = 1.221 Jy 9410 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -860.4 MicroJy,max = 890.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 498.12 MicroJy IMAGR2: 3669 Residual map points loaded IMAGR2: Field 1 min Clean flux = 602.560 MicroJy iter= 3458 IMAGR2: Field 1 Clean flux density= 977.991 MilliJy 3458 comps IMAGR2: Total Cleaned flux density = 1.221 Jy 9427 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -991.1 MicroJy,max = 946.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.38 MicroJy IMAGR2: 6366 Residual map points loaded IMAGR2: Field 7 min Clean flux = -604.483 MicroJy iter= 1052 IMAGR2: Field 7 Clean flux density= 43.692 MilliJy 1052 comps IMAGR2: Total Cleaned flux density = 1.221 Jy 9430 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -926.0 MicroJy,max = 826.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 401.87 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 6 min Clean flux = -602.378 MicroJy iter= 1150 IMAGR2: Field 6 Clean flux density= 95.058 MilliJy 1150 comps IMAGR2: Total Cleaned flux density = 1.221 Jy 9433 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 604.483 less than limit 604.560 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 3458 to 2130 components IMAGR2: Field 2 compressed from 881 to 685 components IMAGR2: Field 3 compressed from 1067 to 809 components IMAGR2: Field 4 compressed from 935 to 737 components IMAGR2: Field 5 compressed from 890 to 701 components IMAGR2: Field 6 compressed from 1150 to 865 components IMAGR2: Field 7 compressed from 1052 to 788 components IMAGR2: Field 1 min = -854.0 MicroJy,max = 878.5 MicroJy IMAGR2: Field 2 min = -822.7 MicroJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -864.9 MicroJy,max = 958.9 MicroJy IMAGR2: Field 4 min = -863.9 MicroJy,max = 901.9 MicroJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -925.6 MicroJy,max = 828.5 MicroJy IMAGR2: Field 7 min = -991.4 MicroJy,max = 945.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 7.966 MilliJy ( 146 CCs) from field 1 to field 2 IMAGR2: Restore 15.915 MilliJy ( 260 CCs) from field 1 to field 3 IMAGR2: Restore 22.613 MilliJy ( 152 CCs) from field 1 to field 4 IMAGR2: Restore 13.362 MilliJy ( 157 CCs) from field 1 to field 5 IMAGR2: Restore 29.390 MilliJy ( 221 CCs) from field 1 to field 6 IMAGR2: Restore 11.125 MilliJy ( 136 CCs) from field 1 to field 7 IMAGR2: Restore 21.762 MilliJy ( 108 CCs) from field 2 to field 1 IMAGR2: Restore 12.693 MilliJy ( 77 CCs) from field 2 to field 3 IMAGR2: Restore 7.169 MilliJy ( 96 CCs) from field 2 to field 4 IMAGR2: Restore 11.319 MilliJy ( 156 CCs) from field 3 to field 1 IMAGR2: Restore 3.702 MilliJy ( 124 CCs) from field 3 to field 2 IMAGR2: Restore 2.082 MilliJy ( 56 CCs) from field 3 to field 5 IMAGR2: Restore 10.785 MilliJy ( 89 CCs) from field 4 to field 1 IMAGR2: Restore 12.645 MilliJy ( 149 CCs) from field 4 to field 2 IMAGR2: Restore 2.272 MilliJy ( 55 CCs) from field 4 to field 6 IMAGR2: Restore 5.577 MilliJy ( 109 CCs) from field 5 to field 1 IMAGR2: Restore 1.845 MilliJy ( 35 CCs) from field 5 to field 3 IMAGR2: Restore 7.561 MilliJy ( 148 CCs) from field 5 to field 7 IMAGR2: Restore 32.630 MilliJy ( 164 CCs) from field 6 to field 1 IMAGR2: Restore 7.249 MilliJy ( 61 CCs) from field 6 to field 4 IMAGR2: Restore 26.704 MilliJy ( 130 CCs) from field 6 to field 7 IMAGR2: Restore 13.090 MilliJy ( 131 CCs) from field 7 to field 1 IMAGR2: Restore 3.339 MilliJy ( 108 CCs) from field 7 to field 5 IMAGR2: Restore 13.015 MilliJy ( 111 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.073 Jy IMAGR2: Field 2 final Clean flux 76.741 MilliJy IMAGR2: Field 3 final Clean flux 38.724 MilliJy IMAGR2: Field 4 final Clean flux 70.481 MilliJy IMAGR2: Field 5 final Clean flux 28.523 MilliJy IMAGR2: Field 6 final Clean flux 139.736 MilliJy IMAGR2: Field 7 final Clean flux 89.083 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= 367 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 96.7 Real= 225 troyed MA image file: catno= 364 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 365 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 366 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 367 disk= 1 AIPS 2: Disk 1 in-CNO 368 renumbered as CNO 360 AIPS 2: Disk 1 in-CNO 369 renumbered as CNO 361 AIPS 2: Disk 1 in-CNO 370 renumbered as CNO 362 AIPS 2: Disk 1 in-CNO 371 renumbered as CNO 363 AIPS 2: Disk 1 in-CNO 372 renumbered as CNO 364 AIPS 2: Disk 1 in-CNO 373 renumbered as CNO 365 AIPS 2: Disk 1 in-CNO 374 renumbered as CNO 366 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1008 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1227+365_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1227+365_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :62 =1227+365' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1227+365_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 368 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 369 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 370 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 371 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 372 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 373 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 374 disk= 1 AIPS 2: Disk 1 in-CNO 375 renumbered as CNO 367 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 376 renumbered as CNO 368 AIPS 2: Disk 1 in-CNO 377 renumbered as CNO 369 AIPS 2: Disk 1 in-CNO 378 renumbered as CNO 370 AIPS 2: Disk 1 in-CNO 379 renumbered as CNO 371 AIPS 2: Disk 1 in-CNO 380 renumbered as CNO 372 AIPS 2: Disk 1 in-CNO 381 renumbered as CNO 373 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04507 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4395_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N4395 C BAND Seq 1 Disk: 1 in slot 65 SETFC2: SETCEL: recommends IMSIZE 1364 CELLSIZE 0.40512 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40512 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N4395_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 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 55.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 25 48.92 33 32 48.4 00001 -1 507 512 513 C 2 1012 1012 12 25 48.92 33 27 03.5 00002 -1 507 512 513 C 3 1012 1012 12 25 25.04 33 29 55.8 00003 -1 507 512 513 C 4 1012 1012 12 26 12.80 33 29 55.8 00004 -1 507 512 513 C 5 1012 1012 12 25 25.01 33 35 40.7 00005 -1 507 512 513 C 6 1012 1012 12 26 12.82 33 35 40.7 00006 -1 507 512 513 C 7 1012 1012 12 25 48.92 33 38 33.3 00007 -1 507 512 513 troyed MA image file: catno= 364 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 365 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 366 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 367 disk= 1 AIPS 2: Disk 1 in-CNO 368 renumbered as CNO 360 AIPS 2: Disk 1 in-CNO 369 renumbered as CNO 361 AIPS 2: Disk 1 in-CNO 370 renumbered as CNO 362 AIPS 2: Disk 1 in-CNO 371 renumbered as CNO 363 AIPS 2: Disk 1 in-CNO 372 renumbered as CNO 364 AIPS 2: Disk 1 in-CNO 373 renumbered as CNO 365 AIPS 2: Disk 1 in-CNO 374 renumbered as CNO 366 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1008 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1227+365_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1227+365_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :62 =1227+365' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1227+365_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 368 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 369 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 370 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 371 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 372 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 373 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 374 disk= 1 AIPS 2: Disk 1 in-CNO 375 renumbered as CNO 367 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 376 renumbered as CNO 368 AIPS 2: Disk 1 in-CNO 377 renumbered as CNO 369 AIPS 2: Disk 1 in-CNO 378 renumbered as CNO 370 AIPS 2: Disk 1 in-CNO 379 renumbered as CNO 371 AIPS 2: Disk 1 in-CNO 380 renumbered as CNO 372 AIPS 2: Disk 1 in-CNO 381 renumbered as CNO 373 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04507 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4395_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4395_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :63 =N4395' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4395_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.5003E-02 -3.0000E-02 0 IMAGR2: Field 2 1012 1012 2.5003E-02 -3.4493E+02 0 IMAGR2: Field 3 1012 1012 -2.9851E+02 -1.7263E+02 0 IMAGR2: Field 4 1012 1012 2.9856E+02 -1.7263E+02 0 IMAGR2: Field 5 1012 1012 -2.9889E+02 1.7227E+02 0 IMAGR2: Field 6 1012 1012 2.9881E+02 1.7227E+02 0 IMAGR2: Field 7 1012 1012 2.5003E-02 3.4487E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N4395_C,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 N4395 .IMAGR . 1 (UV) on disk 1 cno 374 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36686 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.135E+05 IMAGR2: UVWAIT: Adding temperance S 2.271E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.257E+08 and out 3.999E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.166 due to weighting IMAGR2: UVWAIT: Average summed weight 1.135E+05 over 73320 vis IMAGR2: Create N4395 .IBM001. 1 (MA) on disk 1 cno 375 IMAGR2: Create N4395 .IBM002. 1 (MA) on disk 1 cno 376 IMAGR2: Create N4395 .IBM003. 1 (MA) on disk 1 cno 377 IMAGR2: Create N4395 .IBM004. 1 (MA) on disk 1 cno 378 IMAGR2: Create N4395 .IBM005. 1 (MA) on disk 1 cno 379 IMAGR2: Create N4395 .IBM006. 1 (MA) on disk 1 cno 380 IMAGR2: Create N4395 .IBM007. 1 (MA) on disk 1 cno 381 IMAGR2: Create N4395 .ICL001. 1 (MA) on disk 1 cno 382 IMAGR2: Create N4395 .ICL002. 1 (MA) on disk 1 cno 383 IMAGR2: Create N4395 .ICL003. 1 (MA) on disk 1 cno 384 IMAGR2: Create N4395 .ICL004. 1 (MA) on disk 1 cno 385 IMAGR2: Create N4395 .ICL005. 1 (MA) on disk 1 cno 386 IMAGR2: Create N4395 .ICL006. 1 (MA) on disk 1 cno 387 IMAGR2: Create N4395 .ICL007. 1 (MA) on disk 1 cno 388 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.24600E+09 IMAGR2: Field 1 Beam min = -153.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.765 x 1.169 arcsec, PA= 83.1 IMAGR2: Field 2 Sum of gridding weights = 4.24600E+09 IMAGR2: Field 2 Beam min = -153.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.765 x 1.170 arcsec, PA= 82.9 IMAGR2: Field 3 Sum of gridding weights = 4.24600E+09 IMAGR2: Field 3 Beam min = -153.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.768 x 1.169 arcsec, PA= 82.9 IMAGR2: Field 4 Sum of gridding weights = 4.24600E+09 IMAGR2: Field 4 Beam min = -152.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.762 x 1.169 arcsec, PA= 83.1 IMAGR2: Field 5 Sum of gridding weights = 4.24600E+09 IMAGR2: Field 5 Beam min = -153.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.768 x 1.169 arcsec, PA= 83.0 IMAGR2: Field 6 Sum of gridding weights = 4.24600E+09 IMAGR2: Field 6 Beam min = -152.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.761 x 1.169 arcsec, PA= 83.2 IMAGR2: Field 7 Sum of gridding weights = 4.24600E+09 IMAGR2: Field 7 Beam min = -153.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.764 x 1.168 arcsec, PA= 83.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -296.2 MicroJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -278.9 MicroJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -255.7 MicroJy,max = 254.4 MicroJy IMAGR2: Field 4 min = -314.7 MicroJy,max = 370.4 MicroJy IMAGR2: Field 5 min = -251.5 MicroJy,max = 260.3 MicroJy IMAGR2: Field 6 min = -277.1 MicroJy,max = 811.4 MicroJy IMAGR2: Field 7 min = -304.2 MicroJy,max = 404.4 MicroJy IMAGR2: BGC Clean: using 265 cell beam + residuals > 166.91 MicroJy IMAGR2: 2866 Residual map points loaded IMAGR2: Field 2 min allowed flux = 659.213 MicroJy iter= 8 IMAGR2: Field 2 Clean flux density= 758.204 MicroJy 8 comps IMAGR2: Total Cleaned flux density = 758.204 MicroJy 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 = -294.0 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 265 cell beam + residuals > 161.61 MicroJy IMAGR2: 5692 Residual map points loaded IMAGR2: Field 1 min allowed flux = 550.636 MicroJy iter= 23 IMAGR2: Field 1 Clean flux density= 1.609 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 2.367 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -255.5 MicroJy,max = 534.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.100E-04 < Second best 6.273E-04 IMAGR2: Field 2 min = -279.8 MicroJy,max = 549.2 MicroJy IMAGR2: BGC Clean: using 263 cell beam + residuals > 154.55 MicroJy IMAGR2: 2405 Residual map points loaded IMAGR2: Field 2 min Clean flux = 265.746 MicroJy iter= 23 IMAGR2: Field 2 Clean flux density= 1.327 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 2.936 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -290.8 MicroJy,max = 536.2 MicroJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 163.53 MicroJy IMAGR2: 2654 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 300.651 MicroJy iter= 75 IMAGR2: Field 1 Clean flux density= 3.676 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 5.003 MilliJy 98 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -251.9 MicroJy,max = 299.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.867E-04 < Second best 3.863E-04 IMAGR2: Field 7 min = -287.8 MicroJy,max = 387.8 MicroJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 159.25 MicroJy IMAGR2: 926 Residual map points loaded IMAGR2: Field 7 min Clean flux = 262.816 MicroJy iter= 7 IMAGR2: Field 7 Clean flux density= 218.699 MicroJy 7 comps IMAGR2: Total Cleaned flux density = 5.222 MilliJy 105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -309.6 MicroJy,max = 282.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.418E-04 < Second best 2.868E-04 IMAGR2: Field 1 min = -281.0 MicroJy,max = 297.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 127.50 MicroJy IMAGR2: 10103 Residual map points loaded IMAGR2: Field 1 min Clean flux = 269.057 MicroJy iter= 89 IMAGR2: Field 1 Clean flux density= 4.074 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 5.619 MilliJy 119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -257.7 MicroJy,max = 273.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 113.11 MicroJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 6 min Clean flux = 264.926 MicroJy iter= 4 IMAGR2: Field 6 Clean flux density= 108.077 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 5.727 MilliJy 123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 269.057 less than limit 270.438 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 89 to 32 components IMAGR2: Field 2 compressed from 23 to 7 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 4 to 4 components IMAGR2: Field 7 compressed from 7 to 3 components IMAGR2: Field 1 min = -279.5 MicroJy,max = 260.8 MicroJy IMAGR2: Field 2 min = -274.3 MicroJy,max = 258.1 MicroJy IMAGR2: Field 3 min = -234.5 MicroJy,max = 255.1 MicroJy IMAGR2: Field 4 min = -308.1 MicroJy,max = 279.2 MicroJy IMAGR2: Field 5 min = -234.9 MicroJy,max = 259.9 MicroJy IMAGR2: Field 6 min = -256.5 MicroJy,max = 258.0 MicroJy IMAGR2: Field 7 min = -285.2 MicroJy,max = 246.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 118.983 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore 31.714 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR2: Restore 2.365 MilliJy ( 23 CCs) from field 1 to field 6 IMAGR2: Restore 1.327 MilliJy ( 7 CCs) from field 2 to field 1 IMAGR2: Restore 108.077 MicroJy ( 4 CCs) from field 6 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.508 MilliJy IMAGR2: Field 2 final Clean flux 1.446 MilliJy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 31.714 MicroJy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 2.473 MilliJy IMAGR2: Field 7 final Clean flux 218.699 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= 374 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 21.1 Real= 44 troyed MA image file: catno= 364 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 365 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 366 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 367 disk= 1 AIPS 2: Disk 1 in-CNO 368 renumbered as CNO 360 AIPS 2: Disk 1 in-CNO 369 renumbered as CNO 361 AIPS 2: Disk 1 in-CNO 370 renumbered as CNO 362 AIPS 2: Disk 1 in-CNO 371 renumbered as CNO 363 AIPS 2: Disk 1 in-CNO 372 renumbered as CNO 364 AIPS 2: Disk 1 in-CNO 373 renumbered as CNO 365 AIPS 2: Disk 1 in-CNO 374 renumbered as CNO 366 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1008 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1227+365_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1227+365_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :62 =1227+365' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1227+365_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 368 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 369 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 370 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 371 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 372 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 373 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 374 disk= 1 AIPS 2: Disk 1 in-CNO 375 renumbered as CNO 367 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 376 renumbered as CNO 368 AIPS 2: Disk 1 in-CNO 377 renumbered as CNO 369 AIPS 2: Disk 1 in-CNO 378 renumbered as CNO 370 AIPS 2: Disk 1 in-CNO 379 renumbered as CNO 371 AIPS 2: Disk 1 in-CNO 380 renumbered as CNO 372 AIPS 2: Disk 1 in-CNO 381 renumbered as CNO 373 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04507 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4395_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N4395_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :63 =N4395' AIPS 2: ' ' AIPS 2: Resumes LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N4395_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 375 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 376 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 377 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 378 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 379 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 380 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 381 disk= 1 AIPS 2: Disk 1 in-CNO 382 renumbered as CNO 374 AIPS 2: Disk 1 in-CNO 383 renumbered as CNO 375 AIPS 2: Disk 1 in-CNO 384 renumbered as CNO 376 AIPS 2: Disk 1 in-CNO 385 renumbered as CNO 377 AIPS 2: Disk 1 in-CNO 386 renumbered as CNO 378 AIPS 2: Disk 1 in-CNO 387 renumbered as CNO 379 AIPS 2: Disk 1 in-CNO 388 renumbered as CNO 380 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1146+539 C BAND Seq 1 Disk: 1 in slot 66 SETFC2: SETCEL: recommends IMSIZE 1323 CELLSIZE 0.41762 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41762 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1146+539_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.099 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 75.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 11 46 44.21 53 56 43.0 00001 -1 507 512 513 C 2 1012 1012 11 46 44.21 53 50 47.5 00002 -1 507 512 513 C 3 1012 1012 11 46 09.37 53 53 44.9 00003 -1 507 512 513 C 4 1012 1012 11 47 19.04 53 53 44.9 00004 -1 507 512 513 C 5 1012 1012 11 46 09.29 53 59 40.4 00005 -1 507 512 513 C 6 1012 1012 11 47 19.12 53 59 40.4 00006 -1 507 512 513 C 7 1012 1012 11 46 44.21 54 02 38.5 00007 -1 507 512 513 MATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+539_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :64 =1146+539' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1146+539_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.9134E-02 1.5000E-02 0 IMAGR2: Field 2 1012 1012 2.9134E-02 -3.5548E+02 0 IMAGR2: Field 3 1012 1012 -3.0755E+02 -1.7809E+02 0 IMAGR2: Field 4 1012 1012 3.0752E+02 -1.7809E+02 0 IMAGR2: Field 5 1012 1012 -3.0826E+02 1.7741E+02 0 IMAGR2: Field 6 1012 1012 3.0823E+02 1.7741E+02 0 IMAGR2: Field 7 1012 1012 2.9134E-02 3.5552E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1146+539_C,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 1146+539 .IMAGR . 1 (UV) on disk 1 cno 381 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.025E+04 IMAGR2: UVWAIT: Adding temperance S 6.049E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.169E+07 and out 5.465E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR2: UVWAIT: Average summed weight 3.025E+04 over 14040 vis IMAGR2: Create 1146+539 .IBM001. 1 (MA) on disk 1 cno 382 IMAGR2: Create 1146+539 .IBM002. 1 (MA) on disk 1 cno 383 IMAGR2: Create 1146+539 .IBM003. 1 (MA) on disk 1 cno 384 IMAGR2: Create 1146+539 .IBM004. 1 (MA) on disk 1 cno 385 IMAGR2: Create 1146+539 .IBM005. 1 (MA) on disk 1 cno 386 IMAGR2: Create 1146+539 .IBM006. 1 (MA) on disk 1 cno 387 IMAGR2: Create 1146+539 .IBM007. 1 (MA) on disk 1 cno 388 IMAGR2: Create 1146+539 .ICL001. 1 (MA) on disk 1 cno 389 IMAGR2: Create 1146+539 .ICL002. 1 (MA) on disk 1 cno 390 IMAGR2: Create 1146+539 .ICL003. 1 (MA) on disk 1 cno 391 IMAGR2: Create 1146+539 .ICL004. 1 (MA) on disk 1 cno 392 IMAGR2: Create 1146+539 .ICL005. 1 (MA) on disk 1 cno 393 IMAGR2: Create 1146+539 .ICL006. 1 (MA) on disk 1 cno 394 IMAGR2: Create 1146+539 .ICL007. 1 (MA) on disk 1 cno 395 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.80143E+08 IMAGR2: Field 1 Beam min = -163.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.256 x 1.188 arcsec, PA= 80.9 IMAGR2: Field 2 Sum of gridding weights = 5.80142E+08 IMAGR2: Field 2 Beam min = -163.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.257 x 1.188 arcsec, PA= 80.8 IMAGR2: Field 3 Sum of gridding weights = 5.80142E+08 IMAGR2: Field 3 Beam min = -84.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.262 x 1.188 arcsec, PA= 80.7 IMAGR2: Field 4 Sum of gridding weights = 5.80140E+08 IMAGR2: Field 4 Beam min = -86.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.251 x 1.188 arcsec, PA= 81.0 IMAGR2: Field 5 Sum of gridding weights = 5.80143E+08 IMAGR2: Field 5 Beam min = -81.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.261 x 1.188 arcsec, PA= 80.8 IMAGR2: Field 6 Sum of gridding weights = 5.80141E+08 IMAGR2: Field 6 Beam min = -86.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.250 x 1.188 arcsec, PA= 81.1 IMAGR2: Field 7 Sum of gridding weights = 5.80144E+08 IMAGR2: Field 7 Beam min = -163.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.255 x 1.188 arcsec, PA= 81.0 IMAGR2: CLBHIS: minimum component 0.426 of current peak IMAGR2: Field 1 min = -29.7 MilliJy,max = 380.5 MilliJy IMAGR2: Field 2 min = -22.9 MilliJy,max = 55.8 MilliJy IMAGR2: Field 3 min = -33.1 MilliJy,max = 67.6 MilliJy IMAGR2: Field 4 min = -33.5 MilliJy,max = 50.1 MilliJy IMAGR2: Field 5 min = -32.3 MilliJy,max = 52.3 MilliJy IMAGR2: Field 6 min = -33.0 MilliJy,max = 67.8 MilliJy IMAGR2: Field 7 min = -22.9 MilliJy,max = 56.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 34.99 MilliJy IMAGR2: 1579 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 147.419 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 247.837 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 247.837 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 = -10.4 MilliJy,max = 132.7 MilliJy IMAGR2: BGC Clean: using 1453 cell beam + residuals > 21.06 MilliJy IMAGR2: 123 Residual map points loaded IMAGR2: Field 1 min allowed flux = 51.403 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 334.255 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 334.255 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.0 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.108E-03 < Second best 6.440E-02 IMAGR2: Field 3 min = -4.2 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.704E-03 < Second best 4.887E-02 IMAGR2: Field 1 min = -3.7 MilliJy,max = 46.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.62 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 22.860 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 360.945 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 360.945 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.692E-03 < Second best 4.447E-02 IMAGR2: Field 2 min = -1.5 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.776E-03 < Second best 3.983E-02 IMAGR2: Field 4 min = -1.8 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.749E-03 < Second best 3.955E-02 IMAGR2: Field 5 min = -2.1 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.702E-03 < Second best 2.173E-02 IMAGR2: Field 1 min = -2.3 MilliJy,max = 21.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.10 MilliJy IMAGR2: 1668 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.638 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 376.420 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 376.420 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.621E-03 < Second best 8.108E-03 IMAGR2: Field 6 min = -988.5 MicroJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.485E-03 < Second best 7.704E-03 IMAGR2: Field 3 min = -917.3 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.345E-03 < Second best 7.621E-03 IMAGR2: BGC Clean: using 1453 cell beam + residuals > 1.14 MilliJy IMAGR2: 457 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.404 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 382.308 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 382.308 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 38 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.497 MilliJy iter= 70 IMAGR2: Field 1 Clean flux density= 382.583 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 382.583 MilliJy 70 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -810.4 MicroJy,max = 890.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.900E-04 < Second best 2.749E-03 IMAGR2: Field 4 min = -746.0 MicroJy,max = 766.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.345E-04 < Second best 2.702E-03 IMAGR2: Field 5 min = -787.8 MicroJy,max = 874.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.366E-04 < Second best 2.692E-03 IMAGR2: Field 7 min = -757.2 MicroJy,max = 807.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.733E-04 < Second best 1.485E-03 IMAGR2: Field 6 min = -799.5 MicroJy,max = 922.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.852E-04 < Second best 1.426E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 506.33 MicroJy IMAGR2: 2710 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -805.475 MicroJy iter= 124 IMAGR2: Field 1 Clean flux density= 382.206 MilliJy 124 comps IMAGR2: Total Cleaned flux density = 382.206 MilliJy 124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -863.2 MicroJy,max = 911.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 473.03 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 1876 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -626.258 MicroJy iter= 46 IMAGR2: Field 3 Clean flux density= 387.506 MicroJy 46 comps IMAGR2: Total Cleaned flux density = 382.594 MilliJy 170 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -762.2 MicroJy,max = 819.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.62 MicroJy IMAGR2: 1558 Residual map points loaded IMAGR2: Field 5 min Clean flux = -617.876 MicroJy iter= 49 IMAGR2: Field 5 Clean flux density= 650.445 MicroJy 49 comps IMAGR2: Total Cleaned flux density = 383.244 MilliJy 219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -716.4 MicroJy,max = 795.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.859E-04 < Second best 7.852E-04 IMAGR2: Field 6 min = -760.8 MicroJy,max = 846.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.286E-04 < Second best 7.733E-04 IMAGR2: Field 7 min = -733.8 MicroJy,max = 705.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.708E-04 < Second best 7.687E-04 IMAGR2: Field 1 min = -808.4 MicroJy,max = 842.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 437.45 MicroJy IMAGR2: 3349 Residual map points loaded IMAGR2: Field 1 min Clean flux = 618.030 MicroJy iter= 185 IMAGR2: Field 1 Clean flux density= 382.235 MilliJy 185 comps IMAGR2: Total Cleaned flux density = 383.273 MilliJy 280 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -723.5 MicroJy,max = 757.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 425.32 MicroJy IMAGR2: 2967 Residual map points loaded IMAGR2: Field 4 min Clean flux = -616.648 MicroJy iter= 31 IMAGR2: Field 4 Clean flux density= -158.320 MicroJy 31 comps IMAGR2: Total Cleaned flux density = 383.114 MilliJy 311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -726.5 MicroJy,max = 776.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 414.60 MicroJy IMAGR2: 3188 Residual map points loaded IMAGR2: Field 6 min Clean flux = -617.832 MicroJy iter= 16 IMAGR2: Field 6 Clean flux density= -251.476 MicroJy 16 comps IMAGR2: Total Cleaned flux density = 382.863 MilliJy 327 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -697.2 MicroJy,max = 802.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.31 MicroJy IMAGR2: 5634 Residual map points loaded IMAGR2: Field 2 min Clean flux = 618.071 MicroJy iter= 29 IMAGR2: Field 2 Clean flux density= -457.709 MicroJy 29 comps IMAGR2: Total Cleaned flux density = 382.405 MilliJy 356 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -670.6 MicroJy,max = 692.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 371.86 MicroJy IMAGR2: 7533 Residual map points loaded IMAGR2: Field 7 min Clean flux = 613.031 MicroJy iter= 10 IMAGR2: Field 7 Clean flux density= 118.574 MicroJy 10 comps IMAGR2: Total Cleaned flux density = 382.524 MilliJy 366 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -745.1 MicroJy,max = 819.6 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 185 to 61 components IMAGR2: Field 2 compressed from 29 to 28 components IMAGR2: Field 3 compressed from 46 to 39 components IMAGR2: Field 4 compressed from 31 to 27 components IMAGR2: Field 5 compressed from 49 to 38 components IMAGR2: Field 6 compressed from 16 to 14 components IMAGR2: Field 7 compressed from 10 to 10 components IMAGR2: Field 1 min = -642.6 MicroJy,max = 788.2 MicroJy IMAGR2: Field 2 min = -690.0 MicroJy,max = 792.0 MicroJy IMAGR2: Field 3 min = -745.1 MicroJy,max = 819.6 MicroJy IMAGR2: Field 4 min = -717.1 MicroJy,max = 680.5 MicroJy IMAGR2: Field 5 min = -711.8 MicroJy,max = 707.2 MicroJy IMAGR2: Field 6 min = -695.4 MicroJy,max = 750.9 MicroJy IMAGR2: Field 7 min = -640.9 MicroJy,max = 689.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 200.086 MicroJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore-131.453 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore -61.352 MicroJy ( 5 CCs) from field 1 to field 4 IMAGR2: Restore 171.123 MicroJy ( 4 CCs) from field 1 to field 5 IMAGR2: Restore 199.465 MicroJy ( 8 CCs) from field 1 to field 6 IMAGR2: Restore 230.075 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore 64.149 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore -64.695 MicroJy ( 5 CCs) from field 2 to field 3 IMAGR2: Restore-130.758 MicroJy ( 2 CCs) from field 2 to field 4 IMAGR2: Restore-193.825 MicroJy ( 11 CCs) from field 3 to field 1 IMAGR2: Restore-297.723 MicroJy ( 9 CCs) from field 3 to field 2 IMAGR2: Restore 4.805 MicroJy ( 7 CCs) from field 3 to field 5 IMAGR2: Restore 86.030 MicroJy ( 8 CCs) from field 4 to field 1 IMAGR2: Restore 212.059 MicroJy ( 6 CCs) from field 4 to field 2 IMAGR2: Restore 134.992 MicroJy ( 1 CCs) from field 4 to field 6 IMAGR2: Restore 206.419 MicroJy ( 9 CCs) from field 5 to field 1 IMAGR2: Restore 65.486 MicroJy ( 1 CCs) from field 5 to field 3 IMAGR2: Restore-125.642 MicroJy ( 4 CCs) from field 5 to field 7 IMAGR2: Restore 69.394 MicroJy ( 4 CCs) from field 6 to field 1 IMAGR2: Restore-202.087 MicroJy ( 4 CCs) from field 6 to field 7 IMAGR2: Restore 126.988 MicroJy ( 2 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 382.467 MilliJy IMAGR2: Field 2 final Clean flux -343.286 MicroJy IMAGR2: Field 3 final Clean flux 256.844 MicroJy IMAGR2: Field 4 final Clean flux -350.430 MicroJy IMAGR2: Field 5 final Clean flux 826.373 MicroJy IMAGR2: Field 6 final Clean flux 209.969 MicroJy IMAGR2: Field 7 final Clean flux 20.920 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= 381 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 27.6 Real= 59 MATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+539_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :64 =1146+539' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 382 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 383 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 384 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 385 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 386 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 387 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 388 disk= 1 AIPS 2: Disk 1 in-CNO 389 renumbered as CNO 381 AIPS 2: Disk 1 in-CNO 390 renumbered as CNO 382 AIPS 2: Disk 1 in-CNO 391 renumbered as CNO 383 AIPS 2: Disk 1 in-CNO 392 renumbered as CNO 384 AIPS 2: Disk 1 in-CNO 393 renumbered as CNO 385 AIPS 2: Disk 1 in-CNO 394 renumbered as CNO 386 AIPS 2: Disk 1 in-CNO 395 renumbered as CNO 387 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3982_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3982 C BAND Seq 1 Disk: 1 in slot 67 SETFC2: SETCEL: recommends IMSIZE 1319 CELLSIZE 0.41898 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41898 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3982_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.099 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 75.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 11 56 27.97 55 07 36.2 00001 -1 507 512 513 C 2 1012 1012 11 56 27.97 55 01 39.5 00002 -1 507 512 513 C 3 1012 1012 11 55 52.00 55 04 37.5 00003 -1 507 512 513 C 4 1012 1012 11 57 03.94 55 04 37.5 00004 -1 507 512 513 C 5 1012 1012 11 55 51.91 55 10 34.2 00005 -1 507 512 513 C 6 1012 1012 11 57 04.03 55 10 34.2 00006 -1 507 512 513 C 7 1012 1012 11 56 27.97 55 13 32.9 00007 -1 507 512 513 MATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+539_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :64 =1146+539' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 382 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 383 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 384 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 385 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 386 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 387 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 388 disk= 1 AIPS 2: Disk 1 in-CNO 389 renumbered as CNO 381 AIPS 2: Disk 1 in-CNO 390 renumbered as CNO 382 AIPS 2: Disk 1 in-CNO 391 renumbered as CNO 383 AIPS 2: Disk 1 in-CNO 392 renumbered as CNO 384 AIPS 2: Disk 1 in-CNO 393 renumbered as CNO 385 AIPS 2: Disk 1 in-CNO 394 renumbered as CNO 386 AIPS 2: Disk 1 in-CNO 395 renumbered as CNO 387 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3982_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3982_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :65 =N3982' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3982_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.8502E-11 5.1159E-11 0 IMAGR2: Field 2 1012 1012 5.8502E-11 -3.5670E+02 0 IMAGR2: Field 3 1012 1012 -3.0849E+02 -1.7870E+02 0 IMAGR2: Field 4 1012 1012 3.0849E+02 -1.7870E+02 0 IMAGR2: Field 5 1012 1012 -3.0927E+02 1.7800E+02 0 IMAGR2: Field 6 1012 1012 3.0927E+02 1.7800E+02 0 IMAGR2: Field 7 1012 1012 5.8502E-11 3.5670E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3982_C,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 N3982 .IMAGR . 1 (UV) on disk 1 cno 388 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37557 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 9.456E+04 IMAGR2: UVWAIT: Adding temperance S 1.891E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.266E+08 and out 4.052E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.160 due to weighting IMAGR2: UVWAIT: Average summed weight 9.455E+04 over 75114 vis IMAGR2: Create N3982 .IBM001. 1 (MA) on disk 1 cno 389 IMAGR2: Create N3982 .IBM002. 1 (MA) on disk 1 cno 390 IMAGR2: Create N3982 .IBM003. 1 (MA) on disk 1 cno 391 IMAGR2: Create N3982 .IBM004. 1 (MA) on disk 1 cno 392 IMAGR2: Create N3982 .IBM005. 1 (MA) on disk 1 cno 393 IMAGR2: Create N3982 .IBM006. 1 (MA) on disk 1 cno 394 IMAGR2: Create N3982 .IBM007. 1 (MA) on disk 1 cno 395 IMAGR2: Create N3982 .ICL001. 1 (MA) on disk 1 cno 396 IMAGR2: Create N3982 .ICL002. 1 (MA) on disk 1 cno 397 IMAGR2: Create N3982 .ICL003. 1 (MA) on disk 1 cno 398 IMAGR2: Create N3982 .ICL004. 1 (MA) on disk 1 cno 399 IMAGR2: Create N3982 .ICL005. 1 (MA) on disk 1 cno 400 IMAGR2: Create N3982 .ICL006. 1 (MA) on disk 1 cno 401 IMAGR2: Create N3982 .ICL007. 1 (MA) on disk 1 cno 402 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.30214E+09 IMAGR2: Field 1 Beam min = -161.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.006 x 1.090 arcsec, PA= 85.5 IMAGR2: Field 2 Sum of gridding weights = 4.30214E+09 IMAGR2: Field 2 Beam min = -161.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.007 x 1.091 arcsec, PA= 85.4 IMAGR2: Field 3 Sum of gridding weights = 4.30214E+09 IMAGR2: Field 3 Beam min = -161.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.011 x 1.091 arcsec, PA= 85.3 IMAGR2: Field 4 Sum of gridding weights = 4.30214E+09 IMAGR2: Field 4 Beam min = -161.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.002 x 1.090 arcsec, PA= 85.6 IMAGR2: Field 5 Sum of gridding weights = 4.30214E+09 IMAGR2: Field 5 Beam min = -161.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.011 x 1.090 arcsec, PA= 85.3 IMAGR2: Field 6 Sum of gridding weights = 4.30214E+09 IMAGR2: Field 6 Beam min = -161.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.001 x 1.090 arcsec, PA= 85.6 IMAGR2: Field 7 Sum of gridding weights = 4.30214E+09 IMAGR2: Field 7 Beam min = -161.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.006 x 1.090 arcsec, PA= 85.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -328.5 MicroJy,max = 1.7 MilliJy IMAGR2: Field 2 min = -277.9 MicroJy,max = 278.2 MicroJy IMAGR2: Field 3 min = -244.8 MicroJy,max = 264.3 MicroJy IMAGR2: Field 4 min = -248.6 MicroJy,max = 258.5 MicroJy IMAGR2: Field 5 min = -267.9 MicroJy,max = 740.3 MicroJy IMAGR2: Field 6 min = -240.4 MicroJy,max = 264.0 MicroJy IMAGR2: Field 7 min = -255.3 MicroJy,max = 256.8 MicroJy IMAGR2: BGC Clean: using 337 cell beam + residuals > 143.15 MicroJy IMAGR2: 6526 Residual map points loaded IMAGR2: Field 1 min allowed flux = 780.806 MicroJy iter= 9 IMAGR2: Field 1 Clean flux density= 1.084 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 1.084 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 = -234.2 MicroJy,max = 710.7 MicroJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 165.83 MicroJy IMAGR2: 839 Residual map points loaded IMAGR2: Field 1 min allowed flux = 341.546 MicroJy iter= 18 IMAGR2: Field 1 Clean flux density= 1.535 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 1.535 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -271.4 MicroJy,max = 734.1 MicroJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 157.24 MicroJy IMAGR2: 1905 Residual map points loaded IMAGR2: Field 5 min allowed flux = 350.116 MicroJy iter= 16 IMAGR2: Field 5 Clean flux density= 769.582 MicroJy 16 comps IMAGR2: Total Cleaned flux density = 2.304 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -269.0 MicroJy,max = 343.1 MicroJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 150.95 MicroJy IMAGR2: 1999 Residual map points loaded IMAGR2: Field 5 min Clean flux = 265.216 MicroJy iter= 28 IMAGR2: Field 5 Clean flux density= 1.075 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 2.610 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -245.1 MicroJy,max = 314.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 126.62 MicroJy IMAGR2: 8220 Residual map points loaded IMAGR2: Field 1 min Clean flux = 242.293 MicroJy iter= 22 IMAGR2: Field 1 Clean flux density= 1.646 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 2.721 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -248.3 MicroJy,max = 265.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 22 to 4 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 28 to 13 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -245.6 MicroJy,max = 235.2 MicroJy IMAGR2: Field 2 min = -248.3 MicroJy,max = 265.8 MicroJy IMAGR2: Field 3 min = -247.1 MicroJy,max = 252.5 MicroJy IMAGR2: Field 4 min = -255.7 MicroJy,max = 261.8 MicroJy IMAGR2: Field 5 min = -239.5 MicroJy,max = 284.2 MicroJy IMAGR2: Field 6 min = -243.2 MicroJy,max = 274.7 MicroJy IMAGR2: Field 7 min = -242.4 MicroJy,max = 263.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.646 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 1.075 MilliJy 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= 388 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 17.0 Real= 35 MATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+539_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :64 =1146+539' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 382 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 383 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 384 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 385 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 386 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 387 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 388 disk= 1 AIPS 2: Disk 1 in-CNO 389 renumbered as CNO 381 AIPS 2: Disk 1 in-CNO 390 renumbered as CNO 382 AIPS 2: Disk 1 in-CNO 391 renumbered as CNO 383 AIPS 2: Disk 1 in-CNO 392 renumbered as CNO 384 AIPS 2: Disk 1 in-CNO 393 renumbered as CNO 385 AIPS 2: Disk 1 in-CNO 394 renumbered as CNO 386 AIPS 2: Disk 1 in-CNO 395 renumbered as CNO 387 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3982_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3982_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :65 =N3982' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3982_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 389 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 390 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 391 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 392 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 393 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 394 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 395 disk= 1 AIPS 2: Disk 1 in-CNO 396 renumbered as CNO 388 AIPS 2: Disk 1 in-CNO 397 renumbered as CNO 389 AIPS 2: Disk 1 in-CNO 398 renumbered as CNO 390 AIPS 2: Disk 1 in-CNO 399 renumbered as CNO 391 AIPS 2: Disk 1 in-CNO 400 renumbered as CNO 392 AIPS 2: Disk 1 in-CNO 401 renumbered as CNO 393 AIPS 2: Disk 1 in-CNO 402 renumbered as CNO 394 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08413 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1310+323_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1310+323 C BAND Seq 1 Disk: 1 in slot 68 SETFC2: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.40443 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40443 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1310+323_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 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 49.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= 2 C 1 1012 1012 13 10 28.66 32 20 43.8 00001 -1 507 512 513 C 2 1012 1012 13 10 28.66 32 14 59.5 00002 -1 507 512 513 C 3 1012 1012 13 10 05.15 32 17 51.5 00003 -1 507 512 513 C 4 1012 1012 13 10 52.18 32 17 51.5 00004 -1 507 512 513 C 5 1012 1012 13 10 05.12 32 23 35.8 00005 -1 507 512 513 C 6 1012 1012 13 10 52.20 32 23 35.8 00006 -1 507 512 513 C 7 1012 1012 13 10 28.66 32 26 28.1 00007 -1 507 512 513 MATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+539_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :64 =1146+539' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 382 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 383 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 384 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 385 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 386 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 387 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 388 disk= 1 AIPS 2: Disk 1 in-CNO 389 renumbered as CNO 381 AIPS 2: Disk 1 in-CNO 390 renumbered as CNO 382 AIPS 2: Disk 1 in-CNO 391 renumbered as CNO 383 AIPS 2: Disk 1 in-CNO 392 renumbered as CNO 384 AIPS 2: Disk 1 in-CNO 393 renumbered as CNO 385 AIPS 2: Disk 1 in-CNO 394 renumbered as CNO 386 AIPS 2: Disk 1 in-CNO 395 renumbered as CNO 387 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3982_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3982_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :65 =N3982' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3982_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 389 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 390 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 391 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 392 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 393 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 394 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 395 disk= 1 AIPS 2: Disk 1 in-CNO 396 renumbered as CNO 388 AIPS 2: Disk 1 in-CNO 397 renumbered as CNO 389 AIPS 2: Disk 1 in-CNO 398 renumbered as CNO 390 AIPS 2: Disk 1 in-CNO 399 renumbered as CNO 391 AIPS 2: Disk 1 in-CNO 400 renumbered as CNO 392 AIPS 2: Disk 1 in-CNO 401 renumbered as CNO 393 AIPS 2: Disk 1 in-CNO 402 renumbered as CNO 394 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08413 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1310+323_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1310+323_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :66 =1310+323' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1310+323_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -4.8156E-02 1.8000E-02 0 IMAGR2: Field 2 1012 1012 -4.8156E-02 -3.4428E+02 0 IMAGR2: Field 3 1012 1012 -2.9798E+02 -1.7228E+02 0 IMAGR2: Field 4 1012 1012 2.9801E+02 -1.7228E+02 0 IMAGR2: Field 5 1012 1012 -2.9836E+02 1.7202E+02 0 IMAGR2: Field 6 1012 1012 2.9826E+02 1.7202E+02 0 IMAGR2: Field 7 1012 1012 -4.8156E-02 3.4432E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1310+323_C,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 1310+323 .IMAGR . 1 (UV) on disk 1 cno 395 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 10530 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.275E+04 IMAGR2: UVWAIT: Adding temperance S 6.549E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.176E+07 and out 8.048E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.140 due to weighting IMAGR2: UVWAIT: Average summed weight 3.275E+04 over 21060 vis IMAGR2: Create 1310+323 .IBM001. 1 (MA) on disk 1 cno 396 IMAGR2: Create 1310+323 .IBM002. 1 (MA) on disk 1 cno 397 IMAGR2: Create 1310+323 .IBM003. 1 (MA) on disk 1 cno 398 IMAGR2: Create 1310+323 .IBM004. 1 (MA) on disk 1 cno 399 IMAGR2: Create 1310+323 .IBM005. 1 (MA) on disk 1 cno 400 IMAGR2: Create 1310+323 .IBM006. 1 (MA) on disk 1 cno 401 IMAGR2: Create 1310+323 .IBM007. 1 (MA) on disk 1 cno 402 IMAGR2: Create 1310+323 .ICL001. 1 (MA) on disk 1 cno 403 IMAGR2: Create 1310+323 .ICL002. 1 (MA) on disk 1 cno 404 IMAGR2: Create 1310+323 .ICL003. 1 (MA) on disk 1 cno 405 IMAGR2: Create 1310+323 .ICL004. 1 (MA) on disk 1 cno 406 IMAGR2: Create 1310+323 .ICL005. 1 (MA) on disk 1 cno 407 IMAGR2: Create 1310+323 .ICL006. 1 (MA) on disk 1 cno 408 IMAGR2: Create 1310+323 .ICL007. 1 (MA) on disk 1 cno 409 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 8.54404E+08 IMAGR2: Field 1 Beam min = -170.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.086 x 1.258 arcsec, PA= 73.8 IMAGR2: Field 2 Sum of gridding weights = 8.54402E+08 IMAGR2: Field 2 Beam min = -170.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.088 x 1.258 arcsec, PA= 73.7 IMAGR2: Field 3 Sum of gridding weights = 8.54403E+08 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 Beam min = -106.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.092 x 1.258 arcsec, PA= 73.7 IMAGR2: Field 4 Sum of gridding weights = 8.54399E+08 IMAGR2: Field 4 Beam min = -99.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.090 x 1.257 arcsec, PA= 73.7 IMAGR2: Field 5 Sum of gridding weights = 8.54402E+08 IMAGR2: Field 5 Beam min = -106.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.090 x 1.258 arcsec, PA= 73.7 IMAGR2: Field 6 Sum of gridding weights = 8.54403E+08 IMAGR2: Field 6 Beam min = -99.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.089 x 1.257 arcsec, PA= 73.8 IMAGR2: Field 7 Sum of gridding weights = 8.54404E+08 IMAGR2: Field 7 Beam min = -170.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.085 x 1.258 arcsec, PA= 73.8 IMAGR2: CLBHIS: minimum component 0.306 of current peak IMAGR2: Field 1 min = -135.4 MilliJy,max = 1.9 Jy IMAGR2: Field 2 min = -103.0 MilliJy,max = 235.9 MilliJy IMAGR2: Field 3 min = -179.1 MilliJy,max = 243.5 MilliJy IMAGR2: Field 4 min = -180.9 MilliJy,max = 192.1 MilliJy IMAGR2: Field 5 min = -174.3 MilliJy,max = 186.6 MilliJy IMAGR2: Field 6 min = -176.3 MilliJy,max = 245.9 MilliJy IMAGR2: Field 7 min = -102.3 MilliJy,max = 232.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 133.27 MilliJy IMAGR2: 1757 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 599.723 MilliJy iter= 12 IMAGR2: Field 1 Clean flux density= 1.371 Jy 12 comps IMAGR2: Total Cleaned flux density = 1.371 Jy 12 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -40.1 MilliJy,max = 539.8 MilliJy IMAGR2: BGC Clean: using 405 cell beam + residuals > 85.97 MilliJy IMAGR2: 34 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 165.629 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 1.785 Jy 25 comps IMAGR2: Total Cleaned flux density = 1.785 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.0 MilliJy,max = 20.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.917E-02 < Second best 2.322E-01 IMAGR2: Field 3 min = -14.0 MilliJy,max = 19.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.870E-02 < Second best 2.251E-01 IMAGR2: Field 2 min = -10.2 MilliJy,max = 19.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.870E-02 < Second best 2.219E-01 IMAGR2: Field 7 min = -9.1 MilliJy,max = 20.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.905E-02 < Second best 1.575E-01 IMAGR2: Field 1 min = -12.2 MilliJy,max = 150.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 53.79 MilliJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 66.638 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 1.888 Jy 35 comps IMAGR2: Total Cleaned flux density = 1.888 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.6 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.572E-03 < Second best 1.429E-01 IMAGR2: Field 4 min = -5.3 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.197E-03 < Second best 6.335E-02 IMAGR2: Field 1 min = -11.2 MilliJy,max = 60.6 MilliJy IMAGR2: BGC Clean: using 1521 cell beam + residuals > 7.43 MilliJy IMAGR2: 224 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.047 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 1.940 Jy 50 comps IMAGR2: Total Cleaned flux density = 1.940 Jy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.398E-03 < Second best 1.905E-02 IMAGR2: Field 7 min = -3.3 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.201E-03 < Second best 1.870E-02 IMAGR2: Field 3 min = -3.4 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.543E-03 < Second best 1.870E-02 IMAGR2: Field 2 min = -3.6 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.563E-03 < Second best 1.621E-02 IMAGR2: Field 1 min = -16.5 MilliJy,max = 15.5 MilliJy IMAGR2: BGC Clean: using 405 cell beam + residuals > 2.44 MilliJy IMAGR2: 3381 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.366 MilliJy iter= 129 IMAGR2: Field 1 Clean flux density= 1.923 Jy 129 comps IMAGR2: Total Cleaned flux density = 1.923 Jy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.435E-03 < Second best 5.572E-03 IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.187E-03 < Second best 5.107E-03 IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.012 MilliJy iter= 224 IMAGR2: Field 1 Clean flux density= 1.928 Jy 224 comps IMAGR2: Total Cleaned flux density = 1.928 Jy 224 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.806E-03 < Second best 4.398E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.444E-03 < Second best 4.201E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.053E-03 < Second best 3.543E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.917E-03 < Second best 2.871E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 3624 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.788 MilliJy iter= 382 IMAGR2: Field 1 Clean flux density= 1.936 Jy 382 comps IMAGR2: Total Cleaned flux density = 1.936 Jy 382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.306E-03 < Second best 2.435E-03 IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.774E-03 < Second best 2.306E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 1956 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.424 MilliJy iter= 111 IMAGR2: Field 6 Clean flux density= 6.864 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 1.943 Jy 493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.714E-03 < Second best 2.053E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1560 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.358 MilliJy iter= 136 IMAGR2: Field 7 Clean flux density= -118.048 MicroJy 136 comps IMAGR2: Total Cleaned flux density = 1.943 Jy 629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1859 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.303 MilliJy iter= 153 IMAGR2: Field 3 Clean flux density= 4.968 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 1.948 Jy 782 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.582E-03 < Second best 1.774E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 1338 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.217 MilliJy iter= 141 IMAGR2: Field 4 Clean flux density= 3.979 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 1.952 Jy 923 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.544E-03 < Second best 1.708E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 972.64 MicroJy IMAGR2: 1313 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.162 MilliJy iter= 565 IMAGR2: Field 1 Clean flux density= 1.942 Jy 565 comps IMAGR2: Total Cleaned flux density = 1.958 Jy 1106 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.469E-03 < Second best 1.544E-03 IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 964.24 MicroJy IMAGR2: 1191 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.111 MilliJy iter= 168 IMAGR2: Field 5 Clean flux density= -2.216 MilliJy 168 comps IMAGR2: Total Cleaned flux density = 1.955 Jy 1274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 963.65 MicroJy IMAGR2: 752 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.081 MilliJy iter= 152 IMAGR2: Field 2 Clean flux density= 4.942 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 1.960 Jy 1426 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.230E-03 < Second best 1.299E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.166E-03 < Second best 1.247E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 872.47 MicroJy IMAGR2: 2101 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.011 MilliJy iter= 393 IMAGR2: Field 3 Clean flux density= 3.582 MilliJy 393 comps IMAGR2: Total Cleaned flux density = 1.959 Jy 1666 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 871.20 MicroJy IMAGR2: 2678 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.025 MilliJy iter= 427 IMAGR2: Field 6 Clean flux density= 8.243 MilliJy 427 comps IMAGR2: Total Cleaned flux density = 1.960 Jy 1982 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.074E-03 < Second best 1.165E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 837.97 MicroJy IMAGR2: 1102 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -922.127 MicroJy iter= 345 IMAGR2: Field 4 Clean flux density= 5.708 MilliJy 345 comps IMAGR2: Total Cleaned flux density = 1.962 Jy 2186 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 > 816.41 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 638 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -876.276 MicroJy iter= 724 IMAGR2: Field 1 Clean flux density= 1.945 Jy 724 comps IMAGR2: Total Cleaned flux density = 1.965 Jy 2345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 813.75 MicroJy IMAGR2: 638 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -877.278 MicroJy iter= 321 IMAGR2: Field 7 Clean flux density= 2.759 MilliJy 321 comps IMAGR2: Total Cleaned flux density = 1.968 Jy 2530 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 788.02 MicroJy IMAGR2: 945 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 852.278 MicroJy iter= 377 IMAGR2: Field 5 Clean flux density= 1.050 MilliJy 377 comps IMAGR2: Total Cleaned flux density = 1.972 Jy 2739 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 9.031E-04 < Second best 9.830E-04 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.148E-04 < Second best 9.693E-04 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 707.56 MicroJy IMAGR2: 2104 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 788.233 MicroJy iter= 717 IMAGR2: Field 3 Clean flux density= 6.081 MilliJy 717 comps IMAGR2: Total Cleaned flux density = 1.974 Jy 3063 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 706.60 MicroJy IMAGR2: 2526 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -791.595 MicroJy iter= 808 IMAGR2: Field 6 Clean flux density= 10.854 MilliJy 808 comps IMAGR2: Total Cleaned flux density = 1.977 Jy 3444 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 703.51 MicroJy IMAGR2: 502 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 742.007 MicroJy iter= 335 IMAGR2: Field 2 Clean flux density= 6.296 MilliJy 335 comps IMAGR2: Total Cleaned flux density = 1.978 Jy 3627 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.92 MicroJy IMAGR2: 934 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -722.681 MicroJy iter= 566 IMAGR2: Field 4 Clean flux density= 5.546 MilliJy 566 comps IMAGR2: Total Cleaned flux density = 1.978 Jy 3848 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 933.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 668.35 MicroJy IMAGR2: 565 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -701.108 MicroJy iter= 506 IMAGR2: Field 7 Clean flux density= 3.729 MilliJy 506 comps IMAGR2: Total Cleaned flux density = 1.979 Jy 4033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 997.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.778E-04 < Second best 8.175E-04 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 631.68 MicroJy IMAGR2: 1482 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -681.268 MicroJy iter= 697 IMAGR2: Field 5 Clean flux density= 547.666 MicroJy 697 comps IMAGR2: Total Cleaned flux density = 1.978 Jy 4353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 994.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 631.22 MicroJy IMAGR2: 326 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -652.435 MicroJy iter= 865 IMAGR2: Field 1 Clean flux density= 1.947 Jy 865 comps IMAGR2: Total Cleaned flux density = 1.980 Jy 4494 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.088E-04 < Second best 7.566E-04 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 582.53 MicroJy IMAGR2: 1583 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -623.973 MicroJy iter= 1036 IMAGR2: Field 3 Clean flux density= 6.814 MilliJy 1036 comps IMAGR2: Total Cleaned flux density = 1.981 Jy 4813 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -955.6 MicroJy,max = 987.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 572.41 MicroJy IMAGR2: 837 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -602.256 MicroJy iter= 582 IMAGR2: Field 2 Clean flux density= 7.102 MilliJy 582 comps IMAGR2: Total Cleaned flux density = 1.981 Jy 5060 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 993.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 570.08 MicroJy IMAGR2: 1866 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 612.016 MicroJy iter= 1183 IMAGR2: Field 6 Clean flux density= 10.850 MilliJy 1183 comps IMAGR2: Total Cleaned flux density = 1.981 Jy 5435 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -880.4 MicroJy,max = 951.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 552.83 MicroJy IMAGR2: 1199 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 585.095 MicroJy iter= 878 IMAGR2: Field 4 Clean flux density= 6.030 MilliJy 878 comps IMAGR2: Total Cleaned flux density = 1.982 Jy 5747 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -928.0 MicroJy,max = 781.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 540.91 MicroJy IMAGR2: 665 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -562.818 MicroJy iter= 733 IMAGR2: Field 7 Clean flux density= 4.710 MilliJy 733 comps IMAGR2: Total Cleaned flux density = 1.983 Jy 5974 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 > 523.15 MicroJy IMAGR2: 1389 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -553.744 MicroJy iter= 1041 IMAGR2: Field 5 Clean flux density= -449.489 MicroJy 1041 comps IMAGR2: Total Cleaned flux density = 1.982 Jy 6318 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -863.4 MicroJy,max = 847.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.62 MicroJy IMAGR2: 293 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 526.302 MicroJy iter= 1002 IMAGR2: Field 1 Clean flux density= 1.948 Jy 1002 comps IMAGR2: Total Cleaned flux density = 1.983 Jy 6455 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -969.3 MicroJy,max = 973.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 499.64 MicroJy IMAGR2: 870 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -520.038 MicroJy iter= 1289 IMAGR2: Field 3 Clean flux density= 7.843 MilliJy 1289 comps IMAGR2: Total Cleaned flux density = 1.984 Jy 6708 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -909.5 MicroJy,max = 874.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 483.86 MicroJy IMAGR2: 1611 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -510.271 MicroJy iter= 1547 IMAGR2: Field 6 Clean flux density= 12.689 MilliJy 1547 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 7072 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -815.3 MicroJy,max = 769.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.347E-04 < Second best 5.616E-04 IMAGR2: Field 4 min = -785.6 MicroJy,max = 889.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 459.87 MicroJy IMAGR2: 1779 Residual map points loaded IMAGR2: Field 4 min Clean flux = -504.711 MicroJy iter= 1093 IMAGR2: Field 4 Clean flux density= 5.731 MilliJy 1093 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 7287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -848.9 MicroJy,max = 677.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 446.40 MicroJy IMAGR2: 1072 Residual map points loaded IMAGR2: Field 7 min Clean flux = 504.490 MicroJy iter= 772 IMAGR2: Field 7 Clean flux density= 4.671 MilliJy 772 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 7326 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -779.2 MicroJy,max = 733.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 443.04 MicroJy IMAGR2: 1059 Residual map points loaded IMAGR2: Field 2 min Clean flux = 504.512 MicroJy iter= 633 IMAGR2: Field 2 Clean flux density= 7.153 MilliJy 633 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 7377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -987.2 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 423.46 MicroJy IMAGR2: 3382 Residual map points loaded IMAGR2: Field 5 min Clean flux = -504.425 MicroJy iter= 1099 IMAGR2: Field 5 Clean flux density= -119.457 MicroJy 1099 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 7435 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -789.8 MicroJy,max = 738.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 405.91 MicroJy IMAGR2: 1915 Residual map points loaded IMAGR2: Field 1 min Clean flux = 503.640 MicroJy iter= 1009 IMAGR2: Field 1 Clean flux density= 1.948 Jy 1009 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 7442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -903.0 MicroJy,max = 905.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.47 MicroJy IMAGR2: 6908 Residual map points loaded IMAGR2: Field 3 min Clean flux = -503.751 MicroJy iter= 1305 IMAGR2: Field 3 Clean flux density= 7.947 MilliJy 1305 comps IMAGR2: Total Cleaned flux density = 1.986 Jy 7458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -821.8 MicroJy,max = 803.6 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1009 to 434 components IMAGR2: Field 2 compressed from 633 to 418 components IMAGR2: Field 3 compressed from 1305 to 890 components IMAGR2: Field 4 compressed from 1093 to 745 components IMAGR2: Field 5 compressed from 1099 to 725 components IMAGR2: Field 6 compressed from 1547 to 1037 components IMAGR2: Field 7 compressed from 772 to 516 components IMAGR2: Field 1 min = -789.0 MicroJy,max = 740.2 MicroJy IMAGR2: Field 2 min = -767.9 MicroJy,max = 730.5 MicroJy IMAGR2: Field 3 min = -905.6 MicroJy,max = 903.3 MicroJy IMAGR2: Field 4 min = -782.9 MicroJy,max = 853.6 MicroJy IMAGR2: Field 5 min = -962.5 MicroJy,max = 987.5 MicroJy IMAGR2: Field 6 min = -821.8 MicroJy,max = 803.6 MicroJy IMAGR2: Field 7 min = -831.9 MicroJy,max = 664.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.524 MilliJy ( 39 CCs) from field 1 to field 2 IMAGR2: Restore 2.817 MilliJy ( 43 CCs) from field 1 to field 3 IMAGR2: Restore 1.849 MilliJy ( 68 CCs) from field 1 to field 4 IMAGR2: Restore 496.880 MicroJy ( 48 CCs) from field 1 to field 5 IMAGR2: Restore 947.262 MicroJy ( 61 CCs) from field 1 to field 6 IMAGR2: Restore 867.119 MicroJy ( 31 CCs) from field 1 to field 7 IMAGR2: Restore 1.416 MilliJy ( 25 CCs) from field 2 to field 1 IMAGR2: Restore 483.329 MicroJy ( 44 CCs) from field 2 to field 3 IMAGR2: Restore 575.945 MicroJy ( 91 CCs) from field 2 to field 4 IMAGR2: Restore 1.091 MilliJy ( 52 CCs) from field 3 to field 1 IMAGR2: Restore 1.081 MilliJy ( 66 CCs) from field 3 to field 2 IMAGR2: Restore 1.217 MilliJy ( 50 CCs) from field 3 to field 5 IMAGR2: Restore 2.750 MilliJy ( 46 CCs) from field 4 to field 1 IMAGR2: Restore-356.356 MicroJy ( 56 CCs) from field 4 to field 2 IMAGR2: Restore 1.437 MilliJy ( 51 CCs) from field 4 to field 6 IMAGR2: Restore -1.690 MilliJy ( 56 CCs) from field 5 to field 1 IMAGR2: Restore-762.750 MicroJy ( 47 CCs) from field 5 to field 3 IMAGR2: Restore -3.303 MilliJy ( 50 CCs) from field 5 to field 7 IMAGR2: Restore 2.187 MilliJy ( 62 CCs) from field 6 to field 1 IMAGR2: Restore 508.806 MicroJy ( 85 CCs) from field 6 to field 4 IMAGR2: Restore 128.452 MicroJy ( 77 CCs) from field 6 to field 7 IMAGR2: Restore-231.109 MicroJy ( 40 CCs) from field 7 to field 1 IMAGR2: Restore 2.881 MilliJy ( 106 CCs) from field 7 to field 5 IMAGR2: Restore 621.920 MicroJy ( 59 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.954 Jy IMAGR2: Field 2 final Clean flux 10.401 MilliJy IMAGR2: Field 3 final Clean flux 10.484 MilliJy IMAGR2: Field 4 final Clean flux 8.664 MilliJy IMAGR2: Field 5 final Clean flux 4.475 MilliJy IMAGR2: Field 6 final Clean flux 15.696 MilliJy IMAGR2: Field 7 final Clean flux 2.363 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 395 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 80.2 Real= 168 MATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+539_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :64 =1146+539' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1146+539_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 382 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 383 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 384 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 385 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 386 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 387 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 388 disk= 1 AIPS 2: Disk 1 in-CNO 389 renumbered as CNO 381 AIPS 2: Disk 1 in-CNO 390 renumbered as CNO 382 AIPS 2: Disk 1 in-CNO 391 renumbered as CNO 383 AIPS 2: Disk 1 in-CNO 392 renumbered as CNO 384 AIPS 2: Disk 1 in-CNO 393 renumbered as CNO 385 AIPS 2: Disk 1 in-CNO 394 renumbered as CNO 386 AIPS 2: Disk 1 in-CNO 395 renumbered as CNO 387 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04455 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3982_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3982_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :65 =N3982' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3982_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 389 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 390 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 391 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 392 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 393 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 394 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 395 disk= 1 AIPS 2: Disk 1 in-CNO 396 renumbered as CNO 388 AIPS 2: Disk 1 in-CNO 397 renumbered as CNO 389 AIPS 2: Disk 1 in-CNO 398 renumbered as CNO 390 AIPS 2: Disk 1 in-CNO 399 renumbered as CNO 391 AIPS 2: Disk 1 in-CNO 400 renumbered as CNO 392 AIPS 2: Disk 1 in-CNO 401 renumbered as CNO 393 AIPS 2: Disk 1 in-CNO 402 renumbered as CNO 394 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08413 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1310+323_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1310+323_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :66 =1310+323' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1310+323_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 396 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 397 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 398 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 399 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 400 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 401 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 402 disk= 1 AIPS 2: Disk 1 in-CNO 403 renumbered as CNO 395 AIPS 2: Disk 1 in-CNO 404 renumbered as CNO 396 AIPS 2: Disk 1 in-CNO 405 renumbered as CNO 397 AIPS 2: Disk 1 in-CNO 406 renumbered as CNO 398 AIPS 2: Disk 1 in-CNO 407 renumbered as CNO 399 AIPS 2: Disk 1 in-CNO 408 renumbered as CNO 400 AIPS 2: Disk 1 in-CNO 409 renumbered as CNO 401 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5033_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N5033 C BAND Seq 1 Disk: 1 in slot 69 SETFC2: SETCEL: recommends IMSIZE 1371 CELLSIZE 0.40324 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40324 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N5033_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 53.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 1012 1012 13 13 27.53 36 35 38.1 00001 -1 507 512 513 C 2 1012 1012 13 13 27.53 36 29 54.8 00002 -1 507 512 513 C 3 1012 1012 13 13 02.86 36 32 46.3 00003 -1 507 512 513 C 4 1012 1012 13 13 52.20 36 32 46.3 00004 -1 507 512 513 C 5 1012 1012 13 13 02.83 36 38 29.6 00005 -1 507 512 513 C 6 1012 1012 13 13 52.23 36 38 29.6 00006 -1 507 512 513 C 7 1012 1012 13 13 27.53 36 41 21.4 00007 -1 507 512 513 yed MA image file: catno= 399 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 400 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 401 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 402 disk= 1 AIPS 2: Disk 1 in-CNO 403 renumbered as CNO 395 AIPS 2: Disk 1 in-CNO 404 renumbered as CNO 396 AIPS 2: Disk 1 in-CNO 405 renumbered as CNO 397 AIPS 2: Disk 1 in-CNO 406 renumbered as CNO 398 AIPS 2: Disk 1 in-CNO 407 renumbered as CNO 399 AIPS 2: Disk 1 in-CNO 408 renumbered as CNO 400 AIPS 2: Disk 1 in-CNO 409 renumbered as CNO 401 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5033_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5033_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :67 =N5033' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5033_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 4.8173E-02 2.0000E-02 0 IMAGR2: Field 2 1012 1012 4.8173E-02 -3.4328E+02 0 IMAGR2: Field 3 1012 1012 -2.9706E+02 -1.7178E+02 0 IMAGR2: Field 4 1012 1012 2.9715E+02 -1.7178E+02 0 IMAGR2: Field 5 1012 1012 -2.9742E+02 1.7152E+02 0 IMAGR2: Field 6 1012 1012 2.9752E+02 1.7152E+02 0 IMAGR2: Field 7 1012 1012 4.8173E-02 3.4332E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5033_C,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 N5033 .IMAGR . 1 (UV) on disk 1 cno 402 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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.113E+05 IMAGR2: UVWAIT: Adding temperance S 2.226E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.267E+08 and out 4.049E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR2: UVWAIT: Average summed weight 1.113E+05 over 74412 vis IMAGR2: Create N5033 .IBM001. 1 (MA) on disk 1 cno 403 IMAGR2: Create N5033 .IBM002. 1 (MA) on disk 1 cno 404 IMAGR2: Create N5033 .IBM003. 1 (MA) on disk 1 cno 405 IMAGR2: Create N5033 .IBM004. 1 (MA) on disk 1 cno 406 IMAGR2: Create N5033 .IBM005. 1 (MA) on disk 1 cno 407 IMAGR2: Create N5033 .IBM006. 1 (MA) on disk 1 cno 408 IMAGR2: Create N5033 .IBM007. 1 (MA) on disk 1 cno 409 IMAGR2: Create N5033 .ICL001. 1 (MA) on disk 1 cno 410 IMAGR2: Create N5033 .ICL002. 1 (MA) on disk 1 cno 411 IMAGR2: Create N5033 .ICL003. 1 (MA) on disk 1 cno 412 IMAGR2: Create N5033 .ICL004. 1 (MA) on disk 1 cno 413 IMAGR2: Create N5033 .ICL005. 1 (MA) on disk 1 cno 414 IMAGR2: Create N5033 .ICL006. 1 (MA) on disk 1 cno 415 IMAGR2: Create N5033 .ICL007. 1 (MA) on disk 1 cno 416 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.29826E+09 IMAGR2: Field 1 Beam min = -156.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.775 x 1.150 arcsec, PA= 83.4 IMAGR2: Field 2 Sum of gridding weights = 4.29826E+09 IMAGR2: Field 2 Beam min = -156.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.775 x 1.150 arcsec, PA= 83.3 IMAGR2: Field 3 Sum of gridding weights = 4.29827E+09 IMAGR2: Field 3 Beam min = -156.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.778 x 1.150 arcsec, PA= 83.3 IMAGR2: Field 4 Sum of gridding weights = 4.29826E+09 IMAGR2: Field 4 Beam min = -156.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.772 x 1.150 arcsec, PA= 83.5 IMAGR2: Field 5 Sum of gridding weights = 4.29826E+09 IMAGR2: Field 5 Beam min = -156.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.778 x 1.149 arcsec, PA= 83.3 IMAGR2: Field 6 Sum of gridding weights = 4.29826E+09 IMAGR2: Field 6 Beam min = -156.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.771 x 1.149 arcsec, PA= 83.6 IMAGR2: Field 7 Sum of gridding weights = 4.29826E+09 IMAGR2: Field 7 Beam min = -156.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.774 x 1.149 arcsec, PA= 83.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -349.9 MicroJy,max = 3.2 MilliJy IMAGR2: Field 2 min = -280.1 MicroJy,max = 342.8 MicroJy IMAGR2: Field 3 min = -276.0 MicroJy,max = 858.0 MicroJy IMAGR2: Field 4 min = -244.0 MicroJy,max = 270.0 MicroJy IMAGR2: Field 5 min = -264.6 MicroJy,max = 313.3 MicroJy IMAGR2: Field 6 min = -294.9 MicroJy,max = 403.4 MicroJy IMAGR2: Field 7 min = -280.5 MicroJy,max = 356.4 MicroJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 193.78 MicroJy IMAGR2: 8621 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.538 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 2.012 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 2.012 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 = -356.1 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 261 cell beam + residuals > 180.32 MicroJy IMAGR2: 3046 Residual map points loaded IMAGR2: Field 1 min allowed flux = 647.871 MicroJy iter= 19 IMAGR2: Field 1 Clean flux density= 2.990 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 2.990 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -282.0 MicroJy,max = 850.9 MicroJy IMAGR2: BGC Clean: using 259 cell beam + residuals > 174.20 MicroJy IMAGR2: 1090 Residual map points loaded IMAGR2: Field 3 min allowed flux = 424.147 MicroJy iter= 11 IMAGR2: Field 3 Clean flux density= 645.448 MicroJy 11 comps IMAGR2: Total Cleaned flux density = 3.636 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -345.0 MicroJy,max = 596.6 MicroJy IMAGR2: BGC Clean: using 135 cell beam + residuals > 236.29 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 175 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 344.888 MicroJy iter= 37 IMAGR2: Field 1 Clean flux density= 3.777 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 4.423 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -284.6 MicroJy,max = 423.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 168.75 MicroJy IMAGR2: 1077 Residual map points loaded IMAGR2: Field 3 min Clean flux = 258.508 MicroJy iter= 22 IMAGR2: Field 3 Clean flux density= 1.007 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 4.785 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -264.9 MicroJy,max = 276.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.414E-04 < Second best 3.410E-04 IMAGR2: Field 7 min = -242.7 MicroJy,max = 267.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.327E-04 < Second best 3.289E-04 IMAGR2: Field 1 min = -342.1 MicroJy,max = 345.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 155.62 MicroJy IMAGR2: 3602 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.149 MicroJy iter= 60 IMAGR2: Field 1 Clean flux density= 4.471 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 5.478 MilliJy 82 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -258.3 MicroJy,max = 268.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.368E-04 < Second best 2.779E-04 IMAGR2: Field 5 min = -254.7 MicroJy,max = 254.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.440E-04 < Second best 2.586E-04 IMAGR2: Field 4 min = -236.6 MicroJy,max = 251.2 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 60 to 20 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 22 to 5 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 = -343.0 MicroJy,max = 268.2 MicroJy IMAGR2: Field 2 min = -258.3 MicroJy,max = 268.2 MicroJy IMAGR2: Field 3 min = -284.3 MicroJy,max = 254.5 MicroJy IMAGR2: Field 4 min = -236.6 MicroJy,max = 251.2 MicroJy IMAGR2: Field 5 min = -254.7 MicroJy,max = 254.5 MicroJy IMAGR2: Field 6 min = -263.6 MicroJy,max = 250.9 MicroJy IMAGR2: Field 7 min = -241.0 MicroJy,max = 263.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 28.197 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore 650.536 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.121 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 1.007 MilliJy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 28.197 MicroJy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 402 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 20.5 Real= 43 yed MA image file: catno= 399 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 400 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 401 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 402 disk= 1 AIPS 2: Disk 1 in-CNO 403 renumbered as CNO 395 AIPS 2: Disk 1 in-CNO 404 renumbered as CNO 396 AIPS 2: Disk 1 in-CNO 405 renumbered as CNO 397 AIPS 2: Disk 1 in-CNO 406 renumbered as CNO 398 AIPS 2: Disk 1 in-CNO 407 renumbered as CNO 399 AIPS 2: Disk 1 in-CNO 408 renumbered as CNO 400 AIPS 2: Disk 1 in-CNO 409 renumbered as CNO 401 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5033_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5033_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :67 =N5033' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5033_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 403 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 404 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 405 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 406 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 407 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 408 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 409 disk= 1 AIPS 2: Disk 1 in-CNO 410 renumbered as CNO 402 AIPS 2: Disk 1 in-CNO 411 renumbered as CNO 403 AIPS 2: Disk 1 in-CNO 412 renumbered as CNO 404 AIPS 2: Disk 1 in-CNO 413 renumbered as CNO 405 AIPS 2: Disk 1 in-CNO 414 renumbered as CNO 406 AIPS 2: Disk 1 in-CNO 415 renumbered as CNO 407 AIPS 2: Disk 1 in-CNO 416 renumbered as CNO 408 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5273_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N5273 C BAND Seq 1 Disk: 1 in slot 70 SETFC2: SETCEL: recommends IMSIZE 1369 CELLSIZE 0.40385 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40385 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N5273_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 50.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 3 C 1 1012 1012 13 42 08.34 35 39 15.7 00001 -1 507 512 513 C 2 1012 1012 13 42 08.34 35 33 31.9 00002 -1 507 512 513 C 3 1012 1012 13 41 43.92 35 36 23.6 00003 -1 507 512 513 C 4 1012 1012 13 42 32.75 35 36 23.6 00004 -1 507 512 513 C 5 1012 1012 13 41 43.90 35 42 07.4 00005 -1 507 512 513 C 6 1012 1012 13 42 32.78 35 42 07.4 00006 -1 507 512 513 C 7 1012 1012 13 42 08.34 35 44 59.5 00007 -1 507 512 513 yed MA image file: catno= 399 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 400 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 401 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 402 disk= 1 AIPS 2: Disk 1 in-CNO 403 renumbered as CNO 395 AIPS 2: Disk 1 in-CNO 404 renumbered as CNO 396 AIPS 2: Disk 1 in-CNO 405 renumbered as CNO 397 AIPS 2: Disk 1 in-CNO 406 renumbered as CNO 398 AIPS 2: Disk 1 in-CNO 407 renumbered as CNO 399 AIPS 2: Disk 1 in-CNO 408 renumbered as CNO 400 AIPS 2: Disk 1 in-CNO 409 renumbered as CNO 401 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5033_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5033_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :67 =N5033' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5033_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 403 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 404 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 405 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 406 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 407 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 408 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 409 disk= 1 AIPS 2: Disk 1 in-CNO 410 renumbered as CNO 402 AIPS 2: Disk 1 in-CNO 411 renumbered as CNO 403 AIPS 2: Disk 1 in-CNO 412 renumbered as CNO 404 AIPS 2: Disk 1 in-CNO 413 renumbered as CNO 405 AIPS 2: Disk 1 in-CNO 414 renumbered as CNO 406 AIPS 2: Disk 1 in-CNO 415 renumbered as CNO 407 AIPS 2: Disk 1 in-CNO 416 renumbered as CNO 408 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5273_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5273_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :68 =N5273' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5273_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.4376E-02 0.0000E+00 0 IMAGR2: Field 2 1012 1012 2.4376E-02 -3.4380E+02 0 IMAGR2: Field 3 1012 1012 -2.9761E+02 -1.7210E+02 0 IMAGR2: Field 4 1012 1012 2.9754E+02 -1.7210E+02 0 IMAGR2: Field 5 1012 1012 -2.9786E+02 1.7170E+02 0 IMAGR2: Field 6 1012 1012 2.9790E+02 1.7170E+02 0 IMAGR2: Field 7 1012 1012 2.4376E-02 3.4380E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5273_C,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 N5273 .IMAGR . 1 (UV) on disk 1 cno 409 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 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.162E+05 IMAGR2: UVWAIT: Adding temperance S 2.325E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.296E+08 and out 4.124E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.167 due to weighting IMAGR2: UVWAIT: Average summed weight 1.162E+05 over 74412 vis IMAGR2: Create N5273 .IBM001. 1 (MA) on disk 1 cno 410 IMAGR2: Create N5273 .IBM002. 1 (MA) on disk 1 cno 411 IMAGR2: Create N5273 .IBM003. 1 (MA) on disk 1 cno 412 IMAGR2: Create N5273 .IBM004. 1 (MA) on disk 1 cno 413 IMAGR2: Create N5273 .IBM005. 1 (MA) on disk 1 cno 414 IMAGR2: Create N5273 .IBM006. 1 (MA) on disk 1 cno 415 IMAGR2: Create N5273 .IBM007. 1 (MA) on disk 1 cno 416 IMAGR2: Create N5273 .ICL001. 1 (MA) on disk 1 cno 417 IMAGR2: Create N5273 .ICL002. 1 (MA) on disk 1 cno 418 IMAGR2: Create N5273 .ICL003. 1 (MA) on disk 1 cno 419 IMAGR2: Create N5273 .ICL004. 1 (MA) on disk 1 cno 420 IMAGR2: Create N5273 .ICL005. 1 (MA) on disk 1 cno 421 IMAGR2: Create N5273 .ICL006. 1 (MA) on disk 1 cno 422 IMAGR2: Create N5273 .ICL007. 1 (MA) on disk 1 cno 423 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.37867E+09 IMAGR2: Field 1 Beam min = -154.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.724 x 1.149 arcsec, PA= 84.3 IMAGR2: Field 2 Sum of gridding weights = 4.37866E+09 IMAGR2: Field 2 Beam min = -154.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.724 x 1.149 arcsec, PA= 84.2 IMAGR2: Field 3 Sum of gridding weights = 4.37867E+09 IMAGR2: Field 3 Beam min = -154.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.727 x 1.149 arcsec, PA= 84.2 IMAGR2: Field 4 Sum of gridding weights = 4.37866E+09 IMAGR2: Field 4 Beam min = -154.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.721 x 1.149 arcsec, PA= 84.4 IMAGR2: Field 5 Sum of gridding weights = 4.37866E+09 IMAGR2: Field 5 Beam min = -154.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.727 x 1.149 arcsec, PA= 84.3 IMAGR2: Field 6 Sum of gridding weights = 4.37866E+09 IMAGR2: Field 6 Beam min = -154.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.720 x 1.148 arcsec, PA= 84.5 IMAGR2: Field 7 Sum of gridding weights = 4.37866E+09 IMAGR2: Field 7 Beam min = -154.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.723 x 1.148 arcsec, PA= 84.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -248.3 MicroJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -231.9 MicroJy,max = 229.5 MicroJy IMAGR2: Field 3 min = -260.6 MicroJy,max = 237.2 MicroJy IMAGR2: Field 4 min = -287.9 MicroJy,max = 254.9 MicroJy IMAGR2: Field 5 min = -271.9 MicroJy,max = 235.2 MicroJy IMAGR2: Field 6 min = -281.7 MicroJy,max = 257.9 MicroJy IMAGR2: Field 7 min = -255.8 MicroJy,max = 250.5 MicroJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 113.06 MicroJy IMAGR2: 18830 Residual map points loaded IMAGR2: Field 1 min allowed flux = 510.166 MicroJy iter= 8 IMAGR2: Field 1 Clean flux density= 607.481 MicroJy 8 comps IMAGR2: Total Cleaned flux density = 607.481 MicroJy 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 = -244.9 MicroJy,max = 459.2 MicroJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 137.72 MicroJy IMAGR2: 3551 Residual map points loaded IMAGR2: Field 1 min Clean flux = 254.592 MicroJy iter= 15 IMAGR2: Field 1 Clean flux density= 848.894 MicroJy 15 comps IMAGR2: Total Cleaned flux density = 848.894 MicroJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Peak residual in window 254.592 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 15 to 2 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 = -243.8 MicroJy,max = 237.9 MicroJy IMAGR2: Field 2 min = -232.3 MicroJy,max = 233.5 MicroJy IMAGR2: Field 3 min = -257.6 MicroJy,max = 237.1 MicroJy IMAGR2: Field 4 min = -281.1 MicroJy,max = 244.5 MicroJy IMAGR2: Field 5 min = -265.3 MicroJy,max = 230.3 MicroJy IMAGR2: Field 6 min = -278.7 MicroJy,max = 250.5 MicroJy IMAGR2: Field 7 min = -246.1 MicroJy,max = 241.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 848.894 MicroJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 409 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 14.1 Real= 29 yed MA image file: catno= 399 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 400 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 401 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 402 disk= 1 AIPS 2: Disk 1 in-CNO 403 renumbered as CNO 395 AIPS 2: Disk 1 in-CNO 404 renumbered as CNO 396 AIPS 2: Disk 1 in-CNO 405 renumbered as CNO 397 AIPS 2: Disk 1 in-CNO 406 renumbered as CNO 398 AIPS 2: Disk 1 in-CNO 407 renumbered as CNO 399 AIPS 2: Disk 1 in-CNO 408 renumbered as CNO 400 AIPS 2: Disk 1 in-CNO 409 renumbered as CNO 401 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5033_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5033_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :67 =N5033' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5033_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 403 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 404 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 405 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 406 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 407 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 408 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 409 disk= 1 AIPS 2: Disk 1 in-CNO 410 renumbered as CNO 402 AIPS 2: Disk 1 in-CNO 411 renumbered as CNO 403 AIPS 2: Disk 1 in-CNO 412 renumbered as CNO 404 AIPS 2: Disk 1 in-CNO 413 renumbered as CNO 405 AIPS 2: Disk 1 in-CNO 414 renumbered as CNO 406 AIPS 2: Disk 1 in-CNO 415 renumbered as CNO 407 AIPS 2: Disk 1 in-CNO 416 renumbered as CNO 408 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5273_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5273_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :68 =N5273' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5273_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 410 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 411 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 412 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 413 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 414 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 415 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 416 disk= 1 AIPS 2: Disk 1 in-CNO 417 renumbered as CNO 409 AIPS 2: Disk 1 in-CNO 418 renumbered as CNO 410 AIPS 2: Disk 1 in-CNO 419 renumbered as CNO 411 AIPS 2: Disk 1 in-CNO 420 renumbered as CNO 412 AIPS 2: Disk 1 in-CNO 421 renumbered as CNO 413 AIPS 2: Disk 1 in-CNO 422 renumbered as CNO 414 AIPS 2: Disk 1 in-CNO 423 renumbered as CNO 415 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1407+284_C,BAND.0-1 >& /dev/null yed MA image file: catno= 399 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 400 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 401 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 402 disk= 1 AIPS 2: Disk 1 in-CNO 403 renumbered as CNO 395 AIPS 2: Disk 1 in-CNO 404 renumbered as CNO 396 AIPS 2: Disk 1 in-CNO 405 renumbered as CNO 397 AIPS 2: Disk 1 in-CNO 406 renumbered as CNO 398 AIPS 2: Disk 1 in-CNO 407 renumbered as CNO 399 AIPS 2: Disk 1 in-CNO 408 renumbered as CNO 400 AIPS 2: Disk 1 in-CNO 409 renumbered as CNO 401 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5033_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5033_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :67 =N5033' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5033_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 403 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 404 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 405 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 406 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 407 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 408 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 409 disk= 1 AIPS 2: Disk 1 in-CNO 410 renumbered as CNO 402 AIPS 2: Disk 1 in-CNO 411 renumbered as CNO 403 AIPS 2: Disk 1 in-CNO 412 renumbered as CNO 404 AIPS 2: Disk 1 in-CNO 413 renumbered as CNO 405 AIPS 2: Disk 1 in-CNO 414 renumbered as CNO 406 AIPS 2: Disk 1 in-CNO 415 renumbered as CNO 407 AIPS 2: Disk 1 in-CNO 416 renumbered as CNO 408 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5273_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5273_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :68 =N5273' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5273_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 410 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 411 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 412 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 413 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 414 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 415 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 416 disk= 1 AIPS 2: Disk 1 in-CNO 417 renumbered as CNO 409 AIPS 2: Disk 1 in-CNO 418 renumbered as CNO 410 AIPS 2: Disk 1 in-CNO 419 renumbered as CNO 411 AIPS 2: Disk 1 in-CNO 420 renumbered as CNO 412 AIPS 2: Disk 1 in-CNO 421 renumbered as CNO 413 AIPS 2: Disk 1 in-CNO 422 renumbered as CNO 414 AIPS 2: Disk 1 in-CNO 423 renumbered as CNO 415 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1407+284_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for retSETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1407+284 C BAND Seq 1 Disk: 1 in slot 71 SETFC2: SETCEL: recommends IMSIZE 1346 CELLSIZE 0.41060 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41060 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1407+284_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.097 deg SETFC2: Searching catalog between 0.10 and 0.23 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 42.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 1012 1012 14 07 00.39 28 27 14.7 00001 -1 507 512 513 C 2 1012 1012 14 07 00.39 28 21 25.1 00002 -1 507 512 513 C 3 1012 1012 14 06 37.45 28 24 19.8 00003 -1 507 512 513 C 4 1012 1012 14 07 23.34 28 24 19.8 00004 -1 507 512 513 C 5 1012 1012 14 06 37.43 28 30 09.3 00005 -1 507 512 513 C 6 1012 1012 14 07 23.36 28 30 09.3 00006 -1 507 512 513 C 7 1012 1012 14 07 00.39 28 33 04.2 00007 -1 507 512 513 urned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1407+284_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :69 =1407+284' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1407+284_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -5.8027E-02 1.2000E-02 0 IMAGR2: Field 2 1012 1012 -5.8027E-02 -3.4959E+02 0 IMAGR2: Field 3 1012 1012 -3.0259E+02 -1.7489E+02 0 IMAGR2: Field 4 1012 1012 3.0261E+02 -1.7489E+02 0 IMAGR2: Field 5 1012 1012 -3.0285E+02 1.7461E+02 0 IMAGR2: Field 6 1012 1012 3.0287E+02 1.7461E+02 0 IMAGR2: Field 7 1012 1012 -5.8027E-02 3.4951E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1407+284_C,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 1407+284 .IMAGR . 1 (UV) on disk 1 cno 416 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.234E+04 IMAGR2: UVWAIT: Adding temperance S 6.469E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.190E+07 and out 5.403E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.138 due to weighting IMAGR2: UVWAIT: Average summed weight 3.234E+04 over 14040 vis IMAGR2: Create 1407+284 .IBM001. 1 (MA) on disk 1 cno 417 IMAGR2: Create 1407+284 .IBM002. 1 (MA) on disk 1 cno 418 IMAGR2: Create 1407+284 .IBM003. 1 (MA) on disk 1 cno 419 IMAGR2: Create 1407+284 .IBM004. 1 (MA) on disk 1 cno 420 IMAGR2: Create 1407+284 .IBM005. 1 (MA) on disk 1 cno 421 IMAGR2: Create 1407+284 .IBM006. 1 (MA) on disk 1 cno 422 IMAGR2: Create 1407+284 .IBM007. 1 (MA) on disk 1 cno 423 IMAGR2: Create 1407+284 .ICL001. 1 (MA) on disk 1 cno 424 IMAGR2: Create 1407+284 .ICL002. 1 (MA) on disk 1 cno 425 IMAGR2: Create 1407+284 .ICL003. 1 (MA) on disk 1 cno 426 IMAGR2: Create 1407+284 .ICL004. 1 (MA) on disk 1 cno 427 IMAGR2: Create 1407+284 .ICL005. 1 (MA) on disk 1 cno 428 IMAGR2: Create 1407+284 .ICL006. 1 (MA) on disk 1 cno 429 IMAGR2: Create 1407+284 .ICL007. 1 (MA) on disk 1 cno 430 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.73645E+08 IMAGR2: Field 1 Beam min = -135.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.934 x 1.278 arcsec, PA= 73.2 IMAGR2: Field 2 Sum of gridding weights = 5.73644E+08 IMAGR2: Field 2 Beam min = -135.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.935 x 1.279 arcsec, PA= 73.1 IMAGR2: Field 3 Sum of gridding weights = 5.73646E+08 IMAGR2: Field 3 Beam min = -104.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.938 x 1.279 arcsec, PA= 73.1 IMAGR2: Field 4 Sum of gridding weights = 5.73643E+08 IMAGR2: Field 4 Beam min = -87.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.931 x 1.279 arcsec, PA= 73.2 IMAGR2: Field 5 Sum of gridding weights = 5.73646E+08 IMAGR2: Field 5 Beam min = -92.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.937 x 1.278 arcsec, PA= 73.2 IMAGR2: Field 6 Sum of gridding weights = 5.73644E+08 IMAGR2: Field 6 Beam min = -99.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.930 x 1.278 arcsec, PA= 73.3 IMAGR2: Field 7 Sum of gridding weights = 5.73647E+08 IMAGR2: Field 7 Beam min = -135.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.933 x 1.278 arcsec, PA= 73.3 IMAGR2: CLBHIS: minimum component 0.437 of current peak IMAGR2: Field 1 min = -177.4 MilliJy,max = 2.4 Jy IMAGR2: Field 2 min = -143.1 MilliJy,max = 398.3 MilliJy IMAGR2: Field 3 min = -174.8 MilliJy,max = 430.9 MilliJy IMAGR2: Field 4 min = -172.1 MilliJy,max = 300.0 MilliJy IMAGR2: Field 5 min = -171.9 MilliJy,max = 309.5 MilliJy IMAGR2: Field 6 min = -168.4 MilliJy,max = 439.5 MilliJy IMAGR2: Field 7 min = -153.5 MilliJy,max = 401.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 195.81 MilliJy IMAGR2: 2885 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.039 Jy iter= 9 IMAGR2: Field 1 Clean flux density= 1.478 Jy 9 comps IMAGR2: Total Cleaned flux density = 1.478 Jy 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 = -72.4 MilliJy,max = 934.8 MilliJy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 142.17 MilliJy IMAGR2: 196 Residual map points loaded IMAGR2: Field 1 min allowed flux = 378.221 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 2.095 Jy 19 comps IMAGR2: Total Cleaned flux density = 2.095 Jy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -22.2 MilliJy,max = 63.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.065E-02 < Second best 4.107E-01 IMAGR2: Field 3 min = -26.3 MilliJy,max = 64.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.117E-02 < Second best 3.826E-01 IMAGR2: Field 7 min = -25.0 MilliJy,max = 59.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.685E-02 < Second best 3.800E-01 IMAGR2: Field 2 min = -22.9 MilliJy,max = 55.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.330E-02 < Second best 3.596E-01 IMAGR2: Field 1 min = -29.9 MilliJy,max = 344.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 85.41 MilliJy IMAGR2: 22 Residual map points loaded IMAGR2: Field 1 min allowed flux = 142.022 MilliJy iter= 29 IMAGR2: Field 1 Clean flux density= 2.324 Jy 29 comps IMAGR2: Total Cleaned flux density = 2.324 Jy 29 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.4 MilliJy,max = 19.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.683E-02 < Second best 2.648E-01 IMAGR2: Field 4 min = -9.0 MilliJy,max = 18.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.586E-02 < Second best 1.350E-01 IMAGR2: Field 1 min = -14.8 MilliJy,max = 130.4 MilliJy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 19.44 MilliJy IMAGR2: 256 Residual map points loaded IMAGR2: Field 1 min allowed flux = 52.562 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 2.419 Jy 40 comps IMAGR2: Total Cleaned flux density = 2.419 Jy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.2 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.605E-03 < Second best 6.065E-02 IMAGR2: Field 6 min = -7.2 MilliJy,max = 9.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.268E-03 < Second best 5.685E-02 IMAGR2: Field 7 min = -6.8 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.020E-02 < Second best 5.330E-02 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min = -7.4 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.981E-03 < Second best 4.998E-02 IMAGR2: Field 1 min = -22.3 MilliJy,max = 48.5 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 6.06 MilliJy IMAGR2: 1891 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.879 MilliJy iter= 54 IMAGR2: Field 1 Clean flux density= 2.448 Jy 54 comps IMAGR2: Total Cleaned flux density = 2.448 Jy 54 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.7 MilliJy,max = 19.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.44 MilliJy IMAGR2: 549 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -9.322 MilliJy iter= 101 IMAGR2: Field 1 Clean flux density= 2.428 Jy 101 comps IMAGR2: Total Cleaned flux density = 2.428 Jy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.1 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.422E-03 < Second best 1.586E-02 IMAGR2: Field 4 min = -4.8 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.613E-03 < Second best 1.020E-02 IMAGR2: Field 7 min = -4.4 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.275E-03 < Second best 9.268E-03 IMAGR2: Field 6 min = -5.0 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.371E-03 < Second best 8.981E-03 IMAGR2: Field 2 min = -4.2 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.528E-03 < Second best 8.876E-03 IMAGR2: Field 1 min = -9.1 MilliJy,max = 8.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.25 MilliJy IMAGR2: 1699 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.265 MilliJy iter= 183 IMAGR2: Field 1 Clean flux density= 2.426 Jy 183 comps IMAGR2: Total Cleaned flux density = 2.426 Jy 183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.0 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.817E-03 < Second best 5.422E-03 IMAGR2: Field 5 min = -4.4 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.405E-03 < Second best 5.021E-03 IMAGR2: Field 1 min = -5.1 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.41 MilliJy IMAGR2: 2261 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.586 MilliJy iter= 293 IMAGR2: Field 1 Clean flux density= 2.432 Jy 293 comps IMAGR2: Total Cleaned flux density = 2.432 Jy 293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.6 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.38 MilliJy IMAGR2: 1126 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.011 MilliJy iter= 83 IMAGR2: Field 3 Clean flux density= -6.406 MilliJy 83 comps IMAGR2: Total Cleaned flux density = 2.426 Jy 376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.155E-03 < Second best 4.528E-03 IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.026E-03 < Second best 4.405E-03 IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.467E-03 < Second best 4.371E-03 IMAGR2: Field 6 min = -4.0 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 1864 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.764 MilliJy iter= 116 IMAGR2: Field 6 Clean flux density= 21.255 MilliJy 116 comps IMAGR2: Total Cleaned flux density = 2.447 Jy 492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.355E-03 < Second best 4.155E-03 IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.866E-03 < Second best 3.467E-03 IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 1724 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.485 MilliJy iter= 128 IMAGR2: Field 5 Clean flux density= -6.861 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 2.440 Jy 620 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.191E-03 < Second best 3.355E-03 IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.823E-03 < Second best 3.191E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 1248 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.303 MilliJy iter= 433 IMAGR2: Field 1 Clean flux density= 2.434 Jy 433 comps IMAGR2: Total Cleaned flux density = 2.442 Jy 760 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.644E-03 < Second best 2.878E-03 IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.565E-03 < Second best 2.866E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.630E-03 < Second best 2.823E-03 IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 820 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.056 MilliJy iter= 125 IMAGR2: Field 7 Clean flux density= -8.078 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 2.434 Jy 885 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 843 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.057 MilliJy iter= 146 IMAGR2: Field 2 Clean flux density= 13.422 MilliJy 146 comps IMAGR2: Total Cleaned flux density = 2.447 Jy 1031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.259E-03 < Second best 2.630E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 1535 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.949 MilliJy iter= 180 IMAGR2: Field 4 Clean flux density= 8.837 MilliJy 180 comps IMAGR2: Total Cleaned flux density = 2.456 Jy 1211 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 1994 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.943 MilliJy iter= 309 IMAGR2: Field 3 Clean flux density= -9.941 MilliJy 309 comps IMAGR2: Total Cleaned flux density = 2.452 Jy 1437 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.014E-03 < Second best 2.259E-03 IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.036E-03 < Second best 2.202E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 650 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.626 MilliJy iter= 568 IMAGR2: Field 1 Clean flux density= 2.436 Jy 568 comps IMAGR2: Total Cleaned flux density = 2.455 Jy 1572 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 1386 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.671 MilliJy iter= 333 IMAGR2: Field 6 Clean flux density= 20.479 MilliJy 333 comps IMAGR2: Total Cleaned flux density = 2.454 Jy 1789 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 919 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.616 MilliJy iter= 310 IMAGR2: Field 5 Clean flux density= -12.372 MilliJy 310 comps IMAGR2: Total Cleaned flux density = 2.449 Jy 1971 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 1.651E-03 < Second best 1.967E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.650E-03 < Second best 1.866E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.764E-03 < Second best 1.862E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 2180 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.415 MilliJy iter= 596 IMAGR2: Field 3 Clean flux density= -150.763 MicroJy 596 comps IMAGR2: Total Cleaned flux density = 2.458 Jy 2258 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 1889 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.395 MilliJy iter= 456 IMAGR2: Field 4 Clean flux density= 9.649 MilliJy 456 comps IMAGR2: Total Cleaned flux density = 2.459 Jy 2534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.531E-03 < Second best 1.650E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.501E-03 < Second best 1.601E-03 IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 993 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.280 MilliJy iter= 543 IMAGR2: Field 6 Clean flux density= 25.359 MilliJy 543 comps IMAGR2: Total Cleaned flux density = 2.464 Jy 2744 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.407E-03 < Second best 1.549E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 2247 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.224 MilliJy iter= 647 IMAGR2: Field 5 Clean flux density= -15.118 MilliJy 647 comps IMAGR2: Total Cleaned flux density = 2.461 Jy 3081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 564 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.160 MilliJy iter= 338 IMAGR2: Field 2 Clean flux density= 5.610 MilliJy 338 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 2.454 Jy 3273 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.320E-03 < Second best 1.407E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 154 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.111 MilliJy iter= 652 IMAGR2: Field 1 Clean flux density= 2.439 Jy 652 comps IMAGR2: Total Cleaned flux density = 2.456 Jy 3357 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.228E-03 < Second best 1.337E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.215E-03 < Second best 1.320E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 968.33 MicroJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.046 MilliJy iter= 393 IMAGR2: Field 7 Clean flux density= -9.952 MilliJy 393 comps IMAGR2: Total Cleaned flux density = 2.455 Jy 3625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 934.39 MicroJy IMAGR2: 1812 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.024 MilliJy iter= 898 IMAGR2: Field 6 Clean flux density= 25.327 MilliJy 898 comps IMAGR2: Total Cleaned flux density = 2.455 Jy 3980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 931.18 MicroJy IMAGR2: 1415 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.006 MilliJy iter= 915 IMAGR2: Field 3 Clean flux density= -3.074 MilliJy 915 comps IMAGR2: Total Cleaned flux density = 2.452 Jy 4299 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 919.27 MicroJy IMAGR2: 767 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 968.601 MicroJy iter= 678 IMAGR2: Field 4 Clean flux density= 11.443 MilliJy 678 comps IMAGR2: Total Cleaned flux density = 2.453 Jy 4521 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.054E-03 < Second best 1.111E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 838.12 MicroJy IMAGR2: 556 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 875.537 MicroJy iter= 530 IMAGR2: Field 2 Clean flux density= 9.857 MilliJy 530 comps IMAGR2: Total Cleaned flux density = 2.458 Jy 4713 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 822.85 MicroJy IMAGR2: 219 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 842.765 MicroJy iter= 762 IMAGR2: Field 1 Clean flux density= 2.441 Jy 762 comps IMAGR2: Total Cleaned flux density = 2.460 Jy 4823 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 821.60 MicroJy IMAGR2: 1384 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 878.722 MicroJy iter= 978 IMAGR2: Field 5 Clean flux density= -13.918 MilliJy 978 comps IMAGR2: Total Cleaned flux density = 2.461 Jy 5154 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.356E-04 < Second best 9.830E-04 IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 768.39 MicroJy IMAGR2: 1171 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 814.052 MicroJy iter= 1201 IMAGR2: Field 6 Clean flux density= 27.744 MilliJy 1201 comps IMAGR2: Total Cleaned flux density = 2.463 Jy 5457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.880E-04 < Second best 9.356E-04 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.747E-04 < Second best 9.284E-04 IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 701.63 MicroJy IMAGR2: 1944 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 757.688 MicroJy iter= 1116 IMAGR2: Field 4 Clean flux density= 10.073 MilliJy 1116 comps IMAGR2: Total Cleaned flux density = 2.462 Jy 5895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 701.56 MicroJy IMAGR2: 2159 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -757.620 MicroJy iter= 1384 IMAGR2: Field 3 Clean flux density= -2.665 MilliJy 1384 comps IMAGR2: Total Cleaned flux density = 2.462 Jy 6364 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 699.99 MicroJy IMAGR2: 398 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -720.537 MicroJy iter= 567 IMAGR2: Field 7 Clean flux density= -9.237 MilliJy 567 comps IMAGR2: Total Cleaned flux density = 2.463 Jy 6538 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 > 674.51 MicroJy IMAGR2: 699 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -699.377 MicroJy iter= 1209 IMAGR2: Field 5 Clean flux density= -14.393 MilliJy 1209 comps IMAGR2: Total Cleaned flux density = 2.463 Jy 6769 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 656.33 MicroJy IMAGR2: 460 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 677.324 MicroJy iter= 732 IMAGR2: Field 2 Clean flux density= 8.771 MilliJy 732 comps IMAGR2: Total Cleaned flux density = 2.462 Jy 6971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -924.2 MicroJy,max = 967.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 644.95 MicroJy IMAGR2: 144 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 654.847 MicroJy iter= 847 IMAGR2: Field 1 Clean flux density= 2.442 Jy 847 comps IMAGR2: Total Cleaned flux density = 2.462 Jy 7056 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 619.30 MicroJy IMAGR2: 1086 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 648.587 MicroJy iter= 1519 IMAGR2: Field 6 Clean flux density= 29.469 MilliJy 1519 comps IMAGR2: Total Cleaned flux density = 2.464 Jy 7374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 595.68 MicroJy IMAGR2: 645 Residual map points loaded IMAGR2: Field 4 min Clean flux = -618.196 MicroJy iter= 1316 IMAGR2: Field 4 Clean flux density= 9.026 MilliJy 1316 comps IMAGR2: Total Cleaned flux density = 2.463 Jy 7574 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 560.78 MicroJy IMAGR2: 2183 Residual map points loaded IMAGR2: Field 3 min Clean flux = -618.213 MicroJy iter= 1656 IMAGR2: Field 3 Clean flux density= -4.095 MilliJy 1656 comps IMAGR2: Total Cleaned flux density = 2.462 Jy 7846 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 539.28 MicroJy IMAGR2: 1371 Residual map points loaded IMAGR2: Field 7 min Clean flux = 617.910 MicroJy iter= 662 IMAGR2: Field 7 Clean flux density= -8.661 MilliJy 662 comps IMAGR2: Total Cleaned flux density = 2.462 Jy 7941 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.69 MicroJy IMAGR2: 3638 Residual map points loaded IMAGR2: Field 5 min Clean flux = -617.981 MicroJy iter= 1348 IMAGR2: Field 5 Clean flux density= -14.106 MilliJy 1348 comps IMAGR2: Total Cleaned flux density = 2.463 Jy 8080 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -956.2 MicroJy,max = 952.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.74 MicroJy IMAGR2: 3034 Residual map points loaded IMAGR2: Field 2 min Clean flux = -618.212 MicroJy iter= 750 IMAGR2: Field 2 Clean flux density= 8.518 MilliJy 750 comps IMAGR2: Total Cleaned flux density = 2.462 Jy 8098 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -847.2 MicroJy,max = 834.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 455.63 MicroJy IMAGR2: 3301 Residual map points loaded IMAGR2: Field 1 min Clean flux = 616.154 MicroJy iter= 864 IMAGR2: Field 1 Clean flux density= 2.442 Jy 864 comps IMAGR2: Total Cleaned flux density = 2.462 Jy 8115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -943.5 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 389.69 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 6 min Clean flux = 618.159 MicroJy iter= 1536 IMAGR2: Field 6 Clean flux density= 29.781 MilliJy 1536 comps IMAGR2: Total Cleaned flux density = 2.462 Jy 8132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 618.213 less than limit 618.228 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 864 to 387 components IMAGR2: Field 2 compressed from 750 to 491 components IMAGR2: Field 3 compressed from 1656 to 1083 components IMAGR2: Field 4 compressed from 1316 to 894 components IMAGR2: Field 5 compressed from 1348 to 934 components IMAGR2: Field 6 compressed from 1536 to 1021 components IMAGR2: Field 7 compressed from 662 to 452 components LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -847.5 MicroJy,max = 837.6 MicroJy IMAGR2: Field 2 min = -953.3 MicroJy,max = 951.1 MicroJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 992.5 MicroJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -934.6 MicroJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 964.600 MicroJy ( 16 CCs) from field 1 to field 2 IMAGR2: Restore 4.452 MilliJy ( 81 CCs) from field 1 to field 3 IMAGR2: Restore -2.528 MilliJy ( 94 CCs) from field 1 to field 4 IMAGR2: Restore 5.568 MilliJy ( 106 CCs) from field 1 to field 5 IMAGR2: Restore -3.694 MilliJy ( 82 CCs) from field 1 to field 6 IMAGR2: Restore 3.418 MilliJy ( 16 CCs) from field 1 to field 7 IMAGR2: Restore 1.049 MilliJy ( 16 CCs) from field 2 to field 1 IMAGR2: Restore-151.395 MicroJy ( 47 CCs) from field 2 to field 3 IMAGR2: Restore 6.578 MilliJy ( 100 CCs) from field 2 to field 4 IMAGR2: Restore -2.361 MilliJy ( 113 CCs) from field 3 to field 1 IMAGR2: Restore 2.832 MilliJy ( 107 CCs) from field 3 to field 2 IMAGR2: Restore -4.780 MilliJy ( 118 CCs) from field 3 to field 5 IMAGR2: Restore 2.864 MilliJy ( 44 CCs) from field 4 to field 1 IMAGR2: Restore 453.696 MicroJy ( 32 CCs) from field 4 to field 2 IMAGR2: Restore 629.341 MicroJy ( 79 CCs) from field 4 to field 6 IMAGR2: Restore 239.798 MicroJy ( 74 CCs) from field 5 to field 1 IMAGR2: Restore -3.777 MilliJy ( 86 CCs) from field 5 to field 3 IMAGR2: Restore-487.294 MicroJy ( 36 CCs) from field 5 to field 7 IMAGR2: Restore 6.203 MilliJy ( 67 CCs) from field 6 to field 1 IMAGR2: Restore 3.812 MilliJy ( 97 CCs) from field 6 to field 4 IMAGR2: Restore 3.482 MilliJy ( 71 CCs) from field 6 to field 7 IMAGR2: Restore 245.546 MicroJy ( 5 CCs) from field 7 to field 1 IMAGR2: Restore -2.146 MilliJy ( 82 CCs) from field 7 to field 5 IMAGR2: Restore 1.078 MilliJy ( 31 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.450 Jy IMAGR2: Field 2 final Clean flux 12.767 MilliJy IMAGR2: Field 3 final Clean flux -3.572 MilliJy IMAGR2: Field 4 final Clean flux 16.888 MilliJy IMAGR2: Field 5 final Clean flux -15.463 MilliJy IMAGR2: Field 6 final Clean flux 27.795 MilliJy IMAGR2: Field 7 final Clean flux -2.248 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= 416 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 77.9 Real= 163 urned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1407+284_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :69 =1407+284' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1407+284_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 417 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 418 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 419 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 420 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 421 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 422 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 423 disk= 1 AIPS 2: Disk 1 in-CNO 424 renumbered as CNO 416 AIPS 2: Disk 1 in-CNO 425 renumbered as CNO 417 AIPS 2: Disk 1 in-CNO 426 renumbered as CNO 418 AIPS 2: Disk 1 in-CNO 427 renumbered as CNO 419 AIPS 2: Disk 1 in-CNO 428 renumbered as CNO 420 AIPS 2: Disk 1 in-CNO 429 renumbered as CNO 421 AIPS 2: Disk 1 in-CNO 430 renumbered as CNO 422 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04456 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5548_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N5548 C BAND Seq 1 Disk: 1 in slot 72 SETFC2: SETCEL: recommends IMSIZE 1324 CELLSIZE 0.41738 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41738 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N5548_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.099 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 39.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 2 C 1 1012 1012 14 17 59.53 25 08 12.4 00001 -1 507 512 513 C 2 1012 1012 14 17 59.53 25 02 17.1 00002 -1 507 512 513 C 3 1012 1012 14 17 36.88 25 05 14.7 00003 -1 507 512 513 C 4 1012 1012 14 18 22.19 25 05 14.7 00004 -1 507 512 513 C 5 1012 1012 14 17 36.86 25 11 10.0 00005 -1 507 512 513 C 6 1012 1012 14 18 22.20 25 11 10.0 00006 -1 507 512 513 C 7 1012 1012 14 17 59.53 25 14 07.8 00007 -1 507 512 513 urned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1407+284_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :69 =1407+284' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1407+284_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 417 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 418 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 419 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 420 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 421 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 422 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 423 disk= 1 AIPS 2: Disk 1 in-CNO 424 renumbered as CNO 416 AIPS 2: Disk 1 in-CNO 425 renumbered as CNO 417 AIPS 2: Disk 1 in-CNO 426 renumbered as CNO 418 AIPS 2: Disk 1 in-CNO 427 renumbered as CNO 419 AIPS 2: Disk 1 in-CNO 428 renumbered as CNO 420 AIPS 2: Disk 1 in-CNO 429 renumbered as CNO 421 AIPS 2: Disk 1 in-CNO 430 renumbered as CNO 422 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04456 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5548_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5548_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :70 =N5548' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5548_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -5.4318E-02 -4.0000E-02 0 IMAGR2: Field 2 1012 1012 -5.4318E-02 -3.5534E+02 0 IMAGR2: Field 3 1012 1012 -3.0763E+02 -1.7774E+02 0 IMAGR2: Field 4 1012 1012 3.0766E+02 -1.7774E+02 0 IMAGR2: Field 5 1012 1012 -3.0790E+02 1.7756E+02 0 IMAGR2: Field 6 1012 1012 3.0779E+02 1.7756E+02 0 IMAGR2: Field 7 1012 1012 -5.4318E-02 3.5536E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5548_C,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 N5548 .IMAGR . 1 (UV) on disk 1 cno 423 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37532 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.196E+05 IMAGR2: UVWAIT: Adding temperance S 2.391E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.278E+08 and out 3.997E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.173 due to weighting IMAGR2: UVWAIT: Average summed weight 1.196E+05 over 75064 vis IMAGR2: Create N5548 .IBM001. 1 (MA) on disk 1 cno 424 IMAGR2: Create N5548 .IBM002. 1 (MA) on disk 1 cno 425 IMAGR2: Create N5548 .IBM003. 1 (MA) on disk 1 cno 426 IMAGR2: Create N5548 .IBM004. 1 (MA) on disk 1 cno 427 IMAGR2: Create N5548 .IBM005. 1 (MA) on disk 1 cno 428 IMAGR2: Create N5548 .IBM006. 1 (MA) on disk 1 cno 429 IMAGR2: Create N5548 .IBM007. 1 (MA) on disk 1 cno 430 IMAGR2: Create N5548 .ICL001. 1 (MA) on disk 1 cno 431 IMAGR2: Create N5548 .ICL002. 1 (MA) on disk 1 cno 432 IMAGR2: Create N5548 .ICL003. 1 (MA) on disk 1 cno 433 IMAGR2: Create N5548 .ICL004. 1 (MA) on disk 1 cno 434 IMAGR2: Create N5548 .ICL005. 1 (MA) on disk 1 cno 435 IMAGR2: Create N5548 .ICL006. 1 (MA) on disk 1 cno 436 IMAGR2: Create N5548 .ICL007. 1 (MA) on disk 1 cno 437 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.24357E+09 IMAGR2: Field 1 Beam min = -144.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.736 x 1.213 arcsec, PA= 78.9 IMAGR2: Field 2 Sum of gridding weights = 4.24355E+09 IMAGR2: Field 2 Beam min = -144.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.736 x 1.213 arcsec, PA= 78.7 IMAGR2: Field 3 Sum of gridding weights = 4.24357E+09 IMAGR2: Field 3 Beam min = -144.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.739 x 1.213 arcsec, PA= 78.7 IMAGR2: Field 4 Sum of gridding weights = 4.24356E+09 IMAGR2: Field 4 Beam min = -144.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.733 x 1.213 arcsec, PA= 78.9 IMAGR2: Field 5 Sum of gridding weights = 4.24356E+09 IMAGR2: Field 5 Beam min = -144.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.739 x 1.212 arcsec, PA= 78.8 IMAGR2: Field 6 Sum of gridding weights = 4.24356E+09 IMAGR2: Field 6 Beam min = -144.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.732 x 1.212 arcsec, PA= 79.0 IMAGR2: Field 7 Sum of gridding weights = 4.24356E+09 IMAGR2: Field 7 Beam min = -144.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.735 x 1.212 arcsec, PA= 79.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -570.0 MicroJy,max = 4.4 MilliJy IMAGR2: Field 2 min = -460.8 MicroJy,max = 603.2 MicroJy IMAGR2: Field 3 min = -556.9 MicroJy,max = 4.4 MilliJy IMAGR2: Field 4 min = -367.8 MicroJy,max = 1.7 MilliJy IMAGR2: Field 5 min = -591.2 MicroJy,max = 4.5 MilliJy IMAGR2: Field 6 min = -333.9 MicroJy,max = 1.8 MilliJy IMAGR2: Field 7 min = -425.6 MicroJy,max = 582.6 MicroJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 299.97 MicroJy IMAGR2: 8104 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.183 MilliJy iter= 12 IMAGR2: Field 1 Clean flux density= 3.622 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 3.622 MilliJy 12 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -371.0 MicroJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 483 cell beam + residuals > 276.27 MicroJy IMAGR2: 3612 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.047 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 6.612 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 6.612 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -329.7 MicroJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 337 cell beam + residuals > 257.62 MicroJy IMAGR2: 593 Residual map points loaded IMAGR2: Field 6 min allowed flux = 854.918 MicroJy iter= 11 IMAGR2: Field 6 Clean flux density= 1.317 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 7.929 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -305.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 483 cell beam + residuals > 266.55 MicroJy IMAGR2: 204 Residual map points loaded IMAGR2: Field 4 min allowed flux = 544.386 MicroJy iter= 11 IMAGR2: Field 4 Clean flux density= 827.243 MicroJy 11 comps IMAGR2: Total Cleaned flux density = 8.756 MilliJy 54 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -301.4 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 242.46 MicroJy IMAGR2: 2218 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min allowed flux = 510.799 MicroJy iter= 90 IMAGR2: Field 1 Clean flux density= 10.625 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 12.770 MilliJy 112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -259.2 MicroJy,max = 818.1 MicroJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 347.43 MicroJy IMAGR2: 23 Residual map points loaded IMAGR2: Field 6 min allowed flux = 400.741 MicroJy iter= 26 IMAGR2: Field 6 Clean flux density= 2.191 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 13.643 MilliJy 127 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -285.7 MicroJy,max = 519.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.809E-04 < Second best 5.567E-04 IMAGR2: Field 7 min = -292.2 MicroJy,max = 290.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.779E-04 < Second best 5.550E-04 IMAGR2: Field 2 min = -255.8 MicroJy,max = 278.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.670E-04 < Second best 5.183E-04 IMAGR2: Field 4 min = -275.2 MicroJy,max = 510.1 MicroJy IMAGR2: BGC Clean: using 169 cell beam + residuals > 183.45 MicroJy IMAGR2: 604 Residual map points loaded IMAGR2: Field 4 min Clean flux = 263.945 MicroJy iter= 37 IMAGR2: Field 4 Clean flux density= 1.767 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 14.583 MilliJy 153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -272.8 MicroJy,max = 511.6 MicroJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 254.06 MicroJy IMAGR2: 477 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 343.218 MicroJy iter= 153 IMAGR2: Field 1 Clean flux density= 13.211 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 17.169 MilliJy 216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -285.0 MicroJy,max = 353.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.362E-04 < Second best 3.818E-04 IMAGR2: Field 6 min = -253.7 MicroJy,max = 389.2 MicroJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 158.87 MicroJy IMAGR2: 1447 Residual map points loaded IMAGR2: Field 6 min Clean flux = 265.147 MicroJy iter= 35 IMAGR2: Field 6 Clean flux density= 2.480 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 17.458 MilliJy 225 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -256.1 MicroJy,max = 344.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 150.43 MicroJy IMAGR2: 6332 Residual map points loaded IMAGR2: Field 1 min Clean flux = 265.322 MicroJy iter= 209 IMAGR2: Field 1 Clean flux density= 14.868 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 19.115 MilliJy 281 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -265.3 MicroJy,max = 303.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.315E-04 < Second best 2.779E-04 IMAGR2: Field 7 min = -272.5 MicroJy,max = 282.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 133.16 MicroJy IMAGR2: 7368 Residual map points loaded IMAGR2: Field 7 min Clean flux = 258.641 MicroJy iter= 2 IMAGR2: Field 7 Clean flux density= 54.066 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 19.169 MilliJy 283 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -257.8 MicroJy,max = 254.1 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 209 to 78 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 37 to 15 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 35 to 7 components IMAGR2: Field 7 compressed from 2 to 2 components IMAGR2: Field 1 min = -245.5 MicroJy,max = 267.7 MicroJy IMAGR2: Field 2 min = -257.8 MicroJy,max = 254.1 MicroJy IMAGR2: Field 3 min = -264.5 MicroJy,max = 302.9 MicroJy IMAGR2: Field 4 min = -258.6 MicroJy,max = 251.3 MicroJy IMAGR2: Field 5 min = -269.9 MicroJy,max = 278.3 MicroJy IMAGR2: Field 6 min = -250.8 MicroJy,max = 252.8 MicroJy IMAGR2: Field 7 min = -272.2 MicroJy,max = 253.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 7.705 MilliJy ( 25 CCs) from field 1 to field 3 IMAGR2: Restore 7.705 MilliJy ( 25 CCs) from field 1 to field 5 IMAGR2: Restore 58.665 MicroJy ( 2 CCs) from field 4 to field 6 IMAGR2: Restore 2.480 MilliJy ( 7 CCs) from field 6 to field 4 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 14.868 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 7.705 MilliJy IMAGR2: Field 4 final Clean flux 4.247 MilliJy IMAGR2: Field 5 final Clean flux 7.705 MilliJy IMAGR2: Field 6 final Clean flux 2.539 MilliJy IMAGR2: Field 7 final Clean flux 54.066 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= 423 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 28.0 Real= 59 urned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1407+284_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :69 =1407+284' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1407+284_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 417 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 418 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 419 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 420 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 421 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 422 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 423 disk= 1 AIPS 2: Disk 1 in-CNO 424 renumbered as CNO 416 AIPS 2: Disk 1 in-CNO 425 renumbered as CNO 417 AIPS 2: Disk 1 in-CNO 426 renumbered as CNO 418 AIPS 2: Disk 1 in-CNO 427 renumbered as CNO 419 AIPS 2: Disk 1 in-CNO 428 renumbered as CNO 420 AIPS 2: Disk 1 in-CNO 429 renumbered as CNO 421 AIPS 2: Disk 1 in-CNO 430 renumbered as CNO 422 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04456 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5548_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5548_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :70 =N5548' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5548_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 424 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 425 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 426 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 427 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 428 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 429 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 430 disk= 1 AIPS 2: Disk 1 in-CNO 431 renumbered as CNO 423 AIPS 2: Disk 1 in-CNO 432 renumbered as CNO 424 AIPS 2: Disk 1 in-CNO 433 renumbered as CNO 425 AIPS 2: Disk 1 in-CNO 434 renumbered as CNO 426 AIPS 2: Disk 1 in-CNO 435 renumbered as CNO 427 AIPS 2: Disk 1 in-CNO 436 renumbered as CNO 428 AIPS 2: Disk 1 in-CNO 437 renumbered as CNO 429 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1327+434_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1327+434 C BAND Seq 1 Disk: 1 in slot 73 SETFC2: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.40451 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40451 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1327+434_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 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 59.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 1012 1012 13 27 20.98 43 26 28.0 00001 -1 507 512 513 C 2 1012 1012 13 27 20.98 43 20 43.6 00002 -1 507 512 513 C 3 1012 1012 13 26 53.62 43 23 35.6 00003 -1 507 512 513 C 4 1012 1012 13 27 48.34 43 23 35.6 00004 -1 507 512 513 C 5 1012 1012 13 26 53.58 43 29 20.0 00005 -1 507 512 513 C 6 1012 1012 13 27 48.38 43 29 20.0 00006 -1 507 512 513 C 7 1012 1012 13 27 20.98 43 32 12.4 00007 -1 507 512 513 urned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1407+284_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :69 =1407+284' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1407+284_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 417 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 418 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 419 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 420 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 421 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 422 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 423 disk= 1 AIPS 2: Disk 1 in-CNO 424 renumbered as CNO 416 AIPS 2: Disk 1 in-CNO 425 renumbered as CNO 417 AIPS 2: Disk 1 in-CNO 426 renumbered as CNO 418 AIPS 2: Disk 1 in-CNO 427 renumbered as CNO 419 AIPS 2: Disk 1 in-CNO 428 renumbered as CNO 420 AIPS 2: Disk 1 in-CNO 429 renumbered as CNO 421 AIPS 2: Disk 1 in-CNO 430 renumbered as CNO 422 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04456 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5548_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5548_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :70 =N5548' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5548_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 424 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 425 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 426 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 427 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 428 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 429 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 430 disk= 1 AIPS 2: Disk 1 in-CNO 431 renumbered as CNO 423 AIPS 2: Disk 1 in-CNO 432 renumbered as CNO 424 AIPS 2: Disk 1 in-CNO 433 renumbered as CNO 425 AIPS 2: Disk 1 in-CNO 434 renumbered as CNO 426 AIPS 2: Disk 1 in-CNO 435 renumbered as CNO 427 AIPS 2: Disk 1 in-CNO 436 renumbered as CNO 428 AIPS 2: Disk 1 in-CNO 437 renumbered as CNO 429 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1327+434_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1327+434_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :71 =1327+434' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1327+434_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.0891E-02 3.0000E-03 0 IMAGR2: Field 2 1012 1012 1.0891E-02 -3.4440E+02 0 IMAGR2: Field 3 1012 1012 -2.9797E+02 -1.7240E+02 0 IMAGR2: Field 4 1012 1012 2.9799E+02 -1.7240E+02 0 IMAGR2: Field 5 1012 1012 -2.9841E+02 1.7200E+02 0 IMAGR2: Field 6 1012 1012 2.9843E+02 1.7200E+02 0 IMAGR2: Field 7 1012 1012 1.0891E-02 3.4440E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1327+434_C,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 1327+434 .IMAGR . 1 (UV) on disk 1 cno 430 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6318 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.801E+04 IMAGR2: UVWAIT: Adding temperance S 5.602E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.638E+07 and out 4.701E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.133 due to weighting IMAGR2: UVWAIT: Average summed weight 2.801E+04 over 12636 vis IMAGR2: Create 1327+434 .IBM001. 1 (MA) on disk 1 cno 431 IMAGR2: Create 1327+434 .IBM002. 1 (MA) on disk 1 cno 432 IMAGR2: Create 1327+434 .IBM003. 1 (MA) on disk 1 cno 433 IMAGR2: Create 1327+434 .IBM004. 1 (MA) on disk 1 cno 434 IMAGR2: Create 1327+434 .IBM005. 1 (MA) on disk 1 cno 435 IMAGR2: Create 1327+434 .IBM006. 1 (MA) on disk 1 cno 436 IMAGR2: Create 1327+434 .IBM007. 1 (MA) on disk 1 cno 437 IMAGR2: Create 1327+434 .ICL001. 1 (MA) on disk 1 cno 438 IMAGR2: Create 1327+434 .ICL002. 1 (MA) on disk 1 cno 439 IMAGR2: Create 1327+434 .ICL003. 1 (MA) on disk 1 cno 440 IMAGR2: Create 1327+434 .ICL004. 1 (MA) on disk 1 cno 441 IMAGR2: Create 1327+434 .ICL005. 1 (MA) on disk 1 cno 442 IMAGR2: Create 1327+434 .ICL006. 1 (MA) on disk 1 cno 443 IMAGR2: Create 1327+434 .ICL007. 1 (MA) on disk 1 cno 444 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.99059E+08 IMAGR2: Field 1 Beam min = -135.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.429 x 1.219 arcsec, PA= 74.5 IMAGR2: Field 2 Sum of gridding weights = 4.99058E+08 IMAGR2: Field 2 Beam min = -123.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.430 x 1.220 arcsec, PA= 74.5 IMAGR2: Field 3 Sum of gridding weights = 4.99058E+08 IMAGR2: Field 3 Beam min = -157.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.436 x 1.219 arcsec, PA= 74.4 IMAGR2: Field 4 Sum of gridding weights = 4.99057E+08 IMAGR2: Field 4 Beam min = -74.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.424 x 1.220 arcsec, PA= 74.6 IMAGR2: Field 5 Sum of gridding weights = 4.99057E+08 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 Beam min = -94.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.434 x 1.219 arcsec, PA= 74.5 IMAGR2: Field 6 Sum of gridding weights = 4.99058E+08 IMAGR2: Field 6 Beam min = -94.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.422 x 1.219 arcsec, PA= 74.6 IMAGR2: Field 7 Sum of gridding weights = 4.99059E+08 IMAGR2: Field 7 Beam min = -123.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.427 x 1.219 arcsec, PA= 74.6 IMAGR2: CLBHIS: minimum component 0.415 of current peak IMAGR2: Field 1 min = -26.9 MilliJy,max = 359.4 MilliJy IMAGR2: Field 2 min = -28.2 MilliJy,max = 62.8 MilliJy IMAGR2: Field 3 min = -23.1 MilliJy,max = 64.8 MilliJy IMAGR2: Field 4 min = -22.8 MilliJy,max = 49.5 MilliJy IMAGR2: Field 5 min = -22.2 MilliJy,max = 49.3 MilliJy IMAGR2: Field 6 min = -22.9 MilliJy,max = 65.5 MilliJy IMAGR2: Field 7 min = -26.7 MilliJy,max = 63.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 32.50 MilliJy IMAGR2: 1859 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 139.238 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 234.084 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 234.084 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 = -9.4 MilliJy,max = 125.3 MilliJy IMAGR2: BGC Clean: using 1313 cell beam + residuals > 19.59 MilliJy IMAGR2: 147 Residual map points loaded IMAGR2: Field 1 min allowed flux = 48.551 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 315.707 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 315.707 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.685E-03 < Second best 6.172E-02 IMAGR2: Field 3 min = -3.0 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.668E-03 < Second best 4.751E-02 IMAGR2: Field 2 min = -3.4 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.723E-03 < Second best 4.724E-02 IMAGR2: Field 4 min = -2.8 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.790E-03 < Second best 4.700E-02 IMAGR2: Field 5 min = -2.9 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.017E-03 < Second best 4.644E-02 IMAGR2: Field 7 min = -3.4 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.858E-03 < Second best 4.616E-02 IMAGR2: Field 1 min = -3.3 MilliJy,max = 43.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.39 MilliJy IMAGR2: 1181 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.929 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 344.168 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 344.168 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 15.3 MilliJy IMAGR2: BGC Clean: using 1249 cell beam + residuals > 2.51 MilliJy IMAGR2: 133 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.183 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 354.288 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 354.288 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -752.9 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.151E-03 < Second best 7.668E-03 IMAGR2: Field 3 min = -753.4 MicroJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.230E-03 < Second best 6.017E-03 IMAGR2: Field 5 min = -743.5 MicroJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.284E-03 < Second best 5.879E-03 IMAGR2: Field 1 min = -790.2 MicroJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.333E-03 < Second best 5.858E-03 IMAGR2: Field 7 min = -879.4 MicroJy,max = 952.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.054E-04 < Second best 5.790E-03 IMAGR2: Field 4 min = -747.6 MicroJy,max = 893.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.548E-04 < Second best 5.723E-03 IMAGR2: Field 2 min = -704.7 MicroJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.190E-04 < Second best 5.333E-03 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 507.02 MicroJy IMAGR2: 6010 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.246 MilliJy iter= 51 IMAGR2: Field 1 Clean flux density= 358.368 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 358.368 MilliJy 51 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -690.1 MicroJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.73 MicroJy IMAGR2: 463 Residual map points loaded IMAGR2: Field 1 min allowed flux = 823.743 MicroJy iter= 62 IMAGR2: Field 1 Clean flux density= 359.860 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 359.860 MilliJy 62 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -635.6 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 472.32 MicroJy IMAGR2: 716 Residual map points loaded IMAGR2: Field 5 min Clean flux = 649.007 MicroJy iter= 16 IMAGR2: Field 5 Clean flux density= 1.521 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 361.381 MilliJy 78 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -699.7 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.66 MicroJy IMAGR2: 786 Residual map points loaded IMAGR2: Field 3 min Clean flux = 618.999 MicroJy iter= 10 IMAGR2: Field 3 Clean flux density= 820.953 MicroJy 10 comps IMAGR2: Total Cleaned flux density = 362.202 MilliJy 88 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -681.1 MicroJy,max = 723.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.817E-04 < Second best 9.190E-04 IMAGR2: Field 2 min = -625.9 MicroJy,max = 619.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.998E-04 < Second best 9.054E-04 IMAGR2: Field 7 min = -765.1 MicroJy,max = 673.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.240E-04 < Second best 8.548E-04 IMAGR2: Field 4 min = -691.8 MicroJy,max = 692.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.556E-04 < Second best 7.847E-04 IMAGR2: Field 1 min = -680.9 MicroJy,max = 740.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 324.89 MicroJy IMAGR2: 8854 Residual map points loaded IMAGR2: Field 1 min Clean flux = 624.724 MicroJy iter= 66 IMAGR2: Field 1 Clean flux density= 359.997 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 362.339 MilliJy 92 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -615.9 MicroJy,max = 720.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 295.72 MicroJy IMAGR2: 19972 Residual map points loaded IMAGR2: Field 6 min Clean flux = 637.761 MicroJy iter= 2 IMAGR2: Field 6 Clean flux density= 134.638 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 362.473 MilliJy 94 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 651.343 less than limit 651.670 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 66 to 5 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 10 to 6 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 16 to 8 components IMAGR2: Field 6 compressed from 2 to 1 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -661.8 MicroJy,max = 611.9 MicroJy IMAGR2: Field 2 min = -630.6 MicroJy,max = 619.9 MicroJy IMAGR2: Field 3 min = -702.4 MicroJy,max = 745.5 MicroJy IMAGR2: Field 4 min = -679.9 MicroJy,max = 690.7 MicroJy IMAGR2: Field 5 min = -650.5 MicroJy,max = 838.4 MicroJy IMAGR2: Field 6 min = -615.4 MicroJy,max = 721.1 MicroJy IMAGR2: Field 7 min = -760.1 MicroJy,max = 663.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -68.087 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR2: Restore -68.087 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore 625.079 MicroJy ( 3 CCs) from field 3 to field 1 IMAGR2: Restore 625.079 MicroJy ( 3 CCs) from field 3 to field 2 IMAGR2: Restore 67.032 MicroJy ( 1 CCs) from field 3 to field 5 IMAGR2: Restore 67.299 MicroJy ( 1 CCs) from field 5 to field 3 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 360.622 MilliJy IMAGR2: Field 2 final Clean flux 625.079 MicroJy IMAGR2: Field 3 final Clean flux 888.251 MicroJy IMAGR2: Field 4 final Clean flux -68.087 MicroJy IMAGR2: Field 5 final Clean flux 1.588 MilliJy IMAGR2: Field 6 final Clean flux 66.551 MicroJy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 430 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 22.8 Real= 48 urned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1407+284_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :69 =1407+284' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1407+284_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 417 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 418 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 419 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 420 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 421 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 422 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 423 disk= 1 AIPS 2: Disk 1 in-CNO 424 renumbered as CNO 416 AIPS 2: Disk 1 in-CNO 425 renumbered as CNO 417 AIPS 2: Disk 1 in-CNO 426 renumbered as CNO 418 AIPS 2: Disk 1 in-CNO 427 renumbered as CNO 419 AIPS 2: Disk 1 in-CNO 428 renumbered as CNO 420 AIPS 2: Disk 1 in-CNO 429 renumbered as CNO 421 AIPS 2: Disk 1 in-CNO 430 renumbered as CNO 422 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04456 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5548_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5548_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :70 =N5548' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5548_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 424 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 425 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 426 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 427 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 428 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 429 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 430 disk= 1 AIPS 2: Disk 1 in-CNO 431 renumbered as CNO 423 AIPS 2: Disk 1 in-CNO 432 renumbered as CNO 424 AIPS 2: Disk 1 in-CNO 433 renumbered as CNO 425 AIPS 2: Disk 1 in-CNO 434 renumbered as CNO 426 AIPS 2: Disk 1 in-CNO 435 renumbered as CNO 427 AIPS 2: Disk 1 in-CNO 436 renumbered as CNO 428 AIPS 2: Disk 1 in-CNO 437 renumbered as CNO 429 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1327+434_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1327+434_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :71 =1327+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1327+434_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 431 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 432 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 433 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 434 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 435 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 436 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 437 disk= 1 AIPS 2: Disk 1 in-CNO 438 renumbered as CNO 430 AIPS 2: Disk 1 in-CNO 439 renumbered as CNO 431 AIPS 2: Disk 1 in-CNO 440 renumbered as CNO 432 AIPS 2: Disk 1 in-CNO 441 renumbered as CNO 433 AIPS 2: Disk 1 in-CNO 442 renumbered as CNO 434 AIPS 2: Disk 1 in-CNO 443 renumbered as CNO 435 AIPS 2: Disk 1 in-CNO 444 renumbered as CNO 436 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5194_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N5194 C BAND Seq 1 Disk: 1 in slot 74 SETFC2: SETCEL: recommends IMSIZE 1356 CELLSIZE 0.40764 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40764 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N5194_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: Searching catalog between 0.10 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 62.5 deg away - ignoring SETFC2: First field number written was 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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= 2 C 1 1012 1012 13 29 52.35 47 11 53.8 00001 -1 507 512 513 C 2 1012 1012 13 29 52.35 47 06 06.8 00002 -1 507 512 513 C 3 1012 1012 13 29 22.89 47 09 00.1 00003 -1 507 512 513 C 4 1012 1012 13 30 21.81 47 09 00.1 00004 -1 507 512 513 C 5 1012 1012 13 29 22.84 47 14 47.1 00005 -1 507 512 513 C 6 1012 1012 13 30 21.86 47 14 47.1 00006 -1 507 512 513 C 7 1012 1012 13 29 52.35 47 17 40.8 00007 -1 507 512 513 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 436 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 437 disk= 1 AIPS 2: Disk 1 in-CNO 438 renumbered as CNO 430 AIPS 2: Disk 1 in-CNO 439 renumbered as CNO 431 AIPS 2: Disk 1 in-CNO 440 renumbered as CNO 432 AIPS 2: Disk 1 in-CNO 441 renumbered as CNO 433 AIPS 2: Disk 1 in-CNO 442 renumbered as CNO 434 AIPS 2: Disk 1 in-CNO 443 renumbered as CNO 435 AIPS 2: Disk 1 in-CNO 444 renumbered as CNO 436 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5194_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5194_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :72 =N5194' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5194_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.9521E-11 2.5580E-11 0 IMAGR2: Field 2 1012 1012 6.9521E-11 -3.4700E+02 0 IMAGR2: Field 3 1012 1012 -3.0025E+02 -1.7370E+02 0 IMAGR2: Field 4 1012 1012 3.0025E+02 -1.7370E+02 0 IMAGR2: Field 5 1012 1012 -3.0076E+02 1.7330E+02 0 IMAGR2: Field 6 1012 1012 3.0076E+02 1.7330E+02 0 IMAGR2: Field 7 1012 1012 6.9521E-11 3.4700E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5194_C,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 N5194 .IMAGR . 1 (UV) on disk 1 cno 437 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37180 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.007E+05 IMAGR2: UVWAIT: Adding temperance S 2.014E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.173E+08 and out 3.878E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR2: UVWAIT: Average summed weight 1.007E+05 over 74308 vis IMAGR2: Create N5194 .IBM001. 1 (MA) on disk 1 cno 438 IMAGR2: Create N5194 .IBM002. 1 (MA) on disk 1 cno 439 IMAGR2: Create N5194 .IBM003. 1 (MA) on disk 1 cno 440 IMAGR2: Create N5194 .IBM004. 1 (MA) on disk 1 cno 441 IMAGR2: Create N5194 .IBM005. 1 (MA) on disk 1 cno 442 IMAGR2: Create N5194 .IBM006. 1 (MA) on disk 1 cno 443 IMAGR2: Create N5194 .IBM007. 1 (MA) on disk 1 cno 444 IMAGR2: Create N5194 .ICL001. 1 (MA) on disk 1 cno 445 IMAGR2: Create N5194 .ICL002. 1 (MA) on disk 1 cno 446 IMAGR2: Create N5194 .ICL003. 1 (MA) on disk 1 cno 447 IMAGR2: Create N5194 .ICL004. 1 (MA) on disk 1 cno 448 IMAGR2: Create N5194 .ICL005. 1 (MA) on disk 1 cno 449 IMAGR2: Create N5194 .ICL006. 1 (MA) on disk 1 cno 450 IMAGR2: Create N5194 .ICL007. 1 (MA) on disk 1 cno 451 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.11720E+09 IMAGR2: Field 1 Beam min = -155.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.125 x 1.111 arcsec, PA= 79.1 IMAGR2: Field 2 Sum of gridding weights = 4.11720E+09 IMAGR2: Field 2 Beam min = -156.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.126 x 1.112 arcsec, PA= 79.0 IMAGR2: Field 3 Sum of gridding weights = 4.11721E+09 IMAGR2: Field 3 Beam min = -156.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.132 x 1.111 arcsec, PA= 78.9 IMAGR2: Field 4 Sum of gridding weights = 4.11720E+09 IMAGR2: Field 4 Beam min = -155.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.120 x 1.112 arcsec, PA= 79.1 IMAGR2: Field 5 Sum of gridding weights = 4.11719E+09 IMAGR2: Field 5 Beam min = -156.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.130 x 1.111 arcsec, PA= 79.0 IMAGR2: Field 6 Sum of gridding weights = 4.11719E+09 IMAGR2: Field 6 Beam min = -155.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.119 x 1.111 arcsec, PA= 79.2 IMAGR2: Field 7 Sum of gridding weights = 4.11719E+09 IMAGR2: Field 7 Beam min = -155.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.124 x 1.111 arcsec, PA= 79.1 IMAGR2: CLBHIS: minimum component 0.443 of current peak IMAGR2: Field 1 min = -467.8 MicroJy,max = 2.7 MilliJy IMAGR2: Field 2 min = -332.1 MicroJy,max = 420.6 MicroJy IMAGR2: Field 3 min = -287.3 MicroJy,max = 341.8 MicroJy IMAGR2: Field 4 min = -470.0 MicroJy,max = 2.7 MilliJy IMAGR2: Field 5 min = -285.8 MicroJy,max = 284.1 MicroJy IMAGR2: Field 6 min = -318.4 MicroJy,max = 413.2 MicroJy IMAGR2: Field 7 min = -321.6 MicroJy,max = 569.2 MicroJy IMAGR2: BGC Clean: using 613 cell beam + residuals > 197.49 MicroJy IMAGR2: 9372 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.105 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 1.812 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 1.812 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 4 min = -324.8 MicroJy,max = 996.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.484E-04 < Second best 1.051E-03 IMAGR2: Field 1 min = -379.4 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 153 cell beam + residuals > 190.88 MicroJy IMAGR2: 6560 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 512.260 MicroJy iter= 46 IMAGR2: Field 1 Clean flux density= 4.322 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 4.322 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -314.9 MicroJy,max = 512.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.888E-04 < Second best 5.432E-04 IMAGR2: Field 7 min = -312.1 MicroJy,max = 589.6 MicroJy IMAGR2: BGC Clean: using 151 cell beam + residuals > 197.84 MicroJy IMAGR2: 839 Residual map points loaded IMAGR2: Field 7 min Clean flux = 268.303 MicroJy iter= 17 IMAGR2: Field 7 Clean flux density= 425.704 MicroJy 17 comps IMAGR2: Total Cleaned flux density = 4.748 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -314.9 MicroJy,max = 514.0 MicroJy IMAGR2: BGC Clean: using 153 cell beam + residuals > 183.27 MicroJy IMAGR2: 889 Residual map points loaded IMAGR2: Field 4 min Clean flux = 266.938 MicroJy iter= 24 IMAGR2: Field 4 Clean flux density= 689.266 MicroJy 24 comps IMAGR2: Total Cleaned flux density = 5.437 MilliJy 87 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -321.5 MicroJy,max = 505.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 175.62 MicroJy IMAGR2: 6337 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -289.762 MicroJy iter= 122 IMAGR2: Field 1 Clean flux density= 7.029 MilliJy 122 comps IMAGR2: Total Cleaned flux density = 8.144 MilliJy 163 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -306.6 MicroJy,max = 278.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.623E-04 < Second best 3.193E-04 IMAGR2: Field 6 min = -280.7 MicroJy,max = 321.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.564E-04 < Second best 2.951E-04 IMAGR2: Field 3 min = -255.9 MicroJy,max = 279.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.605E-04 < Second best 2.767E-04 IMAGR2: Field 1 min = -283.2 MicroJy,max = 288.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 157.65 MicroJy IMAGR2: 8915 Residual map points loaded IMAGR2: Field 1 min Clean flux = 267.671 MicroJy iter= 145 IMAGR2: Field 1 Clean flux density= 7.668 MilliJy 145 comps IMAGR2: Total Cleaned flux density = 8.783 MilliJy 186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -278.6 MicroJy,max = 262.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 144.84 MicroJy IMAGR2: 4673 Residual map points loaded IMAGR2: Field 5 min Clean flux = -250.700 MicroJy iter= 2 IMAGR2: Field 5 Clean flux density= -52.926 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 8.730 MilliJy 188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -305.6 MicroJy,max = 278.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 139.18 MicroJy IMAGR2: 11120 Residual map points loaded IMAGR2: Field 2 min Clean flux = -257.282 MicroJy iter= 2 IMAGR2: Field 2 Clean flux density= 1.808 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 8.732 MilliJy 190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -255.3 MicroJy,max = 280.5 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 145 to 71 components IMAGR2: Field 2 compressed from 2 to 2 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 24 to 11 components IMAGR2: Field 5 compressed from 2 to 1 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 17 to 10 components IMAGR2: Field 1 min = -281.4 MicroJy,max = 266.3 MicroJy IMAGR2: Field 2 min = -305.6 MicroJy,max = 278.3 MicroJy IMAGR2: Field 3 min = -255.3 MicroJy,max = 280.5 MicroJy IMAGR2: Field 4 min = -251.8 MicroJy,max = 267.2 MicroJy IMAGR2: Field 5 min = -246.9 MicroJy,max = 262.8 MicroJy IMAGR2: Field 6 min = -280.5 MicroJy,max = 312.4 MicroJy IMAGR2: Field 7 min = -268.6 MicroJy,max = 281.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.451 MilliJy ( 4 CCs) from field 1 to field 4 IMAGR2: Restore 160.895 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR2: Restore -25.728 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore 390.464 MicroJy ( 4 CCs) from field 4 to field 1 IMAGR2: Restore 27.183 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Restore 26.830 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 8.085 MilliJy IMAGR2: Field 2 final Clean flux 1.808 MicroJy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 3.114 MilliJy IMAGR2: Field 5 final Clean flux -52.926 MicroJy IMAGR2: Field 6 final Clean flux 187.725 MicroJy IMAGR2: Field 7 final Clean flux 425.704 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= 437 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 24.1 Real= 51 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 436 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 437 disk= 1 AIPS 2: Disk 1 in-CNO 438 renumbered as CNO 430 AIPS 2: Disk 1 in-CNO 439 renumbered as CNO 431 AIPS 2: Disk 1 in-CNO 440 renumbered as CNO 432 AIPS 2: Disk 1 in-CNO 441 renumbered as CNO 433 AIPS 2: Disk 1 in-CNO 442 renumbered as CNO 434 AIPS 2: Disk 1 in-CNO 443 renumbered as CNO 435 AIPS 2: Disk 1 in-CNO 444 renumbered as CNO 436 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5194_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5194_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :72 =N5194' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5194_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 438 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 439 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 440 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 441 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= 442 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 443 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 444 disk= 1 AIPS 2: Disk 1 in-CNO 445 renumbered as CNO 437 AIPS 2: Disk 1 in-CNO 446 renumbered as CNO 438 AIPS 2: Disk 1 in-CNO 447 renumbered as CNO 439 AIPS 2: Disk 1 in-CNO 448 renumbered as CNO 440 AIPS 2: Disk 1 in-CNO 449 renumbered as CNO 441 AIPS 2: Disk 1 in-CNO 450 renumbered as CNO 442 AIPS 2: Disk 1 in-CNO 451 renumbered as CNO 443 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1416+347_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1416+347 C BAND Seq 1 Disk: 1 in slot 75 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.40297 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40297 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1416+347_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 49.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 1012 1012 14 16 04.19 34 44 36.3 00001 -1 507 512 513 C 2 1012 1012 14 16 04.19 34 38 53.3 00002 -1 507 512 513 C 3 1012 1012 14 15 40.10 34 41 44.6 00003 -1 507 512 513 C 4 1012 1012 14 16 28.28 34 41 44.6 00004 -1 507 512 513 C 5 1012 1012 14 15 40.07 34 47 27.7 00005 -1 507 512 513 C 6 1012 1012 14 16 28.31 34 47 27.7 00006 -1 507 512 513 C 7 1012 1012 14 16 04.19 34 50 19.4 00007 -1 507 512 513 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 436 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 437 disk= 1 AIPS 2: Disk 1 in-CNO 438 renumbered as CNO 430 AIPS 2: Disk 1 in-CNO 439 renumbered as CNO 431 AIPS 2: Disk 1 in-CNO 440 renumbered as CNO 432 AIPS 2: Disk 1 in-CNO 441 renumbered as CNO 433 AIPS 2: Disk 1 in-CNO 442 renumbered as CNO 434 AIPS 2: Disk 1 in-CNO 443 renumbered as CNO 435 AIPS 2: Disk 1 in-CNO 444 renumbered as CNO 436 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5194_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5194_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :72 =N5194' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5194_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 438 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 439 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 440 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 441 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= 442 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 443 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 444 disk= 1 AIPS 2: Disk 1 in-CNO 445 renumbered as CNO 437 AIPS 2: Disk 1 in-CNO 446 renumbered as CNO 438 AIPS 2: Disk 1 in-CNO 447 renumbered as CNO 439 AIPS 2: Disk 1 in-CNO 448 renumbered as CNO 440 AIPS 2: Disk 1 in-CNO 449 renumbered as CNO 441 AIPS 2: Disk 1 in-CNO 450 renumbered as CNO 442 AIPS 2: Disk 1 in-CNO 451 renumbered as CNO 443 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1416+347_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1416+347_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :73 =1416+347' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1416+347_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.7256E-02 -2.1000E-02 0 IMAGR2: Field 2 1012 1012 -1.7256E-02 -3.4302E+02 0 IMAGR2: Field 3 1012 1012 -2.9694E+02 -1.7172E+02 0 IMAGR2: Field 4 1012 1012 2.9691E+02 -1.7172E+02 0 IMAGR2: Field 5 1012 1012 -2.9731E+02 1.7138E+02 0 IMAGR2: Field 6 1012 1012 2.9728E+02 1.7138E+02 0 IMAGR2: Field 7 1012 1012 -1.7256E-02 3.4308E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1416+347_C,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 1416+347 .IMAGR . 1 (UV) on disk 1 cno 444 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6318 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.937E+04 IMAGR2: UVWAIT: Adding temperance S 5.874E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.626E+07 and out 4.641E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.134 due to weighting IMAGR2: UVWAIT: Average summed weight 2.937E+04 over 12636 vis IMAGR2: Create 1416+347 .IBM001. 1 (MA) on disk 1 cno 445 IMAGR2: Create 1416+347 .IBM002. 1 (MA) on disk 1 cno 446 IMAGR2: Create 1416+347 .IBM003. 1 (MA) on disk 1 cno 447 IMAGR2: Create 1416+347 .IBM004. 1 (MA) on disk 1 cno 448 IMAGR2: Create 1416+347 .IBM005. 1 (MA) on disk 1 cno 449 IMAGR2: Create 1416+347 .IBM006. 1 (MA) on disk 1 cno 450 IMAGR2: Create 1416+347 .IBM007. 1 (MA) on disk 1 cno 451 IMAGR2: Create 1416+347 .ICL001. 1 (MA) on disk 1 cno 452 IMAGR2: Create 1416+347 .ICL002. 1 (MA) on disk 1 cno 453 IMAGR2: Create 1416+347 .ICL003. 1 (MA) on disk 1 cno 454 IMAGR2: Create 1416+347 .ICL004. 1 (MA) on disk 1 cno 455 IMAGR2: Create 1416+347 .ICL005. 1 (MA) on disk 1 cno 456 IMAGR2: Create 1416+347 .ICL006. 1 (MA) on disk 1 cno 457 IMAGR2: Create 1416+347 .ICL007. 1 (MA) on disk 1 cno 458 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.92753E+08 IMAGR2: Field 1 Beam min = -139.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.306 x 1.237 arcsec, PA= 72.5 IMAGR2: Field 2 Sum of gridding weights = 4.92751E+08 IMAGR2: Field 2 Beam min = -139.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.308 x 1.237 arcsec, PA= 72.4 IMAGR2: Field 3 Sum of gridding weights = 4.92752E+08 IMAGR2: Field 3 Beam min = -86.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.312 x 1.237 arcsec, PA= 72.4 IMAGR2: Field 4 Sum of gridding weights = 4.92750E+08 IMAGR2: Field 4 Beam min = -87.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.301 x 1.237 arcsec, PA= 72.5 IMAGR2: Field 5 Sum of gridding weights = 4.92752E+08 IMAGR2: Field 5 Beam min = -86.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.310 x 1.236 arcsec, PA= 72.5 IMAGR2: Field 6 Sum of gridding weights = 4.92751E+08 IMAGR2: Field 6 Beam min = -87.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.299 x 1.237 arcsec, PA= 72.6 IMAGR2: Field 7 Sum of gridding weights = 4.92753E+08 IMAGR2: Field 7 Beam min = -139.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.304 x 1.236 arcsec, PA= 72.6 IMAGR2: CLBHIS: minimum component 0.417 of current peak IMAGR2: Field 1 min = -80.5 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -65.4 MilliJy,max = 186.2 MilliJy IMAGR2: Field 3 min = -93.2 MilliJy,max = 195.6 MilliJy IMAGR2: Field 4 min = -92.0 MilliJy,max = 162.3 MilliJy IMAGR2: Field 5 min = -90.0 MilliJy,max = 164.7 MilliJy IMAGR2: Field 6 min = -89.9 MilliJy,max = 194.0 MilliJy IMAGR2: Field 7 min = -68.9 MilliJy,max = 189.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 105.07 MilliJy IMAGR2: 1470 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 420.876 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 707.566 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 707.566 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 = -28.4 MilliJy,max = 378.8 MilliJy IMAGR2: BGC Clean: using 1451 cell beam + residuals > 71.12 MilliJy IMAGR2: 45 Residual map points loaded IMAGR2: Field 1 min allowed flux = 146.753 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 954.284 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 954.284 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.5 MilliJy,max = 23.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.270E-02 < Second best 1.849E-01 IMAGR2: Field 6 min = -11.6 MilliJy,max = 23.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.245E-02 < Second best 1.810E-01 IMAGR2: Field 7 min = -8.7 MilliJy,max = 23.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.262E-02 < Second best 1.732E-01 IMAGR2: Field 2 min = -8.4 MilliJy,max = 23.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.153E-02 < Second best 1.395E-01 IMAGR2: Field 1 min = -10.2 MilliJy,max = 132.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 40.31 MilliJy IMAGR2: 24 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 55.657 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 1.043 Jy 30 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.6 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.141E-03 < Second best 1.145E-01 IMAGR2: Field 4 min = -4.2 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.791E-03 < Second best 5.292E-02 IMAGR2: Field 1 min = -5.0 MilliJy,max = 50.5 MilliJy IMAGR2: BGC Clean: using 1451 cell beam + residuals > 9.41 MilliJy IMAGR2: 82 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.059 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 1.079 Jy 41 comps IMAGR2: Total Cleaned flux density = 1.079 Jy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.788E-03 < Second best 2.262E-02 IMAGR2: Field 7 min = -3.1 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.567E-03 < Second best 2.245E-02 IMAGR2: Field 6 min = -2.3 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.242E-03 < Second best 2.153E-02 IMAGR2: Field 2 min = -2.7 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.952E-03 < Second best 1.907E-02 IMAGR2: Field 1 min = -5.5 MilliJy,max = 18.3 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 2.54 MilliJy IMAGR2: 791 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.496 MilliJy iter= 53 IMAGR2: Field 1 Clean flux density= 1.092 Jy 53 comps IMAGR2: Total Cleaned flux density = 1.092 Jy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.6 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 302 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.359 MilliJy iter= 88 IMAGR2: Field 1 Clean flux density= 1.088 Jy 88 comps IMAGR2: Total Cleaned flux density = 1.088 Jy 88 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 51 Residual map points loaded IMAGR2: Field 6 min allowed flux = 2.672 MilliJy iter= 16 IMAGR2: Field 6 Clean flux density= 6.297 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 104 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.804E-03 < Second best 5.791E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.681E-03 < Second best 3.952E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.982E-03 < Second best 3.567E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.000E-03 < Second best 3.198E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 621 cell beam + residuals > 1.15 MilliJy IMAGR2: 1367 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.661 MilliJy iter= 145 IMAGR2: Field 1 Clean flux density= 1.089 Jy 145 comps IMAGR2: Total Cleaned flux density = 1.095 Jy 161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.856E-03 < Second best 2.544E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 2560 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.413 MilliJy iter= 85 IMAGR2: Field 6 Clean flux density= 11.968 MilliJy 85 comps IMAGR2: Total Cleaned flux density = 1.101 Jy 230 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.726E-03 < Second best 1.982E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 991.00 MicroJy IMAGR2: 1399 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.267 MilliJy iter= 70 IMAGR2: Field 2 Clean flux density= 5.142 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 300 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 985.48 MicroJy IMAGR2: 2548 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.290 MilliJy iter= 103 IMAGR2: Field 3 Clean flux density= -1.107 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 967.27 MicroJy IMAGR2: 1605 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.201 MilliJy iter= 103 IMAGR2: Field 5 Clean flux density= -2.017 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 1.103 Jy 506 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.466E-03 < Second best 1.681E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 949.88 MicroJy IMAGR2: 1826 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.175 MilliJy iter= 128 IMAGR2: Field 4 Clean flux density= 3.575 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 634 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 > 919.16 MicroJy IMAGR2: 698 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.086 MilliJy iter= 262 IMAGR2: Field 1 Clean flux density= 1.091 Jy 262 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 751 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 914.98 MicroJy IMAGR2: 499 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.032 MilliJy iter= 95 IMAGR2: Field 7 Clean flux density= -1.514 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 846 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 > 884.63 MicroJy IMAGR2: 1542 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.027 MilliJy iter= 230 IMAGR2: Field 6 Clean flux density= 13.560 MilliJy 230 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 991 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.104E-03 < Second best 1.211E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 830.25 MicroJy IMAGR2: 572 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 917.947 MicroJy iter= 179 IMAGR2: Field 2 Clean flux density= 6.290 MilliJy 179 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 1100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 806.33 MicroJy IMAGR2: 2020 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 940.176 MicroJy iter= 297 IMAGR2: Field 5 Clean flux density= -3.331 MilliJy 297 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 1294 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.012E-03 < Second best 1.104E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 762.29 MicroJy IMAGR2: 1672 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 872.219 MicroJy iter= 299 IMAGR2: Field 3 Clean flux density= -2.186 MilliJy 299 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 1490 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.137E-04 < Second best 1.012E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 746.80 MicroJy IMAGR2: 2215 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -860.319 MicroJy iter= 367 IMAGR2: Field 4 Clean flux density= 7.685 MilliJy 367 comps IMAGR2: Total Cleaned flux density = 1.111 Jy 1729 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.629E-04 < Second best 9.842E-04 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 703.64 MicroJy IMAGR2: 1745 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 788.206 MicroJy iter= 447 IMAGR2: Field 6 Clean flux density= 14.835 MilliJy 447 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 1946 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 701.98 MicroJy IMAGR2: 216 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -731.394 MicroJy iter= 341 IMAGR2: Field 1 Clean flux density= 1.090 Jy 341 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 2025 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 675.91 MicroJy IMAGR2: 1233 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -737.517 MicroJy iter= 485 IMAGR2: Field 5 Clean flux density= -4.247 MilliJy 485 comps IMAGR2: Total Cleaned flux density = 1.111 Jy 2213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -994.0 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.702E-04 < Second best 8.629E-04 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 655.33 MicroJy IMAGR2: 587 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -703.432 MicroJy iter= 258 IMAGR2: Field 7 Clean flux density= 1.738 MilliJy 258 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 2376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.766E-04 < Second best 8.252E-04 IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 600.51 MicroJy IMAGR2: 1958 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 663.912 MicroJy iter= 625 IMAGR2: Field 4 Clean flux density= 8.044 MilliJy 625 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 2634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.65 MicroJy IMAGR2: 2032 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 665.275 MicroJy iter= 597 IMAGR2: Field 3 Clean flux density= -672.058 MicroJy 597 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 2932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -869.9 MicroJy,max = 937.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 595.73 MicroJy IMAGR2: 356 Residual map points loaded IMAGR2: Field 2 min Clean flux = 651.298 MicroJy iter= 239 IMAGR2: Field 2 Clean flux density= 5.595 MilliJy 239 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 2992 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 568.75 MicroJy IMAGR2: 1499 Residual map points loaded IMAGR2: Field 6 min Clean flux = -651.435 MicroJy iter= 531 IMAGR2: Field 6 Clean flux density= 14.968 MilliJy 531 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 3076 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 540.70 MicroJy IMAGR2: 1375 Residual map points loaded IMAGR2: Field 5 min Clean flux = 651.603 MicroJy iter= 505 IMAGR2: Field 5 Clean flux density= -4.786 MilliJy 505 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 3096 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -875.3 MicroJy,max = 949.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.182E-04 < Second best 6.743E-04 IMAGR2: Field 7 min = -955.0 MicroJy,max = 963.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 505.00 MicroJy IMAGR2: 1906 Residual map points loaded IMAGR2: Field 7 min Clean flux = 649.300 MicroJy iter= 263 IMAGR2: Field 7 Clean flux density= 1.932 MilliJy 263 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 3101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -972.8 MicroJy,max = 955.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 469.85 MicroJy IMAGR2: 5278 Residual map points loaded IMAGR2: Field 3 min Clean flux = 639.700 MicroJy iter= 599 IMAGR2: Field 3 Clean flux density= -673.294 MicroJy 599 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 3103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -969.2 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 388.49 MicroJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 4 min Clean flux = 646.761 MicroJy iter= 627 IMAGR2: Field 4 Clean flux density= 8.043 MilliJy 627 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 3105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 651.603 less than limit 651.670 MicroJy IMAGR2: Merging the Clean components files LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 compressed from 341 to 129 components IMAGR2: Field 2 compressed from 239 to 173 components IMAGR2: Field 3 compressed from 599 to 431 components IMAGR2: Field 4 compressed from 627 to 452 components IMAGR2: Field 5 compressed from 505 to 386 components IMAGR2: Field 6 compressed from 531 to 370 components IMAGR2: Field 7 compressed from 263 to 200 components IMAGR2: Field 1 min = -877.0 MicroJy,max = 950.3 MicroJy IMAGR2: Field 2 min = -840.6 MicroJy,max = 919.0 MicroJy IMAGR2: Field 3 min = -973.0 MicroJy,max = 954.0 MicroJy IMAGR2: Field 4 min = -967.5 MicroJy,max = 1.0 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -976.8 MicroJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -950.7 MicroJy,max = 961.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.343 MilliJy ( 13 CCs) from field 1 to field 2 IMAGR2: Restore 694.388 MicroJy ( 25 CCs) from field 1 to field 3 IMAGR2: Restore 193.878 MicroJy ( 7 CCs) from field 1 to field 4 IMAGR2: Restore 253.306 MicroJy ( 30 CCs) from field 1 to field 5 IMAGR2: Restore 41.086 MicroJy ( 11 CCs) from field 1 to field 6 IMAGR2: Restore 260.077 MicroJy ( 8 CCs) from field 1 to field 7 IMAGR2: Restore 22.037 MicroJy ( 8 CCs) from field 2 to field 1 IMAGR2: Restore 1.298 MilliJy ( 32 CCs) from field 2 to field 3 IMAGR2: Restore 1.955 MilliJy ( 33 CCs) from field 2 to field 4 IMAGR2: Restore 212.288 MicroJy ( 17 CCs) from field 3 to field 1 IMAGR2: Restore-249.522 MicroJy ( 20 CCs) from field 3 to field 2 IMAGR2: Restore 249.233 MicroJy ( 41 CCs) from field 3 to field 5 IMAGR2: Restore 1.071 MilliJy ( 31 CCs) from field 4 to field 1 IMAGR2: Restore 113.255 MicroJy ( 37 CCs) from field 4 to field 2 IMAGR2: Restore 2.326 MilliJy ( 68 CCs) from field 4 to field 6 IMAGR2: Restore-832.195 MicroJy ( 27 CCs) from field 5 to field 1 IMAGR2: Restore-162.049 MicroJy ( 46 CCs) from field 5 to field 3 IMAGR2: Restore 58.017 MicroJy ( 29 CCs) from field 5 to field 7 IMAGR2: Restore 9.114 MilliJy ( 25 CCs) from field 6 to field 1 IMAGR2: Restore 326.243 MicroJy ( 36 CCs) from field 6 to field 4 IMAGR2: Restore 10.250 MilliJy ( 27 CCs) from field 6 to field 7 IMAGR2: Restore 19.450 MicroJy ( 9 CCs) from field 7 to field 1 IMAGR2: Restore -2.145 MilliJy ( 24 CCs) from field 7 to field 5 IMAGR2: Restore 335.445 MicroJy ( 20 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.100 Jy IMAGR2: Field 2 final Clean flux 6.802 MilliJy IMAGR2: Field 3 final Clean flux 1.157 MilliJy IMAGR2: Field 4 final Clean flux 10.519 MilliJy IMAGR2: Field 5 final Clean flux -6.428 MilliJy IMAGR2: Field 6 final Clean flux 17.670 MilliJy IMAGR2: Field 7 final Clean flux 12.500 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= 444 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 48.3 Real= 101 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 436 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 437 disk= 1 AIPS 2: Disk 1 in-CNO 438 renumbered as CNO 430 AIPS 2: Disk 1 in-CNO 439 renumbered as CNO 431 AIPS 2: Disk 1 in-CNO 440 renumbered as CNO 432 AIPS 2: Disk 1 in-CNO 441 renumbered as CNO 433 AIPS 2: Disk 1 in-CNO 442 renumbered as CNO 434 AIPS 2: Disk 1 in-CNO 443 renumbered as CNO 435 AIPS 2: Disk 1 in-CNO 444 renumbered as CNO 436 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5194_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5194_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :72 =N5194' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5194_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 438 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 439 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 440 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 441 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= 442 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 443 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 444 disk= 1 AIPS 2: Disk 1 in-CNO 445 renumbered as CNO 437 AIPS 2: Disk 1 in-CNO 446 renumbered as CNO 438 AIPS 2: Disk 1 in-CNO 447 renumbered as CNO 439 AIPS 2: Disk 1 in-CNO 448 renumbered as CNO 440 AIPS 2: Disk 1 in-CNO 449 renumbered as CNO 441 AIPS 2: Disk 1 in-CNO 450 renumbered as CNO 442 AIPS 2: Disk 1 in-CNO 451 renumbered as CNO 443 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1416+347_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1416+347_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :73 =1416+347' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1416+347_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 445 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 446 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 447 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 448 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 449 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 450 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 451 disk= 1 AIPS 2: Disk 1 in-CNO 452 renumbered as CNO 444 AIPS 2: Disk 1 in-CNO 453 renumbered as CNO 445 AIPS 2: Disk 1 in-CNO 454 renumbered as CNO 446 AIPS 2: Disk 1 in-CNO 455 renumbered as CNO 447 AIPS 2: Disk 1 in-CNO 456 renumbered as CNO 448 AIPS 2: Disk 1 in-CNO 457 renumbered as CNO 449 AIPS 2: Disk 1 in-CNO 458 renumbered as CNO 450 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5395_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N5395 C BAND Seq 1 Disk: 1 in slot 76 SETFC2: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.40263 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40263 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N5395_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: Searching catalog between 0.10 and 0.23 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 52.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 2 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 436 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 437 disk= 1 AIPS 2: Disk 1 in-CNO 438 renumbered as CNO 430 AIPS 2: Disk 1 in-CNO 439 renumbered as CNO 431 AIPS 2: Disk 1 in-CNO 440 renumbered as CNO 432 AIPS 2: Disk 1 in-CNO 441 renumbered as CNO 433 AIPS 2: Disk 1 in-CNO 442 renumbered as CNO 434 AIPS 2: Disk 1 in-CNO 443 renumbered as CNO 435 AIPS 2: Disk 1 in-CNO 444 renumbered as CNO 436 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5194_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5194_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :72 =N5194' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5194_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 438 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 439 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 440 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 441 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= 442 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 443 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 444 disk= 1 AIPS 2: Disk 1 in-CNO 445 renumbered as CNO 437 AIPS 2: Disk 1 in-CNO 446 renumbered as CNO 438 AIPS 2: Disk 1 in-CNO 447 renumbered as CNO 439 AIPS 2: Disk 1 in-CNO 448 renumbered as CNO 440 AIPS 2: Disk 1 in-CNO 449 renumbered as CNO 441 AIPS 2: Disk 1 in-CNO 450 renumbered as CNO 442 AIPS 2: Disk 1 in-CNO 451 renumbered as CNO 443 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1416+347_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1416+347_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :73 =1416+347' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1416+347_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 445 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 446 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 447 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 448 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 449 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 450 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 451 disk= 1 AIPS 2: Disk 1 in-CNO 452 renumbered as CNO 444 AIPS 2: Disk 1 in-CNO 453 renumbered as CNO 445 AIPS 2: Disk 1 in-CNO 454 renumbered as CNO 446 AIPS 2: Disk 1 in-CNO 455 renumbered as CNO 447 AIPS 2: Disk 1 in-CNO 456 renumbered as CNO 448 AIPS 2: Disk 1 in-CNO 457 renumbered as CNO 449 AIPS 2: Disk 1 in-CNO 458 renumbered as CNO 450 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0448 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5395_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2:C 1 1012 1012 13 58 38.38 37 25 32.0 00001 -1 507 512 513 C 2 1012 1012 13 58 38.38 37 19 49.2 00002 -1 507 512 513 C 3 1012 1012 13 58 13.48 37 22 40.5 00003 -1 507 512 513 C 4 1012 1012 13 59 03.28 37 22 40.5 00004 -1 507 512 513 C 5 1012 1012 13 58 13.45 37 28 23.2 00005 -1 507 512 513 C 6 1012 1012 13 59 03.31 37 28 23.2 00006 -1 507 512 513 C 7 1012 1012 13 58 38.38 37 31 14.8 00007 -1 507 512 513 cat /tmp/SETFC@N5395_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :74 =N5395' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5395_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.1255E-11 0.0000E+00 0 IMAGR2: Field 2 1012 1012 8.1255E-11 -3.4280E+02 0 IMAGR2: Field 3 1012 1012 -2.9661E+02 -1.7150E+02 0 IMAGR2: Field 4 1012 1012 2.9661E+02 -1.7150E+02 0 IMAGR2: Field 5 1012 1012 -2.9697E+02 1.7120E+02 0 IMAGR2: Field 6 1012 1012 2.9697E+02 1.7120E+02 0 IMAGR2: Field 7 1012 1012 8.1255E-11 3.4280E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5395_C,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 N5395 .IMAGR . 1 (UV) on disk 1 cno 451 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37128 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.085E+05 IMAGR2: UVWAIT: Adding temperance S 2.170E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.104E+08 and out 3.750E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.173 due to weighting IMAGR2: UVWAIT: Average summed weight 1.085E+05 over 74256 vis IMAGR2: Create N5395 .IBM001. 1 (MA) on disk 1 cno 452 IMAGR2: Create N5395 .IBM002. 1 (MA) on disk 1 cno 453 IMAGR2: Create N5395 .IBM003. 1 (MA) on disk 1 cno 454 IMAGR2: Create N5395 .IBM004. 1 (MA) on disk 1 cno 455 IMAGR2: Create N5395 .IBM005. 1 (MA) on disk 1 cno 456 IMAGR2: Create N5395 .IBM006. 1 (MA) on disk 1 cno 457 IMAGR2: Create N5395 .IBM007. 1 (MA) on disk 1 cno 458 IMAGR2: Create N5395 .ICL001. 1 (MA) on disk 1 cno 459 IMAGR2: Create N5395 .ICL002. 1 (MA) on disk 1 cno 460 IMAGR2: Create N5395 .ICL003. 1 (MA) on disk 1 cno 461 IMAGR2: Create N5395 .ICL004. 1 (MA) on disk 1 cno 462 IMAGR2: Create N5395 .ICL005. 1 (MA) on disk 1 cno 463 IMAGR2: Create N5395 .ICL006. 1 (MA) on disk 1 cno 464 IMAGR2: Create N5395 .ICL007. 1 (MA) on disk 1 cno 465 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.98074E+09 IMAGR2: Field 1 Beam min = -158.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.343 x 1.147 arcsec, PA= 74.1 IMAGR2: Field 2 Sum of gridding weights = 3.98073E+09 IMAGR2: Field 2 Beam min = -158.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.345 x 1.147 arcsec, PA= 74.0 IMAGR2: Field 3 Sum of gridding weights = 3.98074E+09 IMAGR2: Field 3 Beam min = -158.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.351 x 1.147 arcsec, PA= 74.0 IMAGR2: Field 4 Sum of gridding weights = 3.98073E+09 IMAGR2: Field 4 Beam min = -158.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.337 x 1.147 arcsec, PA= 74.1 IMAGR2: Field 5 Sum of gridding weights = 3.98073E+09 IMAGR2: Field 5 Beam min = -158.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.348 x 1.146 arcsec, PA= 74.0 IMAGR2: Field 6 Sum of gridding weights = 3.98073E+09 IMAGR2: Field 6 Beam min = -158.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.335 x 1.147 arcsec, PA= 74.2 IMAGR2: Field 7 Sum of gridding weights = 3.98073E+09 IMAGR2: Field 7 Beam min = -158.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.341 x 1.146 arcsec, PA= 74.1 IMAGR2: CLBHIS: minimum component 0.496 of current peak IMAGR2: Field 1 min = -364.4 MicroJy,max = 3.6 MilliJy IMAGR2: Field 2 min = -305.9 MicroJy,max = 396.6 MicroJy IMAGR2: Field 3 min = -330.8 MicroJy,max = 605.1 MicroJy IMAGR2: Field 4 min = -308.1 MicroJy,max = 682.8 MicroJy IMAGR2: Field 5 min = -327.5 MicroJy,max = 641.3 MicroJy IMAGR2: Field 6 min = -305.8 MicroJy,max = 386.5 MicroJy IMAGR2: Field 7 min = -337.5 MicroJy,max = 607.3 MicroJy IMAGR2: BGC Clean: using 1873 cell beam + residuals > 239.97 MicroJy IMAGR2: 9014 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.742 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 2.748 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 2.748 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 = -288.6 MicroJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 263 cell beam + residuals > 228.21 MicroJy IMAGR2: 2915 Residual map points loaded IMAGR2: Field 1 min allowed flux = 843.742 MicroJy iter= 28 IMAGR2: Field 1 Clean flux density= 4.790 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 4.790 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -269.0 MicroJy,max = 836.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 207.01 MicroJy IMAGR2: 1397 Residual map points loaded IMAGR2: Field 1 min allowed flux = 409.350 MicroJy iter= 64 IMAGR2: Field 1 Clean flux density= 6.856 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 6.856 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -254.8 MicroJy,max = 401.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.830E-04 < Second best 5.799E-04 IMAGR2: Field 7 min = -306.9 MicroJy,max = 257.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.465E-04 < Second best 5.309E-04 IMAGR2: Field 3 min = -252.5 MicroJy,max = 331.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.965E-04 < Second best 4.421E-04 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min = -299.4 MicroJy,max = 281.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.466E-04 < Second best 3.900E-04 IMAGR2: Field 1 min = -270.3 MicroJy,max = 409.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 166.85 MicroJy IMAGR2: 2711 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.797 MicroJy iter= 108 IMAGR2: Field 1 Clean flux density= 8.284 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 8.284 MilliJy 108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -254.8 MicroJy,max = 291.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.414E-04 < Second best 3.794E-04 IMAGR2: Field 2 min = -249.0 MicroJy,max = 262.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.386E-04 < Second best 3.696E-04 IMAGR2: Field 6 min = -292.4 MicroJy,max = 230.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.209E-04 < Second best 2.965E-04 IMAGR2: Field 3 min = -249.8 MicroJy,max = 335.2 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 108 to 50 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 = -266.8 MicroJy,max = 262.1 MicroJy IMAGR2: Field 2 min = -249.0 MicroJy,max = 262.2 MicroJy IMAGR2: Field 3 min = -249.8 MicroJy,max = 335.2 MicroJy IMAGR2: Field 4 min = -254.8 MicroJy,max = 291.5 MicroJy IMAGR2: Field 5 min = -295.6 MicroJy,max = 272.3 MicroJy IMAGR2: Field 6 min = -292.4 MicroJy,max = 230.3 MicroJy IMAGR2: Field 7 min = -304.4 MicroJy,max = 250.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 58.959 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR2: Restore 436.311 MicroJy ( 3 CCs) from field 1 to field 4 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 8.284 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 58.959 MicroJy IMAGR2: Field 4 final Clean flux 436.311 MicroJy 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= 451 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 19.6 Real= 41 cat /tmp/SETFC@N5395_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :74 =N5395' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5395_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 452 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 453 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 454 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 455 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 456 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 457 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 458 disk= 1 AIPS 2: Disk 1 in-CNO 459 renumbered as CNO 451 AIPS 2: Disk 1 in-CNO 460 renumbered as CNO 452 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 453 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 454 AIPS 2: Disk 1 in-CNO 463 renumbered as CNO 455 AIPS 2: Disk 1 in-CNO 464 renumbered as CNO 456 AIPS 2: Disk 1 in-CNO 465 renumbered as CNO 457 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07379 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0954+745 C BAND Seq 1 Disk: 1 in slot 77 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.37926 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37926 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0954+745_C,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.23 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 09:54:47.45 74:35:56.9 1.213 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 97.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.7 Real= 2 C 1 2036 2036 09 54 47.44 74 35 57.1 00001 -1 1019 1024 1025 C 2 246 246 09 54 47.45 74 35 56.9 00002 -1 100 128 129 cat /tmp/SETFC@N5395_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :74 =N5395' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5395_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 452 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 453 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 454 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 455 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 456 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 457 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 458 disk= 1 AIPS 2: Disk 1 in-CNO 459 renumbered as CNO 451 AIPS 2: Disk 1 in-CNO 460 renumbered as CNO 452 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 453 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 454 AIPS 2: Disk 1 in-CNO 463 renumbered as CNO 455 AIPS 2: Disk 1 in-CNO 464 renumbered as CNO 456 AIPS 2: Disk 1 in-CNO 465 renumbered as CNO 457 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07379 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0954+745_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :75 =0954+745' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0954+745_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.6333E-02 -4.1000E-02 0 IMAGR2: Field 2 246 246 2.3503E-02 -2.4100E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0954+745_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0954+745 .IMAGR . 1 (UV) on disk 1 cno 458 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 13689 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.834E+04 IMAGR2: UVWAIT: Adding temperance S 3.668E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.958E+07 and out 9.602E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 1.834E+04 over 27378 vis IMAGR2: Create 0954+745 .IBM001. 1 (MA) on disk 1 cno 459 IMAGR2: Create 0954+745 .IBM002. 1 (MA) on disk 1 cno 460 IMAGR2: Create 0954+745 .ICL001. 1 (MA) on disk 1 cno 461 IMAGR2: Create 0954+745 .ICL002. 1 (MA) on disk 1 cno 462 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.01932E+09 IMAGR2: Field 1 Beam min = -79.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 3.531 x 1.120 arcsec, PA= 26.8 IMAGR2: Field 2 Sum of gridding weights = 1.01934E+09 IMAGR2: Field 2 Beam min = -79.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 3.531 x 1.120 arcsec, PA= 26.8 IMAGR2: CLBHIS: minimum component 0.349 of current peak IMAGR2: Field 1 min = -51.8 MilliJy,max = 654.3 MilliJy IMAGR2: Field 2 min = -52.2 MilliJy,max = 649.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 24.86 MilliJy IMAGR2: 17627 Residual map points loaded IMAGR2: Field 1 min allowed flux = 228.126 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 448.945 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 448.945 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 = -16.7 MilliJy,max = 205.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.956E-01 < Second best 2.168E-01 IMAGR2: Field 1 min = -16.3 MilliJy,max = 205.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.67 MilliJy IMAGR2: 11141 Residual map points loaded IMAGR2: Field 1 min allowed flux = 71.588 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 589.829 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 589.829 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.6 MilliJy,max = 66.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.310E-02 < Second best 6.804E-02 IMAGR2: Field 1 min = -5.7 MilliJy,max = 64.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.72 MilliJy IMAGR2: 13564 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.143 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 637.880 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 637.880 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 20.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.979E-02 < Second best 2.105E-02 IMAGR2: Field 1 min = -2.5 MilliJy,max = 20.2 MilliJy IMAGR2: BGC Clean: using 2025 cell beam + residuals > 860.28 MicroJy IMAGR2: 17977 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.950 MilliJy iter= 46 IMAGR2: Field 1 Clean flux density= 652.858 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 652.858 MilliJy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 858.40 MicroJy IMAGR2: 101 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.211 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 4.009 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 656.867 MilliJy 63 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 1895 cell beam + residuals > 410.88 MicroJy IMAGR2: 9809 Residual map points loaded IMAGR2: Field 1 min allowed flux = 764.789 MicroJy iter= 103 IMAGR2: Field 1 Clean flux density= 651.205 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 655.214 MilliJy 120 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -767.7 MicroJy,max = 776.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 378.02 MicroJy IMAGR2: 197 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -512.001 MicroJy iter= 66 IMAGR2: Field 2 Clean flux density= 3.793 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 654.998 MilliJy 169 comps IMAGR2: ALGSTB: All 172 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 161- 0 Cells, with 13689 Pts IMAGR2: Field 1 min = -647.5 MicroJy,max = 746.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 348.64 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 19651 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 520.669 MicroJy iter= 206 IMAGR2: Field 1 Clean flux density= 653.167 MilliJy 206 comps IMAGR2: Total Cleaned flux density = 656.960 MilliJy 272 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -633.4 MicroJy,max = 640.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 342.26 MicroJy IMAGR2: 19612 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -484.795 MicroJy iter= 345 IMAGR2: Field 1 Clean flux density= 653.719 MilliJy 345 comps IMAGR2: Total Cleaned flux density = 657.512 MilliJy 411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -505.2 MicroJy,max = 478.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.79 MicroJy IMAGR2: 162 Residual map points loaded IMAGR2: Field 2 min Clean flux = -441.497 MicroJy iter= 83 IMAGR2: Field 2 Clean flux density= 3.837 MilliJy 83 comps IMAGR2: Total Cleaned flux density = 657.555 MilliJy 428 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -613.7 MicroJy,max = 624.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 333.33 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -455.729 MicroJy iter= 534 IMAGR2: Field 1 Clean flux density= 654.874 MilliJy 534 comps IMAGR2: Total Cleaned flux density = 658.711 MilliJy 617 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -596.3 MicroJy,max = 606.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 324.53 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min Clean flux = -442.040 MicroJy iter= 603 IMAGR2: Field 1 Clean flux density= 655.458 MilliJy 603 comps IMAGR2: Total Cleaned flux density = 659.294 MilliJy 686 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 442.040 less than limit 442.722 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 603 to 413 components IMAGR2: Field 2 compressed from 83 to 20 components IMAGR2: Field 1 min = -599.3 MicroJy,max = 603.9 MicroJy IMAGR2: Field 2 min = -481.8 MicroJy,max = 428.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 651.298 MilliJy ( 18 CCs) from field 1 to field 2 IMAGR2: Restore 3.837 MilliJy ( 20 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 659.294 MilliJy IMAGR2: Field 2 final Clean flux 655.135 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= 458 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 22.4 Real= 46 cat /tmp/SETFC@N5395_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :74 =N5395' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5395_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 452 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 453 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 454 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 455 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 456 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 457 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 458 disk= 1 AIPS 2: Disk 1 in-CNO 459 renumbered as CNO 451 AIPS 2: Disk 1 in-CNO 460 renumbered as CNO 452 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 453 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 454 AIPS 2: Disk 1 in-CNO 463 renumbered as CNO 455 AIPS 2: Disk 1 in-CNO 464 renumbered as CNO 456 AIPS 2: Disk 1 in-CNO 465 renumbered as CNO 457 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07379 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0954+745_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :75 =0954+745' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 459 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 460 disk= 1 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 458 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 459 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2655_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N2655 C BAND Seq 1 Disk: 1 in slot 78 SETFC2: SETCEL: recommends IMSIZE 1458 CELLSIZE 0.37916 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37916 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N2655_C,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.23 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 08:55:38.18 78:13:24.0 0.124 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 102.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= 0.7 Real= 1 C 1 2036 2036 08 55 37.95 78 13 23.4 00001 -1 1019 1024 1025 C 2 246 246 08 55 38.18 78 13 24.0 00002 -1 100 128 129 cat /tmp/SETFC@N5395_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :74 =N5395' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5395_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 452 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 453 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 454 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 455 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 456 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 457 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 458 disk= 1 AIPS 2: Disk 1 in-CNO 459 renumbered as CNO 451 AIPS 2: Disk 1 in-CNO 460 renumbered as CNO 452 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 453 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 454 AIPS 2: Disk 1 in-CNO 463 renumbered as CNO 455 AIPS 2: Disk 1 in-CNO 464 renumbered as CNO 456 AIPS 2: Disk 1 in-CNO 465 renumbered as CNO 457 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07379 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0954+745_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :75 =0954+745' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 459 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 460 disk= 1 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 458 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 459 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2655_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2655_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :76 =N2655' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N2655_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 0.0000E+00 5.1159E-11 0 IMAGR2: Field 2 246 246 7.0415E-01 6.0000E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N2655_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N2655 .IMAGR . 1 (UV) on disk 1 cno 460 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.682E+04 IMAGR2: UVWAIT: Adding temperance S 9.363E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.983E+08 and out 3.751E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 4.682E+04 over 74412 vis IMAGR2: Create N2655 .IBM001. 1 (MA) on disk 1 cno 461 IMAGR2: Create N2655 .IBM002. 1 (MA) on disk 1 cno 462 IMAGR2: Create N2655 .ICL001. 1 (MA) on disk 1 cno 463 IMAGR2: Create N2655 .ICL002. 1 (MA) on disk 1 cno 464 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.98208E+09 IMAGR2: Field 1 Beam min = -138.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 3.094 x 1.055 arcsec, PA= 18.5 IMAGR2: Field 2 Sum of gridding weights = 3.98212E+09 IMAGR2: Field 2 Beam min = -138.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 3.094 x 1.055 arcsec, PA= 18.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -4.9 MilliJy,max = 35.3 MilliJy IMAGR2: Field 2 min = -5.0 MilliJy,max = 35.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.23 MilliJy IMAGR2: 5024 Residual map points loaded IMAGR2: Field 2 min allowed flux = 17.522 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 20.281 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 20.281 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 = -2.2 MilliJy,max = 16.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.552E-02 < Second best 1.667E-02 IMAGR2: Field 2 min = -2.2 MilliJy,max = 15.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 624.06 MicroJy IMAGR2: 4809 Residual map points loaded IMAGR2: Field 2 min allowed flux = 7.479 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 30.416 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 30.416 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.648E-03 < Second best 7.114E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 364.51 MicroJy IMAGR2: 4549 Residual map points loaded IMAGR2: Field 2 min allowed flux = 3.304 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= 34.807 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 34.807 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.897E-03 < Second best 3.144E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 463 cell beam + residuals > 292.91 MicroJy IMAGR2: 4187 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.487 MilliJy iter= 39 IMAGR2: Field 2 Clean flux density= 37.395 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 37.395 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 463 cell beam + residuals > 270.05 MicroJy IMAGR2: 13324 Residual map points loaded IMAGR2: Field 1 min allowed flux = 712.180 MicroJy iter= 62 IMAGR2: Field 1 Clean flux density= 4.081 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 41.476 MilliJy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -727.2 MicroJy,max = 691.3 MicroJy IMAGR2: BGC Clean: using 161 cell beam + residuals > 288.93 MicroJy IMAGR2: 2345 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 482.148 MicroJy iter= 132 IMAGR2: Field 2 Clean flux density= 39.163 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 43.244 MilliJy 194 comps IMAGR2: ALGSTB: All 176 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 165- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -555.6 MicroJy,max = 634.4 MicroJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 223.72 MicroJy IMAGR2: 13707 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 385.514 MicroJy iter= 255 IMAGR2: Field 1 Clean flux density= 6.825 MilliJy 255 comps IMAGR2: Total Cleaned flux density = 45.988 MilliJy 387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -441.0 MicroJy,max = 498.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 211.96 MicroJy IMAGR2: 2188 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 282.129 MicroJy iter= 278 IMAGR2: Field 2 Clean flux density= 39.451 MilliJy 278 comps IMAGR2: Total Cleaned flux density = 46.276 MilliJy 533 comps IMAGR2: ALGSTB: All 176 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 165- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -363.1 MicroJy,max = 362.6 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 189.79 MicroJy IMAGR2: 16920 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 271.943 MicroJy iter= 531 IMAGR2: Field 1 Clean flux density= 7.489 MilliJy 531 comps IMAGR2: Total Cleaned flux density = 46.940 MilliJy 809 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -322.1 MicroJy,max = 381.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 186.96 MicroJy IMAGR2: 1396 Residual map points loaded IMAGR2: Field 2 min Clean flux = -262.243 MicroJy iter= 280 IMAGR2: Field 2 Clean flux density= 39.452 MilliJy 280 comps IMAGR2: Total Cleaned flux density = 46.941 MilliJy 811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -308.9 MicroJy,max = 313.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 173.58 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min Clean flux = -268.391 MicroJy iter= 534 IMAGR2: Field 1 Clean flux density= 7.517 MilliJy 534 comps IMAGR2: Total Cleaned flux density = 46.969 MilliJy 814 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 268.391 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 534 to 344 components IMAGR2: Field 2 compressed from 280 to 145 components IMAGR2: Field 1 min = -309.2 MicroJy,max = 312.9 MicroJy IMAGR2: Field 2 min = -320.7 MicroJy,max = 381.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 6.589 MilliJy ( 192 CCs) from field 1 to field 2 IMAGR2: Restore 39.452 MilliJy ( 145 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 46.969 MilliJy IMAGR2: Field 2 final Clean flux 46.041 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= 460 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 26.7 Real= 56 cat /tmp/SETFC@N5395_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :74 =N5395' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5395_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 452 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 453 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 454 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 455 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 456 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 457 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 458 disk= 1 AIPS 2: Disk 1 in-CNO 459 renumbered as CNO 451 AIPS 2: Disk 1 in-CNO 460 renumbered as CNO 452 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 453 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 454 AIPS 2: Disk 1 in-CNO 463 renumbered as CNO 455 AIPS 2: Disk 1 in-CNO 464 renumbered as CNO 456 AIPS 2: Disk 1 in-CNO 465 renumbered as CNO 457 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07379 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0954+745_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :75 =0954+745' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 459 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 460 disk= 1 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 458 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 459 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2655_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2655_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :76 =N2655' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2655_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 461 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 462 disk= 1 AIPS 2: Disk 1 in-CNO 463 renumbered as CNO 460 AIPS 2: Disk 1 in-CNO 464 renumbered as CNO 461 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3031_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3031 C BAND Seq 1 Disk: 1 in slot 79 SETFC2: SETCEL: recommends IMSIZE 1452 CELLSIZE 0.38054 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38054 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3031_C,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.23 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 09:55:51.88 69:40:46.1 6.205 1.000 0.001 SETFC2: 3 09:55:55.78 69:40:14.4 0.230 0.987 0.010 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 95.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 3 C 1 2036 2036 09 55 52.22 69 40 46.9 00001 -1 1019 1024 1025 C 2 246 246 09 55 51.88 69 40 46.1 00002 -1 100 128 129 C 3 246 246 09 55 55.78 69 40 14.4 00003 -1 100 128 129 cat /tmp/SETFC@N5395_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :74 =N5395' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5395_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 452 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 453 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 454 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 455 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 456 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 457 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 458 disk= 1 AIPS 2: Disk 1 in-CNO 459 renumbered as CNO 451 AIPS 2: Disk 1 in-CNO 460 renumbered as CNO 452 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 453 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 454 AIPS 2: Disk 1 in-CNO 463 renumbered as CNO 455 AIPS 2: Disk 1 in-CNO 464 renumbered as CNO 456 AIPS 2: Disk 1 in-CNO 465 renumbered as CNO 457 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07379 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0954+745_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :75 =0954+745' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 459 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 460 disk= 1 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 458 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 459 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2655_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2655_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :76 =N2655' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2655_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 461 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 462 disk= 1 AIPS 2: Disk 1 in-CNO 463 renumbered as CNO 460 AIPS 2: Disk 1 in-CNO 464 renumbered as CNO 461 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3031_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3031_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :77 =N3031' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3031_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 5.2090E-03 -3.0000E-02 0 IMAGR2: Field 2 246 246 -1.7659E+00 -8.3000E-01 0 IMAGR2: Field 3 246 246 1.8549E+01 -3.2530E+01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3031_C,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 N3031 .IMAGR . 1 (UV) on disk 1 cno 462 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.186E+04 IMAGR2: UVWAIT: Adding temperance S 8.371E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.681E+08 and out 3.179E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR2: UVWAIT: Average summed weight 4.186E+04 over 74412 vis IMAGR2: Create N3031 .IBM001. 1 (MA) on disk 1 cno 463 IMAGR2: Create N3031 .IBM002. 1 (MA) on disk 1 cno 464 IMAGR2: Create N3031 .IBM003. 1 (MA) on disk 1 cno 465 IMAGR2: Create N3031 .ICL001. 1 (MA) on disk 1 cno 466 IMAGR2: Create N3031 .ICL002. 1 (MA) on disk 1 cno 467 IMAGR2: Create N3031 .ICL003. 1 (MA) on disk 1 cno 468 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.37486E+09 IMAGR2: Field 1 Beam min = -152.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 4.366 x 1.052 arcsec, PA= 26.1 IMAGR2: Field 2 Sum of gridding weights = 3.37489E+09 IMAGR2: Field 2 Beam min = -152.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 4.366 x 1.052 arcsec, PA= 26.1 IMAGR2: Field 3 Sum of gridding weights = 3.37489E+09 IMAGR2: Field 3 Beam min = -152.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 4.368 x 1.052 arcsec, PA= 26.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -8.5 MilliJy,max = 48.3 MilliJy IMAGR2: Field 2 min = -11.5 MilliJy,max = 48.8 MilliJy IMAGR2: Field 3 min = -10.2 MilliJy,max = 48.5 MilliJy IMAGR2: BGC Clean: using 127 cell beam + residuals > 9.09 MilliJy IMAGR2: 4081 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 35.917 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 40.508 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 40.508 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 = -8.1 MilliJy,max = 35.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.367E-02 < Second best 3.919E-02 IMAGR2: Field 3 min = -9.6 MilliJy,max = 35.4 MilliJy IMAGR2: BGC Clean: using 115 cell beam + residuals > 9.09 MilliJy IMAGR2: 2360 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 23.409 MilliJy iter= 37 IMAGR2: Field 3 Clean flux density= 103.860 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 144.368 MilliJy 47 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -9.2 MilliJy,max = 35.6 MilliJy IMAGR2: BGC Clean: using 113 cell beam + residuals > 9.92 MilliJy IMAGR2: 2971 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 19.830 MilliJy iter= 77 IMAGR2: Field 2 Clean flux density= 196.432 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 300.293 MilliJy 114 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -7.1 MilliJy,max = 19.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.889E-02 < Second best 2.236E-02 IMAGR2: Field 3 min = -8.4 MilliJy,max = 19.8 MilliJy IMAGR2: BGC Clean: using 115 cell beam + residuals > 7.88 MilliJy IMAGR2: 2063 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 13.284 MilliJy iter= 147 IMAGR2: Field 3 Clean flux density= 278.055 MilliJy 147 comps IMAGR2: Total Cleaned flux density = 474.487 MilliJy 224 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -8.3 MilliJy,max = 22.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.22 MilliJy IMAGR2: 3583 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 11.955 MilliJy iter= 245 IMAGR2: Field 2 Clean flux density= 435.276 MilliJy 245 comps IMAGR2: Total Cleaned flux density = 713.330 MilliJy 392 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -5.5 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.180E-02 < Second best 1.273E-02 IMAGR2: Field 3 min = -6.8 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 113 cell beam + residuals > 6.16 MilliJy IMAGR2: 1662 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 8.361 MilliJy iter= 311 IMAGR2: Field 3 Clean flux density= 440.280 MilliJy 311 comps IMAGR2: Total Cleaned flux density = 875.556 MilliJy 556 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -5.1 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 113 cell beam + residuals > 6.16 MilliJy IMAGR2: 6456 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.257 MilliJy iter= 212 IMAGR2: Field 1 Clean flux density= 200.642 MilliJy 212 comps IMAGR2: Total Cleaned flux density = 1.076 Jy 768 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.8 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.89 MilliJy IMAGR2: 3046 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.364 MilliJy iter= 503 IMAGR2: Field 2 Clean flux density= 619.741 MilliJy 503 comps IMAGR2: Total Cleaned flux density = 1.261 Jy 1026 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -5.1 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.156E-03 < Second best 7.876E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.76 MilliJy IMAGR2: 12864 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.128 MilliJy iter= 644 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 444.845 MilliJy 644 comps IMAGR2: Total Cleaned flux density = 1.505 Jy 1458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.9 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.984E-03 < Second best 6.135E-03 IMAGR2: Field 2 min = -4.8 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.61 MilliJy IMAGR2: 3427 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.122 MilliJy iter= 722 IMAGR2: Field 2 Clean flux density= 718.408 MilliJy 722 comps IMAGR2: Total Cleaned flux density = 1.604 Jy 1677 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -3.5 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.052E-03 < Second best 4.902E-03 IMAGR2: Field 1 min = -2.8 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.76 MilliJy IMAGR2: 13554 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.472 MilliJy iter= 1117 IMAGR2: Field 1 Clean flux density= 622.926 MilliJy 1117 comps IMAGR2: Total Cleaned flux density = 1.782 Jy 2150 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.267E-03 < Second best 3.980E-03 IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 3999 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.970 MilliJy iter= 930 IMAGR2: Field 2 Clean flux density= 784.225 MilliJy 930 comps IMAGR2: Total Cleaned flux density = 1.847 Jy 2358 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 13257 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.594 MilliJy iter= 1556 IMAGR2: Field 1 Clean flux density= 744.394 MilliJy 1556 comps IMAGR2: Total Cleaned flux density = 1.969 Jy 2797 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.426E-03 < Second best 2.873E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR2: 4271 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.313 MilliJy iter= 1117 IMAGR2: Field 2 Clean flux density= 829.638 MilliJy 1117 comps IMAGR2: Total Cleaned flux density = 2.014 Jy 2984 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 12884 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.091 MilliJy iter= 1931 IMAGR2: Field 1 Clean flux density= 826.399 MilliJy 1931 comps IMAGR2: Total Cleaned flux density = 2.096 Jy 3359 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.045E-03 < Second best 2.241E-03 IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR2: 4440 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.928 MilliJy iter= 1286 IMAGR2: Field 2 Clean flux density= 863.443 MilliJy 1286 comps IMAGR2: Total Cleaned flux density = 2.130 Jy 3528 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.883E-03 < Second best 2.004E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 12512 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.786 MilliJy iter= 2263 IMAGR2: Field 1 Clean flux density= 887.641 MilliJy 2263 comps IMAGR2: Total Cleaned flux density = 2.191 Jy 3860 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.728E-03 < Second best 1.870E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 4336 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.667 MilliJy iter= 1436 IMAGR2: Field 2 Clean flux density= 889.336 MilliJy 1436 comps IMAGR2: Total Cleaned flux density = 2.217 Jy 4010 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.608 MilliJy iter= 343 IMAGR2: Field 3 Clean flux density= 445.224 MilliJy 343 comps IMAGR2: Total Cleaned flux density = 2.222 Jy 4042 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 12146 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.563 MilliJy iter= 2572 IMAGR2: Field 1 Clean flux density= 936.634 MilliJy 2572 comps IMAGR2: Total Cleaned flux density = 2.271 Jy 4351 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 3823 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.473 MilliJy iter= 1564 IMAGR2: Field 2 Clean flux density= 908.809 MilliJy 1564 comps IMAGR2: Total Cleaned flux density = 2.291 Jy 4479 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 605 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.425 MilliJy iter= 383 IMAGR2: Field 3 Clean flux density= 450.181 MilliJy 383 comps IMAGR2: Total Cleaned flux density = 2.296 Jy 4519 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 11931 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.400 MilliJy iter= 2859 IMAGR2: Field 1 Clean flux density= 977.006 MilliJy 2859 comps IMAGR2: Total Cleaned flux density = 2.336 Jy 4806 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 3150 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.325 MilliJy iter= 1676 IMAGR2: Field 2 Clean flux density= 924.075 MilliJy 1676 comps IMAGR2: Total Cleaned flux density = 2.351 Jy 4918 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 536 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.295 MilliJy iter= 419 IMAGR2: Field 3 Clean flux density= 453.609 MilliJy 419 comps IMAGR2: Total Cleaned flux density = 2.355 Jy 4954 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 11809 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.276 MilliJy iter= 3138 IMAGR2: Field 1 Clean flux density= 1.011 Jy 3138 comps IMAGR2: Total Cleaned flux density = 2.389 Jy 5233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 2840 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.213 MilliJy iter= 1781 IMAGR2: Field 2 Clean flux density= 937.140 MilliJy 1781 comps IMAGR2: Total Cleaned flux density = 2.402 Jy 5338 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 433 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.183 MilliJy iter= 449 IMAGR2: Field 3 Clean flux density= 456.513 MilliJy 449 comps IMAGR2: Total Cleaned flux density = 2.405 Jy 5368 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 11923 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.173 MilliJy iter= 3409 IMAGR2: Field 1 Clean flux density= 1.041 Jy 3409 comps IMAGR2: Total Cleaned flux density = 2.435 Jy 5639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 2491 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.120 MilliJy iter= 1883 IMAGR2: Field 2 Clean flux density= 948.854 MilliJy 1883 comps IMAGR2: Total Cleaned flux density = 2.447 Jy 5741 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 312 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.099 MilliJy iter= 476 IMAGR2: Field 3 Clean flux density= 458.196 MilliJy 476 comps IMAGR2: Total Cleaned flux density = 2.448 Jy 5768 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 11899 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.090 MilliJy iter= 3701 IMAGR2: Field 1 Clean flux density= 1.072 Jy 3701 comps IMAGR2: Total Cleaned flux density = 2.479 Jy 6060 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 2098 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.036 MilliJy iter= 1972 IMAGR2: Field 2 Clean flux density= 958.095 MilliJy 1972 comps IMAGR2: Total Cleaned flux density = 2.488 Jy 6149 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 317 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.021 MilliJy iter= 499 IMAGR2: Field 3 Clean flux density= 460.169 MilliJy 499 comps IMAGR2: Total Cleaned flux density = 2.490 Jy 6172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 965.30 MicroJy IMAGR2: 12269 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.011 MilliJy iter= 3997 IMAGR2: Field 1 Clean flux density= 1.097 Jy 3997 comps IMAGR2: Total Cleaned flux density = 2.515 Jy 6468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 953.35 MicroJy IMAGR2: 1963 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 964.888 MicroJy iter= 2058 IMAGR2: Field 2 Clean flux density= 966.609 MilliJy 2058 comps IMAGR2: Total Cleaned flux density = 2.524 Jy 6554 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -975.1 MicroJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 948.59 MicroJy IMAGR2: 244 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 950.047 MicroJy iter= 518 IMAGR2: Field 3 Clean flux density= 461.434 MilliJy 518 comps IMAGR2: Total Cleaned flux density = 2.525 Jy 6573 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -998.9 MicroJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 901.91 MicroJy IMAGR2: 12405 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 942.981 MicroJy iter= 4298 IMAGR2: Field 1 Clean flux density= 1.123 Jy 4298 comps IMAGR2: Total Cleaned flux density = 2.551 Jy 6874 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 983.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 891.12 MicroJy IMAGR2: 1597 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 898.793 MicroJy iter= 2132 IMAGR2: Field 2 Clean flux density= 973.432 MilliJy 2132 comps IMAGR2: Total Cleaned flux density = 2.558 Jy 6948 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -921.5 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 886.98 MicroJy IMAGR2: 251 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 889.233 MicroJy iter= 537 IMAGR2: Field 3 Clean flux density= 462.438 MilliJy 537 comps IMAGR2: Total Cleaned flux density = 2.559 Jy 6967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -924.2 MicroJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 847.23 MicroJy IMAGR2: 12505 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 884.798 MicroJy iter= 4617 IMAGR2: Field 1 Clean flux density= 1.147 Jy 4617 comps IMAGR2: Total Cleaned flux density = 2.583 Jy 7286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 898.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 837.54 MicroJy IMAGR2: 1477 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 844.248 MicroJy iter= 2203 IMAGR2: Field 2 Clean flux density= 979.566 MilliJy 2203 comps IMAGR2: Total Cleaned flux density = 2.589 Jy 7357 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -869.3 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 833.63 MicroJy IMAGR2: 219 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 835.535 MicroJy iter= 560 IMAGR2: Field 3 Clean flux density= 463.541 MilliJy 560 comps IMAGR2: Total Cleaned flux density = 2.590 Jy 7380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -869.1 MicroJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 795.06 MicroJy IMAGR2: 12735 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 829.450 MicroJy iter= 4936 IMAGR2: Field 1 Clean flux density= 1.167 Jy 4936 comps IMAGR2: Total Cleaned flux density = 2.610 Jy 7699 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 841.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 786.35 MicroJy IMAGR2: 1191 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 793.147 MicroJy iter= 2266 IMAGR2: Field 2 Clean flux density= 984.677 MilliJy 2266 comps IMAGR2: Total Cleaned flux density = 2.615 Jy 7762 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -819.0 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 783.23 MicroJy IMAGR2: 190 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 784.708 MicroJy iter= 583 IMAGR2: Field 3 Clean flux density= 465.052 MilliJy 583 comps IMAGR2: Total Cleaned flux density = 2.617 Jy 7785 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -823.7 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 747.41 MicroJy IMAGR2: 12907 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 780.056 MicroJy iter= 5276 IMAGR2: Field 1 Clean flux density= 1.188 Jy 5276 comps IMAGR2: Total Cleaned flux density = 2.638 Jy 8125 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 800.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 739.97 MicroJy IMAGR2: 1190 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 745.919 MicroJy iter= 2329 IMAGR2: Field 2 Clean flux density= 989.487 MilliJy 2329 comps IMAGR2: Total Cleaned flux density = 2.643 Jy 8188 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -770.2 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 737.17 MicroJy IMAGR2: 126 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 737.893 MicroJy iter= 602 IMAGR2: Field 3 Clean flux density= 465.727 MilliJy 602 comps IMAGR2: Total Cleaned flux density = 2.644 Jy 8207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -788.9 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 703.99 MicroJy IMAGR2: 13395 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 733.594 MicroJy iter= 5620 IMAGR2: Field 1 Clean flux density= 1.205 Jy 5620 comps IMAGR2: Total Cleaned flux density = 2.660 Jy 8551 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 737.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 697.95 MicroJy IMAGR2: 1117 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 703.437 MicroJy iter= 2397 IMAGR2: Field 2 Clean flux density= 994.384 MilliJy 2397 comps IMAGR2: Total Cleaned flux density = 2.665 Jy 8619 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -726.4 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 695.40 MicroJy IMAGR2: 107 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -695.049 MicroJy iter= 614 IMAGR2: Field 3 Clean flux density= 466.294 MilliJy 614 comps IMAGR2: Total Cleaned flux density = 2.666 Jy 8631 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -762.0 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 665.33 MicroJy IMAGR2: 13507 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 693.442 MicroJy iter= 5984 IMAGR2: Field 1 Clean flux density= 1.223 Jy 5984 comps IMAGR2: Total Cleaned flux density = 2.684 Jy 8995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 707.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 659.71 MicroJy IMAGR2: 1092 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 664.032 MicroJy iter= 2462 IMAGR2: Field 2 Clean flux density= 998.807 MilliJy 2462 comps IMAGR2: Total Cleaned flux density = 2.688 Jy 9060 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -682.5 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 657.61 MicroJy IMAGR2: 50 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 658.001 MicroJy iter= 626 IMAGR2: Field 3 Clean flux density= 466.562 MilliJy 626 comps IMAGR2: Total Cleaned flux density = 2.689 Jy 9072 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -728.6 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 627.22 MicroJy IMAGR2: 13916 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 653.329 MicroJy iter= 6363 IMAGR2: Field 1 Clean flux density= 1.238 Jy 6363 comps IMAGR2: Total Cleaned flux density = 2.703 Jy 9451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 670.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 622.95 MicroJy IMAGR2: 1099 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 624.912 MicroJy iter= 2528 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Clean flux density= 1.003 Jy 2528 comps IMAGR2: Total Cleaned flux density = 2.707 Jy 9517 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -689.0 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 621.35 MicroJy IMAGR2: 122 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 621.918 MicroJy iter= 644 IMAGR2: Field 3 Clean flux density= 467.071 MilliJy 644 comps IMAGR2: Total Cleaned flux density = 2.708 Jy 9535 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -726.1 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 593.93 MicroJy IMAGR2: 13648 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 617.652 MicroJy iter= 6743 IMAGR2: Field 1 Clean flux density= 1.253 Jy 6743 comps IMAGR2: Total Cleaned flux density = 2.723 Jy 9915 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 631.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 589.50 MicroJy IMAGR2: 934 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 593.017 MicroJy iter= 2583 IMAGR2: Field 2 Clean flux density= 1.006 Jy 2583 comps IMAGR2: Total Cleaned flux density = 2.726 Jy 9970 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -631.9 MicroJy,max = 999.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 587.96 MicroJy IMAGR2: 120 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 589.167 MicroJy iter= 666 IMAGR2: Field 3 Clean flux density= 467.666 MilliJy 666 comps IMAGR2: Total Cleaned flux density = 2.727 Jy 9992 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -690.7 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.59 MicroJy IMAGR2: 14191 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 585.755 MicroJy iter= 7154 IMAGR2: Field 1 Clean flux density= 1.268 Jy 7154 comps IMAGR2: Total Cleaned flux density = 2.742 Jy 10403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 595.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 558.79 MicroJy IMAGR2: 853 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 560.664 MicroJy iter= 2626 IMAGR2: Field 2 Clean flux density= 1.009 Jy 2626 comps IMAGR2: Total Cleaned flux density = 2.744 Jy 10446 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -617.5 MicroJy,max = 955.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 557.36 MicroJy IMAGR2: 99 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 554.721 MicroJy iter= 678 IMAGR2: Field 3 Clean flux density= 468.229 MilliJy 678 comps IMAGR2: Total Cleaned flux density = 2.745 Jy 10458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -671.4 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 532.96 MicroJy IMAGR2: 14631 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -555.249 MicroJy iter= 7590 IMAGR2: Field 1 Clean flux density= 1.280 Jy 7590 comps IMAGR2: Total Cleaned flux density = 2.757 Jy 10894 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -980.1 MicroJy,max = 560.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 529.74 MicroJy IMAGR2: 704 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 532.124 MicroJy iter= 2676 IMAGR2: Field 2 Clean flux density= 1.011 Jy 2676 comps IMAGR2: Total Cleaned flux density = 2.760 Jy 10944 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -602.3 MicroJy,max = 929.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 528.70 MicroJy IMAGR2: 60 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 528.177 MicroJy iter= 691 IMAGR2: Field 3 Clean flux density= 468.712 MilliJy 691 comps IMAGR2: Total Cleaned flux density = 2.760 Jy 10957 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -654.4 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 506.02 MicroJy IMAGR2: 14797 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 526.088 MicroJy iter= 8024 IMAGR2: Field 1 Clean flux density= 1.293 Jy 8024 comps IMAGR2: Total Cleaned flux density = 2.773 Jy 11391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -949.4 MicroJy,max = 536.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 502.84 MicroJy IMAGR2: 631 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 505.223 MicroJy iter= 2726 IMAGR2: Field 2 Clean flux density= 1.014 Jy 2726 comps IMAGR2: Total Cleaned flux density = 2.776 Jy 11441 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -574.6 MicroJy,max = 878.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 501.95 MicroJy IMAGR2: 56 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 498.978 MicroJy iter= 707 IMAGR2: Field 3 Clean flux density= 469.318 MilliJy 707 comps IMAGR2: Total Cleaned flux density = 2.776 Jy 11457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -637.1 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.18 MicroJy IMAGR2: 14829 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 499.199 MicroJy iter= 8481 IMAGR2: Field 1 Clean flux density= 1.303 Jy 8481 comps IMAGR2: Total Cleaned flux density = 2.786 Jy 11914 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -919.5 MicroJy,max = 507.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 477.42 MicroJy IMAGR2: 666 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 479.129 MicroJy iter= 2764 IMAGR2: Field 2 Clean flux density= 1.016 Jy 2764 comps IMAGR2: Total Cleaned flux density = 2.788 Jy 11952 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -555.7 MicroJy,max = 842.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 476.49 MicroJy IMAGR2: 78 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 476.742 MicroJy iter= 720 IMAGR2: Field 3 Clean flux density= 469.655 MilliJy 720 comps IMAGR2: Total Cleaned flux density = 2.789 Jy 11965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -607.6 MicroJy,max = 977.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.17 MicroJy IMAGR2: 15234 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 475.547 MicroJy iter= 8960 IMAGR2: Field 1 Clean flux density= 1.315 Jy 8960 comps IMAGR2: Total Cleaned flux density = 2.800 Jy 12444 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -859.5 MicroJy,max = 480.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.78 MicroJy IMAGR2: 429 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 455.256 MicroJy iter= 2801 IMAGR2: Field 2 Clean flux density= 1.017 Jy 2801 comps IMAGR2: Total Cleaned flux density = 2.801 Jy 12481 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -524.2 MicroJy,max = 811.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.03 MicroJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -454.331 MicroJy iter= 735 IMAGR2: Field 3 Clean flux density= 470.070 MilliJy 735 comps IMAGR2: Total Cleaned flux density = 2.802 Jy 12496 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -580.6 MicroJy,max = 933.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 434.87 MicroJy IMAGR2: 15550 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 452.678 MicroJy iter= 9470 IMAGR2: Field 1 Clean flux density= 1.323 Jy 9470 comps IMAGR2: Total Cleaned flux density = 2.811 Jy 13006 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -828.9 MicroJy,max = 453.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 432.84 MicroJy IMAGR2: 514 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 433.934 MicroJy iter= 2844 IMAGR2: Field 2 Clean flux density= 1.019 Jy 2844 comps IMAGR2: Total Cleaned flux density = 2.812 Jy 13049 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -504.9 MicroJy,max = 787.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 432.19 MicroJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -432.716 MicroJy iter= 748 IMAGR2: Field 3 Clean flux density= 470.291 MilliJy 748 comps IMAGR2: Total Cleaned flux density = 2.813 Jy 13062 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -567.0 MicroJy,max = 878.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 413.93 MicroJy IMAGR2: 15341 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 430.034 MicroJy iter= 9979 IMAGR2: Field 1 Clean flux density= 1.335 Jy 9979 comps IMAGR2: Total Cleaned flux density = 2.824 Jy 13571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -801.5 MicroJy,max = 437.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.88 MicroJy IMAGR2: 521 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 412.336 MicroJy iter= 2884 IMAGR2: Field 2 Clean flux density= 1.021 Jy 2884 comps IMAGR2: Total Cleaned flux density = 2.826 Jy 13611 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -470.4 MicroJy,max = 720.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.18 MicroJy IMAGR2: 59 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -410.329 MicroJy iter= 760 IMAGR2: Field 3 Clean flux density= 470.459 MilliJy 760 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 2.826 Jy 13623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -539.9 MicroJy,max = 860.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.03 MicroJy IMAGR2: 15609 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -409.600 MicroJy iter= 10514 IMAGR2: Field 1 Clean flux density= 1.343 Jy 10514 comps IMAGR2: Total Cleaned flux density = 2.834 Jy 14158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -771.5 MicroJy,max = 411.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 392.21 MicroJy IMAGR2: 419 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 393.283 MicroJy iter= 2920 IMAGR2: Field 2 Clean flux density= 1.022 Jy 2920 comps IMAGR2: Total Cleaned flux density = 2.836 Jy 14194 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -461.6 MicroJy,max = 723.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 391.66 MicroJy IMAGR2: 34 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 391.757 MicroJy iter= 770 IMAGR2: Field 3 Clean flux density= 470.696 MilliJy 770 comps IMAGR2: Total Cleaned flux density = 2.836 Jy 14204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -530.6 MicroJy,max = 836.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 375.19 MicroJy IMAGR2: 16094 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 390.018 MicroJy iter= 11073 IMAGR2: Field 1 Clean flux density= 1.351 Jy 11073 comps IMAGR2: Total Cleaned flux density = 2.844 Jy 14763 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -699.4 MicroJy,max = 396.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 373.80 MicroJy IMAGR2: 507 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 374.779 MicroJy iter= 2961 IMAGR2: Field 2 Clean flux density= 1.024 Jy 2961 comps IMAGR2: Total Cleaned flux density = 2.845 Jy 14804 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -457.0 MicroJy,max = 665.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 373.33 MicroJy IMAGR2: 47 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 369.557 MicroJy iter= 781 IMAGR2: Field 3 Clean flux density= 471.035 MilliJy 781 comps IMAGR2: Total Cleaned flux density = 2.845 Jy 14815 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -516.9 MicroJy,max = 802.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 357.99 MicroJy IMAGR2: 15853 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 371.755 MicroJy iter= 11641 IMAGR2: Field 1 Clean flux density= 1.358 Jy 11641 comps IMAGR2: Total Cleaned flux density = 2.853 Jy 15383 comps IMAGR2: ALGSTB: All 1249 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1238- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -677.8 MicroJy,max = 371.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 356.47 MicroJy IMAGR2: 359 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 357.218 MicroJy iter= 2991 IMAGR2: Field 2 Clean flux density= 1.025 Jy 2991 comps IMAGR2: Total Cleaned flux density = 2.854 Jy 15413 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -500.3 MicroJy,max = 759.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 342.59 MicroJy IMAGR2: 14862 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 355.346 MicroJy iter= 12210 IMAGR2: Field 1 Clean flux density= 1.364 Jy 12210 comps IMAGR2: Total Cleaned flux density = 2.859 Jy 15982 comps IMAGR2: ALGSTB: All 1249 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1238- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -442.2 MicroJy,max = 639.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.44 MicroJy IMAGR2: 138 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 336.803 MicroJy iter= 800 IMAGR2: Field 3 Clean flux density= 471.557 MilliJy 800 comps IMAGR2: Total Cleaned flux density = 2.860 Jy 16001 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -641.9 MicroJy,max = 354.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 340.11 MicroJy IMAGR2: 316 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 338.864 MicroJy iter= 3021 IMAGR2: Field 2 Clean flux density= 1.026 Jy 3021 comps IMAGR2: Total Cleaned flux density = 2.861 Jy 16031 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -479.1 MicroJy,max = 731.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 326.36 MicroJy IMAGR2: 16392 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -339.182 MicroJy iter= 12840 IMAGR2: Field 1 Clean flux density= 1.371 Jy 12840 comps IMAGR2: Total Cleaned flux density = 2.869 Jy 16661 comps IMAGR2: ALGSTB: All 1249 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1238- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -611.1 MicroJy,max = 338.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 325.29 MicroJy IMAGR2: 327 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 325.726 MicroJy iter= 3047 IMAGR2: Field 2 Clean flux density= 1.027 Jy 3047 comps IMAGR2: Total Cleaned flux density = 2.869 Jy 16687 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -472.0 MicroJy,max = 687.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 311.88 MicroJy IMAGR2: 15100 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 323.669 MicroJy iter= 13469 IMAGR2: Field 1 Clean flux density= 1.376 Jy 13469 comps IMAGR2: Total Cleaned flux density = 2.874 Jy 17316 comps IMAGR2: ALGSTB: All 1249 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1238- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -398.0 MicroJy,max = 575.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 310.77 MicroJy IMAGR2: 29 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 309.416 MicroJy iter= 810 IMAGR2: Field 3 Clean flux density= 471.745 MilliJy 810 comps IMAGR2: Total Cleaned flux density = 2.874 Jy 17326 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -585.8 MicroJy,max = 326.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 309.67 MicroJy IMAGR2: 200 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 310.110 MicroJy iter= 3067 IMAGR2: Field 2 Clean flux density= 1.027 Jy 3067 comps IMAGR2: Total Cleaned flux density = 2.875 Jy 17346 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -456.2 MicroJy,max = 662.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 297.26 MicroJy IMAGR2: 16803 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 308.741 MicroJy iter= 14137 IMAGR2: Field 1 Clean flux density= 1.382 Jy 14137 comps IMAGR2: Total Cleaned flux density = 2.881 Jy 18014 comps IMAGR2: ALGSTB: All 1249 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1238- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -557.6 MicroJy,max = 312.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 296.40 MicroJy IMAGR2: 357 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 296.113 MicroJy iter= 3098 IMAGR2: Field 2 Clean flux density= 1.028 Jy 3098 comps IMAGR2: Total Cleaned flux density = 2.882 Jy 18045 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 3 min = -387.8 MicroJy,max = 539.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 296.03 MicroJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 295.856 MicroJy iter= 820 IMAGR2: Field 3 Clean flux density= 471.924 MilliJy 820 comps IMAGR2: Total Cleaned flux density = 2.882 Jy 18055 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -444.1 MicroJy,max = 638.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 283.27 MicroJy IMAGR2: 16801 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 294.117 MicroJy iter= 14825 IMAGR2: Field 1 Clean flux density= 1.388 Jy 14825 comps IMAGR2: Total Cleaned flux density = 2.888 Jy 18743 comps IMAGR2: ALGSTB: All 1249 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1238- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -539.6 MicroJy,max = 292.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 282.37 MicroJy IMAGR2: 192 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 282.615 MicroJy iter= 3121 IMAGR2: Field 2 Clean flux density= 1.029 Jy 3121 comps IMAGR2: Total Cleaned flux density = 2.888 Jy 18766 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -389.6 MicroJy,max = 545.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 282.10 MicroJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 3 min Clean flux = 263.382 MicroJy iter= 830 IMAGR2: Field 3 Clean flux density= 472.036 MilliJy 830 comps IMAGR2: Total Cleaned flux density = 2.888 Jy 18776 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -427.5 MicroJy,max = 611.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 270.18 MicroJy IMAGR2: 17615 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 280.715 MicroJy iter= 15553 IMAGR2: Field 1 Clean flux density= 1.393 Jy 15553 comps IMAGR2: Total Cleaned flux density = 2.894 Jy 19504 comps IMAGR2: ALGSTB: All 1249 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1238- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -509.1 MicroJy,max = 284.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 269.36 MicroJy IMAGR2: 224 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 269.534 MicroJy iter= 3145 IMAGR2: Field 2 Clean flux density= 1.029 Jy 3145 comps IMAGR2: Total Cleaned flux density = 2.894 Jy 19528 comps IMAGR2: ALGSTB: All 166 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 155- 0 Cells, with 37206 Pts IMAGR2: Field 1 min = -415.6 MicroJy,max = 596.4 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 257.54 MicroJy IMAGR2: 17695 Residual map points loaded IMAGR2: Field 1 min Clean flux = -268.540 MicroJy iter= 16191 IMAGR2: Field 1 Clean flux density= 1.396 Jy 16191 comps IMAGR2: Total Cleaned flux density = 2.897 Jy 20166 comps IMAGR2: ALGSTB: All 1249 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1238- 0 Cells, with 37206 Pts IMAGR2: Field 2 min = -480.9 MicroJy,max = 276.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 109.38 MicroJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 2 min Clean flux = 266.051 MicroJy iter= 3151 IMAGR2: Field 2 Clean flux density= 1.030 Jy 3151 comps IMAGR2: Total Cleaned flux density = 2.897 Jy 20172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 268.540 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 16191 to 12380 components IMAGR2: Field 2 compressed from 3151 to 2252 components IMAGR2: Field 3 compressed from 830 to 589 components IMAGR2: Field 1 min = -401.8 MicroJy,max = 580.9 MicroJy IMAGR2: Field 2 min = -480.4 MicroJy,max = 274.4 MicroJy IMAGR2: Field 3 min = -367.8 MicroJy,max = 485.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 813.702 MilliJy ( 2875 CCs) from field 1 to field 2 IMAGR2: Restore 944.069 MilliJy ( 3307 CCs) from field 1 to field 3 IMAGR2: Restore 1.030 Jy ( 2252 CCs) from field 2 to field 1 IMAGR2: Restore 1.030 Jy ( 2249 CCs) from field 2 to field 3 IMAGR2: Restore 472.035 MilliJy ( 589 CCs) from field 3 to field 1 IMAGR2: Restore 472.532 MilliJy ( 583 CCs) from field 3 to field 2 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.897 Jy IMAGR2: Field 2 final Clean flux 2.316 Jy IMAGR2: Field 3 final Clean flux 2.446 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= 462 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 276.5 Real= 578 cat /tmp/SETFC@N5395_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :74 =N5395' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5395_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 452 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 453 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 454 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 455 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 456 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 457 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 458 disk= 1 AIPS 2: Disk 1 in-CNO 459 renumbered as CNO 451 AIPS 2: Disk 1 in-CNO 460 renumbered as CNO 452 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 453 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 454 AIPS 2: Disk 1 in-CNO 463 renumbered as CNO 455 AIPS 2: Disk 1 in-CNO 464 renumbered as CNO 456 AIPS 2: Disk 1 in-CNO 465 renumbered as CNO 457 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07379 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0954+745_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :75 =0954+745' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0954+745_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 459 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 460 disk= 1 AIPS 2: Disk 1 in-CNO 461 renumbered as CNO 458 AIPS 2: Disk 1 in-CNO 462 renumbered as CNO 459 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2655_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N2655_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :76 =N2655' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N2655_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 461 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 462 disk= 1 AIPS 2: Disk 1 in-CNO 463 renumbered as CNO 460 AIPS 2: Disk 1 in-CNO 464 renumbered as CNO 461 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3031_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3031_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :77 =N3031' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3031_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 463 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 464 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 465 disk= 1 AIPS 2: Disk 1 in-CNO 466 renumbered as CNO 462 AIPS 2: Disk 1 in-CNO 467 renumbered as CNO 463 AIPS 2: Disk 1 in-CNO 468 renumbered as CNO 464 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3147 C BAND Seq 1 Disk: 1 in slot 80 SETFC2: SETCEL: recommends IMSIZE 1455 CELLSIZE 0.37980 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37980 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3147_C,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.23 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 10:16:53.86 73:24:03.5 0.093 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 96.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 2036 2036 10 16 53.64 73 24 02.7 00001 -1 1019 1024 1025 C 2 246 246 10 16 53.86 73 24 03.5 00002 -1 100 128 129 ecuted is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3147_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :78 =N3147' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3147_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 2.9230E-11 5.1159E-11 0 IMAGR2: Field 2 246 246 9.4273E-01 8.0000E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3147_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N3147 .IMAGR . 1 (UV) on disk 1 cno 465 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36855 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.346E+04 IMAGR2: UVWAIT: Adding temperance S 8.692E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.842E+08 and out 3.435E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR2: UVWAIT: Average summed weight 4.346E+04 over 73710 vis IMAGR2: Create N3147 .IBM001. 1 (MA) on disk 1 cno 466 IMAGR2: Create N3147 .IBM002. 1 (MA) on disk 1 cno 467 IMAGR2: Create N3147 .ICL001. 1 (MA) on disk 1 cno 468 IMAGR2: Create N3147 .ICL002. 1 (MA) on disk 1 cno 469 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.64635E+09 IMAGR2: Field 1 Beam min = -150.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 3.613 x 1.048 arcsec, PA= 26.9 IMAGR2: Field 2 Sum of gridding weights = 3.64638E+09 IMAGR2: Field 2 Beam min = -150.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 3.613 x 1.048 arcsec, PA= 26.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -1.6 MilliJy,max = 10.0 MilliJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 1581 cell beam + residuals > 354.62 MicroJy IMAGR2: 14943 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.803 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 5.720 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 5.720 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -749.1 MicroJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.247E-03 < Second best 4.565E-03 IMAGR2: Field 1 min = -714.2 MicroJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 1321 cell beam + residuals > 218.28 MicroJy IMAGR2: 10137 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.968 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 8.438 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 8.438 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -407.8 MicroJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.768E-03 < Second best 1.871E-03 IMAGR2: Field 1 min = -395.9 MicroJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 405 cell beam + residuals > 164.88 MicroJy IMAGR2: 14258 Residual map points loaded IMAGR2: Field 1 min allowed flux = 822.035 MicroJy iter= 26 IMAGR2: Field 1 Clean flux density= 9.564 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 9.564 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -354.2 MicroJy,max = 773.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.378E-04 < Second best 7.820E-04 IMAGR2: Field 1 min = -355.6 MicroJy,max = 745.6 MicroJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 156.67 MicroJy IMAGR2: 15639 Residual map points loaded IMAGR2: Field 1 min allowed flux = 367.567 MicroJy iter= 37 IMAGR2: Field 1 Clean flux density= 10.119 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 10.119 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -340.4 MicroJy,max = 380.3 MicroJy IMAGR2: BGC Clean: using 123 cell beam + residuals > 182.13 MicroJy IMAGR2: 511 Residual map points loaded IMAGR2: Field 2 min Clean flux = 268.297 MicroJy iter= 18 IMAGR2: Field 2 Clean flux density= 194.874 MicroJy 18 comps IMAGR2: Total Cleaned flux density = 10.313 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -275.3 MicroJy,max = 335.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 150.08 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min Clean flux = 266.815 MicroJy iter= 46 IMAGR2: Field 1 Clean flux density= 10.379 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 10.574 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 268.297 less than limit 269.817 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 46 to 13 components IMAGR2: Field 2 compressed from 18 to 9 components IMAGR2: Field 1 min = -273.9 MicroJy,max = 265.9 MicroJy IMAGR2: Field 2 min = -265.5 MicroJy,max = 265.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 10.194 MilliJy ( 9 CCs) from field 1 to field 2 IMAGR2: Restore 194.874 MicroJy ( 9 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 10.574 MilliJy IMAGR2: Field 2 final Clean flux 10.389 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= 465 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 13.8 Real= 29 ecuted is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3147_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :78 =N3147' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 466 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 467 disk= 1 AIPS 2: Disk 1 in-CNO 468 renumbered as CNO 465 AIPS 2: Disk 1 in-CNO 469 renumbered as CNO 466 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08146 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: Found 1056+701 C BAND Seq 1 Disk: 1 in slot 81 SETFC2: SETCEL: recommends IMSIZE 1454 CELLSIZE 0.38016 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38016 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1056+701_C,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.23 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 10:56:53.70 70:11:46.0 0.311 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 91.6 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= 0.8 Real= 1 C 1 2036 2036 10 56 53.61 70 11 45.9 00001 -1 1019 1024 1025 C 2 246 246 10 56 53.70 70 11 46.0 00002 -1 100 128 129 ecuted is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3147_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :78 =N3147' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 466 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 467 disk= 1 AIPS 2: Disk 1 in-CNO 468 renumbered as CNO 465 AIPS 2: Disk 1 in-CNO 469 renumbered as CNO 466 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08146 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1056+701_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :79 =1056+701' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1056+701_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.7787E-02 1.9000E-02 0 IMAGR2: Field 2 246 246 4.3960E-01 1.1900E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1056+701_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1056+701 .IMAGR . 1 (UV) on disk 1 cno 467 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 11232 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.808E+04 IMAGR2: UVWAIT: Adding temperance S 3.615E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.286E+07 and out 7.419E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR2: UVWAIT: Average summed weight 1.808E+04 over 22464 vis IMAGR2: Create 1056+701 .IBM001. 1 (MA) on disk 1 cno 468 IMAGR2: Create 1056+701 .IBM002. 1 (MA) on disk 1 cno 469 IMAGR2: Create 1056+701 .ICL001. 1 (MA) on disk 1 cno 470 IMAGR2: Create 1056+701 .ICL002. 1 (MA) on disk 1 cno 471 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 7.87669E+08 IMAGR2: Field 1 Beam min = -85.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 4.297 x 1.111 arcsec, PA= 27.7 IMAGR2: Field 2 Sum of gridding weights = 7.87679E+08 IMAGR2: Field 2 Beam min = -85.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 4.297 x 1.111 arcsec, PA= 27.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -29.4 MilliJy,max = 338.3 MilliJy IMAGR2: Field 2 min = -30.0 MilliJy,max = 337.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 15.27 MilliJy IMAGR2: 16388 Residual map points loaded IMAGR2: Field 1 min allowed flux = 161.819 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 192.686 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 192.686 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.4 MilliJy,max = 145.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.387E-01 < Second best 1.538E-01 IMAGR2: Field 1 min = -13.0 MilliJy,max = 145.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.30 MilliJy IMAGR2: 10945 Residual map points loaded IMAGR2: Field 1 min allowed flux = 70.247 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 275.690 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 275.690 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.2 MilliJy,max = 63.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.051E-02 < Second best 6.677E-02 IMAGR2: Field 1 min = -6.0 MilliJy,max = 63.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.17 MilliJy IMAGR2: 11814 Residual map points loaded IMAGR2: Field 1 min allowed flux = 31.336 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 312.269 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 312.269 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 28.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.733E-02 < Second best 2.978E-02 IMAGR2: Field 1 min = -3.3 MilliJy,max = 28.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.41 MilliJy IMAGR2: 13153 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.251 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 328.801 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 328.801 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 13.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.235E-02 < Second best 1.355E-02 IMAGR2: Field 1 min = -2.1 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 671.98 MicroJy IMAGR2: 16052 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.824 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 336.868 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 336.868 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.100E-03 < Second best 5.536E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 1725 cell beam + residuals > 471.53 MicroJy IMAGR2: 7119 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.391 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 340.179 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 340.179 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.106E-03 < Second best 2.274E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 369.77 MicroJy IMAGR2: 19397 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.076 MilliJy iter= 69 IMAGR2: Field 1 Clean flux density= 340.498 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 340.498 MilliJy 69 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 369.21 MicroJy IMAGR2: 289 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -558.278 MicroJy iter= 44 IMAGR2: Field 2 Clean flux density= -394.118 MicroJy 44 comps IMAGR2: Total Cleaned flux density = 340.104 MilliJy 113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -756.0 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 350.00 MicroJy IMAGR2: 19604 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -544.011 MicroJy iter= 147 IMAGR2: Field 1 Clean flux density= 342.256 MilliJy 147 comps IMAGR2: Total Cleaned flux density = 341.862 MilliJy 191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -528.4 MicroJy,max = 497.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.48 MicroJy IMAGR2: 168 Residual map points loaded IMAGR2: Field 2 min Clean flux = -485.844 MicroJy iter= 53 IMAGR2: Field 2 Clean flux density= -546.458 MicroJy 53 comps IMAGR2: Total Cleaned flux density = 341.710 MilliJy 200 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -735.5 MicroJy,max = 613.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 340.28 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 489.674 MicroJy iter= 256 IMAGR2: Field 1 Clean flux density= 342.699 MilliJy 256 comps IMAGR2: Total Cleaned flux density = 342.153 MilliJy 309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -721.7 MicroJy,max = 601.0 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 256 to 150 components IMAGR2: Field 2 compressed from 53 to 13 components IMAGR2: Field 1 min = -721.7 MicroJy,max = 601.0 MicroJy IMAGR2: Field 2 min = -505.6 MicroJy,max = 469.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 340.489 MilliJy ( 8 CCs) from field 1 to field 2 IMAGR2: Restore-546.458 MicroJy ( 13 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 342.153 MilliJy IMAGR2: Field 2 final Clean flux 339.943 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= 467 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 20.8 Real= 43 ecuted is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3147_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :78 =N3147' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 466 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 467 disk= 1 AIPS 2: Disk 1 in-CNO 468 renumbered as CNO 465 AIPS 2: Disk 1 in-CNO 469 renumbered as CNO 466 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08146 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1056+701_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :79 =1056+701' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 468 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 469 disk= 1 AIPS 2: Disk 1 in-CNO 470 renumbered as CNO 467 AIPS 2: Disk 1 in-CNO 471 renumbered as CNO 468 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3516 C BAND Seq 1 Disk: 1 in slot 82 SETFC2: SETCEL: recommends IMSIZE 1451 CELLSIZE 0.38086 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38086 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3516_C,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.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 11:06:47.71 72:34:10.3 0.032 1.000 0.001 SETFC2: 3 11:07:41.73 72:32:36.1 0.371 0.512 0.072 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 92.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 2036 2036 11 06 47.49 72 34 06.9 00001 -1 1019 1024 1025 C 2 246 246 11 06 47.71 72 34 10.3 00002 -1 100 128 129 C 3 246 246 11 07 41.73 72 32 36.1 00003 -1 100 128 129 ecuted is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3147_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :78 =N3147' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 466 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 467 disk= 1 AIPS 2: Disk 1 in-CNO 468 renumbered as CNO 465 AIPS 2: Disk 1 in-CNO 469 renumbered as CNO 466 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08146 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1056+701_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :79 =1056+701' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 468 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 469 disk= 1 AIPS 2: Disk 1 in-CNO 470 renumbered as CNO 467 AIPS 2: Disk 1 in-CNO 471 renumbered as CNO 468 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3516_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :80 =N3516' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3516_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 0.0000E+00 2.0000E-02 0 IMAGR2: Field 2 246 246 9.8856E-01 3.4200E+00 0 IMAGR2: Field 3 246 246 2.4373E+02 -9.0780E+01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3516_C,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 N3516 .IMAGR . 1 (UV) on disk 1 cno 469 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36829 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.379E+04 IMAGR2: UVWAIT: Adding temperance S 8.758E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.850E+08 and out 3.455E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.142 due to weighting IMAGR2: UVWAIT: Average summed weight 4.379E+04 over 73658 vis IMAGR2: Create N3516 .IBM001. 1 (MA) on disk 1 cno 470 IMAGR2: Create N3516 .IBM002. 1 (MA) on disk 1 cno 471 IMAGR2: Create N3516 .IBM003. 1 (MA) on disk 1 cno 472 IMAGR2: Create N3516 .ICL001. 1 (MA) on disk 1 cno 473 IMAGR2: Create N3516 .ICL002. 1 (MA) on disk 1 cno 474 IMAGR2: Create N3516 .ICL003. 1 (MA) on disk 1 cno 475 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.66844E+09 IMAGR2: Field 1 Beam min = -143.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 3.616 x 1.064 arcsec, PA= 32.4 IMAGR2: Field 2 Sum of gridding weights = 3.66847E+09 IMAGR2: Field 2 Beam min = -143.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 3.616 x 1.064 arcsec, PA= 32.4 IMAGR2: Field 3 Sum of gridding weights = 3.66847E+09 IMAGR2: Field 3 Beam min = -143.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 3.613 x 1.064 arcsec, PA= 32.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -8.5 MilliJy,max = 60.2 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.8 MilliJy IMAGR2: Field 3 min = -8.4 MilliJy,max = 59.6 MilliJy IMAGR2: BGC Clean: using 1303 cell beam + residuals > 3.08 MilliJy IMAGR2: 13615 Residual map points loaded IMAGR2: Field 1 min allowed flux = 30.025 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 45.198 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 45.198 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 3 min = -5.2 MilliJy,max = 29.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.83 MilliJy IMAGR2: 1823 Residual map points loaded IMAGR2: Field 3 min allowed flux = 14.070 MilliJy iter= 17 IMAGR2: Field 3 Clean flux density= 34.824 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 80.023 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 1.30 MilliJy IMAGR2: 9965 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.448 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 68.322 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 103.146 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 395 cell beam + residuals > 1.18 MilliJy IMAGR2: 1601 Residual map points loaded IMAGR2: Field 3 min allowed flux = 3.126 MilliJy iter= 43 IMAGR2: Field 3 Clean flux density= 46.410 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 114.731 MilliJy 78 comps IMAGR2: ALGSTB: All 157 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 146- 0 Cells, with 36829 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 269 cell beam + residuals > 699.17 MicroJy IMAGR2: 11321 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.628 MilliJy iter= 118 IMAGR2: Field 1 Clean flux density= 80.345 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 126.755 MilliJy 161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.580E-03 < Second best 2.714E-03 IMAGR2: Field 2 min = -441.7 MicroJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.436E-03 < Second best 1.580E-03 IMAGR2: BGC Clean: using 129 cell beam + residuals > 621.50 MicroJy IMAGR2: 2946 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.013 MilliJy iter= 176 IMAGR2: Field 3 Clean flux density= 51.103 MilliJy 176 comps IMAGR2: Total Cleaned flux density = 131.449 MilliJy 294 comps IMAGR2: ALGSTB: All 157 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 146- 0 Cells, with 36829 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 113 cell beam + residuals > 499.83 MicroJy IMAGR2: 14169 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -813.732 MicroJy iter= 356 IMAGR2: Field 1 Clean flux density= 86.576 MilliJy 356 comps IMAGR2: Total Cleaned flux density = 137.679 MilliJy 532 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -432.2 MicroJy,max = 828.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.911E-04 < Second best 9.704E-04 IMAGR2: Field 3 min = -901.9 MicroJy,max = 822.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.14 MicroJy IMAGR2: 2311 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -592.422 MicroJy iter= 326 IMAGR2: Field 3 Clean flux density= 50.956 MilliJy 326 comps IMAGR2: Total Cleaned flux density = 137.532 MilliJy 682 comps IMAGR2: ALGSTB: All 157 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 146- 0 Cells, with 36829 Pts IMAGR2: Field 2 min = -433.7 MicroJy,max = 842.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.14 MicroJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 449.786 MicroJy iter= 8 IMAGR2: Field 2 Clean flux density= 488.605 MicroJy 8 comps IMAGR2: Total Cleaned flux density = 138.021 MilliJy 690 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -755.6 MicroJy,max = 726.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.40 MicroJy IMAGR2: 16192 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 559.089 MicroJy iter= 697 IMAGR2: Field 1 Clean flux density= 89.877 MilliJy 697 comps IMAGR2: Total Cleaned flux density = 141.322 MilliJy 1031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -654.1 MicroJy,max = 627.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 383.08 MicroJy IMAGR2: 1675 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -435.242 MicroJy iter= 474 IMAGR2: Field 3 Clean flux density= 51.443 MilliJy 474 comps IMAGR2: Total Cleaned flux density = 141.809 MilliJy 1179 comps IMAGR2: ALGSTB: All 157 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 146- 0 Cells, with 36829 Pts IMAGR2: Field 1 min = -518.3 MicroJy,max = 533.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 329.81 MicroJy IMAGR2: 16737 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -429.381 MicroJy iter= 1096 IMAGR2: Field 1 Clean flux density= 90.928 MilliJy 1096 comps IMAGR2: Total Cleaned flux density = 142.860 MilliJy 1578 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -393.8 MicroJy,max = 417.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 329.52 MicroJy IMAGR2: 81 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 331.929 MicroJy iter= 24 IMAGR2: Field 2 Clean flux density= 858.768 MicroJy 24 comps IMAGR2: Total Cleaned flux density = 143.230 MilliJy 1594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -558.0 MicroJy,max = 551.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 322.55 MicroJy IMAGR2: 1137 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 347.141 MicroJy iter= 596 IMAGR2: Field 3 Clean flux density= 51.909 MilliJy 596 comps IMAGR2: Total Cleaned flux density = 143.696 MilliJy 1716 comps IMAGR2: ALGSTB: All 157 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 146- 0 Cells, with 36829 Pts IMAGR2: Field 1 min = -419.4 MicroJy,max = 492.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 286.11 MicroJy IMAGR2: 17377 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 354.660 MicroJy iter= 1552 IMAGR2: Field 1 Clean flux density= 92.207 MilliJy 1552 comps IMAGR2: Total Cleaned flux density = 144.975 MilliJy 2172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -396.9 MicroJy,max = 473.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 262.23 MicroJy IMAGR2: 16214 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 311.505 MicroJy iter= 1994 IMAGR2: Field 1 Clean flux density= 92.922 MilliJy 1994 comps IMAGR2: Total Cleaned flux density = 145.689 MilliJy 2614 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -457.4 MicroJy,max = 460.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.983E-04 < Second best 3.185E-04 IMAGR2: Field 2 min = -354.1 MicroJy,max = 329.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 256.39 MicroJy IMAGR2: 175 Residual map points loaded IMAGR2: Field 2 min Clean flux = -269.864 MicroJy iter= 47 IMAGR2: Field 2 Clean flux density= 1.290 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 146.120 MilliJy 2637 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -384.1 MicroJy,max = 455.0 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 238.37 MicroJy IMAGR2: 18547 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 281.807 MicroJy iter= 2512 IMAGR2: Field 1 Clean flux density= 93.559 MilliJy 2512 comps IMAGR2: Total Cleaned flux density = 146.758 MilliJy 3155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -437.4 MicroJy,max = 397.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 236.92 MicroJy IMAGR2: 552 Residual map points loaded IMAGR2: Field 3 min Clean flux = 269.893 MicroJy iter= 605 IMAGR2: Field 3 Clean flux density= 51.938 MilliJy 605 comps IMAGR2: Total Cleaned flux density = 146.786 MilliJy 3164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -374.1 MicroJy,max = 436.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 219.00 MicroJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 1 min Clean flux = -269.884 MicroJy iter= 2608 IMAGR2: Field 1 Clean flux density= 94.051 MilliJy 2608 comps IMAGR2: Total Cleaned flux density = 147.279 MilliJy 3260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 269.893 less than limit 269.912 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2608 to 1785 components IMAGR2: Field 2 compressed from 47 to 25 components IMAGR2: Field 3 compressed from 605 to 310 components IMAGR2: Field 1 min = -368.6 MicroJy,max = 429.3 MicroJy IMAGR2: Field 2 min = -346.4 MicroJy,max = 313.2 MicroJy IMAGR2: Field 3 min = -410.8 MicroJy,max = 398.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.682 MilliJy ( 12 CCs) from field 1 to field 2 IMAGR2: Restore 80.353 MilliJy ( 583 CCs) from field 1 to field 3 IMAGR2: Restore 1.290 MilliJy ( 25 CCs) from field 2 to field 1 IMAGR2: Restore 51.938 MilliJy ( 310 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 147.278 MilliJy IMAGR2: Field 2 final Clean flux 3.972 MilliJy IMAGR2: Field 3 final Clean flux 132.291 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= 469 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 64.3 Real= 135 ecuted is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3147_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :78 =N3147' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 466 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 467 disk= 1 AIPS 2: Disk 1 in-CNO 468 renumbered as CNO 465 AIPS 2: Disk 1 in-CNO 469 renumbered as CNO 466 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08146 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1056+701_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :79 =1056+701' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 468 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 469 disk= 1 AIPS 2: Disk 1 in-CNO 470 renumbered as CNO 467 AIPS 2: Disk 1 in-CNO 471 renumbered as CNO 468 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3516_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :80 =N3516' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 470 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 471 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 472 disk= 1 AIPS 2: Disk 1 in-CNO 473 renumbered as CNO 469 AIPS 2: Disk 1 in-CNO 474 renumbered as CNO 470 AIPS 2: Disk 1 in-CNO 475 renumbered as CNO 471 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3735_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N3735 C BAND Seq 1 Disk: 1 in slot 83 SETFC2: SETCEL: recommends IMSIZE 1447 CELLSIZE 0.38205 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38205 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N3735_C,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.23 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 11:35:57.04 70:32:09.7 0.088 1.000 0.002 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 89.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= 0.9 Real= 2 C 1 2036 2036 11 35 56.30 70 32 04.2 00001 -1 1019 1024 1025 C 2 246 246 11 35 57.04 70 32 09.7 00002 -1 100 128 129 ecuted is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3147_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :78 =N3147' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 466 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 467 disk= 1 AIPS 2: Disk 1 in-CNO 468 renumbered as CNO 465 AIPS 2: Disk 1 in-CNO 469 renumbered as CNO 466 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08146 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1056+701_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :79 =1056+701' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 468 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 469 disk= 1 AIPS 2: Disk 1 in-CNO 470 renumbered as CNO 467 AIPS 2: Disk 1 in-CNO 471 renumbered as CNO 468 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3516_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :80 =N3516' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 470 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 471 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 472 disk= 1 AIPS 2: Disk 1 in-CNO 473 renumbered as CNO 469 AIPS 2: Disk 1 in-CNO 474 renumbered as CNO 470 AIPS 2: Disk 1 in-CNO 475 renumbered as CNO 471 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3735_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3735_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :81 =N3735' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3735_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 6.8193E-11 5.1159E-11 0 IMAGR2: Field 2 246 246 3.6990E+00 5.5000E+00 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N3735_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N3735 .IMAGR . 1 (UV) on disk 1 cno 472 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37206 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.316E+04 IMAGR2: UVWAIT: Adding temperance S 8.632E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.833E+08 and out 3.401E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR2: UVWAIT: Average summed weight 4.316E+04 over 74412 vis IMAGR2: Create N3735 .IBM001. 1 (MA) on disk 1 cno 473 IMAGR2: Create N3735 .IBM002. 1 (MA) on disk 1 cno 474 IMAGR2: Create N3735 .ICL001. 1 (MA) on disk 1 cno 475 IMAGR2: Create N3735 .ICL002. 1 (MA) on disk 1 cno 476 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.61079E+09 IMAGR2: Field 1 Beam min = -142.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 3.865 x 1.055 arcsec, PA= 33.8 IMAGR2: Field 2 Sum of gridding weights = 3.61081E+09 IMAGR2: Field 2 Beam min = -142.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 3.864 x 1.055 arcsec, PA= 33.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -271.0 MicroJy,max = 997.5 MicroJy IMAGR2: Field 2 min = -235.8 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 151 cell beam + residuals > 167.90 MicroJy IMAGR2: 864 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 534.575 MicroJy iter= 7 IMAGR2: Field 2 Clean flux density= 524.780 MicroJy 7 comps IMAGR2: Total Cleaned flux density = 524.780 MicroJy 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 = -271.7 MicroJy,max = 479.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.579E-04 < Second best 5.093E-04 IMAGR2: Field 2 min = -227.9 MicroJy,max = 481.1 MicroJy IMAGR2: BGC Clean: using 131 cell beam + residuals > 152.40 MicroJy IMAGR2: 853 Residual map points loaded IMAGR2: Field 2 min Clean flux = 267.133 MicroJy iter= 14 IMAGR2: Field 2 Clean flux density= 777.848 MicroJy 14 comps IMAGR2: Total Cleaned flux density = 777.848 MicroJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -271.7 MicroJy,max = 309.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 149.02 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min Clean flux = 264.096 MicroJy iter= 4 IMAGR2: Field 1 Clean flux density= 54.183 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 832.031 MicroJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 267.133 less than limit 268.541 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 4 to 4 components IMAGR2: Field 2 compressed from 14 to 3 components IMAGR2: Field 1 min = -265.1 MicroJy,max = 309.0 MicroJy IMAGR2: Field 2 min = -224.1 MicroJy,max = 254.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 26.410 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore 777.848 MicroJy ( 3 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 832.031 MicroJy IMAGR2: Field 2 final Clean flux 804.257 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= 472 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 9.6 Real= 20 ecuted is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3147_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :78 =N3147' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 466 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 467 disk= 1 AIPS 2: Disk 1 in-CNO 468 renumbered as CNO 465 AIPS 2: Disk 1 in-CNO 469 renumbered as CNO 466 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08146 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1056+701_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :79 =1056+701' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 468 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 469 disk= 1 AIPS 2: Disk 1 in-CNO 470 renumbered as CNO 467 AIPS 2: Disk 1 in-CNO 471 renumbered as CNO 468 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3516_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :80 =N3516' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 470 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 471 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 472 disk= 1 AIPS 2: Disk 1 in-CNO 473 renumbered as CNO 469 AIPS 2: Disk 1 in-CNO 474 renumbered as CNO 470 AIPS 2: Disk 1 in-CNO 475 renumbered as CNO 471 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3735_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3735_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :81 =N3735' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3735_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 473 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 474 disk= 1 AIPS 2: Disk 1 in-CNO 475 renumbered as CNO 472 AIPS 2: Disk 1 in-CNO 476 renumbered as CNO 473 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1419+543_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1419+543 C BAND Seq 1 Disk: 1 in slot 84 SETFC2: SETCEL: recommends IMSIZE 1274 CELLSIZE 0.43376 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.43376 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1419+543_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.103 deg SETFC2: Searching catalog between 0.10 and 0.23 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 68.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= 2 C 1 1012 1012 14 19 46.60 54 23 14.8 00001 -1 507 512 513 C 2 1012 1012 14 19 46.60 54 17 05.5 00002 -1 507 512 513 C 3 1012 1012 14 19 10.03 54 20 09.8 00003 -1 507 512 513 C 4 1012 1012 14 20 23.16 54 20 09.8 00004 -1 507 512 513 C 5 1012 1012 14 19 09.94 54 26 19.1 00005 -1 507 512 513 C 6 1012 1012 14 20 23.26 54 26 19.1 00006 -1 507 512 513 C 7 1012 1012 14 19 46.60 54 29 24.0 00007 -1 507 512 513 ecuted is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3147_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :78 =N3147' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 466 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 467 disk= 1 AIPS 2: Disk 1 in-CNO 468 renumbered as CNO 465 AIPS 2: Disk 1 in-CNO 469 renumbered as CNO 466 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08146 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1056+701_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :79 =1056+701' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 468 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 469 disk= 1 AIPS 2: Disk 1 in-CNO 470 renumbered as CNO 467 AIPS 2: Disk 1 in-CNO 471 renumbered as CNO 468 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3516_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :80 =N3516' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 470 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 471 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 472 disk= 1 AIPS 2: Disk 1 in-CNO 473 renumbered as CNO 469 AIPS 2: Disk 1 in-CNO 474 renumbered as CNO 470 AIPS 2: Disk 1 in-CNO 475 renumbered as CNO 471 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3735_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3735_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :81 =N3735' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3735_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 473 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 474 disk= 1 AIPS 2: Disk 1 in-CNO 475 renumbered as CNO 472 AIPS 2: Disk 1 in-CNO 476 renumbered as CNO 473 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1419+543_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1419+543_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :82 =1419+543' AIPS 2: ' ' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1419+543_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.2710E-02 1.5000E-02 0 IMAGR2: Field 2 1012 1012 2.2710E-02 -3.6929E+02 0 IMAGR2: Field 3 1012 1012 -3.1940E+02 -1.8499E+02 0 IMAGR2: Field 4 1012 1012 3.1936E+02 -1.8499E+02 0 IMAGR2: Field 5 1012 1012 -3.2018E+02 1.8432E+02 0 IMAGR2: Field 6 1012 1012 3.2023E+02 1.8432E+02 0 IMAGR2: Field 7 1012 1012 2.2710E-02 3.6921E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1419+543_C,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 1419+543 .IMAGR . 1 (UV) on disk 1 cno 474 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.547E+04 IMAGR2: UVWAIT: Adding temperance S 5.093E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.450E+07 and out 4.585E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 2.547E+04 over 14040 vis IMAGR2: Create 1419+543 .IBM001. 1 (MA) on disk 1 cno 475 IMAGR2: Create 1419+543 .IBM002. 1 (MA) on disk 1 cno 476 IMAGR2: Create 1419+543 .IBM003. 1 (MA) on disk 1 cno 477 IMAGR2: Create 1419+543 .IBM004. 1 (MA) on disk 1 cno 478 IMAGR2: Create 1419+543 .IBM005. 1 (MA) on disk 1 cno 479 IMAGR2: Create 1419+543 .IBM006. 1 (MA) on disk 1 cno 480 IMAGR2: Create 1419+543 .IBM007. 1 (MA) on disk 1 cno 481 IMAGR2: Create 1419+543 .ICL001. 1 (MA) on disk 1 cno 482 IMAGR2: Create 1419+543 .ICL002. 1 (MA) on disk 1 cno 483 IMAGR2: Create 1419+543 .ICL003. 1 (MA) on disk 1 cno 484 IMAGR2: Create 1419+543 .ICL004. 1 (MA) on disk 1 cno 485 IMAGR2: Create 1419+543 .ICL005. 1 (MA) on disk 1 cno 486 IMAGR2: Create 1419+543 .ICL006. 1 (MA) on disk 1 cno 487 IMAGR2: Create 1419+543 .ICL007. 1 (MA) on disk 1 cno 488 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.86737E+08 IMAGR2: Field 1 Beam min = -152.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 3.941 x 1.153 arcsec, PA= 59.2 IMAGR2: Field 2 Sum of gridding weights = 4.86736E+08 IMAGR2: Field 2 Beam min = -152.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 3.952 x 1.153 arcsec, PA= 59.2 IMAGR2: Field 3 Sum of gridding weights = 4.86737E+08 IMAGR2: Field 3 Beam min = -157.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 3.962 x 1.153 arcsec, PA= 59.0 IMAGR2: Field 4 Sum of gridding weights = 4.86736E+08 IMAGR2: Field 4 Beam min = -101.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 3.931 x 1.153 arcsec, PA= 59.3 IMAGR2: Field 5 Sum of gridding weights = 4.86737E+08 IMAGR2: Field 5 Beam min = -107.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 3.952 x 1.153 arcsec, PA= 59.1 IMAGR2: Field 6 Sum of gridding weights = 4.86737E+08 IMAGR2: Field 6 Beam min = -113.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 3.920 x 1.153 arcsec, PA= 59.3 IMAGR2: Field 7 Sum of gridding weights = 4.86738E+08 IMAGR2: Field 7 Beam min = -152.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 3.931 x 1.153 arcsec, PA= 59.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -42.3 MilliJy,max = 566.9 MilliJy IMAGR2: Field 2 min = -43.1 MilliJy,max = 100.2 MilliJy IMAGR2: Field 3 min = -48.8 MilliJy,max = 94.4 MilliJy IMAGR2: Field 4 min = -50.6 MilliJy,max = 70.0 MilliJy IMAGR2: Field 5 min = -49.5 MilliJy,max = 71.7 MilliJy IMAGR2: Field 6 min = -49.9 MilliJy,max = 92.0 MilliJy IMAGR2: Field 7 min = -45.4 MilliJy,max = 101.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 46.91 MilliJy IMAGR2: 2626 Residual map points loaded IMAGR2: Field 1 min allowed flux = 271.156 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 322.879 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 322.879 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 = -18.1 MilliJy,max = 244.0 MilliJy IMAGR2: BGC Clean: using 1879 cell beam + residuals > 28.91 MilliJy IMAGR2: 571 Residual map points loaded IMAGR2: Field 1 min allowed flux = 116.726 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 461.872 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 461.872 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 105.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 27.87 MilliJy IMAGR2: 37 Residual map points loaded IMAGR2: Field 1 min allowed flux = 50.248 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 521.705 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 521.705 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.900E-03 < Second best 8.995E-02 IMAGR2: Field 3 min = -4.1 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.870E-03 < Second best 8.988E-02 IMAGR2: Field 7 min = -4.2 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.800E-03 < Second best 8.763E-02 IMAGR2: Field 6 min = -4.1 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.521E-03 < Second best 4.986E-02 IMAGR2: Field 5 min = -4.0 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.137E-03 < Second best 4.878E-02 IMAGR2: Field 4 min = -4.0 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.195E-03 < Second best 4.777E-02 IMAGR2: Field 1 min = -3.5 MilliJy,max = 45.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.16 MilliJy IMAGR2: 1952 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.121 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 547.636 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 547.636 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 20.1 MilliJy IMAGR2: BGC Clean: using 1879 cell beam + residuals > 2.36 MilliJy IMAGR2: 858 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.278 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 560.321 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 560.321 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 32 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.914 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 565.656 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 565.656 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.494E-03 < Second best 7.521E-03 IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.485E-03 < Second best 6.900E-03 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.033E-03 < Second best 6.870E-03 IMAGR2: Field 3 min = -984.7 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.086E-03 < Second best 4.195E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.117E-03 < Second best 4.137E-03 IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.332E-03 < Second best 3.723E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 923 cell beam + residuals > 650.92 MicroJy IMAGR2: 3069 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.691 MilliJy iter= 59 IMAGR2: Field 1 Clean flux density= 567.932 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 567.932 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 621.36 MicroJy IMAGR2: 2597 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 972.069 MicroJy iter= 102 IMAGR2: Field 1 Clean flux density= 571.906 MilliJy 102 comps IMAGR2: Total Cleaned flux density = 571.906 MilliJy 102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.109E-03 < Second best 1.485E-03 IMAGR2: Field 6 min = -996.7 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.125E-03 < Second best 1.332E-03 IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 602.83 MicroJy IMAGR2: 2406 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 822.130 MicroJy iter= 43 IMAGR2: Field 5 Clean flux density= 2.001 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 573.907 MilliJy 145 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.046E-03 < Second best 1.117E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 974.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 598.40 MicroJy IMAGR2: 2160 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -797.047 MicroJy iter= 55 IMAGR2: Field 4 Clean flux density= -693.822 MicroJy 55 comps IMAGR2: Total Cleaned flux density = 573.213 MilliJy 200 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -968.7 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.020E-03 < Second best 1.086E-03 IMAGR2: Field 3 min = -964.0 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.019E-04 < Second best 1.046E-03 IMAGR2: Field 6 min = -960.2 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.42 MicroJy IMAGR2: 2190 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 766.948 MicroJy iter= 68 IMAGR2: Field 6 Clean flux density= 706.482 MicroJy 68 comps IMAGR2: Total Cleaned flux density = 573.919 MilliJy 268 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 580.82 MicroJy IMAGR2: 2142 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 754.863 MicroJy iter= 91 IMAGR2: Field 2 Clean flux density= 3.201 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 577.121 MilliJy 359 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -931.1 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.86 MicroJy IMAGR2: 1573 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 705.345 MicroJy iter= 85 IMAGR2: Field 7 Clean flux density= 815.971 MicroJy 85 comps IMAGR2: Total Cleaned flux density = 577.937 MilliJy 444 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 901.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.50 MicroJy IMAGR2: 1403 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 680.546 MicroJy iter= 197 IMAGR2: Field 1 Clean flux density= 573.762 MilliJy 197 comps IMAGR2: Total Cleaned flux density = 579.793 MilliJy 539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -858.1 MicroJy,max = 926.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 558.27 MicroJy IMAGR2: 1479 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 663.180 MicroJy iter= 106 IMAGR2: Field 3 Clean flux density= 2.370 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 582.164 MilliJy 645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -875.8 MicroJy,max = 869.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.049E-04 < Second best 7.625E-04 IMAGR2: Field 4 min = -906.1 MicroJy,max = 814.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 533.09 MicroJy IMAGR2: 1476 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 619.818 MicroJy iter= 167 IMAGR2: Field 4 Clean flux density= -2.194 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 580.664 MilliJy 757 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -821.6 MicroJy,max = 790.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 520.13 MicroJy IMAGR2: 1534 Residual map points loaded IMAGR2: Field 6 min Clean flux = 616.925 MicroJy iter= 153 IMAGR2: Field 6 Clean flux density= -149.249 MicroJy 153 comps IMAGR2: Total Cleaned flux density = 579.808 MilliJy 842 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -878.0 MicroJy,max = 926.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.481E-04 < Second best 7.049E-04 IMAGR2: Field 5 min = -854.5 MicroJy,max = 835.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 498.97 MicroJy IMAGR2: 2224 Residual map points loaded IMAGR2: Field 5 min Clean flux = 618.109 MicroJy iter= 127 IMAGR2: Field 5 Clean flux density= 3.668 MilliJy 127 comps IMAGR2: Total Cleaned flux density = 581.475 MilliJy 926 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -783.6 MicroJy,max = 944.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 477.02 MicroJy IMAGR2: 2069 Residual map points loaded IMAGR2: Field 7 min Clean flux = 617.698 MicroJy iter= 104 IMAGR2: Field 7 Clean flux density= 629.583 MicroJy 104 comps IMAGR2: Total Cleaned flux density = 581.289 MilliJy 945 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 776.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.169E-04 < Second best 6.481E-04 IMAGR2: Field 2 min = -851.2 MicroJy,max = 905.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 455.80 MicroJy IMAGR2: 3031 Residual map points loaded IMAGR2: Field 2 min Clean flux = -614.770 MicroJy iter= 110 IMAGR2: Field 2 Clean flux density= 3.134 MilliJy 110 comps IMAGR2: Total Cleaned flux density = 581.222 MilliJy 964 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -842.3 MicroJy,max = 878.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 427.53 MicroJy IMAGR2: 5919 Residual map points loaded IMAGR2: Field 3 min Clean flux = 615.212 MicroJy iter= 110 IMAGR2: Field 3 Clean flux density= 2.493 MilliJy 110 comps IMAGR2: Total Cleaned flux density = 581.344 MilliJy 968 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 774.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 405.34 MicroJy IMAGR2: 6126 Residual map points loaded IMAGR2: Field 1 min Clean flux = 616.346 MicroJy iter= 200 IMAGR2: Field 1 Clean flux density= 573.823 MilliJy 200 comps IMAGR2: Total Cleaned flux density = 581.406 MilliJy 971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -826.1 MicroJy,max = 736.7 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 200 to 96 components IMAGR2: Field 2 compressed from 110 to 82 components IMAGR2: Field 3 compressed from 110 to 86 components IMAGR2: Field 4 compressed from 167 to 130 components IMAGR2: Field 5 compressed from 127 to 97 components IMAGR2: Field 6 compressed from 153 to 118 components IMAGR2: Field 7 compressed from 104 to 85 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 774.3 MicroJy IMAGR2: Field 2 min = -849.7 MicroJy,max = 895.0 MicroJy IMAGR2: Field 3 min = -843.3 MicroJy,max = 874.3 MicroJy IMAGR2: Field 4 min = -826.1 MicroJy,max = 736.7 MicroJy IMAGR2: Field 5 min = -820.2 MicroJy,max = 797.0 MicroJy IMAGR2: Field 6 min = -770.0 MicroJy,max = 755.0 MicroJy IMAGR2: Field 7 min = -772.6 MicroJy,max = 948.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-148.874 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR2: Restore 936.368 MicroJy ( 43 CCs) from field 1 to field 3 IMAGR2: Restore 1.050 MilliJy ( 14 CCs) from field 1 to field 4 IMAGR2: Restore 536.701 MicroJy ( 28 CCs) from field 1 to field 5 IMAGR2: Restore 1.309 MilliJy ( 18 CCs) from field 1 to field 6 IMAGR2: Restore 97.144 MicroJy ( 5 CCs) from field 2 to field 1 IMAGR2: Restore 968.454 MicroJy ( 24 CCs) from field 2 to field 3 IMAGR2: Restore 170.332 MicroJy ( 4 CCs) from field 2 to field 4 IMAGR2: Restore 128.432 MicroJy ( 4 CCs) from field 3 to field 1 IMAGR2: Restore 488.794 MicroJy ( 8 CCs) from field 3 to field 2 IMAGR2: Restore 284.910 MicroJy ( 8 CCs) from field 3 to field 5 IMAGR2: Restore-313.955 MicroJy ( 7 CCs) from field 4 to field 1 IMAGR2: Restore 4.132 MicroJy ( 4 CCs) from field 4 to field 2 IMAGR2: Restore -1.589 MilliJy ( 25 CCs) from field 4 to field 6 IMAGR2: Restore 213.355 MicroJy ( 7 CCs) from field 5 to field 1 IMAGR2: Restore 290.708 MicroJy ( 8 CCs) from field 5 to field 3 IMAGR2: Restore 150.732 MicroJy ( 9 CCs) from field 5 to field 7 IMAGR2: Restore-206.097 MicroJy ( 16 CCs) from field 6 to field 1 IMAGR2: Restore-158.950 MicroJy ( 13 CCs) from field 6 to field 4 IMAGR2: Restore 161.358 MicroJy ( 23 CCs) from field 6 to field 7 IMAGR2: Restore-217.898 MicroJy ( 6 CCs) from field 7 to field 1 IMAGR2: Restore 295.910 MicroJy ( 7 CCs) from field 7 to field 5 IMAGR2: Restore 107.484 MicroJy ( 18 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 573.524 MilliJy IMAGR2: Field 2 final Clean flux 3.478 MilliJy IMAGR2: Field 3 final Clean flux 4.688 MilliJy IMAGR2: Field 4 final Clean flux -1.132 MilliJy IMAGR2: Field 5 final Clean flux 4.786 MilliJy IMAGR2: Field 6 final Clean flux -321.247 MicroJy IMAGR2: Field 7 final Clean flux 941.673 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= 474 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 36.5 Real= 77 ecuted is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3147_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :78 =N3147' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3147_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 466 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 467 disk= 1 AIPS 2: Disk 1 in-CNO 468 renumbered as CNO 465 AIPS 2: Disk 1 in-CNO 469 renumbered as CNO 466 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08146 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1056+701_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :79 =1056+701' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1056+701_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 468 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 469 disk= 1 AIPS 2: Disk 1 in-CNO 470 renumbered as CNO 467 AIPS 2: Disk 1 in-CNO 471 renumbered as CNO 468 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04499 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3516_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :80 =N3516' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3516_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 470 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 471 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 472 disk= 1 AIPS 2: Disk 1 in-CNO 473 renumbered as CNO 469 AIPS 2: Disk 1 in-CNO 474 renumbered as CNO 470 AIPS 2: Disk 1 in-CNO 475 renumbered as CNO 471 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04476 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3735_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N3735_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :81 =N3735' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N3735_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 473 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 474 disk= 1 AIPS 2: Disk 1 in-CNO 475 renumbered as CNO 472 AIPS 2: Disk 1 in-CNO 476 renumbered as CNO 473 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.103 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1419+543_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1419+543_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :82 =1419+543' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1419+543_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 475 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 476 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 477 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 478 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 479 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 480 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 481 disk= 1 AIPS 2: Disk 1 in-CNO 482 renumbered as CNO 474 AIPS 2: Disk 1 in-CNO 483 renumbered as CNO 475 AIPS 2: Disk 1 in-CNO 484 renumbered as CNO 476 AIPS 2: Disk 1 in-CNO 485 renumbered as CNO 477 AIPS 2: Disk 1 in-CNO 486 renumbered as CNO 478 AIPS 2: Disk 1 in-CNO 487 renumbered as CNO 479 AIPS 2: Disk 1 in-CNO 488 renumbered as CNO 480 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04458 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N5631 C BAND Seq 1 Disk: 1 in slot 85 SETFC2: SETCEL: recommends IMSIZE 1292 CELLSIZE 0.42773 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.42773 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N5631_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.101 deg SETFC2: Searching catalog between 0.10 and 0.23 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 70.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.1 Real= 2 C 1 1012 1012 14 26 33.36 56 34 60.0 00001 -1 507 512 513 C 2 1012 1012 14 26 33.36 56 28 55.9 00002 -1 507 512 513 C 3 1012 1012 14 25 55.24 56 31 57.6 00003 -1 507 512 513 C 4 1012 1012 14 27 11.48 56 31 57.6 00004 -1 507 512 513 C 5 1012 1012 14 25 55.14 56 38 01.7 00005 -1 507 512 513 C 6 1012 1012 14 27 11.58 56 38 01.7 00006 -1 507 512 513 C 7 1012 1012 14 26 33.36 56 41 04.1 00007 -1 507 512 513 royed MA image file: catno= 476 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 477 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 478 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 479 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 480 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 481 disk= 1 AIPS 2: Disk 1 in-CNO 482 renumbered as CNO 474 AIPS 2: Disk 1 in-CNO 483 renumbered as CNO 475 AIPS 2: Disk 1 in-CNO 484 renumbered as CNO 476 AIPS 2: Disk 1 in-CNO 485 renumbered as CNO 477 AIPS 2: Disk 1 in-CNO 486 renumbered as CNO 478 AIPS 2: Disk 1 in-CNO 487 renumbered as CNO 479 AIPS 2: Disk 1 in-CNO 488 renumbered as CNO 480 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04458 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5631_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :83 =N5631' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5631_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.6349E-11 5.1159E-11 0 IMAGR2: Field 2 1012 1012 5.6349E-11 -3.6410E+02 0 IMAGR2: Field 3 1012 1012 -3.1490E+02 -1.8240E+02 0 IMAGR2: Field 4 1012 1012 3.1490E+02 -1.8240E+02 0 IMAGR2: Field 5 1012 1012 -3.1573E+02 1.8170E+02 0 IMAGR2: Field 6 1012 1012 3.1573E+02 1.8170E+02 0 IMAGR2: Field 7 1012 1012 5.6349E-11 3.6410E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N5631_C,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 N5631 .IMAGR . 1 (UV) on disk 1 cno 481 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37505 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 8.841E+04 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: UVWAIT: Adding temperance S 1.768E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.938E+08 and out 3.573E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR2: UVWAIT: Average summed weight 8.841E+04 over 75010 vis IMAGR2: Create N5631 .IBM001. 1 (MA) on disk 1 cno 482 IMAGR2: Create N5631 .IBM002. 1 (MA) on disk 1 cno 483 IMAGR2: Create N5631 .IBM003. 1 (MA) on disk 1 cno 484 IMAGR2: Create N5631 .IBM004. 1 (MA) on disk 1 cno 485 IMAGR2: Create N5631 .IBM005. 1 (MA) on disk 1 cno 486 IMAGR2: Create N5631 .IBM006. 1 (MA) on disk 1 cno 487 IMAGR2: Create N5631 .IBM007. 1 (MA) on disk 1 cno 488 IMAGR2: Create N5631 .ICL001. 1 (MA) on disk 1 cno 489 IMAGR2: Create N5631 .ICL002. 1 (MA) on disk 1 cno 490 IMAGR2: Create N5631 .ICL003. 1 (MA) on disk 1 cno 491 IMAGR2: Create N5631 .ICL004. 1 (MA) on disk 1 cno 492 IMAGR2: Create N5631 .ICL005. 1 (MA) on disk 1 cno 493 IMAGR2: Create N5631 .ICL006. 1 (MA) on disk 1 cno 494 IMAGR2: Create N5631 .ICL007. 1 (MA) on disk 1 cno 495 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.79356E+09 IMAGR2: Field 1 Beam min = -167.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 3.323 x 1.056 arcsec, PA= 62.6 IMAGR2: Field 2 Sum of gridding weights = 3.79355E+09 IMAGR2: Field 2 Beam min = -167.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 3.331 x 1.056 arcsec, PA= 62.6 IMAGR2: Field 3 Sum of gridding weights = 3.79356E+09 IMAGR2: Field 3 Beam min = -167.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 3.339 x 1.056 arcsec, PA= 62.5 IMAGR2: Field 4 Sum of gridding weights = 3.79355E+09 IMAGR2: Field 4 Beam min = -167.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 3.314 x 1.056 arcsec, PA= 62.8 IMAGR2: Field 5 Sum of gridding weights = 3.79355E+09 IMAGR2: Field 5 Beam min = -167.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 3.332 x 1.056 arcsec, PA= 62.5 IMAGR2: Field 6 Sum of gridding weights = 3.79355E+09 IMAGR2: Field 6 Beam min = -166.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 3.307 x 1.056 arcsec, PA= 62.8 IMAGR2: Field 7 Sum of gridding weights = 3.79355E+09 IMAGR2: Field 7 Beam min = -166.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 3.315 x 1.056 arcsec, PA= 62.7 IMAGR2: CLBHIS: minimum component 0.415 of current peak IMAGR2: Field 1 min = -982.2 MicroJy,max = 7.1 MilliJy IMAGR2: Field 2 min = -393.4 MicroJy,max = 436.9 MicroJy IMAGR2: Field 3 min = -335.5 MicroJy,max = 479.9 MicroJy IMAGR2: Field 4 min = -349.7 MicroJy,max = 391.0 MicroJy IMAGR2: Field 5 min = -362.9 MicroJy,max = 496.6 MicroJy IMAGR2: Field 6 min = -390.4 MicroJy,max = 550.5 MicroJy IMAGR2: Field 7 min = -992.5 MicroJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 1619 cell beam + residuals > 306.62 MicroJy IMAGR2: 9357 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.921 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 5.073 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 5.073 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 7 min = -530.6 MicroJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 276.08 MicroJy IMAGR2: 2028 Residual map points loaded IMAGR2: Field 7 min allowed flux = 1.116 MilliJy iter= 20 IMAGR2: Field 7 Clean flux density= 3.646 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 8.719 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -294.9 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.008E-03 < Second best 1.061E-03 IMAGR2: Field 7 min = -279.3 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 206.73 MicroJy IMAGR2: 895 Residual map points loaded IMAGR2: Field 7 min allowed flux = 430.945 MicroJy iter= 46 IMAGR2: Field 7 Clean flux density= 5.382 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 10.455 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -290.9 MicroJy,max = 418.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.995E-04 < Second best 4.744E-04 IMAGR2: Field 5 min = -271.0 MicroJy,max = 284.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.593E-04 < Second best 4.652E-04 IMAGR2: Field 6 min = -365.6 MicroJy,max = 287.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.563E-04 < Second best 4.182E-04 IMAGR2: Field 2 min = -275.2 MicroJy,max = 265.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.539E-04 < Second best 4.103E-04 IMAGR2: Field 7 min = -246.2 MicroJy,max = 420.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 175.10 MicroJy IMAGR2: 1288 Residual map points loaded IMAGR2: Field 7 min Clean flux = 255.944 MicroJy iter= 67 IMAGR2: Field 7 Clean flux density= 6.061 MilliJy 67 comps IMAGR2: Total Cleaned flux density = 11.134 MilliJy 78 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -292.7 MicroJy,max = 343.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 173.11 MicroJy IMAGR2: 1572 Residual map points loaded IMAGR2: Field 1 min Clean flux = 255.164 MicroJy iter= 16 IMAGR2: Field 1 Clean flux density= 5.219 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 11.280 MilliJy 83 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -265.5 MicroJy,max = 299.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.526E-04 < Second best 3.337E-04 IMAGR2: Field 3 min = -247.9 MicroJy,max = 281.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.376E-04 < Second best 2.593E-04 IMAGR2: Field 5 min = -271.8 MicroJy,max = 283.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 132.05 MicroJy IMAGR2: 10541 Residual map points loaded IMAGR2: Field 5 min Clean flux = -253.938 MicroJy iter= 2 IMAGR2: Field 5 Clean flux density= -52.563 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 11.228 MilliJy 85 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -366.8 MicroJy,max = 288.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 117.23 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 6 min Clean flux = 257.905 MicroJy iter= 2 IMAGR2: Field 6 Clean flux density= 52.644 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 11.281 MilliJy 87 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 264.961 less than limit 267.469 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 16 to 7 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 2 to 2 components IMAGR2: Field 6 compressed from 2 to 2 components IMAGR2: Field 7 compressed from 67 to 16 components IMAGR2: Field 1 min = -293.9 MicroJy,max = 253.8 MicroJy IMAGR2: Field 2 min = -270.8 MicroJy,max = 263.6 MicroJy IMAGR2: Field 3 min = -248.0 MicroJy,max = 281.9 MicroJy IMAGR2: Field 4 min = -265.4 MicroJy,max = 299.4 MicroJy IMAGR2: Field 5 min = -272.1 MicroJy,max = 284.1 MicroJy IMAGR2: Field 6 min = -366.4 MicroJy,max = 288.6 MicroJy IMAGR2: Field 7 min = -249.7 MicroJy,max = 277.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 5.073 MilliJy ( 4 CCs) from field 1 to field 7 IMAGR2: Restore 6.061 MilliJy ( 16 CCs) from field 7 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 11.280 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux -52.563 MicroJy IMAGR2: Field 6 final Clean flux 52.644 MicroJy IMAGR2: Field 7 final Clean flux 11.134 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= 481 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 21.6 Real= 45 royed MA image file: catno= 476 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 477 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 478 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 479 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 480 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 481 disk= 1 AIPS 2: Disk 1 in-CNO 482 renumbered as CNO 474 AIPS 2: Disk 1 in-CNO 483 renumbered as CNO 475 AIPS 2: Disk 1 in-CNO 484 renumbered as CNO 476 AIPS 2: Disk 1 in-CNO 485 renumbered as CNO 477 AIPS 2: Disk 1 in-CNO 486 renumbered as CNO 478 AIPS 2: Disk 1 in-CNO 487 renumbered as CNO 479 AIPS 2: Disk 1 in-CNO 488 renumbered as CNO 480 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04458 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5631_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :83 =N5631' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 482 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 483 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 484 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 485 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 486 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 487 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 488 disk= 1 AIPS 2: Disk 1 in-CNO 489 renumbered as CNO 481 AIPS 2: Disk 1 in-CNO 490 renumbered as CNO 482 AIPS 2: Disk 1 in-CNO 491 renumbered as CNO 483 AIPS 2: Disk 1 in-CNO 492 renumbered as CNO 484 AIPS 2: Disk 1 in-CNO 493 renumbered as CNO 485 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 486 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 487 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2003+664_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2003+664 C BAND Seq 1 Disk: 1 in slot 86 SETFC2: SETCEL: recommends IMSIZE 1448 CELLSIZE 0.38173 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38173 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2003+664_C,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.23 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 20:03:54.50 66:25:56.4 1.014 1.000 0.000 SETFC2: 3 20:04:19.76 66:28:00.3 0.031 0.695 0.054 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 101.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 2 C 1 2036 2036 20 03 54.51 66 25 56.4 00001 -1 1019 1024 1025 C 2 246 246 20 03 54.50 66 25 56.4 00002 -1 100 128 129 C 3 246 246 20 04 19.76 66 28 00.3 00003 -1 100 128 129 royed MA image file: catno= 476 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 477 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 478 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 479 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 480 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 481 disk= 1 AIPS 2: Disk 1 in-CNO 482 renumbered as CNO 474 AIPS 2: Disk 1 in-CNO 483 renumbered as CNO 475 AIPS 2: Disk 1 in-CNO 484 renumbered as CNO 476 AIPS 2: Disk 1 in-CNO 485 renumbered as CNO 477 AIPS 2: Disk 1 in-CNO 486 renumbered as CNO 478 AIPS 2: Disk 1 in-CNO 487 renumbered as CNO 479 AIPS 2: Disk 1 in-CNO 488 renumbered as CNO 480 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04458 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5631_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :83 =N5631' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 482 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 483 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 484 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 485 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 486 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 487 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 488 disk= 1 AIPS 2: Disk 1 in-CNO 489 renumbered as CNO 481 AIPS 2: Disk 1 in-CNO 490 renumbered as CNO 482 AIPS 2: Disk 1 in-CNO 491 renumbered as CNO 483 AIPS 2: Disk 1 in-CNO 492 renumbered as CNO 484 AIPS 2: Disk 1 in-CNO 493 renumbered as CNO 485 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 486 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 487 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2003+664_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2003+664_C,BAND.0-1 >> /home/auto/run/AU079_1999O LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :84 =2003+664' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2003+664_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -5.3977E-03 1.1000E-02 0 IMAGR2: Field 2 246 246 -6.5373E-02 1.1000E-02 0 IMAGR2: Field 3 246 246 1.5143E+02 1.2391E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2003+664_C,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 2003+664 .IMAGR . 1 (UV) on disk 1 cno 488 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7371 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.301E+04 IMAGR2: UVWAIT: Adding temperance S 4.602E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.958E+07 and out 6.575E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.138 due to weighting IMAGR2: UVWAIT: Average summed weight 2.301E+04 over 14742 vis IMAGR2: Create 2003+664 .IBM001. 1 (MA) on disk 1 cno 489 IMAGR2: Create 2003+664 .IBM002. 1 (MA) on disk 1 cno 490 IMAGR2: Create 2003+664 .IBM003. 1 (MA) on disk 1 cno 491 IMAGR2: Create 2003+664 .ICL001. 1 (MA) on disk 1 cno 492 IMAGR2: Create 2003+664 .ICL002. 1 (MA) on disk 1 cno 493 IMAGR2: Create 2003+664 .ICL003. 1 (MA) on disk 1 cno 494 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.97993E+08 IMAGR2: Field 1 Beam min = -80.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.580 x 1.118 arcsec, PA= -32.8 IMAGR2: Field 2 Sum of gridding weights = 6.98000E+08 IMAGR2: Field 2 Beam min = -80.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.580 x 1.118 arcsec, PA= -32.8 IMAGR2: Field 3 Sum of gridding weights = 6.97998E+08 IMAGR2: Field 3 Beam min = -80.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.580 x 1.117 arcsec, PA= -32.7 IMAGR2: CLBHIS: minimum component 0.453 of current peak IMAGR2: Field 1 min = -37.2 MilliJy,max = 457.5 MilliJy IMAGR2: Field 2 min = -37.0 MilliJy,max = 454.3 MilliJy IMAGR2: Field 3 min = -26.3 MilliJy,max = 79.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 35.56 MilliJy IMAGR2: 3686 Residual map points loaded IMAGR2: Field 1 min allowed flux = 196.946 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 280.265 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 280.265 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 = -14.5 MilliJy,max = 175.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.672E-01 < Second best 1.872E-01 IMAGR2: Field 1 min = -14.6 MilliJy,max = 177.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 15.31 MilliJy IMAGR2: 2272 Residual map points loaded IMAGR2: Field 1 min allowed flux = 76.301 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 388.846 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 388.846 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.7 MilliJy,max = 68.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.464E-02 < Second best 7.253E-02 IMAGR2: Field 1 min = -5.8 MilliJy,max = 68.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.93 MilliJy IMAGR2: 2395 Residual map points loaded IMAGR2: Field 1 min allowed flux = 29.560 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 430.912 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 430.912 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 26.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.489E-02 < Second best 4.336E-02 IMAGR2: Field 3 min = -1.9 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.547E-03 < Second best 2.810E-02 IMAGR2: Field 1 min = -2.4 MilliJy,max = 26.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.30 MilliJy IMAGR2: 3193 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.170 MilliJy iter= 37 IMAGR2: Field 1 Clean flux density= 448.577 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 448.577 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.010E-02 < Second best 1.062E-02 IMAGR2: Field 1 min = -1.5 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 2033 cell beam + residuals > 1.04 MilliJy IMAGR2: 6169 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.612 MilliJy iter= 55 IMAGR2: Field 1 Clean flux density= 460.918 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 460.918 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.502E-03 < Second best 8.547E-03 IMAGR2: Field 3 min = -867.3 MicroJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.082E-03 < Second best 4.502E-03 IMAGR2: BGC Clean: using 509 cell beam + residuals > 955.52 MicroJy IMAGR2: 64 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.997 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 3.157 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 464.075 MilliJy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 1485 cell beam + residuals > 635.25 MicroJy IMAGR2: 3483 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.838 MilliJy iter= 73 IMAGR2: Field 1 Clean flux density= 465.945 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 469.102 MilliJy 83 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -798.4 MicroJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.784E-03 < Second best 1.901E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.584E-03 < Second best 1.784E-03 IMAGR2: BGC Clean: using 509 cell beam + residuals > 584.91 MicroJy IMAGR2: 70 Residual map points loaded IMAGR2: Field 3 min allowed flux = 836.470 MicroJy iter= 16 IMAGR2: Field 3 Clean flux density= 2.041 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 471.143 MilliJy 99 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 423.29 MicroJy IMAGR2: 18708 Residual map points loaded IMAGR2: Field 1 min allowed flux = 791.664 MicroJy iter= 115 IMAGR2: Field 1 Clean flux density= 467.098 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 472.296 MilliJy 141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -792.2 MicroJy,max = 711.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.587E-04 < Second best 7.977E-04 IMAGR2: Field 3 min = -658.6 MicroJy,max = 867.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.08 MicroJy IMAGR2: 205 Residual map points loaded IMAGR2: Field 3 min Clean flux = -594.918 MicroJy iter= 26 IMAGR2: Field 3 Clean flux density= 2.447 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 472.702 MilliJy 151 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -795.7 MicroJy,max = 703.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 420.43 MicroJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 2 min Clean flux = -597.964 MicroJy iter= 30 IMAGR2: Field 2 Clean flux density= 2.745 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 472.289 MilliJy 171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -778.4 MicroJy,max = 980.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 391.10 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min Clean flux = 603.145 MicroJy iter= 233 IMAGR2: Field 1 Clean flux density= 469.958 MilliJy 233 comps IMAGR2: Total Cleaned flux density = 475.150 MilliJy 289 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 603.145 less than limit 603.329 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 233 to 117 components IMAGR2: Field 2 compressed from 30 to 12 components IMAGR2: Field 3 compressed from 26 to 9 components IMAGR2: Field 1 min = -776.1 MicroJy,max = 931.6 MicroJy IMAGR2: Field 2 min = -571.8 MicroJy,max = 568.5 MicroJy IMAGR2: Field 3 min = -627.2 MicroJy,max = 783.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 455.677 MilliJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore 10.724 MilliJy ( 8 CCs) from field 1 to field 3 IMAGR2: Restore 2.745 MilliJy ( 12 CCs) from field 2 to field 1 IMAGR2: Restore 2.447 MilliJy ( 9 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 475.150 MilliJy IMAGR2: Field 2 final Clean flux 458.422 MilliJy IMAGR2: Field 3 final Clean flux 13.171 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= 488 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 18.3 Real= 39 royed MA image file: catno= 476 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 477 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 478 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 479 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 480 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 481 disk= 1 AIPS 2: Disk 1 in-CNO 482 renumbered as CNO 474 AIPS 2: Disk 1 in-CNO 483 renumbered as CNO 475 AIPS 2: Disk 1 in-CNO 484 renumbered as CNO 476 AIPS 2: Disk 1 in-CNO 485 renumbered as CNO 477 AIPS 2: Disk 1 in-CNO 486 renumbered as CNO 478 AIPS 2: Disk 1 in-CNO 487 renumbered as CNO 479 AIPS 2: Disk 1 in-CNO 488 renumbered as CNO 480 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04458 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5631_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :83 =N5631' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 482 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 483 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 484 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 485 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 486 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 487 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 488 disk= 1 AIPS 2: Disk 1 in-CNO 489 renumbered as CNO 481 AIPS 2: Disk 1 in-CNO 490 renumbered as CNO 482 AIPS 2: Disk 1 in-CNO 491 renumbered as CNO 483 AIPS 2: Disk 1 in-CNO 492 renumbered as CNO 484 AIPS 2: Disk 1 in-CNO 493 renumbered as CNO 485 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 486 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 487 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2003+664_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2003+664_C,BAND.0-1 >> /home/auto/run/AU079_1999O LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :84 =2003+664' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2003+664_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 489 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 490 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 491 disk= 1 AIPS 2: Disk 1 in-CNO 492 renumbered as CNO 488 AIPS 2: Disk 1 in-CNO 493 renumbered as CNO 489 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 490 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N6951_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N6951 C BAND Seq 1 Disk: 1 in slot 87 SETFC2: SETCEL: recommends IMSIZE 1454 CELLSIZE 0.38005 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38005 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N6951_C,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.23 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 20:37:13.91 66:06:19.1 0.070 1.000 0.001 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 104.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 3 C 1 2036 2036 20 37 14.47 66 06 19.7 00001 -1 1019 1024 1025 C 2 246 246 20 37 13.91 66 06 19.1 00002 -1 100 128 129 royed MA image file: catno= 476 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 477 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 478 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 479 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 480 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 481 disk= 1 AIPS 2: Disk 1 in-CNO 482 renumbered as CNO 474 AIPS 2: Disk 1 in-CNO 483 renumbered as CNO 475 AIPS 2: Disk 1 in-CNO 484 renumbered as CNO 476 AIPS 2: Disk 1 in-CNO 485 renumbered as CNO 477 AIPS 2: Disk 1 in-CNO 486 renumbered as CNO 478 AIPS 2: Disk 1 in-CNO 487 renumbered as CNO 479 AIPS 2: Disk 1 in-CNO 488 renumbered as CNO 480 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04458 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5631_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :83 =N5631' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 482 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 483 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 484 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 485 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 486 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 487 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 488 disk= 1 AIPS 2: Disk 1 in-CNO 489 renumbered as CNO 481 AIPS 2: Disk 1 in-CNO 490 renumbered as CNO 482 AIPS 2: Disk 1 in-CNO 491 renumbered as CNO 483 AIPS 2: Disk 1 in-CNO 492 renumbered as CNO 484 AIPS 2: Disk 1 in-CNO 493 renumbered as CNO 485 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 486 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 487 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2003+664_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2003+664_C,BAND.0-1 >> /home/auto/run/AU079_1999O LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :84 =2003+664' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2003+664_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 489 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 490 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 491 disk= 1 AIPS 2: Disk 1 in-CNO 492 renumbered as CNO 488 AIPS 2: Disk 1 in-CNO 493 renumbered as CNO 489 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 490 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N6951_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N6951_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :85 =N6951' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N6951_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 8.2889E-11 5.1159E-11 0 IMAGR2: Field 2 246 246 -3.4025E+00 -6.0000E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N6951_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N6951 .IMAGR . 1 (UV) on disk 1 cno 491 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37180 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.229E+04 IMAGR2: UVWAIT: Adding temperance S 1.046E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.525E+08 and out 4.471E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.138 due to weighting IMAGR2: UVWAIT: Average summed weight 5.229E+04 over 74360 vis IMAGR2: Create N6951 .IBM001. 1 (MA) on disk 1 cno 492 IMAGR2: Create N6951 .IBM002. 1 (MA) on disk 1 cno 493 IMAGR2: Create N6951 .ICL001. 1 (MA) on disk 1 cno 494 IMAGR2: Create N6951 .ICL002. 1 (MA) on disk 1 cno 495 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.74664E+09 IMAGR2: Field 1 Beam min = -113.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.458 x 1.075 arcsec, PA= -25.4 IMAGR2: Field 2 Sum of gridding weights = 4.74668E+09 IMAGR2: Field 2 Beam min = -113.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.458 x 1.075 arcsec, PA= -25.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -250.0 MicroJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -233.7 MicroJy,max = 994.6 MicroJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 156.14 MicroJy IMAGR2: 6688 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 594.316 MicroJy iter= 8 IMAGR2: Field 1 Clean flux density= 607.909 MicroJy 8 comps IMAGR2: Total Cleaned flux density = 607.909 MicroJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -242.4 MicroJy,max = 588.7 MicroJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 151.99 MicroJy IMAGR2: 919 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 372.919 MicroJy iter= 26 IMAGR2: Field 2 Clean flux density= 1.188 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 1.795 MilliJy 34 comps IMAGR2: ALGSTB: All 173 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 162- 0 Cells, with 37180 Pts IMAGR2: Field 1 min = -252.2 MicroJy,max = 421.2 MicroJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 185.03 MicroJy IMAGR2: 694 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 296.065 MicroJy iter= 36 IMAGR2: Field 1 Clean flux density= 1.547 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 2.734 MilliJy 62 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -250.9 MicroJy,max = 300.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 130.87 MicroJy IMAGR2: 796 Residual map points loaded IMAGR2: Field 2 min Clean flux = 267.187 MicroJy iter= 39 IMAGR2: Field 2 Clean flux density= 1.552 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 3.099 MilliJy 75 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -252.1 MicroJy,max = 271.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 127.67 MicroJy IMAGR2: 19970 Residual map points loaded IMAGR2: Field 1 min Clean flux = 268.379 MicroJy iter= 38 IMAGR2: Field 1 Clean flux density= 1.601 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 3.153 MilliJy 77 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 268.379 less than limit 268.635 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 38 to 21 components IMAGR2: Field 2 compressed from 39 to 22 components IMAGR2: Field 1 min = -251.7 MicroJy,max = 265.7 MicroJy IMAGR2: Field 2 min = -250.3 MicroJy,max = 264.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.429 MilliJy ( 20 CCs) from field 1 to field 2 IMAGR2: Restore 1.552 MilliJy ( 22 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 3.153 MilliJy IMAGR2: Field 2 final Clean flux 2.981 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= 491 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 10.7 Real= 23 royed MA image file: catno= 476 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 477 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 478 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 479 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 480 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 481 disk= 1 AIPS 2: Disk 1 in-CNO 482 renumbered as CNO 474 AIPS 2: Disk 1 in-CNO 483 renumbered as CNO 475 AIPS 2: Disk 1 in-CNO 484 renumbered as CNO 476 AIPS 2: Disk 1 in-CNO 485 renumbered as CNO 477 AIPS 2: Disk 1 in-CNO 486 renumbered as CNO 478 AIPS 2: Disk 1 in-CNO 487 renumbered as CNO 479 AIPS 2: Disk 1 in-CNO 488 renumbered as CNO 480 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04458 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N5631_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :83 =N5631' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N5631_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 482 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 483 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 484 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 485 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 486 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 487 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 488 disk= 1 AIPS 2: Disk 1 in-CNO 489 renumbered as CNO 481 AIPS 2: Disk 1 in-CNO 490 renumbered as CNO 482 AIPS 2: Disk 1 in-CNO 491 renumbered as CNO 483 AIPS 2: Disk 1 in-CNO 492 renumbered as CNO 484 AIPS 2: Disk 1 in-CNO 493 renumbered as CNO 485 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 486 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 487 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1006 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2003+664_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2003+664_C,BAND.0-1 >> /home/auto/run/AU079_1999O LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :84 =2003+664' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2003+664_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 489 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 490 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 491 disk= 1 AIPS 2: Disk 1 in-CNO 492 renumbered as CNO 488 AIPS 2: Disk 1 in-CNO 493 renumbered as CNO 489 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 490 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04477 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N6951_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N6951_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :85 =N6951' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N6951_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 492 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 493 disk= 1 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 491 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 492 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09406 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2250+143 C BAND Seq 1 Disk: 1 in slot 88 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.37939 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.37939 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2250+143_C,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.23 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 22:50:25.32 14:19:52.1 1.969 1.000 0.001 SETFC2: 3 22:50:35.21 14:24:43.7 0.033 0.335 0.090 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 128.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 3 C 1 2036 2036 22 50 25.54 14 19 50.6 00001 -1 1019 1024 1025 C 2 246 246 22 50 25.32 14 19 52.1 00002 -1 100 128 129 C 3 246 246 22 50 35.21 14 24 43.7 00003 -1 100 128 129 1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 492 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 493 disk= 1 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 491 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 492 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09406 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2250+143_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :86 =2250+143' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2250+143_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 0.0000E+00 1.9185E-11 0 IMAGR2: Field 2 246 246 -3.1973E+00 1.5000E+00 0 IMAGR2: Field 3 246 246 1.4054E+02 2.9310E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2250+143_C,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 2250+143 .IMAGR . 1 (UV) on disk 1 cno 493 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 8424 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.165E+04 IMAGR2: UVWAIT: Adding temperance S 6.330E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.703E+07 and out 7.212E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.132 due to weighting IMAGR2: UVWAIT: Average summed weight 3.165E+04 over 16848 vis IMAGR2: Create 2250+143 .IBM001. 1 (MA) on disk 1 cno 494 IMAGR2: Create 2250+143 .IBM002. 1 (MA) on disk 1 cno 495 IMAGR2: Create 2250+143 .IBM003. 1 (MA) on disk 1 cno 496 IMAGR2: Create 2250+143 .ICL001. 1 (MA) on disk 1 cno 497 IMAGR2: Create 2250+143 .ICL002. 1 (MA) on disk 1 cno 498 IMAGR2: Create 2250+143 .ICL003. 1 (MA) on disk 1 cno 499 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 7.65630E+08 IMAGR2: Field 1 Beam min = -66.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.307 x 1.245 arcsec, PA= 8.6 IMAGR2: Field 2 Sum of gridding weights = 7.65642E+08 IMAGR2: Field 2 Beam min = -67.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.307 x 1.245 arcsec, PA= 8.6 IMAGR2: Field 3 Sum of gridding weights = 7.65640E+08 IMAGR2: Field 3 Beam min = -70.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.306 x 1.245 arcsec, PA= 8.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -72.6 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -82.4 MilliJy,max = 1.0 Jy IMAGR2: Field 3 min = -56.7 MilliJy,max = 153.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 104.81 MilliJy IMAGR2: 2207 Residual map points loaded IMAGR2: Field 1 min allowed flux = 518.325 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 617.196 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 617.196 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -35.7 MilliJy,max = 445.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.239E-01 < Second best 4.928E-01 IMAGR2: Field 1 min = -31.7 MilliJy,max = 466.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 50.13 MilliJy IMAGR2: 1342 Residual map points loaded IMAGR2: Field 1 min allowed flux = 223.122 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 882.879 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 882.879 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -15.6 MilliJy,max = 191.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.825E-01 < Second best 2.121E-01 IMAGR2: Field 1 min = -14.1 MilliJy,max = 200.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 21.58 MilliJy IMAGR2: 1392 Residual map points loaded IMAGR2: Field 1 min allowed flux = 96.047 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 997.247 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 997.247 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.9 MilliJy,max = 82.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.856E-02 < Second best 1.468E-01 IMAGR2: Field 3 min = -4.7 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.186E-02 < Second best 9.131E-02 IMAGR2: Field 1 min = -6.6 MilliJy,max = 86.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 9.29 MilliJy IMAGR2: 1575 Residual map points loaded IMAGR2: Field 1 min allowed flux = 41.345 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 1.046 Jy 32 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 35.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.382E-02 < Second best 3.931E-02 IMAGR2: Field 1 min = -4.0 MilliJy,max = 37.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.00 MilliJy IMAGR2: 2512 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.798 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 1.068 Jy 40 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 15.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.457E-02 < Second best 1.692E-02 IMAGR2: Field 1 min = -3.7 MilliJy,max = 16.0 MilliJy IMAGR2: BGC Clean: using 1957 cell beam + residuals > 2.31 MilliJy IMAGR2: 3753 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.661 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 1.077 Jy 48 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.921E-03 < Second best 1.186E-02 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.486E-03 < Second best 7.289E-03 IMAGR2: Field 1 min = -3.7 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 637 cell beam + residuals > 1.66 MilliJy IMAGR2: 15129 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.456 MilliJy iter= 76 IMAGR2: Field 1 Clean flux density= 1.089 Jy 76 comps IMAGR2: Total Cleaned flux density = 1.089 Jy 76 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.117E-03 < Second best 3.293E-03 IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 19382 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.744 MilliJy iter= 167 IMAGR2: Field 1 Clean flux density= 1.106 Jy 167 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.784 MilliJy iter= 32 IMAGR2: Field 2 Clean flux density= 6.211 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 19304 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.332 MilliJy iter= 331 IMAGR2: Field 1 Clean flux density= 1.107 Jy 331 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.006E-03 < Second best 2.231E-03 IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 19393 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.075 MilliJy iter= 570 IMAGR2: Field 1 Clean flux density= 1.126 Jy 570 comps IMAGR2: Total Cleaned flux density = 1.132 Jy 602 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.858E-03 < Second best 1.987E-03 IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 19281 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.846 MilliJy iter= 894 IMAGR2: Field 1 Clean flux density= 1.114 Jy 894 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 926 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.654E-03 < Second best 1.768E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 19139 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.646 MilliJy iter= 1314 IMAGR2: Field 1 Clean flux density= 1.145 Jy 1314 comps IMAGR2: Total Cleaned flux density = 1.151 Jy 1346 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.507E-03 < Second best 1.654E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.474E-03 < Second best 1.577E-03 IMAGR2: Field 1 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 19600 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.467 MilliJy iter= 1864 IMAGR2: Field 1 Clean flux density= 1.110 Jy 1864 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 1896 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 111 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.099 MilliJy iter= 72 IMAGR2: Field 2 Clean flux density= 10.680 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 1936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 131 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.125 MilliJy iter= 63 IMAGR2: Field 3 Clean flux density= 3.935 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 1.125 Jy 1999 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 8424 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 962.53 MicroJy IMAGR2: 19444 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.274 MilliJy iter= 2589 IMAGR2: Field 1 Clean flux density= 1.156 Jy 2589 comps IMAGR2: Total Cleaned flux density = 1.171 Jy 2724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 860.73 MicroJy IMAGR2: 18936 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.111 MilliJy iter= 3457 IMAGR2: Field 1 Clean flux density= 1.103 Jy 3457 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 3592 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 857.67 MicroJy IMAGR2: 115 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 872.159 MicroJy iter= 115 IMAGR2: Field 3 Clean flux density= 7.459 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 3644 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 761.22 MicroJy IMAGR2: 18935 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 966.603 MicroJy iter= 4507 IMAGR2: Field 1 Clean flux density= 1.174 Jy 4507 comps IMAGR2: Total Cleaned flux density = 1.192 Jy 4694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 881.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 757.63 MicroJy IMAGR2: 51 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -758.611 MicroJy iter= 109 IMAGR2: Field 2 Clean flux density= 8.593 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 1.190 Jy 4731 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.89 MicroJy IMAGR2: 19236 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -844.312 MicroJy iter= 5769 IMAGR2: Field 1 Clean flux density= 1.108 Jy 5769 comps IMAGR2: Total Cleaned flux density = 1.124 Jy 5993 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -931.4 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 671.70 MicroJy IMAGR2: 138 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 681.223 MicroJy iter= 175 IMAGR2: Field 3 Clean flux density= 10.275 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 1.127 Jy 6053 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 8424 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 598.85 MicroJy IMAGR2: 19399 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -743.132 MicroJy iter= 7270 IMAGR2: Field 1 Clean flux density= 1.182 Jy 7270 comps IMAGR2: Total Cleaned flux density = 1.201 Jy 7554 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -921.2 MicroJy,max = 739.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 598.12 MicroJy IMAGR2: 61 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -605.639 MicroJy iter= 146 IMAGR2: Field 2 Clean flux density= 6.114 MilliJy 146 comps IMAGR2: Total Cleaned flux density = 1.198 Jy 7591 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.12 MicroJy IMAGR2: 19302 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 656.418 MicroJy iter= 8985 IMAGR2: Field 1 Clean flux density= 1.111 Jy 8985 comps IMAGR2: Total Cleaned flux density = 1.127 Jy 9306 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -875.5 MicroJy,max = 967.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 535.73 MicroJy IMAGR2: 141 Residual map points loaded IMAGR2: Field 3 min Clean flux = 560.940 MicroJy iter= 222 IMAGR2: Field 3 Clean flux density= 12.961 MilliJy 222 comps IMAGR2: Total Cleaned flux density = 1.130 Jy 9353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 486.19 MicroJy IMAGR2: 19748 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -590.183 MicroJy iter= 10963 IMAGR2: Field 1 Clean flux density= 1.187 Jy 10963 comps IMAGR2: Total Cleaned flux density = 1.206 Jy 11331 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -905.9 MicroJy,max = 648.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 485.81 MicroJy IMAGR2: 137 Residual map points loaded IMAGR2: Field 2 min Clean flux = -562.102 MicroJy iter= 177 IMAGR2: Field 2 Clean flux density= 4.178 MilliJy 177 comps IMAGR2: Total Cleaned flux density = 1.204 Jy 11362 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 452.60 MicroJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min Clean flux = -564.155 MicroJy iter= 12567 IMAGR2: Field 1 Clean flux density= 1.130 Jy 12567 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 12966 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 564.155 less than limit 564.362 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 12567 to 6720 components IMAGR2: Field 2 compressed from 177 to 83 components IMAGR2: Field 3 compressed from 222 to 108 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: Field 2 min = -640.7 MicroJy,max = 786.7 MicroJy IMAGR2: Field 3 min = -690.7 MicroJy,max = 775.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.090 Jy ( 63 CCs) from field 1 to field 2 IMAGR2: Restore -7.732 MilliJy ( 171 CCs) from field 1 to field 3 IMAGR2: Restore 4.178 MilliJy ( 83 CCs) from field 2 to field 1 IMAGR2: Restore 12.961 MilliJy ( 108 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.147 Jy IMAGR2: Field 2 final Clean flux 1.094 Jy IMAGR2: Field 3 final Clean flux 5.228 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= 493 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 85.1 Real= 178 1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 492 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 493 disk= 1 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 491 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 492 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09406 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2250+143_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :86 =2250+143' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 494 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 495 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 496 disk= 1 AIPS 2: Disk 1 in-CNO 497 renumbered as CNO 493 AIPS 2: Disk 1 in-CNO 498 renumbered as CNO 494 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 495 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N7479 C BAND Seq 1 Disk: 1 in slot 89 SETFC2: SETCEL: recommends IMSIZE 1450 CELLSIZE 0.38123 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38123 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N7479_C,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.23 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 23:04:56.62 12:19:20.8 0.101 1.000 0.001 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 131.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 3 C 1 2036 2036 23 04 56.63 12 19 22.7 00001 -1 1019 1024 1025 C 2 246 246 23 04 56.62 12 19 20.8 00002 -1 100 128 129 1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 492 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 493 disk= 1 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 491 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 492 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09406 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2250+143_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :86 =2250+143' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 494 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 495 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 496 disk= 1 AIPS 2: Disk 1 in-CNO 497 renumbered as CNO 493 AIPS 2: Disk 1 in-CNO 498 renumbered as CNO 494 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 495 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N7479_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :87 =N7479' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N7479_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.9992E-10 0.0000E+00 0 IMAGR2: Field 2 246 246 -1.4654E-01 -1.9000E+00 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N7479_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create N7479 .IMAGR . 1 (UV) on disk 1 cno 496 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 37154 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.764E+04 IMAGR2: UVWAIT: Adding temperance S 1.753E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.534E+08 and out 4.314E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 8.764E+04 over 74308 vis IMAGR2: Create N7479 .IBM001. 1 (MA) on disk 1 cno 497 IMAGR2: Create N7479 .IBM002. 1 (MA) on disk 1 cno 498 IMAGR2: Create N7479 .ICL001. 1 (MA) on disk 1 cno 499 IMAGR2: Create N7479 .ICL002. 1 (MA) on disk 1 cno 500 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.58013E+09 IMAGR2: Field 1 Beam min = -129.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.259 x 1.198 arcsec, PA= 24.5 IMAGR2: Field 2 Sum of gridding weights = 4.58018E+09 IMAGR2: Field 2 Beam min = -129.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.259 x 1.198 arcsec, PA= 24.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -394.7 MicroJy,max = 2.7 MilliJy IMAGR2: Field 2 min = -374.9 MicroJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 192.65 MicroJy IMAGR2: 2473 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.326 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 1.579 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 1.579 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 = -330.6 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 1679 cell beam + residuals > 163.30 MicroJy IMAGR2: 10520 Residual map points loaded IMAGR2: Field 1 min allowed flux = 635.323 MicroJy iter= 18 IMAGR2: Field 1 Clean flux density= 1.589 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 3.168 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -257.0 MicroJy,max = 666.5 MicroJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 153.41 MicroJy IMAGR2: 640 Residual map points loaded IMAGR2: Field 2 min allowed flux = 323.738 MicroJy iter= 24 IMAGR2: Field 2 Clean flux density= 2.338 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 3.928 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -272.2 MicroJy,max = 619.0 MicroJy IMAGR2: BGC Clean: using 281 cell beam + residuals > 136.68 MicroJy IMAGR2: 17697 Residual map points loaded IMAGR2: Field 1 min allowed flux = 308.093 MicroJy iter= 45 IMAGR2: Field 1 Clean flux density= 2.722 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 5.060 MilliJy 69 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -217.6 MicroJy,max = 302.6 MicroJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 197.01 MicroJy IMAGR2: 45 Residual map points loaded IMAGR2: Field 2 min Clean flux = 261.047 MicroJy iter= 29 IMAGR2: Field 2 Clean flux density= 2.479 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 5.200 MilliJy 74 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -270.4 MicroJy,max = 331.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 130.65 MicroJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min Clean flux = 267.572 MicroJy iter= 55 IMAGR2: Field 1 Clean flux density= 3.008 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 5.486 MilliJy 84 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Peak residual in window 267.572 less than limit 268.729 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 55 to 21 components IMAGR2: Field 2 compressed from 29 to 6 components IMAGR2: Field 1 min = -270.2 MicroJy,max = 332.6 MicroJy IMAGR2: Field 2 min = -214.2 MicroJy,max = 276.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 760.661 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore 2.479 MilliJy ( 6 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.486 MilliJy IMAGR2: Field 2 final Clean flux 3.239 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= 496 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 12.3 Real= 26 1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 492 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 493 disk= 1 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 491 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 492 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09406 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2250+143_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :86 =2250+143' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 494 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 495 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 496 disk= 1 AIPS 2: Disk 1 in-CNO 497 renumbered as CNO 493 AIPS 2: Disk 1 in-CNO 498 renumbered as CNO 494 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 495 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N7479_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :87 =N7479' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 497 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 498 disk= 1 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 496 AIPS 2: Disk 1 in-CNO 500 renumbered as CNO 497 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1024 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2330+110_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2330+110 C BAND Seq 1 Disk: 1 in slot 90 SETFC2: SETCEL: recommends IMSIZE 1450 CELLSIZE 0.38110 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38110 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2330+110_C,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.23 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 23:30:40.83 11:00:18.3 1.204 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 137.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 4 C 1 2036 2036 23 30 40.85 11 00 18.7 00001 -1 1019 1024 1025 C 2 246 246 23 30 40.83 11 00 18.3 00002 -1 100 128 129 1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 492 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 493 disk= 1 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 491 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 492 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09406 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2250+143_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :86 =2250+143' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 494 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 495 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 496 disk= 1 AIPS 2: Disk 1 in-CNO 497 renumbered as CNO 493 AIPS 2: Disk 1 in-CNO 498 renumbered as CNO 494 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 495 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N7479_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :87 =N7479' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 497 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 498 disk= 1 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 496 AIPS 2: Disk 1 in-CNO 500 renumbered as CNO 497 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1024 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2330+110_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2330+110_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :88 =2330+110' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2330+110_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -3.8283E-02 -1.2000E-02 0 IMAGR2: Field 2 246 246 -3.3277E-01 -4.1200E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2330+110_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 2330+110 .IMAGR . 1 (UV) on disk 1 cno 498 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7111 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.974E+04 IMAGR2: UVWAIT: Adding temperance S 5.949E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.900E+07 and out 5.989E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.124 due to weighting IMAGR2: UVWAIT: Average summed weight 2.974E+04 over 14222 vis IMAGR2: Create 2330+110 .IBM001. 1 (MA) on disk 1 cno 499 IMAGR2: Create 2330+110 .IBM002. 1 (MA) on disk 1 cno 500 IMAGR2: Create 2330+110 .ICL001. 1 (MA) on disk 1 cno 501 IMAGR2: Create 2330+110 .ICL002. 1 (MA) on disk 1 cno 502 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.35857E+08 IMAGR2: Field 1 Beam min = -65.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.333 x 1.247 arcsec, PA= -0.5 IMAGR2: Field 2 Sum of gridding weights = 6.35865E+08 IMAGR2: Field 2 Beam min = -75.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.333 x 1.247 arcsec, PA= -0.5 IMAGR2: CLBHIS: minimum component 0.494 of current peak IMAGR2: Field 1 min = -80.5 MilliJy,max = 1.2 Jy IMAGR2: Field 2 min = -103.0 MilliJy,max = 1.2 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 93.41 MilliJy IMAGR2: 7594 Residual map points loaded IMAGR2: Field 1 min allowed flux = 578.848 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 689.264 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 689.264 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -44.8 MilliJy,max = 526.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.011E-01 < Second best 5.503E-01 IMAGR2: Field 1 min = -35.2 MilliJy,max = 521.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 44.68 MilliJy IMAGR2: 4776 Residual map points loaded IMAGR2: Field 1 min allowed flux = 249.175 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 985.970 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 985.970 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -19.8 MilliJy,max = 234.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.226E-01 < Second best 2.369E-01 IMAGR2: Field 1 min = -17.3 MilliJy,max = 224.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 19.23 MilliJy IMAGR2: 6276 Residual map points loaded IMAGR2: Field 1 min allowed flux = 105.826 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 1.129 Jy 25 comps IMAGR2: Total Cleaned flux density = 1.129 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.5 MilliJy,max = 102.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 18.07 MilliJy IMAGR2: 119 Residual map points loaded IMAGR2: Field 2 min allowed flux = 46.725 MilliJy iter= 9 IMAGR2: Field 2 Clean flux density= 63.647 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 1.193 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.1 MilliJy,max = 43.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.122E-02 < Second best 4.445E-02 IMAGR2: Field 2 min = -11.5 MilliJy,max = 42.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.61 MilliJy IMAGR2: 1324 Residual map points loaded IMAGR2: Field 2 min allowed flux = 20.614 MilliJy iter= 18 IMAGR2: Field 2 Clean flux density= 90.814 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 1.220 Jy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.0 MilliJy,max = 21.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.35 MilliJy IMAGR2: 1934 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.394 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 1.132 Jy 42 comps IMAGR2: Total Cleaned flux density = 1.223 Jy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.3 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.49 MilliJy IMAGR2: 639 Residual map points loaded IMAGR2: Field 2 min allowed flux = -5.567 MilliJy iter= 52 IMAGR2: Field 2 Clean flux density= 85.582 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 1.217 Jy 94 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 1685 cell beam + residuals > 1.58 MilliJy IMAGR2: 11178 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.977 MilliJy iter= 115 IMAGR2: Field 1 Clean flux density= 1.128 Jy 115 comps IMAGR2: Total Cleaned flux density = 1.214 Jy 167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 604 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.113 MilliJy iter= 139 IMAGR2: Field 2 Clean flux density= 86.882 MilliJy 139 comps IMAGR2: Total Cleaned flux density = 1.215 Jy 254 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 7111 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 18211 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.624 MilliJy iter= 294 IMAGR2: Field 1 Clean flux density= 1.140 Jy 294 comps IMAGR2: Total Cleaned flux density = 1.227 Jy 433 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 309 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.200 MilliJy iter= 210 IMAGR2: Field 2 Clean flux density= 85.095 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 1.225 Jy 504 comps IMAGR2: ALGSTB: All 182 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 171- 0 Cells, with 7111 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 846.25 MicroJy IMAGR2: 19129 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.229 MilliJy iter= 571 IMAGR2: Field 1 Clean flux density= 1.144 Jy 571 comps IMAGR2: Total Cleaned flux density = 1.229 Jy 781 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 744.41 MicroJy IMAGR2: 18562 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.023 MilliJy iter= 913 IMAGR2: Field 1 Clean flux density= 1.153 Jy 913 comps IMAGR2: Total Cleaned flux density = 1.238 Jy 1123 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -969.1 MicroJy,max = 994.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.303E-04 < Second best 9.804E-04 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 646.94 MicroJy IMAGR2: 19629 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -868.651 MicroJy iter= 1356 IMAGR2: Field 1 Clean flux density= 1.147 Jy 1356 comps IMAGR2: Total Cleaned flux density = 1.232 Jy 1566 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -830.2 MicroJy,max = 944.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 645.80 MicroJy IMAGR2: 84 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 665.482 MicroJy iter= 254 IMAGR2: Field 2 Clean flux density= 85.589 MilliJy 254 comps IMAGR2: Total Cleaned flux density = 1.232 Jy 1610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 549.28 MicroJy IMAGR2: 19624 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -724.204 MicroJy iter= 1931 IMAGR2: Field 1 Clean flux density= 1.161 Jy 1931 comps IMAGR2: Total Cleaned flux density = 1.247 Jy 2185 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 474.81 MicroJy IMAGR2: 19076 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -616.410 MicroJy iter= 2650 IMAGR2: Field 1 Clean flux density= 1.149 Jy 2650 comps IMAGR2: Total Cleaned flux density = 1.235 Jy 2904 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -651.7 MicroJy,max = 684.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 472.38 MicroJy IMAGR2: 69 Residual map points loaded IMAGR2: Field 2 min Clean flux = 586.007 MicroJy iter= 258 IMAGR2: Field 2 Clean flux density= 85.843 MilliJy 258 comps IMAGR2: Total Cleaned flux density = 1.235 Jy 2908 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -987.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.75 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min Clean flux = 614.139 MicroJy iter= 2699 IMAGR2: Field 1 Clean flux density= 1.151 Jy 2699 comps IMAGR2: Total Cleaned flux density = 1.237 Jy 2957 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 614.139 less than limit 614.260 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2699 to 1860 components IMAGR2: Field 2 compressed from 258 to 85 components IMAGR2: Field 1 min = -979.5 MicroJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -594.4 MicroJy,max = 583.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.130 Jy ( 76 CCs) from field 1 to field 2 IMAGR2: Restore 85.843 MilliJy ( 85 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.237 Jy IMAGR2: Field 2 final Clean flux 1.216 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= 498 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 33.2 Real= 70 1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 492 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 493 disk= 1 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 491 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 492 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09406 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2250+143_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :86 =2250+143' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 494 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 495 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 496 disk= 1 AIPS 2: Disk 1 in-CNO 497 renumbered as CNO 493 AIPS 2: Disk 1 in-CNO 498 renumbered as CNO 494 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 495 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N7479_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :87 =N7479' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 497 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 498 disk= 1 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 496 AIPS 2: Disk 1 in-CNO 500 renumbered as CNO 497 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1024 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2330+110_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2330+110_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :88 =2330+110' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2330+110_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 499 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 500 disk= 1 AIPS 2: Disk 1 in-CNO 501 renumbered as CNO 498 AIPS 2: Disk 1 in-CNO 502 renumbered as CNO 499 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7743_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found N7743 C BAND Seq 1 Disk: 1 in slot 91 SETFC2: SETCEL: recommends IMSIZE 1439 CELLSIZE 0.38401 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.38401 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@N7743_C,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.23 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 140.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 3 C 1 2036 2036 23 41 48.60 09 39 25.0 00001 -1 1019 1024 1025 1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 492 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 493 disk= 1 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 491 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 492 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09406 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2250+143_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :86 =2250+143' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 494 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 495 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 496 disk= 1 AIPS 2: Disk 1 in-CNO 497 renumbered as CNO 493 AIPS 2: Disk 1 in-CNO 498 renumbered as CNO 494 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 495 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N7479_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :87 =N7479' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 497 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 498 disk= 1 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 496 AIPS 2: Disk 1 in-CNO 500 renumbered as CNO 497 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1024 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2330+110_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2330+110_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :88 =2330+110' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2330+110_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 499 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 500 disk= 1 AIPS 2: Disk 1 in-CNO 501 renumbered as CNO 498 AIPS 2: Disk 1 in-CNO 502 renumbered as CNO 499 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7743_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N7743_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :89 =N7743' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N7743_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 2.0174E-10 6.3949E-12 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@N7743_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create N7743 .IMAGR . 1 (UV) on disk 1 cno 500 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 36855 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 9.416E+04 IMAGR2: UVWAIT: Adding temperance S 1.883E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.543E+08 and out 4.368E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.141 due to weighting IMAGR2: UVWAIT: Average summed weight 9.416E+04 over 73710 vis IMAGR2: Create N7743 .IBM001. 1 (MA) on disk 1 cno 501 IMAGR2: Create N7743 .ICL001. 1 (MA) on disk 1 cno 502 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; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.63767E+09 IMAGR2: Field 1 Beam min = -158.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.269 x 1.204 arcsec, PA= 19.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -262.5 MicroJy,max = 935.9 MicroJy IMAGR2: BGC Clean: using 527 cell beam + residuals > 131.54 MicroJy IMAGR2: 16186 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 458.495 MicroJy iter= 8 IMAGR2: Total Cleaned flux density = 535.341 MicroJy 8 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -259.6 MicroJy,max = 422.3 MicroJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 146.72 MicroJy IMAGR2: 4274 Residual map points loaded IMAGR2: Field 1 min Clean flux = 254.869 MicroJy iter= 17 IMAGR2: Total Cleaned flux density = 820.934 MicroJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 254.869 less than limit 269.817 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 17 to 6 components IMAGR2: Field 1 min = -259.0 MicroJy,max = 250.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 820.934 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= 500 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 7.4 Real= 16 1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 492 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 493 disk= 1 AIPS 2: Disk 1 in-CNO 494 renumbered as CNO 491 AIPS 2: Disk 1 in-CNO 495 renumbered as CNO 492 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09406 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2250+143_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :86 =2250+143' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+143_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 494 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 495 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 496 disk= 1 AIPS 2: Disk 1 in-CNO 497 renumbered as CNO 493 AIPS 2: Disk 1 in-CNO 498 renumbered as CNO 494 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 495 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04479 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N7479_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :87 =N7479' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7479_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 497 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 498 disk= 1 AIPS 2: Disk 1 in-CNO 499 renumbered as CNO 496 AIPS 2: Disk 1 in-CNO 500 renumbered as CNO 497 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1024 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2330+110_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2330+110_C,BAND.0-1 >> /home/auto/run/AU079_1999O AIPS 2: CT31_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :88 =2330+110' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2330+110_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 499 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 500 disk= 1 AIPS 2: Disk 1 in-CNO 501 renumbered as CNO 498 AIPS 2: Disk 1 in-CNO 502 renumbered as CNO 499 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7743_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@N7743_C,BAND.0-1 >> /home/auto/run/AU079_1999OCT3 AIPS 2: 1_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :89 =N7743' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@N7743_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 501 disk= 1 AIPS 2: Disk 1 in-CNO 502 renumbered as CNO 500 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 ?' 500 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18322: 28114 messages, oldest written 11-SEP-2006 14:52:31 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= 9.2 Real= 7663 /home/auto/run/AU079_1999OCT31_1.run.0 finished on Tue Sep 12 07:37:39 MDT 2006