AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Sep 26 17:19 /home/auto/bin/AVLAPREP.001 Pipe version = Oct 2 09:13 /home/auto/bin/AVLAPIPE.001 Post version = Sep 29 14:55 /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 global default file /home/auto/aips/DA00/DADEVS.LIST 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 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: AIPS 2: procedure expid AIPS 2: string*20 expnm AIPS 2: string*75 expmsg AIPS 2: expnm='' AIPS 2: expmsg='' AIPS 2: return expnm AIPS 2: finish AIPS 2: type expid AIPS 2: ' ' >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,kj 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: 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) = 7e4; 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;j=1 AIPS 2: while (j<9);keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if(keystrng='FREQ')then AIPS 2: keyword='CRVAL'!!char(j);gethead;keyval(1)=keyval(1)/1 e10;j=9 AIPS 2: if (keyval(1) < 1.8) then;clrtemp;go;else AIPS 2: type 'QUACK SKIPPED FOR THIS HIGH FREQUENCY OBSERVAT ION' AIPS 2: type 'MAY BE A FAST-SWITHCING OBS - IE LOSS OF ALL D ATA' AIPS 2: type 'RUN BY HAND IF YOU REALLY WANT THIS QUACK';tge t quack AIPS 2: end;else;j=j+1;end;end 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;clrtemp 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;kj=0;userid=0;clrtemp AIPS 2: while (kj<9) AIPS 2: kj=kj+1;keyvalue=0;keystrng'';keyword='CTYPE'!!char(kj);ge thead;clrtemp AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kj);gethead AIPS 2: kj=10;end;end;vget;if((keyvalue(1))>17e9&(solint>0.5))then;s olint=1/3 AIPS 2: aparm(7)=3.5;vput;type' AUTOMATIC RESET: SOLINT=20SEC (HIG H FREQ)';end AIPS 2: if(star>0)then;calsour'';calcode'*';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'';snver=numta b('SN')+1 AIPS 2: solint=lsparm(13)*lsparm(2);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: string*20 expnm AIPS 2: string*75 expmsg 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(2 )=30 AIPS 2: bparm(3)=1;bparm(4)=0;bparm(5)=0.031;bparm(6)=256;bparm(7)=256 ;bparm(8)=100 AIPS 2: gx;bparm(4)=3*bparm(1);bparm(1)=-0.7*bparm(1);bcount=nfield+1 AIPS 2: type'SEARCHING FOR NVSS SOURCES';gx;szf=nfield;szc=cellsize;sz i=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: keyword'GCOUNT';gethead;if(keyvalue(1)<10)then;type'NO DATA' ;error=1;end AIPS 2: if (error < 1) then AIPS 2: if ((lsparm(7)=7e4)&(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: 'TESTT_2000MAR02_1' >>AIPS 2: 'TESTT_2000MAR02_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: egetname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk =1 AIPS 2: while (kk<7) 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=10;else;kk=kk+1;en d;end AIPS 2: for i=3:uvi;egetname 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: end;intype'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 2: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - CHECK?';end; inclass'NVAS06' AIPS 2: chkname;if(error<1)then;type inname!!' : FLATFOV ALREADY D ONE';mai=0;end AIPS 2: if (mai=1) then;inclass'*001' 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);geth ead 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/fo v;end;kk=kk+1 AIPS 2: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsi ze(2)*3600 AIPS 2: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1), cellsize(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 radius, arcsec AIPS 2: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov /cellsize(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 =15;aparm=0 AIPS 2: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSE C RADIUS' AIPS 2: inclass'?CL001';gx AIPS 2: $inclass'?CL*';allzap;recat AIPS 2: ;inclass'FLATN' AIPS 2: tput;default blank;tget flatn;task'BLANK';opcode'RADI' ;dparm fov,0 AIPS 2: gx;allzap;recat AIPS 2: end;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((mai'BLANK')) AIPS 2: mai=mai+1;egetname mai;end;if(inclass<>'BLANK')then;mai=numf le+1;end AIPS 2: for j=mai:numfle;default imean;docat=1;intype'SC';egetname j;c hkname AIPS 2: if(error=0)then;keyvalue=0;keystrng'';keyword='CRPIX1';gethe ad AIPS 2: ll=keyvalue(1);keyword='CRPIX2';gethead;mm=keyvalue(1);doinv ers=1 AIPS 2: blc(1)=ll-29;blc(2)=mm-30;trc(1)=ll+30;trc(2)=mm+29;imstat;d oinv=-1 AIPS 2: blc=0;trc=0;rms=pixstd;go;wa;if(pixstd=rms)then;keyword'ACTN OISE' AIPS 2: keytype'R';keyvalue=rms,0;puthead;end;end;end AIPS 2: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 2: for j=mai:numfle AIPS 2: intype'SC';egetname mai;chkname;if(error=0)then;getoname mai AIPS 2: outclass'RADCOR';outseq=0;inclass'BLANK';outdisk=indisk;gx;z ap;recat;end 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: intype'SC';egetname mai;chkname;getoname mai;outclass'NVAS06 '; AIPS 2: if(inclass='RADCOR')then;gx;inclass'RADCOR';zap;recat;end;en d AIPS 2: finish AIPS 2: AIPS 2: procedure mkarr AIPS 2: string*1 sx,lx,az AIPS 2: string*4 nnsl AIPS 2: scalar aw, ae, an, ai AIPS 2: numbant=0;aw=0;ae=0;an=0 AIPS 2: keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyvalue(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;clrtemp AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then;lsvla=substr(keystrng ,i+1,i+3) AIPS 2: else;lsvla=substr(keystrng,i+2,i+4);end;az=substr(lsvla,1,1) AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then;numbant=numbant+1 AIPS 2: if (lsvla='VPT')then;ai=75;lx='P';else;ai=value(substr(lsv la,2,3)) AIPS 2: if(az='W')then;aw=max(aw,ai);else;if(az='E')then;ae=max( ae,ai);else AIPS 2: if(az='N')then;an=max(an,ai);else;if(lx<>'P')then; AIPS 2: type lsvla!!' - ERROR: ANTENNA NOT KNOWN';end;en d;end;end AIPS 2: clrtemp;end;end;end AIPS 2: if (lx<>'P')then;ai=max(aw,ae);ai=max(ai,an);lx='D';if(ai>36)t hen;lx='A' AIPS 2: else;if(ai>18)then;lx='B';else;if(ai>9)then;lx='C';end;end ;end;end AIPS 2: ai=min(aw,ae);ai=min(ai,an);sx='A';if(ai<10)then;sx='D';else;i f(ai<19)then AIPS 2: sx='C';else;if(ai<37)then;sx='B';end;end;end;clrtemp AIPS 2: if(numbant<10)then AIPS 2: nnsl='0'!!char(numbant)!!sx!!lx;else;nnsl=char(numbant)!!sx! !lx;end AIPS 2: return nnsl 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,rh,rm,rs,dd,dm,ds,rmsv,sbmv AIPS 2: scalar ifx,nif,nu,nu1,nu2,bw,nst,stv,msuv1,msuv2,msuv AIPS 2: string*1 pm,rmsc,stc,ik AIPS 2: string*2 zz AIPS 2: string*3 mmm AIPS 2: string*4 rmss,sbms,fras,frqs,nnsl AIPS 2: string*5 radi AIPS 2: string*30 dir AIPS 2: string*20 expnm AIPS 2: expnm = '' AIPS 2: type expid AIPS 2: if(expnm='')then AIPS 2: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';g ethead AIPS 2: mmm=substr(keystrng,5,6) AIPS 2: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';en d AIPS 2: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';en d AIPS 2: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';en d AIPS 2: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';en d AIPS 2: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';en d AIPS 2: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';en d AIPS 2: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng ,7,8)!!'_0' AIPS 2: end;ki=1;userid=0 AIPS 2: while (ki<9) AIPS 2: ik=char(ki);keyvalue=0;keystrng'';keyword='CTYPE'!!ik;gethea d;clrtemp AIPS 2: if(substr(keystrng,1,2)='RA')then AIPS 2: keyword='CRVAL'!!ik;gethead;ra1=keyvalue(1);ra2=keyvalue(2 );msuv1=ra1+ra2 AIPS 2: keyword='CDELT'!!ik;gethead;cellsize(1)=-1*keyvalue(1)*360 0;ra1=ra1/15 AIPS 2: ra2=ra2/15;rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1 =(ra1-rm)*60 AIPS 2: rs=((floor((ra1+(3600*ra2))*1000)+0.005)/1000);clrtemp AIPS 2: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 2: keyword='NAXIS'!!ik;gethead;ra1=0.5*keyvalue(1)*cellsize(1 );end AIPS 2: if(substr(keystrng,1,3)='DEC')then AIPS 2: keyword='CRVAL'!!ik;gethead;dc1=keyvalue(1);dc2=keyvalue(2 );msuv1=dc1+dc2 AIPS 2: keyword='CDELT'!!ik;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)+0.0005);clrtemp;keyword='NAXIS'!!i k AIPS 2: gethead;dc1=0.5*(keyvalue(1)-10)*cellsize(2);end $ie corre ct for (c)-top AIPS 2: if(substr(keystrng,1,2)='IF')then AIPS 2: keyword='NAXIS'!!ik;gethead;nif=keyvalue(1);clrtemp;end AIPS 2: if(substr(keystrng,1,4)='FREQ')then AIPS 2: keyword='CRVAL'!!ik;gethead;nu1=keyvalue(1)/1e6;nu2=keyval ue(2)/1e6 AIPS 2: keyword='CDELT'!!ik;gethead;bw=keyvalue(1)/1e6;end;nu=(nu1 +nu2);clrtemp AIPS 2: if(substr(keystrng,1,6)='STOKES')then AIPS 2: keyword='CRVAL'!!ik;gethead;stv=keyvalue(1) AIPS 2: keyword='NAXIS'!!ik;gethead;nst=keyvalue(1);clrtemp AIPS 2: if(nst=4)then;stc='F';else;if(nst=2)then;stc='H';else;if(s tv=-1)then AIPS 2: stc='R';else;if(stv=-2)then;stc='L';else;if(stv=-5)t hen;stc='X' AIPS 2: else;if(stv=-6)then;stc='Y';else;if(stv >0)then;st c='I';else AIPS 2: stc='U';end;end;end;end;end;end;end;end 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: if(intype='UV')then;nu1=0;nu2=0;clrtemp;inext'FQ';for ifx=1:ni f AIPS 2: pixxy=1,2,ifx;tabget;nu1=nu1+((keyvalue(1)+keyvalue(2))/1e 6) AIPS 2: pixxy=1,3,ifx;tabget;nu2=nu2+((keyvalue(1)+keyvalue(2))/1e 6);end AIPS 2: nu=nu+0.5*(nu1+(0.5*nu2));clrtemp;else;if(intype='MA')then; AIPS 2: fras=substr(char(0.5*(ra1+dc1)),1,4);nu=nu+(bw/(2*nif));el se AIPS 2: type 'ERROR: FILE TYPE UNKNOWN (HOW DID THIS HAPPEN?)';end ;end AIPS 2: frqs=substr(char((nu+5)/1000),1,4);clrtemp 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: 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: outfile=frqs!!stc!!sbms!!'_'!!expnm!!'_'!!rmss!!rmsc!!fras!! radi AIPS 2: else;outfile=frqs!!stc!!nnsl!!'_'!!expnm!!'.UVF';sys2com(1)=' $aimg/ AIPS 2: end AIPS 2: msuv=(sqrt((msuv1*msuv1)+(msuv2*msuv2)))*3600 AIPS 2: if(msuv>5)then $ not multisource UV, make a source dir 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)=c har(rs)!!zz;end AIPS 2: sys2com(4)=substr(sys2com(4),1,4);clrtemp AIPS 2: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=p m!!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)QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 3.33 min. of data in 20 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 2.605E-01 +- 2.778E-03 source= 0423-013 FLAGR2: Overall average rms= 2.986E-03 +- 4.178E-04 source= 0423-013 FLAGR2: Overall average amp= 9.025E-01 +- 1.112E-02 source= 0609-157 FLAGR2: Overall average rms= 3.427E-03 +- 4.343E-04 source= 0609-157 FLAGR2: Overall average amp= 1.247E+00 +- 1.469E-02 source= 0927+390 FLAGR2: Overall average rms= 3.200E-03 +- 3.379E-04 source= 0927+390 FLAGR2: Overall average amp= 4.388E-01 +- 6.757E-03 source= 0521+166 FLAGR2: Overall average rms= 2.955E-03 +- 3.770E-04 source= 0521+166 FLAGR2: Overall average amp= 7.213E-01 +- 7.692E-03 source= 0555+398 FLAGR2: Overall average rms= 2.985E-03 +- 3.831E-04 source= 0555+398 FLAGR2: Overall average amp= 1.827E-01 +- 2.029E-03 source= 0713+438 FLAGR2: Overall average rms= 2.788E-03 +- 3.934E-04 source= 0713+438 FLAGR2: Overall average amp= 2.716E-01 +- 2.591E-03 source= 0854+201 FLAGR2: Overall average rms= 2.773E-03 +- 3.497E-04 source= 0854+201 FLAGR2: Overall average amp= 1.386E-01 +- 1.710E-03 source= 0920+446 FLAGR2: Overall average rms= 2.764E-03 +- 4.074E-04 source= 0920+446 FLAGR2: Overall average amp= 8.651E-02 +- 1.033E-03 source= 1146+399 FLAGR2: Overall average rms= 2.759E-03 +- 3.586E-04 source= 1146+399 FLAGR2: Overall average amp= 2.235E-01 +- 2.155E-03 source= 1310+323 FLAGR2: Overall average rms= 2.800E-03 +- 3.927E-04 source= 1310+323 FLAGR2: Overall average amp= 8.733E-01 +- 1.294E-02 source= 1331+305 FLAGR2: Overall average rms= 3.098E-03 +- 4.280E-04 source= 1331+305 FLAGR2: Overall average amp= 6.572E-01 +- 9.140E-03 source= 1337-129 FLAGR2: Overall average rms= 3.152E-03 +- 4.261E-04 source= 1337-129 FLAGR2: Overall average amp= 2.923E-01 +- 3.548E-03 source= 1635+381 FLAGR2: Overall average rms= 3.117E-03 +- 4.201E-04 source= 1635+381 FLAGR2: Overall average amp= 1.421E-01 +- 4.031E-03 source= 1638+573 FLAGR2: Overall average rms= 2.929E-03 +- 3.557E-04 source= 1638+573 FLAGR2: Found 0 bad times, 49 total flags FLAGR2: Wrote 0 antenna & IF independent flags FLAGR2: Wrote 0 antenna independent, IF dependent flags FLAGR2: Wrote 49 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 2.1 Real= 2 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 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: 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: '0521+166 ' IF = 1 FLUX = 3.6880 (Jy calcd) SETJY2: '0521+166 ' IF = 2 FLUX = 3.7158 (Jy calcd) 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 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000302 . 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 2054 good solutions CALIB2: Failed on 2 solutions CALIB2: Average closure rms = 0.0048 +- 0.0029 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.06250 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.31250 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.21250 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.18750 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.10000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.08750 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.03750 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= 0.6 Real= 1 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C138_C.MODEL CALRD2: Create 3C138_C .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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 3 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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 20000302 . 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: FACSET: source model will be scaled to 3.688 Jy CALIB2: FACSET: 3.918064 Jy found from 320 components CALIB2: FACSET: scaling factor set to 9.41274E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 80 percent complete CALIB2: FACSET: source model will be scaled to 3.716 Jy CALIB2: FACSET: 3.918064 Jy found from 320 components CALIB2: FACSET: scaling factor set to 9.48369E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 320 CCs CALIB2: Determining solutions CALIB2: Deleted 26 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 104 good solutions CALIB2: Average closure rms = 0.0029 +- 0.0003 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.50000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.25000 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= 0.7 Real= 1 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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 CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000302 . 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 60 percent complete CALIB2: Model computation is 80 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 26 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 104 good solutions CALIB2: Average closure rms = 0.0025 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.50000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 514 merged records from 514 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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 CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 988 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 514 merged records from 514 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.6 Real= 0 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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 20000302 . 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 1.729E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 1.733E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 1.730E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 1.732E+00 CALIB2: Found 2054 good solutions CALIB2: Failed on 2 solutions CALIB2: Average closure rms = 0.0043 +- 0.0029 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.33333 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.23810 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.11905 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.16667 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.02381 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.02381 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.8 Real= 2 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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 CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000302 . 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: FACSET: source model will be scaled to 3.688 Jy CALIB2: FACSET: 3.918064 Jy found from 320 components CALIB2: FACSET: scaling factor set to 9.41274E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 80 percent complete CALIB2: FACSET: source model will be scaled to 3.716 Jy CALIB2: FACSET: 3.918064 Jy found from 320 components CALIB2: FACSET: scaling factor set to 9.48369E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 320 CCs CALIB2: Determining solutions CALIB2: Deleted 26 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 2.905E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 2.912E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 2.906E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 2.909E+00 CALIB2: Found 104 good solutions CALIB2: Average closure rms = 0.0007 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.50000 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= 0.7 Real= 1 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000302 . 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 60 percent complete CALIB2: Model computation is 80 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 26 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 2.929E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 2.935E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 2.934E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 2.938E+00 CALIB2: Found 104 good solutions CALIB2: Average closure rms = 0.0006 +- 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.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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: 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: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 3 disk= 1 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 0423-013 : 0 A 1 2.21742 +/- 0.00230 GETJY2: 2 2.21685 +/- 0.00255 GETJY2: 0609-157 : 0 A 1 7.68906 +/- 0.00844 GETJY2: 2 7.66167 +/- 0.00969 GETJY2: 0927+390 : 0 A 1 10.64169 +/- 0.01647 GETJY2: 2 10.59366 +/- 0.01757 GETJY2: 0555+398 : 0 A 1 6.14896 +/- 0.00452 GETJY2: 2 6.13276 +/- 0.00537 GETJY2: 0713+438 : 0 A 1 1.55059 +/- 0.00202 GETJY2: 2 1.56041 +/- 0.00167 GETJY2: 0854+201 : 0 A 1 2.31524 +/- 0.00228 GETJY2: 2 2.31535 +/- 0.00231 GETJY2: 0920+446 : 0 A 1 1.18055 +/- 0.00215 GETJY2: 2 1.17933 +/- 0.00217 GETJY2: 1146+399 : 0 A 1 0.73704 +/- 0.00079 GETJY2: 2 0.73655 +/- 0.00081 GETJY2: 1310+323 : 0 A 1 1.90185 +/- 0.00152 GETJY2: 2 1.90461 +/- 0.00168 GETJY2: 1337-129 : 0 A 1 5.62395 +/- 0.00827 GETJY2: 2 5.58291 +/- 0.00868 GETJY2: 1635+381 : 0 A 1 2.48776 +/- 0.00304 GETJY2: 2 2.49330 +/- 0.00288 GETJY2: 1638+573 : 0 A 1 1.20970 +/- 0.00485 GETJY2: 2 1.20689 +/- 0.00502 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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: 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: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 3 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 514 merged records from 514 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.2 Real= 1 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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: 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: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 3 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 988 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 514 merged records from 514 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.6 Real= 0 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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: 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: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 3 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 20000302 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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: 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: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 3 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 0423-013 .C BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 75 0 75 SPLIT2: Fully 0 0 4800 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 0609-157 .C BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 75 0 75 SPLIT2: Fully 0 0 5125 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 0927+390 .C BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1649 0 1649 SPLIT2: Fully 0 0 32883 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 0521+166 .C BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 150 0 150 SPLIT2: Fully 0 0 4675 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 0555+398 .C BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 375 0 375 SPLIT2: Fully 0 0 4500 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 0713+438 .C BAND. 1 (UV) on disk 1 cno 8 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 75 0 75 SPLIT2: Fully 0 0 4800 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 0854+201 .C BAND. 1 (UV) on disk 1 cno 9 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 72 0 72 SPLIT2: Fully 0 0 4428 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 0920+446 .C BAND. 1 (UV) on disk 1 cno 10 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 195 0 195 SPLIT2: Fully 0 0 4438 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 1146+399 .C BAND. 1 (UV) on disk 1 cno 11 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 75 0 75 SPLIT2: Fully 0 0 4800 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 1310+323 .C BAND. 1 (UV) on disk 1 cno 12 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 300 0 300 SPLIT2: Fully 0 0 4575 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 1331+305 .C BAND. 1 (UV) on disk 1 cno 13 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 75 0 75 SPLIT2: Fully 0 0 4800 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 1337-129 .C BAND. 1 (UV) on disk 1 cno 14 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 300 0 300 SPLIT2: Fully 0 0 4575 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 1635+381 .C BAND. 1 (UV) on disk 1 cno 15 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 150 0 150 SPLIT2: Fully 0 0 4878 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 1638+573 .C BAND. 1 (UV) on disk 1 cno 16 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 4800 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: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 0.6 Real= 0 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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: 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: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 3 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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 3 SETFC2: SETCEL: recommends IMSIZE 905 CELLSIZE 0.61064 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.61064 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: 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.0 Real= 0 ='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(d ir) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UV F';syscom'mkdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtem p;syscom'\mv -f AIPS 2: outfile='ADAT:'!!dir!!'/'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TS V';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(3) ' >& /dev/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '0521+166 MODEL =' '3C138_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null 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: 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: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 3 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0423-013 C BAND Seq 1 Disk: 1 in slot 3 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0423-013_C,BAND.0-1 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 82.4 deg away - ignoring SETFC2: First field number written was 2 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 1012 1012 04 23 15.80 -01 20 33.1 00001 -1 507 512 513 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 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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 1012 1012 -1.0497E-02 -3.5000E-02 0 IMAGR2: Field 2 246 246 -1.0497E-02 6.6500E-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 17 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4875 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.077E+04 IMAGR2: UVWAIT: Adding temperance S 4.153E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.270E+06 and out 1.086E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.089 due to weighting IMAGR2: UVWAIT: Average summed weight 2.077E+04 over 9675 vis IMAGR2: Create 0423-013 .IBM001. 1 (MA) on disk 1 cno 18 IMAGR2: Create 0423-013 .IBM002. 1 (MA) on disk 1 cno 19 IMAGR2: Create 0423-013 .IBM003. 1 (MA) on disk 1 cno 20 IMAGR2: Create 0423-013 .ICL001. 1 (MA) on disk 1 cno 21 IMAGR2: Create 0423-013 .ICL002. 1 (MA) on disk 1 cno 22 IMAGR2: Create 0423-013 .ICL003. 1 (MA) on disk 1 cno 23 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.15245E+08 IMAGR2: Field 1 Beam min = -109.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 7.776 x 1.731 arcsec, PA= 57.1 IMAGR2: Field 2 Sum of gridding weights = 1.15245E+08 IMAGR2: Field 2 Beam min = -97.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 7.776 x 1.731 arcsec, PA= 57.1 IMAGR2: Field 3 Sum of gridding weights = 1.15245E+08 IMAGR2: Field 3 Beam min = -97.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 7.791 x 1.731 arcsec, PA= 57.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -242.8 MilliJy,max = 2.2 Jy IMAGR2: Field 2 min = -219.2 MilliJy,max = 2.2 Jy IMAGR2: Field 3 min = -231.2 MilliJy,max = 721.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 743.96 MilliJy IMAGR2: 74 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.795 Jy iter= 3 IMAGR2: Field 1 Clean flux density= 600.385 MilliJy 3 comps IMAGR2: Total Cleaned flux density = 600.385 MilliJy 3 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 = -159.2 MilliJy,max = 1.6 Jy IMAGR2: TRY ANOTHER FIELD: this is 1.536E+00 < Second best 1.707E+00 IMAGR2: Field 1 min = -177.1 MilliJy,max = 1.6 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 602.61 MilliJy IMAGR2: 56 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.060 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 1.262 Jy 8 comps IMAGR2: Total Cleaned flux density = 1.262 Jy 8 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -93.6 MilliJy,max = 956.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.100E-01 < Second best 1.008E+00 IMAGR2: Field 1 min = -104.7 MilliJy,max = 953.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 355.83 MilliJy IMAGR2: 57 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 506.829 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 1.759 Jy 15 comps IMAGR2: Total Cleaned flux density = 1.759 Jy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -47.3 MilliJy,max = 461.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.392E-01 < Second best 5.869E-01 IMAGR2: Field 3 min = -47.2 MilliJy,max = 149.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.199E-01 < Second best 4.821E-01 IMAGR2: Field 1 min = -50.7 MilliJy,max = 456.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 170.20 MilliJy IMAGR2: 58 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 222.059 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 2.020 Jy 23 comps IMAGR2: Total Cleaned flux density = 2.020 Jy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -22.5 MilliJy,max = 204.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.948E-01 < Second best 2.112E-01 IMAGR2: Field 1 min = -24.5 MilliJy,max = 200.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 74.57 MilliJy IMAGR2: 60 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 91.155 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 2.146 Jy 32 comps IMAGR2: Total Cleaned flux density = 2.146 Jy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.7 MilliJy,max = 84.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.015E-02 < Second best 1.199E-01 IMAGR2: Field 3 min = -7.9 MilliJy,max = 26.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.109E-02 < Second best 8.671E-02 IMAGR2: Field 1 min = -12.3 MilliJy,max = 82.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 30.61 MilliJy IMAGR2: 61 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 37.251 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 2.198 Jy 41 comps IMAGR2: Total Cleaned flux density = 2.198 Jy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 34.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.300E-02 < Second best 3.544E-02 IMAGR2: Field 1 min = -9.2 MilliJy,max = 33.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 12.51 MilliJy IMAGR2: 102 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.912 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 2.217 Jy 49 comps IMAGR2: Total Cleaned flux density = 2.217 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.0 MilliJy,max = 15.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.513E-02 < Second best 2.109E-02 IMAGR2: Field 3 min = -3.9 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.427E-03 < Second best 1.610E-02 IMAGR2: Field 1 min = -9.3 MilliJy,max = 15.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.68 MilliJy IMAGR2: 811 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.654 MilliJy iter= 63 IMAGR2: Field 1 Clean flux density= 2.230 Jy 63 comps IMAGR2: Total Cleaned flux density = 2.230 Jy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.33 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.913 MilliJy iter= 9 IMAGR2: Field 2 Clean flux density= -570.063 MicroJy 9 comps IMAGR2: Total Cleaned flux density = 2.229 Jy 72 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.6 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.57 MilliJy IMAGR2: 13419 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.537 MilliJy iter= 142 IMAGR2: Field 1 Clean flux density= 2.242 Jy 142 comps IMAGR2: Total Cleaned flux density = 2.241 Jy 151 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.006E-03 < Second best 4.335E-03 IMAGR2: Field 1 min = -6.1 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 18747 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.711 MilliJy iter= 313 IMAGR2: Field 1 Clean flux density= 2.262 Jy 313 comps IMAGR2: Total Cleaned flux density = 2.261 Jy 322 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.08 MilliJy IMAGR2: 250 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.280 MilliJy iter= 39 IMAGR2: Field 2 Clean flux density= -1.437 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 2.260 Jy 352 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.4 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 1583 cell beam + residuals > 1.82 MilliJy IMAGR2: 16842 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.718 MilliJy iter= 523 IMAGR2: Field 1 Clean flux density= 2.258 Jy 523 comps IMAGR2: Total Cleaned flux density = 2.257 Jy 562 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.3 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.79 MilliJy IMAGR2: 440 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.958 MilliJy iter= 52 IMAGR2: Field 3 Clean flux density= -601.194 MicroJy 52 comps IMAGR2: Total Cleaned flux density = 2.256 Jy 614 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.1 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.69 MilliJy IMAGR2: 15556 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.360 MilliJy iter= 798 IMAGR2: Field 1 Clean flux density= 2.264 Jy 798 comps IMAGR2: Total Cleaned flux density = 2.262 Jy 889 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.62 MilliJy IMAGR2: 13538 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.123 MilliJy iter= 1095 IMAGR2: Field 1 Clean flux density= 2.256 Jy 1095 comps IMAGR2: Total Cleaned flux density = 2.254 Jy 1186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.62 MilliJy IMAGR2: 105 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.659 MilliJy iter= 60 IMAGR2: Field 2 Clean flux density= 1.140 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 2.257 Jy 1207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 1587 cell beam + residuals > 1.48 MilliJy IMAGR2: 15550 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.995 MilliJy iter= 1548 IMAGR2: Field 1 Clean flux density= 2.255 Jy 1548 comps IMAGR2: Total Cleaned flux density = 2.256 Jy 1660 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 479 cell beam + residuals > 1.41 MilliJy IMAGR2: 13621 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.755 MilliJy iter= 1963 IMAGR2: Field 1 Clean flux density= 2.253 Jy 1963 comps IMAGR2: Total Cleaned flux density = 2.253 Jy 2075 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 479 cell beam + residuals > 1.41 MilliJy IMAGR2: 233 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.436 MilliJy iter= 93 IMAGR2: Field 3 Clean flux density= -370.905 MicroJy 93 comps IMAGR2: Total Cleaned flux density = 2.253 Jy 2116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.29 MilliJy IMAGR2: 14898 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.578 MilliJy iter= 2420 IMAGR2: Field 1 Clean flux density= 2.259 Jy 2420 comps IMAGR2: Total Cleaned flux density = 2.259 Jy 2573 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.29 MilliJy IMAGR2: 242 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -2.626 MilliJy iter= 61 IMAGR2: Field 2 Clean flux density= 876.989 MicroJy 61 comps IMAGR2: Total Cleaned flux density = 2.259 Jy 2574 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 309 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -2.363 MilliJy iter= 62 IMAGR2: Field 2 Clean flux density= 640.669 MicroJy 62 comps IMAGR2: Total Cleaned flux density = 2.259 Jy 2575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.29 MilliJy IMAGR2: 229 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -2.249 MilliJy iter= 63 IMAGR2: Field 2 Clean flux density= 415.765 MicroJy 63 comps IMAGR2: Total Cleaned flux density = 2.259 Jy 2576 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.29 MilliJy IMAGR2: 209 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.296 MilliJy iter= 93 IMAGR2: Field 2 Clean flux density= -1.044 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 2.257 Jy 2606 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 1947 cell beam + residuals > 1.22 MilliJy IMAGR2: 16291 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.751 MilliJy iter= 2949 IMAGR2: Field 1 Clean flux density= 2.258 Jy 2949 comps IMAGR2: Total Cleaned flux density = 2.256 Jy 3135 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 18637 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.452 MilliJy iter= 3905 IMAGR2: Field 1 Clean flux density= 2.262 Jy 3905 comps IMAGR2: Total Cleaned flux density = 2.261 Jy 4091 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 981.66 MicroJy IMAGR2: 14886 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.460 MilliJy iter= 4654 IMAGR2: Field 1 Clean flux density= 2.259 Jy 4654 comps IMAGR2: Total Cleaned flux density = 2.258 Jy 4840 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 970.77 MicroJy IMAGR2: 17255 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.186 MilliJy iter= 5761 IMAGR2: Field 1 Clean flux density= 2.268 Jy 5761 comps IMAGR2: Total Cleaned flux density = 2.267 Jy 5947 comps IMAGR2: ALGSTB: All 435 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 424- 0 Cells, with 4875 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 959.34 MicroJy IMAGR2: 660 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= 1.921 MilliJy iter= 94 IMAGR2: Field 3 Clean flux density= -178.757 MicroJy 94 comps IMAGR2: Total Cleaned flux density = 2.267 Jy 5948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 959.10 MicroJy IMAGR2: 637 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.168 MilliJy iter= 149 IMAGR2: Field 3 Clean flux density= -257.662 MicroJy 149 comps IMAGR2: Total Cleaned flux density = 2.267 Jy 6003 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 944.10 MicroJy IMAGR2: 10 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.138 MilliJy iter= 94 IMAGR2: Field 2 Clean flux density= -930.151 MicroJy 94 comps IMAGR2: Total Cleaned flux density = 2.267 Jy 6004 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 859.05 MicroJy IMAGR2: 13654 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.278 MilliJy iter= 6357 IMAGR2: Field 1 Clean flux density= 2.265 Jy 6357 comps IMAGR2: Total Cleaned flux density = 2.263 Jy 6600 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 819.91 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.173 MilliJy iter= 6616 IMAGR2: Field 1 Clean flux density= 2.264 Jy 6616 comps IMAGR2: Total Cleaned flux density = 2.262 Jy 6859 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.173 less than limit 1.173 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 6616 to 1997 components IMAGR2: Field 2 compressed from 94 to 50 components IMAGR2: Field 3 compressed from 149 to 88 components IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.225 Jy ( 47 CCs) from field 1 to field 2 IMAGR2: Restore 26.309 MilliJy ( 319 CCs) from field 1 to field 3 IMAGR2: Restore-930.151 MicroJy ( 50 CCs) from field 2 to field 1 IMAGR2: Restore-257.662 MicroJy ( 88 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.262 Jy IMAGR2: Field 2 final Clean flux 2.224 Jy IMAGR2: Field 3 final Clean flux 26.051 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= 17 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 29.4 Real= 31 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1893 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0609-157 C BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 773 CELLSIZE 0.71494 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.71494 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0609-157_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: 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.0 Real= 0 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1893 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0609-157 C BAND Seq 1 Disk: 1 in slot 4 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0609-157_C,BAND.0-1 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:09:41.00 -15:42:40.5 2.743 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 106.2 deg away - ignoring SETFC2: First field number written was 2 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= 0 C 1 1012 1012 06 09 40.95 -15 42 40.7 00001 -1 507 512 513 C 2 246 246 06 09 41.00 -15 42 40.5 00002 -1 100 128 129 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1893 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0609-157_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0609-157' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0609-157_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 7.2198E-03 -2.7000E-02 0 IMAGR2: Field 2 246 246 7.2920E-01 1.7300E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0609-157_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0609-157 .IMAGR . 1 (UV) on disk 1 cno 20 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5200 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.862E+04 IMAGR2: UVWAIT: Adding temperance S 3.724E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.861E+06 and out 1.151E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.095 due to weighting IMAGR2: UVWAIT: Average summed weight 1.862E+04 over 10325 vis IMAGR2: Create 0609-157 .IBM001. 1 (MA) on disk 1 cno 21 IMAGR2: Create 0609-157 .IBM002. 1 (MA) on disk 1 cno 22 IMAGR2: Create 0609-157 .ICL001. 1 (MA) on disk 1 cno 23 IMAGR2: Create 0609-157 .ICL002. 1 (MA) on disk 1 cno 24 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.22190E+08 IMAGR2: Field 1 Beam min = -165.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 5.687 x 2.078 arcsec, PA= 58.0 IMAGR2: Field 2 Sum of gridding weights = 1.22190E+08 IMAGR2: Field 2 Beam min = -98.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 5.687 x 2.078 arcsec, PA= 58.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -758.0 MilliJy,max = 7.7 Jy IMAGR2: Field 2 min = -873.6 MilliJy,max = 7.6 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.58 Jy IMAGR2: 730 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.035 Jy iter= 5 IMAGR2: Field 1 Clean flux density= 3.143 Jy 5 comps IMAGR2: Total Cleaned flux density = 3.143 Jy 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 2 min = -521.1 MilliJy,max = 4.5 Jy IMAGR2: TRY ANOTHER FIELD: this is 4.274E+00 < Second best 4.789E+00 IMAGR2: Field 1 min = -448.4 MilliJy,max = 4.5 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.04 Jy IMAGR2: 423 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.167 Jy iter= 13 IMAGR2: Field 1 Clean flux density= 5.723 Jy 13 comps IMAGR2: Total Cleaned flux density = 5.723 Jy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -231.6 MilliJy,max = 2.0 Jy IMAGR2: TRY ANOTHER FIELD: this is 1.864E+00 < Second best 2.062E+00 IMAGR2: Field 1 min = -194.1 MilliJy,max = 2.0 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 447.61 MilliJy IMAGR2: 447 Residual map points loaded IMAGR2: Field 1 min allowed flux = 932.991 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 6.834 Jy 21 comps IMAGR2: Total Cleaned flux density = 6.834 Jy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -107.0 MilliJy,max = 868.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.267E-01 < Second best 8.875E-01 IMAGR2: Field 1 min = -92.9 MilliJy,max = 839.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 192.69 MilliJy IMAGR2: 491 Residual map points loaded IMAGR2: Field 1 min allowed flux = 384.945 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 7.360 Jy 30 comps IMAGR2: Total Cleaned flux density = 7.360 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -53.0 MilliJy,max = 367.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 179.44 MilliJy IMAGR2: 19 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 195.456 MilliJy iter= 7 IMAGR2: Field 2 Clean flux density= 191.875 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 7.552 Jy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.1 MilliJy,max = 174.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.663E-01 < Second best 1.860E-01 IMAGR2: Field 2 min = -31.6 MilliJy,max = 175.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 40.37 MilliJy IMAGR2: 132 Residual map points loaded IMAGR2: Field 2 min allowed flux = 80.309 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 301.791 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 7.662 Jy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -38.5 MilliJy,max = 74.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.104E-02 < Second best 7.643E-02 IMAGR2: Field 2 min = -28.5 MilliJy,max = 72.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 16.59 MilliJy IMAGR2: 260 Residual map points loaded IMAGR2: Field 2 min allowed flux = 34.249 MilliJy iter= 25 IMAGR2: Field 2 Clean flux density= 348.120 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 7.708 Jy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -43.6 MilliJy,max = 43.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 15.41 MilliJy IMAGR2: 812 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -20.453 MilliJy iter= 51 IMAGR2: Field 1 Clean flux density= 7.348 Jy 51 comps IMAGR2: Total Cleaned flux density = 7.696 Jy 76 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -20.2 MilliJy,max = 20.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 10.18 MilliJy IMAGR2: 201 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 12.596 MilliJy iter= 50 IMAGR2: Field 2 Clean flux density= 345.955 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 7.694 Jy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -43.8 MilliJy,max = 38.1 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 8.03 MilliJy IMAGR2: 17241 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 13.822 MilliJy iter= 154 IMAGR2: Field 1 Clean flux density= 7.347 Jy 154 comps IMAGR2: Total Cleaned flux density = 7.693 Jy 204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -40.8 MilliJy,max = 37.0 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 8.01 MilliJy IMAGR2: 11747 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 12.033 MilliJy iter= 283 IMAGR2: Field 1 Clean flux density= 7.338 Jy 283 comps IMAGR2: Total Cleaned flux density = 7.683 Jy 333 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -14.1 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.854E-03 < Second best 1.153E-02 IMAGR2: Field 1 min = -37.9 MilliJy,max = 37.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.74 MilliJy IMAGR2: 19742 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -11.057 MilliJy iter= 573 IMAGR2: Field 1 Clean flux density= 7.362 Jy 573 comps IMAGR2: Total Cleaned flux density = 7.708 Jy 623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.1 MilliJy,max = 33.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.98 MilliJy IMAGR2: 19453 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -9.143 MilliJy iter= 989 IMAGR2: Field 1 Clean flux density= 7.362 Jy 989 comps IMAGR2: Total Cleaned flux density = 7.708 Jy 1039 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.9 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.903E-03 < Second best 8.761E-03 IMAGR2: Field 1 min = -29.2 MilliJy,max = 31.1 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 5.58 MilliJy IMAGR2: 14533 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.548 MilliJy iter= 1394 IMAGR2: Field 1 Clean flux density= 7.363 Jy 1394 comps IMAGR2: Total Cleaned flux density = 7.709 Jy 1444 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -30.0 MilliJy,max = 26.9 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 4.92 MilliJy IMAGR2: 19152 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.282 MilliJy iter= 1801 IMAGR2: Field 1 Clean flux density= 7.361 Jy 1801 comps IMAGR2: Total Cleaned flux density = 7.707 Jy 1851 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.4 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.957E-03 < Second best 6.009E-03 IMAGR2: Field 1 min = -24.8 MilliJy,max = 26.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.34 MilliJy IMAGR2: 19923 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.043 MilliJy iter= 2630 IMAGR2: Field 1 Clean flux density= 7.350 Jy 2630 comps IMAGR2: Total Cleaned flux density = 7.696 Jy 2680 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -25.0 MilliJy,max = 20.3 MilliJy IMAGR2: BGC Clean: using 1835 cell beam + residuals > 4.53 MilliJy IMAGR2: 19224 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.384 MilliJy iter= 2835 IMAGR2: Field 1 Clean flux density= 7.356 Jy 2835 comps IMAGR2: Total Cleaned flux density = 7.702 Jy 2885 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.8 MilliJy,max = 20.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.71 MilliJy IMAGR2: 19751 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.981 MilliJy iter= 3951 IMAGR2: Field 1 Clean flux density= 7.361 Jy 3951 comps IMAGR2: Total Cleaned flux density = 7.707 Jy 4001 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 2 min = -8.3 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 3.92 MilliJy IMAGR2: 722 Residual map points loaded IMAGR2: Field 2 min allowed flux = -4.404 MilliJy iter= 124 IMAGR2: Field 2 Clean flux density= 351.875 MilliJy 124 comps IMAGR2: Total Cleaned flux density = 7.713 Jy 4075 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.4 MilliJy,max = 19.8 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 3.87 MilliJy IMAGR2: 16124 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.922 MilliJy iter= 4239 IMAGR2: Field 1 Clean flux density= 7.354 Jy 4239 comps IMAGR2: Total Cleaned flux density = 7.706 Jy 4363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.6 MilliJy,max = 16.6 MilliJy IMAGR2: BGC Clean: using 1835 cell beam + residuals > 3.13 MilliJy IMAGR2: 15978 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.982 MilliJy iter= 5478 IMAGR2: Field 1 Clean flux density= 7.356 Jy 5478 comps IMAGR2: Total Cleaned flux density = 7.708 Jy 5602 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 2 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 3.03 MilliJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.032 MilliJy iter= 130 IMAGR2: Field 2 Clean flux density= 351.086 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 7.707 Jy 5608 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.7 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR2: 19916 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.343 MilliJy iter= 6965 IMAGR2: Field 1 Clean flux density= 7.366 Jy 6965 comps IMAGR2: Total Cleaned flux density = 7.718 Jy 7095 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -12.6 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 2.56 MilliJy IMAGR2: 13078 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.947 MilliJy iter= 7912 IMAGR2: Field 1 Clean flux density= 7.373 Jy 7912 comps IMAGR2: Total Cleaned flux density = 7.724 Jy 8042 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 2.56 MilliJy IMAGR2: 99 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.577 MilliJy iter= 160 IMAGR2: Field 2 Clean flux density= 349.836 MilliJy 160 comps IMAGR2: Total Cleaned flux density = 7.723 Jy 8072 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.1 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 2.36 MilliJy IMAGR2: 18565 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.929 MilliJy iter= 8712 IMAGR2: Field 1 Clean flux density= 7.369 Jy 8712 comps IMAGR2: Total Cleaned flux density = 7.719 Jy 8872 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.2 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 2.52 MilliJy IMAGR2: 14446 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.212 MilliJy iter= 9011 IMAGR2: Field 1 Clean flux density= 7.371 Jy 9011 comps IMAGR2: Total Cleaned flux density = 7.721 Jy 9171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.6 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 19580 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.510 MilliJy iter= 10831 IMAGR2: Field 1 Clean flux density= 7.365 Jy 10831 comps IMAGR2: Total Cleaned flux density = 7.715 Jy 10991 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR2: 143 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.099 MilliJy iter= 216 IMAGR2: Field 2 Clean flux density= 347.873 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 7.713 Jy 11047 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.8 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 1835 cell beam + residuals > 2.11 MilliJy IMAGR2: 16243 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.973 MilliJy iter= 11269 IMAGR2: Field 1 Clean flux density= 7.371 Jy 11269 comps IMAGR2: Total Cleaned flux density = 7.719 Jy 11485 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 19665 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.225 MilliJy iter= 13372 IMAGR2: Field 1 Clean flux density= 7.387 Jy 13372 comps IMAGR2: Total Cleaned flux density = 7.735 Jy 13588 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -8.2 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 2.21 MilliJy IMAGR2: 13141 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.812 MilliJy iter= 13720 IMAGR2: Field 1 Clean flux density= 7.383 Jy 13720 comps IMAGR2: Total Cleaned flux density = 7.731 Jy 13936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 19531 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.085 MilliJy iter= 16051 IMAGR2: Field 1 Clean flux density= 7.372 Jy 16051 comps IMAGR2: Total Cleaned flux density = 7.720 Jy 16267 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 2 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 971 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.844 MilliJy iter= 489 IMAGR2: Field 2 Clean flux density= 345.002 MilliJy 489 comps IMAGR2: Total Cleaned flux density = 7.717 Jy 16540 comps IMAGR2: ALGSTB: All 118 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 107- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -6.5 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 1835 cell beam + residuals > 2.16 MilliJy IMAGR2: 11380 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.037 MilliJy iter= 16259 IMAGR2: Field 1 Clean flux density= 7.379 Jy 16259 comps IMAGR2: Total Cleaned flux density = 7.724 Jy 16748 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.7 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 18923 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.036 MilliJy iter= 18812 IMAGR2: Field 1 Clean flux density= 7.373 Jy 18812 comps IMAGR2: Total Cleaned flux density = 7.718 Jy 19301 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -7.2 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 2.64 MilliJy IMAGR2: 18687 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.278 MilliJy iter= 19617 IMAGR2: Field 1 Clean flux density= 7.397 Jy 19617 comps IMAGR2: Total Cleaned flux density = 7.742 Jy 20106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.9 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 1.86 MilliJy IMAGR2: 17862 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.373 MilliJy iter= 20059 IMAGR2: Field 1 Clean flux density= 7.393 Jy 20059 comps IMAGR2: Total Cleaned flux density = 7.738 Jy 20548 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 18227 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.777 MilliJy iter= 22479 IMAGR2: Field 1 Clean flux density= 7.382 Jy 22479 comps IMAGR2: Total Cleaned flux density = 7.727 Jy 22968 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.67 MilliJy IMAGR2: 564 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.124 MilliJy iter= 521 IMAGR2: Field 2 Clean flux density= 348.038 MilliJy 521 comps IMAGR2: Total Cleaned flux density = 7.730 Jy 23000 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 420 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.563 MilliJy iter= 655 IMAGR2: Field 2 Clean flux density= 351.594 MilliJy 655 comps IMAGR2: Total Cleaned flux density = 7.734 Jy 23134 comps IMAGR2: ALGSTB: All 118 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 107- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -6.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 1.69 MilliJy IMAGR2: 16535 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.837 MilliJy iter= 22598 IMAGR2: Field 1 Clean flux density= 7.380 Jy 22598 comps IMAGR2: Total Cleaned flux density = 7.731 Jy 23253 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 19571 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.764 MilliJy iter= 25432 IMAGR2: Field 1 Clean flux density= 7.351 Jy 25432 comps IMAGR2: Total Cleaned flux density = 7.703 Jy 26087 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -6.3 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 2.55 MilliJy IMAGR2: 17693 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.243 MilliJy iter= 25694 IMAGR2: Field 1 Clean flux density= 7.371 Jy 25694 comps IMAGR2: Total Cleaned flux density = 7.722 Jy 26349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.7 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 19892 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.091 MilliJy iter= 28870 IMAGR2: Field 1 Clean flux density= 7.382 Jy 28870 comps IMAGR2: Total Cleaned flux density = 7.734 Jy 29525 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -9.2 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 4.31 MilliJy IMAGR2: 13665 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.838 MilliJy iter= 29815 IMAGR2: Field 1 Clean flux density= 7.398 Jy 29815 comps IMAGR2: Total Cleaned flux density = 7.750 Jy 30470 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.2 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 2.81 MilliJy IMAGR2: 15775 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.575 MilliJy iter= 30003 IMAGR2: Field 1 Clean flux density= 7.388 Jy 30003 comps IMAGR2: Total Cleaned flux density = 7.739 Jy 30658 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 19940 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.170 MilliJy iter= 33209 IMAGR2: Field 1 Clean flux density= 7.314 Jy 33209 comps IMAGR2: Total Cleaned flux density = 7.666 Jy 33864 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -12.7 MilliJy,max = 13.9 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 5.44 MilliJy IMAGR2: 13938 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.924 MilliJy iter= 33364 IMAGR2: Field 1 Clean flux density= 7.356 Jy 33364 comps IMAGR2: Total Cleaned flux density = 7.708 Jy 34019 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.9 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.34 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.770 MilliJy iter= 37200 IMAGR2: Field 1 Clean flux density= 7.534 Jy 37200 comps IMAGR2: Total Cleaned flux density = 7.886 Jy 37855 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -37.9 MilliJy,max = 35.6 MilliJy IMAGR2: BGC Clean: using 1011 cell beam + residuals > 15.02 MilliJy IMAGR2: 19349 Residual map points loaded IMAGR2: Field 1 min allowed flux = -18.944 MilliJy iter= 37418 IMAGR2: Field 1 Clean flux density= 7.368 Jy 37418 comps IMAGR2: Total Cleaned flux density = 7.720 Jy 38073 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.6 MilliJy,max = 19.9 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 8.43 MilliJy IMAGR2: 13742 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -8.865 MilliJy iter= 38557 IMAGR2: Field 1 Clean flux density= 7.403 Jy 38557 comps IMAGR2: Total Cleaned flux density = 7.755 Jy 39212 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -20.0 MilliJy,max = 19.8 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 7.86 MilliJy IMAGR2: 12944 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.998 MilliJy iter= 38687 IMAGR2: Field 1 Clean flux density= 7.375 Jy 38687 comps IMAGR2: Total Cleaned flux density = 7.726 Jy 39342 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.7 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.88 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.414 MilliJy iter= 42369 IMAGR2: Field 1 Clean flux density= 7.492 Jy 42369 comps IMAGR2: Total Cleaned flux density = 7.844 Jy 43024 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -54.1 MilliJy,max = 56.6 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 25.21 MilliJy IMAGR2: 12715 Residual map points loaded IMAGR2: Field 1 min allowed flux = 28.294 MilliJy iter= 43225 IMAGR2: Field 1 Clean flux density= 7.442 Jy 43225 comps IMAGR2: Total Cleaned flux density = 7.794 Jy 43880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -75.6 MilliJy,max = 59.8 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 22.45 MilliJy IMAGR2: 12939 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.273 MilliJy iter= 43277 IMAGR2: Field 1 Clean flux density= 7.413 Jy 43277 comps IMAGR2: Total Cleaned flux density = 7.765 Jy 43932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -37.2 MilliJy,max = 36.9 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 16.60 MilliJy IMAGR2: 15290 Residual map points loaded IMAGR2: Field 1 min allowed flux = -18.565 MilliJy iter= 44237 IMAGR2: Field 1 Clean flux density= 7.251 Jy 44237 comps IMAGR2: Total Cleaned flux density = 7.603 Jy 44892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -54.3 MilliJy,max = 76.2 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 22.63 MilliJy IMAGR2: 15897 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.894 MilliJy iter= 44297 IMAGR2: Field 1 Clean flux density= 7.412 Jy 44297 comps IMAGR2: Total Cleaned flux density = 7.764 Jy 44952 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -37.6 MilliJy,max = 37.5 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 16.87 MilliJy IMAGR2: 14010 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.808 MilliJy iter= 45199 IMAGR2: Field 1 Clean flux density= 7.674 Jy 45199 comps IMAGR2: Total Cleaned flux density = 8.026 Jy 45854 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -78.0 MilliJy,max = 54.6 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 23.19 MilliJy IMAGR2: 15142 Residual map points loaded IMAGR2: Field 1 min allowed flux = 38.887 MilliJy iter= 45260 IMAGR2: Field 1 Clean flux density= 7.479 Jy 45260 comps IMAGR2: Total Cleaned flux density = 7.831 Jy 45915 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -38.7 MilliJy,max = 38.5 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 15.26 MilliJy IMAGR2: 19660 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.302 MilliJy iter= 45449 IMAGR2: Field 1 Clean flux density= 7.418 Jy 45449 comps IMAGR2: Total Cleaned flux density = 7.770 Jy 46104 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.6 MilliJy,max = 18.7 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 7.58 MilliJy IMAGR2: 14577 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.240 MilliJy iter= 45589 IMAGR2: Field 1 Clean flux density= 7.433 Jy 45589 comps IMAGR2: Total Cleaned flux density = 7.785 Jy 46244 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.8 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.53 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.959 MilliJy iter= 49162 IMAGR2: Field 1 Clean flux density= 7.465 Jy 49162 comps IMAGR2: Total Cleaned flux density = 7.817 Jy 49817 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -56.3 MilliJy,max = 56.3 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 22.10 MilliJy IMAGR2: 16067 Residual map points loaded IMAGR2: Field 1 min allowed flux = 28.030 MilliJy iter= 49294 IMAGR2: Field 1 Clean flux density= 7.440 Jy 49294 comps IMAGR2: Total Cleaned flux density = 7.792 Jy 49949 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -27.2 MilliJy,max = 27.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.89 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 14.243 MilliJy iter= 53587 IMAGR2: Field 1 Clean flux density= 7.132 Jy 53587 comps IMAGR2: Total Cleaned flux density = 7.484 Jy 54242 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -225.7 MilliJy,max = 227.5 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 89.29 MilliJy IMAGR2: 18923 Residual map points loaded IMAGR2: Field 1 min allowed flux = 113.634 MilliJy iter= 53732 IMAGR2: Field 1 Clean flux density= 7.243 Jy 53732 comps IMAGR2: Total Cleaned flux density = 7.594 Jy 54387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -113.4 MilliJy,max = 110.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 51.45 MilliJy IMAGR2: 19997 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 56.992 MilliJy iter= 58479 IMAGR2: Field 1 Clean flux density= 9.037 Jy 58479 comps IMAGR2: Total Cleaned flux density = 9.389 Jy 59134 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -1.0 Jy,max = 986.1 MilliJy IMAGR2: BGC Clean: using 1315 cell beam + residuals > 400.80 MilliJy IMAGR2: 18981 Residual map points loaded IMAGR2: Field 1 min allowed flux = 510.196 MilliJy iter= 58624 IMAGR2: Field 1 Clean flux density= 8.070 Jy 58624 comps IMAGR2: Total Cleaned flux density = 8.421 Jy 59279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -501.6 MilliJy,max = 493.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 235.85 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -418.204 MilliJy iter= 58916 IMAGR2: Field 1 Clean flux density= 6.673 Jy 58916 comps IMAGR2: Total Cleaned flux density = 7.025 Jy 59571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -195.7 MilliJy,max = 256.6 MilliJy IMAGR2: BGC Clean: using 1835 cell beam + residuals > 91.09 MilliJy IMAGR2: 15471 Residual map points loaded IMAGR2: Field 1 min allowed flux = -127.432 MilliJy iter= 59005 IMAGR2: Field 1 Clean flux density= 6.837 Jy 59005 comps IMAGR2: Total Cleaned flux density = 7.189 Jy 59660 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -148.9 MilliJy,max = 149.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 70.10 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 75.717 MilliJy iter= 62944 IMAGR2: Field 1 Clean flux density= 9.974 Jy 62944 comps IMAGR2: Total Cleaned flux density = 10.326 Jy 63599 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -678.7 MilliJy,max = 632.4 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 302.18 MilliJy IMAGR2: 12564 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -485.846 MilliJy iter= 63059 IMAGR2: Field 1 Clean flux density= 8.001 Jy 63059 comps IMAGR2: Total Cleaned flux density = 8.353 Jy 63714 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -406.6 MilliJy,max = 418.2 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 195.68 MilliJy IMAGR2: 18333 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -204.055 MilliJy iter= 64430 IMAGR2: Field 1 Clean flux density= 8.385 Jy 64430 comps IMAGR2: Total Cleaned flux density = 8.736 Jy 65085 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -533.1 MilliJy,max = 549.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 221.45 MilliJy IMAGR2: 19580 Residual map points loaded IMAGR2: Field 1 min allowed flux = 274.853 MilliJy iter= 65250 IMAGR2: Field 1 Clean flux density= 7.307 Jy 65250 comps IMAGR2: Total Cleaned flux density = 7.658 Jy 65905 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -622.2 MilliJy,max = 518.8 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 184.86 MilliJy IMAGR2: 16662 Residual map points loaded IMAGR2: Field 1 min allowed flux = -310.456 MilliJy iter= 65315 IMAGR2: Field 1 Clean flux density= 7.281 Jy 65315 comps IMAGR2: Total Cleaned flux density = 7.632 Jy 65970 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -309.0 MilliJy,max = 308.9 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 138.23 MilliJy IMAGR2: 14974 Residual map points loaded IMAGR2: Field 1 min allowed flux = -154.491 MilliJy iter= 66292 IMAGR2: Field 1 Clean flux density= 7.978 Jy 66292 comps IMAGR2: Total Cleaned flux density = 8.329 Jy 66947 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -480.2 MilliJy,max = 519.6 MilliJy IMAGR2: BGC Clean: using 1835 cell beam + residuals > 184.45 MilliJy IMAGR2: 13422 Residual map points loaded IMAGR2: Field 1 min allowed flux = 258.851 MilliJy iter= 66385 IMAGR2: Field 1 Clean flux density= 8.029 Jy 66385 comps IMAGR2: Total Cleaned flux density = 8.381 Jy 67040 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -263.7 MilliJy,max = 255.0 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 115.25 MilliJy IMAGR2: 17615 Residual map points loaded IMAGR2: Field 1 min allowed flux = -127.902 MilliJy iter= 67462 IMAGR2: Field 1 Clean flux density= 6.777 Jy 67462 comps IMAGR2: Total Cleaned flux density = 7.129 Jy 68117 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -480.6 MilliJy,max = 462.6 MilliJy IMAGR2: BGC Clean: using 1835 cell beam + residuals > 170.61 MilliJy IMAGR2: 18929 Residual map points loaded IMAGR2: Field 1 min allowed flux = 238.876 MilliJy iter= 67575 IMAGR2: Field 1 Clean flux density= 7.098 Jy 67575 comps IMAGR2: Total Cleaned flux density = 7.450 Jy 68230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -236.7 MilliJy,max = 240.6 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 106.36 MilliJy IMAGR2: 18467 Residual map points loaded IMAGR2: Field 1 min allowed flux = -119.322 MilliJy iter= 68678 IMAGR2: Field 1 Clean flux density= 9.357 Jy 68678 comps IMAGR2: Total Cleaned flux density = 9.709 Jy 69333 comps IMAGR2: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 426- 0 Cells, with 5200 Pts IMAGR2: Field 1 min = -482.0 MilliJy,max = 458.6 MilliJy IMAGR2: BGC Clean: using 1835 cell beam + residuals > 171.09 MilliJy IMAGR2: 19723 Residual map points loaded IMAGR2: Field 1 min allowed flux = -240.612 MilliJy iter= 68790 IMAGR2: Field 1 Clean flux density= 8.636 Jy 68790 comps IMAGR2: Total Cleaned flux density = 8.988 Jy 69445 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -254.7 MilliJy,max = 246.1 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 107.13 MilliJy IMAGR2: 19061 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -168.077 MilliJy iter= 69217 IMAGR2: Field 1 Clean flux density= 6.893 Jy 69217 comps IMAGR2: Total Cleaned flux density = 7.245 Jy 69872 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -128.7 MilliJy,max = 161.2 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 49.94 MilliJy IMAGR2: 12955 Residual map points loaded IMAGR2: Field 1 min allowed flux = 79.787 MilliJy iter= 69278 IMAGR2: Field 1 Clean flux density= 7.269 Jy 69278 comps IMAGR2: Total Cleaned flux density = 7.621 Jy 69933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -78.9 MilliJy,max = 80.0 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 35.52 MilliJy IMAGR2: 14665 Residual map points loaded IMAGR2: Field 1 Iter limit, Max resid= 69.146 MilliJy iter= 69345 IMAGR2: Field 1 Clean flux density= 7.502 Jy 69345 comps IMAGR2: Total Cleaned flux density = 7.853 Jy 70000 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Total Clean components 70000 reaches limit 70000 IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 69345 to 21766 components IMAGR2: Field 2 compressed from 655 to 329 components IMAGR2: Field 1 min = -58.3 MilliJy,max = 59.0 MilliJy IMAGR2: Field 2 min = -52.8 MilliJy,max = 52.8 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 8.174 Jy ( 1283 CCs) from field 1 to field 2 IMAGR2: Restore 351.594 MilliJy ( 329 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 7.853 Jy IMAGR2: Field 2 final Clean flux 8.526 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= 20 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 103.7 Real= 105 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1893 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0609-157_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0609-157' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07346 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0927+390 C BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 910 CELLSIZE 0.60762 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.60762 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0927+390_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: 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.0 Real= 0 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1893 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0609-157_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0609-157' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07346 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0927+390 C BAND Seq 1 Disk: 1 in slot 5 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0927+390_C,BAND.0-1 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:27:03.04 39:02:20.8 2.885 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 142.6 deg away - ignoring SETFC2: First field number written was 2 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 1012 1012 09 27 03.01 39 02 20.9 00001 -1 507 512 513 C 2 246 246 09 27 03.04 39 02 20.8 00002 -1 100 128 129 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1893 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0609-157_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0609-157' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07346 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0927+390_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0927+390' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0927+390_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -4.5438E-02 4.8000E-02 0 IMAGR2: Field 2 246 246 3.0408E-01 -5.2000E-02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0927+390_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0927+390 .IMAGR . 1 (UV) on disk 1 cno 22 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 34509 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.296E+04 IMAGR2: UVWAIT: Adding temperance S 4.592E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 7.086E+07 and out 8.874E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.114 due to weighting IMAGR2: UVWAIT: Average summed weight 2.296E+04 over 68134 vis IMAGR2: Create 0927+390 .IBM001. 1 (MA) on disk 1 cno 23 IMAGR2: Create 0927+390 .IBM002. 1 (MA) on disk 1 cno 24 IMAGR2: Create 0927+390 .ICL001. 1 (MA) on disk 1 cno 25 IMAGR2: Create 0927+390 .ICL002. 1 (MA) on disk 1 cno 26 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 = 9.42122E+08 IMAGR2: Field 1 Beam min = -162.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 3.914 x 1.602 arcsec, PA= 83.2 IMAGR2: Field 2 Sum of gridding weights = 9.42122E+08 IMAGR2: Field 2 Beam min = -50.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 3.914 x 1.602 arcsec, PA= 83.2 IMAGR2: CLBHIS: minimum component 0.244 of current peak IMAGR2: Field 1 min = -554.3 MilliJy,max = 10.6 Jy IMAGR2: Field 2 min = -551.4 MilliJy,max = 10.4 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 616.29 MilliJy IMAGR2: 408 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.991 Jy iter= 13 IMAGR2: Field 1 Clean flux density= 7.897 Jy 13 comps IMAGR2: Total Cleaned flux density = 7.897 Jy 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 2 min = -149.0 MilliJy,max = 2.8 Jy IMAGR2: TRY ANOTHER FIELD: this is 2.658E+00 < Second best 2.843E+00 IMAGR2: Field 1 min = -155.4 MilliJy,max = 2.7 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 174.06 MilliJy IMAGR2: 284 Residual map points loaded IMAGR2: Field 1 min allowed flux = 610.645 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 10.254 Jy 30 comps IMAGR2: Total Cleaned flux density = 10.254 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -84.2 MilliJy,max = 609.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 162.70 MilliJy IMAGR2: 24 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 229.758 MilliJy iter= 11 IMAGR2: Field 2 Clean flux density= 422.555 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 10.677 Jy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -164.0 MilliJy,max = 240.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 35.54 MilliJy IMAGR2: 68 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -71.895 MilliJy iter= 78 IMAGR2: Field 1 Clean flux density= 10.276 Jy 78 comps IMAGR2: Total Cleaned flux density = 10.698 Jy 89 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -75.8 MilliJy,max = 90.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 13.37 MilliJy IMAGR2: 164 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -26.216 MilliJy iter= 103 IMAGR2: Field 2 Clean flux density= 418.009 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 10.694 Jy 181 comps IMAGR2: ALGSTB: All 106 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 95- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -30.1 MilliJy,max = 28.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.25 MilliJy IMAGR2: 6582 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -9.922 MilliJy iter= 252 IMAGR2: Field 1 Clean flux density= 10.257 Jy 252 comps IMAGR2: Total Cleaned flux density = 10.675 Jy 355 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 2 min = -12.3 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.38 MilliJy IMAGR2: 746 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.337 MilliJy iter= 289 IMAGR2: Field 2 Clean flux density= 438.418 MilliJy 289 comps IMAGR2: Total Cleaned flux density = 10.695 Jy 541 comps IMAGR2: ALGSTB: All 106 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 95- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -8.8 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.26 MilliJy IMAGR2: 17667 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.159 MilliJy iter= 649 IMAGR2: Field 1 Clean flux density= 10.328 Jy 649 comps IMAGR2: Total Cleaned flux density = 10.766 Jy 938 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 2 min = -5.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.22 MilliJy IMAGR2: 975 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.927 MilliJy iter= 504 IMAGR2: Field 2 Clean flux density= 461.991 MilliJy 504 comps IMAGR2: Total Cleaned flux density = 10.790 Jy 1153 comps IMAGR2: ALGSTB: All 106 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 95- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -7.6 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.88 MilliJy IMAGR2: 18365 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.120 MilliJy iter= 1241 IMAGR2: Field 1 Clean flux density= 10.383 Jy 1241 comps IMAGR2: Total Cleaned flux density = 10.845 Jy 1745 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -7.4 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 17936 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.658 MilliJy iter= 1940 IMAGR2: Field 1 Clean flux density= 10.414 Jy 1940 comps IMAGR2: Total Cleaned flux density = 10.876 Jy 2444 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.68 MilliJy IMAGR2: 577 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.861 MilliJy iter= 671 IMAGR2: Field 2 Clean flux density= 474.093 MilliJy 671 comps IMAGR2: Total Cleaned flux density = 10.888 Jy 2611 comps IMAGR2: ALGSTB: All 106 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 95- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -7.5 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR2: 18995 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.249 MilliJy iter= 2851 IMAGR2: Field 1 Clean flux density= 10.434 Jy 2851 comps IMAGR2: Total Cleaned flux density = 10.909 Jy 3522 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -7.5 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR2: 18632 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.968 MilliJy iter= 3898 IMAGR2: Field 1 Clean flux density= 10.445 Jy 3898 comps IMAGR2: Total Cleaned flux density = 10.919 Jy 4569 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -7.3 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 18186 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.727 MilliJy iter= 5051 IMAGR2: Field 1 Clean flux density= 10.465 Jy 5051 comps IMAGR2: Total Cleaned flux density = 10.939 Jy 5722 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR2: 268 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.213 MilliJy iter= 768 IMAGR2: Field 2 Clean flux density= 479.520 MilliJy 768 comps IMAGR2: Total Cleaned flux density = 10.944 Jy 5819 comps IMAGR2: ALGSTB: All 106 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 95- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -7.2 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 19493 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.519 MilliJy iter= 6461 IMAGR2: Field 1 Clean flux density= 10.476 Jy 6461 comps IMAGR2: Total Cleaned flux density = 10.956 Jy 7229 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -6.7 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 19194 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.346 MilliJy iter= 8017 IMAGR2: Field 1 Clean flux density= 10.492 Jy 8017 comps IMAGR2: Total Cleaned flux density = 10.972 Jy 8785 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -6.8 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 18903 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.208 MilliJy iter= 9749 IMAGR2: Field 1 Clean flux density= 10.496 Jy 9749 comps IMAGR2: Total Cleaned flux density = 10.976 Jy 10517 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR2: 123 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.852 MilliJy iter= 826 IMAGR2: Field 2 Clean flux density= 482.325 MilliJy 826 comps IMAGR2: Total Cleaned flux density = 10.979 Jy 10575 comps IMAGR2: ALGSTB: All 106 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 95- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -6.4 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 19751 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.075 MilliJy iter= 11839 IMAGR2: Field 1 Clean flux density= 10.526 Jy 11839 comps IMAGR2: Total Cleaned flux density = 11.008 Jy 12665 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -6.2 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 19630 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.995 MilliJy iter= 14350 IMAGR2: Field 1 Clean flux density= 10.529 Jy 14350 comps IMAGR2: Total Cleaned flux density = 11.011 Jy 15176 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -5.9 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 19402 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.902 MilliJy iter= 17274 IMAGR2: Field 1 Clean flux density= 10.552 Jy 17274 comps IMAGR2: Total Cleaned flux density = 11.034 Jy 18100 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 19153 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.801 MilliJy iter= 20508 IMAGR2: Field 1 Clean flux density= 10.555 Jy 20508 comps IMAGR2: Total Cleaned flux density = 11.038 Jy 21334 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 132 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.525 MilliJy iter= 887 IMAGR2: Field 2 Clean flux density= 483.149 MilliJy 887 comps IMAGR2: Total Cleaned flux density = 11.039 Jy 21395 comps IMAGR2: ALGSTB: All 106 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 95- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -5.3 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 19745 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.686 MilliJy iter= 24111 IMAGR2: Field 1 Clean flux density= 10.565 Jy 24111 comps IMAGR2: Total Cleaned flux density = 11.048 Jy 24998 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 19620 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.611 MilliJy iter= 28051 IMAGR2: Field 1 Clean flux density= 10.568 Jy 28051 comps IMAGR2: Total Cleaned flux density = 11.051 Jy 28938 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 19490 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.532 MilliJy iter= 32244 IMAGR2: Field 1 Clean flux density= 10.578 Jy 32244 comps IMAGR2: Total Cleaned flux density = 11.061 Jy 33131 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 19341 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.458 MilliJy iter= 36666 IMAGR2: Field 1 Clean flux density= 10.580 Jy 36666 comps IMAGR2: Total Cleaned flux density = 11.063 Jy 37553 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 121 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.286 MilliJy iter= 940 IMAGR2: Field 2 Clean flux density= 483.697 MilliJy 940 comps IMAGR2: Total Cleaned flux density = 11.064 Jy 37606 comps IMAGR2: ALGSTB: All 106 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 95- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 19782 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.372 MilliJy iter= 41394 IMAGR2: Field 1 Clean flux density= 10.577 Jy 41394 comps IMAGR2: Total Cleaned flux density = 11.061 Jy 42334 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 19722 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.317 MilliJy iter= 46389 IMAGR2: Field 1 Clean flux density= 10.574 Jy 46389 comps IMAGR2: Total Cleaned flux density = 11.057 Jy 47329 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 19632 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.277 MilliJy iter= 51573 IMAGR2: Field 1 Clean flux density= 10.585 Jy 51573 comps IMAGR2: Total Cleaned flux density = 11.068 Jy 52513 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 2 min = -2.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 167 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.155 MilliJy iter= 1019 IMAGR2: Field 2 Clean flux density= 484.745 MilliJy 1019 comps IMAGR2: Total Cleaned flux density = 11.069 Jy 52592 comps IMAGR2: ALGSTB: All 106 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 95- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -4.1 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 19735 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.204 MilliJy iter= 56979 IMAGR2: Field 1 Clean flux density= 10.569 Jy 56979 comps IMAGR2: Total Cleaned flux density = 11.054 Jy 57998 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 19648 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.161 MilliJy iter= 62595 IMAGR2: Field 1 Clean flux density= 10.591 Jy 62595 comps IMAGR2: Total Cleaned flux density = 11.075 Jy 63614 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 19578 Residual map points loaded IMAGR2: Field 1 Iter limit, Max resid= -1.108 MilliJy iter= 68981 IMAGR2: Field 1 Clean flux density= 10.568 Jy 68981 comps IMAGR2: Total Cleaned flux density = 11.053 Jy 70000 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 34509 Pts IMAGR2: Total Clean components 70000 reaches limit 70000 IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 68981 to 18462 components IMAGR2: Field 2 compressed from 1019 to 398 components IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 2.9 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 10.295 Jy ( 493 CCs) from field 1 to field 2 IMAGR2: Restore 484.744 MilliJy ( 398 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 11.053 Jy IMAGR2: Field 2 final Clean flux 10.779 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= 22 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 53.3 Real= 54 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1893 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0609-157_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0609-157' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07346 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0927+390_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0927+390' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 23 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1965 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0521+166_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0521+166 C BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 906 CELLSIZE 0.60991 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.60991 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0521+166_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: 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.0 Real= 0 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1893 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0609-157_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0609-157' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07346 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0927+390_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0927+390' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 23 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1965 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0521+166_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0521+166 C BAND Seq 1 Disk: 1 in slot 6 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0521+166_C,BAND.0-1 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 05:21:09.93 16:38:22.2 8.603 1.000 0.000 SETFC2: 3 05:20:59.34 16:37:31.9 0.203 0.787 0.044 SETFC2: 4 05:21:25.50 16:36:27.5 0.061 0.536 0.070 SETFC2: Add NVSS: wrote 3 fields to BOXFILE SETFC2: The Sun is 98.7 deg away - ignoring SETFC2: First field number written was 2 SETFC2: Highest field number written was 4 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.4 Real= 0 C 1 1012 1012 05 21 09.89 16 38 22.1 00001 -1 507 512 513 C 2 246 246 05 21 09.93 16 38 22.2 00002 -1 100 128 129 C 3 246 246 05 20 59.34 16 37 31.9 00003 -1 100 128 129 C 4 246 246 05 21 25.50 16 36 27.5 00004 -1 100 128 129 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1893 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0609-157_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0609-157' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07346 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0927+390_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0927+390' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 23 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1965 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0521+166_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0521+166_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =0521+166' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0521+166_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.7488E-02 4.9000E-02 0 IMAGR2: Field 2 246 246 6.3236E-01 1.4900E-01 0 IMAGR2: Field 3 246 246 -1.5157E+02 -5.0151E+01 0 IMAGR2: Field 4 246 246 2.2440E+02 -1.1455E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0521+166_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 0521+166 .IMAGR . 1 (UV) on disk 1 cno 24 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4825 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.068E+04 IMAGR2: UVWAIT: Adding temperance S 4.136E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.012E+07 and out 1.170E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.090 due to weighting IMAGR2: UVWAIT: Average summed weight 2.068E+04 over 9500 vis IMAGR2: Create 0521+166 .IBM001. 1 (MA) on disk 1 cno 25 IMAGR2: Create 0521+166 .IBM002. 1 (MA) on disk 1 cno 26 IMAGR2: Create 0521+166 .IBM003. 1 (MA) on disk 1 cno 27 IMAGR2: Create 0521+166 .IBM004. 1 (MA) on disk 1 cno 28 IMAGR2: Create 0521+166 .ICL001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 0521+166 .ICL002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 0521+166 .ICL003. 1 (MA) on disk 1 cno 31 IMAGR2: Create 0521+166 .ICL004. 1 (MA) on disk 1 cno 32 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.24198E+08 IMAGR2: Field 1 Beam min = -119.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 5.662 x 1.631 arcsec, PA= 61.6 IMAGR2: Field 2 Sum of gridding weights = 1.24198E+08 IMAGR2: Field 2 Beam min = -82.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 5.662 x 1.631 arcsec, PA= 61.6 IMAGR2: Field 3 Sum of gridding weights = 1.24198E+08 IMAGR2: Field 3 Beam min = -82.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 5.666 x 1.631 arcsec, PA= 61.6 IMAGR2: Field 4 Sum of gridding weights = 1.24198E+08 IMAGR2: Field 4 Beam min = -82.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 5.658 x 1.631 arcsec, PA= 61.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -371.1 MilliJy,max = 3.7 Jy IMAGR2: Field 2 min = -303.0 MilliJy,max = 3.6 Jy IMAGR2: Field 3 min = -366.4 MilliJy,max = 1.6 Jy IMAGR2: Field 4 min = -326.4 MilliJy,max = 1.2 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 751.81 MilliJy IMAGR2: 880 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.416 Jy iter= 5 IMAGR2: Field 1 Clean flux density= 1.508 Jy 5 comps IMAGR2: Total Cleaned flux density = 1.508 Jy 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 2 min = -183.5 MilliJy,max = 2.2 Jy IMAGR2: TRY ANOTHER FIELD: this is 2.056E+00 < Second best 2.298E+00 IMAGR2: Field 1 min = -227.7 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 493.26 MilliJy IMAGR2: 495 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.060 Jy iter= 13 IMAGR2: Field 1 Clean flux density= 2.751 Jy 13 comps IMAGR2: Total Cleaned flux density = 2.751 Jy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -86.8 MilliJy,max = 978.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.313E-01 < Second best 1.512E+00 IMAGR2: Field 3 min = -96.6 MilliJy,max = 429.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.092E-01 < Second best 1.008E+00 IMAGR2: Field 1 min = -109.3 MilliJy,max = 956.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 216.30 MilliJy IMAGR2: 549 Residual map points loaded IMAGR2: Field 1 min allowed flux = 476.893 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 3.305 Jy 21 comps IMAGR2: Total Cleaned flux density = 3.305 Jy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -46.5 MilliJy,max = 444.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.227E-01 < Second best 8.458E-01 IMAGR2: Field 4 min = -43.4 MilliJy,max = 142.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.073E-01 < Second best 4.537E-01 IMAGR2: Field 1 min = -56.2 MilliJy,max = 429.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 97.36 MilliJy IMAGR2: 588 Residual map points loaded IMAGR2: Field 1 min allowed flux = 197.828 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 3.576 Jy 30 comps IMAGR2: Total Cleaned flux density = 3.576 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -28.0 MilliJy,max = 187.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.781E-01 < Second best 4.092E-01 IMAGR2: Field 3 min = -26.5 MilliJy,max = 83.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.958E-02 < Second best 1.882E-01 IMAGR2: Field 1 min = -30.5 MilliJy,max = 180.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 40.39 MilliJy IMAGR2: 751 Residual map points loaded IMAGR2: Field 1 min allowed flux = 83.206 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 3.690 Jy 39 comps IMAGR2: Total Cleaned flux density = 3.690 Jy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -23.2 MilliJy,max = 79.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.555E-02 < Second best 1.073E-01 IMAGR2: Field 4 min = -15.1 MilliJy,max = 43.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.171E-02 < Second best 7.958E-02 IMAGR2: Field 3 min = -18.8 MilliJy,max = 58.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.535E-02 < Second best 7.917E-02 IMAGR2: Field 1 min = -22.7 MilliJy,max = 75.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 16.99 MilliJy IMAGR2: 2085 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.185 MilliJy iter= 54 IMAGR2: Field 1 Clean flux density= 3.765 Jy 54 comps IMAGR2: Total Cleaned flux density = 3.765 Jy 54 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -25.7 MilliJy,max = 36.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.496E-02 < Second best 5.535E-02 IMAGR2: Field 3 min = -16.5 MilliJy,max = 35.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.410E-02 < Second best 4.171E-02 IMAGR2: Field 4 min = -13.7 MilliJy,max = 31.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.032E-02 < Second best 3.496E-02 IMAGR2: BGC Clean: using 509 cell beam + residuals > 15.43 MilliJy IMAGR2: 84 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -19.674 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 1.283 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 3.766 Jy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.3 MilliJy,max = 35.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 15.43 MilliJy IMAGR2: 30 Residual map points loaded IMAGR2: Field 3 min allowed flux = 17.443 MilliJy iter= 8 IMAGR2: Field 3 Clean flux density= 20.309 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 3.786 Jy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.4 MilliJy,max = 29.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.835E-02 < Second best 3.032E-02 IMAGR2: Field 4 min = -11.9 MilliJy,max = 30.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.49 MilliJy IMAGR2: 732 Residual map points loaded IMAGR2: Field 4 min allowed flux = 14.293 MilliJy iter= 9 IMAGR2: Field 4 Clean flux density= 18.817 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 3.805 Jy 88 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.4 MilliJy,max = 17.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.48 MilliJy IMAGR2: 3507 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.484 MilliJy iter= 98 IMAGR2: Field 1 Clean flux density= 3.765 Jy 98 comps IMAGR2: Total Cleaned flux density = 3.805 Jy 132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.1 MilliJy,max = 10.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.034E-02 < Second best 1.663E-02 IMAGR2: Field 3 min = -9.8 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.775E-03 < Second best 1.363E-02 IMAGR2: Field 4 min = -10.2 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.707E-03 < Second best 1.034E-02 IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.74 MilliJy IMAGR2: 471 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 7.130 MilliJy iter= 54 IMAGR2: Field 2 Clean flux density= 1.632 MilliJy 54 comps IMAGR2: Total Cleaned flux density = 3.806 Jy 169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.9 MilliJy,max = 10.0 MilliJy IMAGR2: BGC Clean: using 1593 cell beam + residuals > 4.18 MilliJy IMAGR2: 15483 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.332 MilliJy iter= 206 IMAGR2: Field 1 Clean flux density= 3.768 Jy 206 comps IMAGR2: Total Cleaned flux density = 3.808 Jy 277 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.1 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.230E-03 < Second best 9.707E-03 IMAGR2: Field 4 min = -8.7 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.230E-03 < Second best 6.826E-03 IMAGR2: Field 2 min = -6.0 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.610E-03 < Second best 6.230E-03 IMAGR2: BGC Clean: using 371 cell beam + residuals > 4.05 MilliJy IMAGR2: 315 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.593 MilliJy iter= 48 IMAGR2: Field 4 Clean flux density= 21.809 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 3.811 Jy 316 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.2 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 4.05 MilliJy IMAGR2: 361 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.563 MilliJy iter= 53 IMAGR2: Field 3 Clean flux density= 26.431 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 3.817 Jy 361 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.9 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.20 MilliJy IMAGR2: 16364 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.966 MilliJy iter= 460 IMAGR2: Field 1 Clean flux density= 3.758 Jy 460 comps IMAGR2: Total Cleaned flux density = 3.808 Jy 615 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.880E-03 < Second best 4.757E-03 IMAGR2: Field 1 min = -7.5 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.63 MilliJy IMAGR2: 14085 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.633 MilliJy iter= 729 IMAGR2: Field 1 Clean flux density= 3.772 Jy 729 comps IMAGR2: Total Cleaned flux density = 3.822 Jy 884 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.8 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.597E-03 < Second best 4.378E-03 IMAGR2: Field 3 min = -4.0 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.673E-03 < Second best 3.880E-03 IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.823E-03 < Second best 3.673E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR2: 477 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.740 MilliJy iter= 136 IMAGR2: Field 3 Clean flux density= 29.229 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 3.825 Jy 967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.0 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR2: 653 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.806 MilliJy iter= 160 IMAGR2: Field 4 Clean flux density= 13.114 MilliJy 160 comps IMAGR2: Total Cleaned flux density = 3.816 Jy 1079 comps IMAGR2: ALGSTB: All 115 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 104- 0 Cells, with 4825 Pts IMAGR2: Field 1 min = -7.4 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 1593 cell beam + residuals > 2.21 MilliJy IMAGR2: 15602 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.045 MilliJy iter= 1183 IMAGR2: Field 1 Clean flux density= 3.774 Jy 1183 comps IMAGR2: Total Cleaned flux density = 3.818 Jy 1533 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.8 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 16461 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.776 MilliJy iter= 1837 IMAGR2: Field 1 Clean flux density= 3.780 Jy 1837 comps IMAGR2: Total Cleaned flux density = 3.824 Jy 2187 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.271E-03 < Second best 2.691E-03 IMAGR2: Field 4 min = -5.1 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 590 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.130 MilliJy iter= 286 IMAGR2: Field 4 Clean flux density= 7.290 MilliJy 286 comps IMAGR2: Total Cleaned flux density = 3.818 Jy 2313 comps IMAGR2: ALGSTB: All 115 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 104- 0 Cells, with 4825 Pts IMAGR2: Field 1 min = -7.6 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 1595 cell beam + residuals > 1.91 MilliJy IMAGR2: 16016 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.607 MilliJy iter= 2320 IMAGR2: Field 1 Clean flux density= 3.779 Jy 2320 comps IMAGR2: Total Cleaned flux density = 3.817 Jy 2796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.88 MilliJy IMAGR2: 524 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.930 MilliJy iter= 210 IMAGR2: Field 3 Clean flux density= 32.693 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 3.821 Jy 2870 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.6 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 369 cell beam + residuals > 1.82 MilliJy IMAGR2: 15865 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.216 MilliJy iter= 2937 IMAGR2: Field 1 Clean flux density= 3.784 Jy 2937 comps IMAGR2: Total Cleaned flux density = 3.826 Jy 3487 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 369 cell beam + residuals > 1.82 MilliJy IMAGR2: 42 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.813 MilliJy iter= 67 IMAGR2: Field 2 Clean flux density= 660.977 MicroJy 67 comps IMAGR2: Total Cleaned flux density = 3.825 Jy 3500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.0 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 1595 cell beam + residuals > 1.74 MilliJy IMAGR2: 16946 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.376 MilliJy iter= 3425 IMAGR2: Field 1 Clean flux density= 3.784 Jy 3425 comps IMAGR2: Total Cleaned flux density = 3.825 Jy 3988 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.1 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 369 cell beam + residuals > 1.75 MilliJy IMAGR2: 14221 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.049 MilliJy iter= 4059 IMAGR2: Field 1 Clean flux density= 3.784 Jy 4059 comps IMAGR2: Total Cleaned flux density = 3.824 Jy 4622 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 298 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.694 MilliJy iter= 367 IMAGR2: Field 4 Clean flux density= 8.324 MilliJy 367 comps IMAGR2: Total Cleaned flux density = 3.825 Jy 4703 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.7 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 1597 cell beam + residuals > 1.62 MilliJy IMAGR2: 18088 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.250 MilliJy iter= 4500 IMAGR2: Field 1 Clean flux density= 3.784 Jy 4500 comps IMAGR2: Total Cleaned flux density = 3.826 Jy 5144 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 18199 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.967 MilliJy iter= 5787 IMAGR2: Field 1 Clean flux density= 3.794 Jy 5787 comps IMAGR2: Total Cleaned flux density = 3.836 Jy 6431 comps IMAGR2: ALGSTB: All 427 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 416- 0 Cells, with 4825 Pts IMAGR2: Field 1 min = -6.2 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 1599 cell beam + residuals > 1.64 MilliJy IMAGR2: 14636 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.547 MilliJy iter= 5920 IMAGR2: Field 1 Clean flux density= 3.789 Jy 5920 comps IMAGR2: Total Cleaned flux density = 3.831 Jy 6564 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 17647 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.820 MilliJy iter= 7330 IMAGR2: Field 1 Clean flux density= 3.785 Jy 7330 comps IMAGR2: Total Cleaned flux density = 3.826 Jy 7974 comps IMAGR2: ALGSTB: All 427 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 416- 0 Cells, with 4825 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 122 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.495 MilliJy iter= 251 IMAGR2: Field 3 Clean flux density= 31.711 MilliJy 251 comps IMAGR2: Total Cleaned flux density = 3.825 Jy 8015 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.2 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 1599 cell beam + residuals > 1.61 MilliJy IMAGR2: 16621 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.481 MilliJy iter= 7475 IMAGR2: Field 1 Clean flux density= 3.786 Jy 7475 comps IMAGR2: Total Cleaned flux density = 3.826 Jy 8160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.3 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 18789 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.730 MilliJy iter= 9208 IMAGR2: Field 1 Clean flux density= 3.796 Jy 9208 comps IMAGR2: Total Cleaned flux density = 3.837 Jy 9893 comps IMAGR2: ALGSTB: All 427 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 416- 0 Cells, with 4825 Pts IMAGR2: Field 2 min = -4.6 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.48 MilliJy IMAGR2: 599 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -4.583 MilliJy iter= 68 IMAGR2: Field 2 Clean flux density= 202.636 MicroJy 68 comps IMAGR2: Total Cleaned flux density = 3.836 Jy 9894 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.48 MilliJy IMAGR2: 584 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.727 MilliJy iter= 70 IMAGR2: Field 2 Clean flux density= 162.868 MicroJy 70 comps IMAGR2: Total Cleaned flux density = 3.836 Jy 9896 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.48 MilliJy IMAGR2: 535 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.327 MilliJy iter= 73 IMAGR2: Field 2 Clean flux density= -217.556 MicroJy 73 comps IMAGR2: Total Cleaned flux density = 3.836 Jy 9899 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 369 cell beam + residuals > 1.44 MilliJy IMAGR2: 570 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 2.973 MilliJy iter= 76 IMAGR2: Field 2 Clean flux density= -550.652 MicroJy 76 comps IMAGR2: Total Cleaned flux density = 3.836 Jy 9902 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 575 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 2.430 MilliJy iter= 90 IMAGR2: Field 2 Clean flux density= -1.679 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 3.834 Jy 9916 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 454 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.464 MilliJy iter= 248 IMAGR2: Field 2 Clean flux density= -662.915 MicroJy 248 comps IMAGR2: Total Cleaned flux density = 3.835 Jy 10074 comps IMAGR2: ALGSTB: All 115 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 104- 0 Cells, with 4825 Pts IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 1593 cell beam + residuals > 1.64 MilliJy IMAGR2: 14056 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.059 MilliJy iter= 9623 IMAGR2: Field 1 Clean flux density= 3.796 Jy 9623 comps IMAGR2: Total Cleaned flux density = 3.836 Jy 10489 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 17870 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.563 MilliJy iter= 11483 IMAGR2: Field 1 Clean flux density= 3.790 Jy 11483 comps IMAGR2: Total Cleaned flux density = 3.829 Jy 12349 comps IMAGR2: ALGSTB: All 427 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 416- 0 Cells, with 4825 Pts IMAGR2: Field 4 min = -3.6 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.35 MilliJy IMAGR2: 1456 Residual map points loaded IMAGR2: Field 4 min allowed flux = 1.689 MilliJy iter= 460 IMAGR2: Field 4 Clean flux density= 11.323 MilliJy 460 comps IMAGR2: Total Cleaned flux density = 3.832 Jy 12442 comps IMAGR2: ALGSTB: All 115 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 104- 0 Cells, with 4825 Pts IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 633 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.338 MilliJy iter= 649 IMAGR2: Field 4 Clean flux density= 8.385 MilliJy 649 comps IMAGR2: Total Cleaned flux density = 3.829 Jy 12631 comps IMAGR2: ALGSTB: All 115 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 104- 0 Cells, with 4825 Pts IMAGR2: Field 1 min = -5.0 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.38 MilliJy IMAGR2: 18126 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.694 MilliJy iter= 12142 IMAGR2: Field 1 Clean flux density= 3.776 Jy 12142 comps IMAGR2: Total Cleaned flux density = 3.815 Jy 13290 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 1593 cell beam + residuals > 1.23 MilliJy IMAGR2: 17273 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.545 MilliJy iter= 13367 IMAGR2: Field 1 Clean flux density= 3.787 Jy 13367 comps IMAGR2: Total Cleaned flux density = 3.827 Jy 14515 comps IMAGR2: ALGSTB: All 427 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 416- 0 Cells, with 4825 Pts IMAGR2: Field 1 min = -4.8 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 17005 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.338 MilliJy iter= 15228 IMAGR2: Field 1 Clean flux density= 3.780 Jy 15228 comps IMAGR2: Total Cleaned flux density = 3.820 Jy 16376 comps IMAGR2: ALGSTB: All 427 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 416- 0 Cells, with 4825 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.22 MilliJy IMAGR2: 839 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.688 MilliJy iter= 282 IMAGR2: Field 3 Clean flux density= 33.154 MilliJy 282 comps IMAGR2: Total Cleaned flux density = 3.821 Jy 16407 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 651 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.188 MilliJy iter= 452 IMAGR2: Field 3 Clean flux density= 31.509 MilliJy 452 comps IMAGR2: Total Cleaned flux density = 3.819 Jy 16577 comps IMAGR2: ALGSTB: All 115 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 104- 0 Cells, with 4825 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 90 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 1.922 MilliJy iter= 249 IMAGR2: Field 2 Clean flux density= -470.699 MicroJy 249 comps IMAGR2: Total Cleaned flux density = 3.820 Jy 16578 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 86 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.178 MilliJy iter= 279 IMAGR2: Field 2 Clean flux density= 325.428 MicroJy 279 comps IMAGR2: Total Cleaned flux density = 3.820 Jy 16608 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.5 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.22 MilliJy IMAGR2: 1214 Residual map points loaded IMAGR2: Field 4 min allowed flux = -1.535 MilliJy iter= 717 IMAGR2: Field 4 Clean flux density= 11.771 MilliJy 717 comps IMAGR2: Total Cleaned flux density = 3.824 Jy 16676 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 714 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.177 MilliJy iter= 891 IMAGR2: Field 4 Clean flux density= 9.084 MilliJy 891 comps IMAGR2: Total Cleaned flux density = 3.821 Jy 16850 comps IMAGR2: ALGSTB: All 115 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 104- 0 Cells, with 4825 Pts IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 1593 cell beam + residuals > 1.17 MilliJy IMAGR2: 15106 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.469 MilliJy iter= 16212 IMAGR2: Field 1 Clean flux density= 3.781 Jy 16212 comps IMAGR2: Total Cleaned flux density = 3.822 Jy 17834 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 18936 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.208 MilliJy iter= 18326 IMAGR2: Field 1 Clean flux density= 3.778 Jy 18326 comps IMAGR2: Total Cleaned flux density = 3.819 Jy 19948 comps IMAGR2: ALGSTB: All 427 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 416- 0 Cells, with 4825 Pts IMAGR2: Field 1 min = -4.5 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 1595 cell beam + residuals > 1.09 MilliJy IMAGR2: 18867 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.493 MilliJy iter= 18874 IMAGR2: Field 1 Clean flux density= 3.778 Jy 18874 comps IMAGR2: Total Cleaned flux density = 3.819 Jy 20496 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 998.81 MicroJy IMAGR2: 18602 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.179 MilliJy iter= 20509 IMAGR2: Field 1 Clean flux density= 3.775 Jy 20509 comps IMAGR2: Total Cleaned flux density = 3.816 Jy 22131 comps IMAGR2: ALGSTB: All 427 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 416- 0 Cells, with 4825 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 484.08 MicroJy IMAGR2: 7850 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.177 MilliJy iter= 509 IMAGR2: Field 3 Clean flux density= 32.209 MilliJy 509 comps IMAGR2: Total Cleaned flux density = 3.816 Jy 22188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.179 less than limit 1.179 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 20509 to 5694 components IMAGR2: Field 2 compressed from 279 to 126 components IMAGR2: Field 3 compressed from 509 to 270 components IMAGR2: Field 4 compressed from 891 to 408 components IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: Field 4 min = -2.7 MilliJy,max = 3.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 3.720 Jy ( 50 CCs) from field 1 to field 2 IMAGR2: Restore 13.332 MilliJy ( 593 CCs) from field 1 to field 3 IMAGR2: Restore 38.996 MilliJy ( 533 CCs) from field 1 to field 4 IMAGR2: Restore 325.423 MicroJy ( 126 CCs) from field 2 to field 1 IMAGR2: Restore 32.209 MilliJy ( 270 CCs) from field 3 to field 1 IMAGR2: Restore 9.084 MilliJy ( 408 CCs) from field 4 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 3.816 Jy IMAGR2: Field 2 final Clean flux 3.721 Jy IMAGR2: Field 3 final Clean flux 45.540 MilliJy IMAGR2: Field 4 final Clean flux 48.080 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= 24 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 49.9 Real= 51 be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0423-013_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =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= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1893 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0609-157_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =0609-157' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0609-157_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07346 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0927+390_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0927+390' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0927+390_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 23 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1965 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0521+166_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0521+166_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =0521+166' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0521+166_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0555+398 C BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 900 CELLSIZE 0.61380 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.61380 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0555+398_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: 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.0 Real= 0 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0555+398 C BAND Seq 1 Disk: 1 in slot 7 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0555+398_C,BAND.0-1 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 05:55:30.80 39:48:48.6 1.516 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 106.5 deg away - ignoring SETFC2: First field number written was 2 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.4 Real= 1 C 1 1012 1012 05 55 30.81 39 48 49.2 00001 -1 507 512 513 C 2 246 246 05 55 30.80 39 48 48.6 00002 -1 100 128 129 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0555+398_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.0697E-02 3.6000E-02 0 IMAGR2: Field 2 246 246 -6.4523E-02 -5.6400E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0555+398_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0555+398 .IMAGR . 1 (UV) on disk 1 cno 28 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4875 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.029E+04 IMAGR2: UVWAIT: Adding temperance S 4.057E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.003E+07 and out 1.189E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.102 due to weighting IMAGR2: UVWAIT: Average summed weight 2.029E+04 over 9375 vis IMAGR2: Create 0555+398 .IBM001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 0555+398 .IBM002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 0555+398 .ICL001. 1 (MA) on disk 1 cno 31 IMAGR2: Create 0555+398 .ICL002. 1 (MA) on disk 1 cno 32 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.26188E+08 IMAGR2: Field 1 Beam min = -125.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 4.603 x 1.605 arcsec, PA= 65.2 IMAGR2: Field 2 Sum of gridding weights = 1.26188E+08 IMAGR2: Field 2 Beam min = -116.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 4.603 x 1.605 arcsec, PA= 65.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -723.3 MilliJy,max = 6.1 Jy IMAGR2: Field 2 min = -708.7 MilliJy,max = 6.1 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.22 Jy IMAGR2: 895 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.625 Jy iter= 6 IMAGR2: Field 1 Clean flux density= 2.876 Jy 6 comps IMAGR2: Total Cleaned flux density = 2.876 Jy 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 = -376.3 MilliJy,max = 3.2 Jy IMAGR2: TRY ANOTHER FIELD: this is 3.089E+00 < Second best 3.448E+00 IMAGR2: Field 1 min = -387.9 MilliJy,max = 3.3 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 720.08 MilliJy IMAGR2: 507 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.560 Jy iter= 14 IMAGR2: Field 1 Clean flux density= 4.734 Jy 14 comps IMAGR2: Total Cleaned flux density = 4.734 Jy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -161.6 MilliJy,max = 1.4 Jy IMAGR2: TRY ANOTHER FIELD: this is 1.330E+00 < Second best 1.484E+00 IMAGR2: Field 1 min = -171.3 MilliJy,max = 1.4 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 309.97 MilliJy IMAGR2: 547 Residual map points loaded IMAGR2: Field 1 min allowed flux = 671.696 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 5.534 Jy 22 comps IMAGR2: Total Cleaned flux density = 5.534 Jy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -69.8 MilliJy,max = 621.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.911E-01 < Second best 6.389E-01 IMAGR2: Field 1 min = -78.1 MilliJy,max = 613.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 133.43 MilliJy IMAGR2: 712 Residual map points loaded IMAGR2: Field 1 min allowed flux = 285.053 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 5.920 Jy 31 comps IMAGR2: Total Cleaned flux density = 5.920 Jy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -38.7 MilliJy,max = 263.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.507E-01 < Second best 2.712E-01 IMAGR2: Field 1 min = -40.6 MilliJy,max = 257.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 56.63 MilliJy IMAGR2: 743 Residual map points loaded IMAGR2: Field 1 min allowed flux = 121.978 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 6.085 Jy 40 comps IMAGR2: Total Cleaned flux density = 6.085 Jy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -28.3 MilliJy,max = 113.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.078E-01 < Second best 1.160E-01 IMAGR2: Field 1 min = -28.6 MilliJy,max = 111.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 24.23 MilliJy IMAGR2: 1192 Residual map points loaded IMAGR2: Field 1 min allowed flux = 53.256 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 6.155 Jy 49 comps IMAGR2: Total Cleaned flux density = 6.155 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -31.4 MilliJy,max = 49.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.727E-02 < Second best 5.068E-02 IMAGR2: Field 1 min = -31.6 MilliJy,max = 48.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.58 MilliJy IMAGR2: 9578 Residual map points loaded IMAGR2: Field 1 min allowed flux = -24.042 MilliJy iter= 71 IMAGR2: Field 1 Clean flux density= 6.162 Jy 71 comps IMAGR2: Total Cleaned flux density = 6.162 Jy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -23.1 MilliJy,max = 25.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 9.85 MilliJy IMAGR2: 418 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -13.696 MilliJy iter= 34 IMAGR2: Field 2 Clean flux density= -6.877 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 6.155 Jy 105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.1 MilliJy,max = 20.5 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 6.18 MilliJy IMAGR2: 14595 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -9.864 MilliJy iter= 152 IMAGR2: Field 1 Clean flux density= 6.169 Jy 152 comps IMAGR2: Total Cleaned flux density = 6.162 Jy 186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.4 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.12 MilliJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -7.090 MilliJy iter= 66 IMAGR2: Field 2 Clean flux density= -4.859 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 6.164 Jy 218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.7 MilliJy,max = 20.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.88 MilliJy IMAGR2: 19160 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.124 MilliJy iter= 351 IMAGR2: Field 1 Clean flux density= 6.182 Jy 351 comps IMAGR2: Total Cleaned flux density = 6.177 Jy 417 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.5 MilliJy,max = 18.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.27 MilliJy IMAGR2: 18575 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.677 MilliJy iter= 651 IMAGR2: Field 1 Clean flux density= 6.178 Jy 651 comps IMAGR2: Total Cleaned flux density = 6.173 Jy 717 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.8 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.21 MilliJy IMAGR2: 145 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.617 MilliJy iter= 124 IMAGR2: Field 2 Clean flux density= -4.601 MilliJy 124 comps IMAGR2: Total Cleaned flux density = 6.174 Jy 775 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.7 MilliJy,max = 20.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 4.04 MilliJy IMAGR2: 13140 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.563 MilliJy iter= 979 IMAGR2: Field 1 Clean flux density= 6.183 Jy 979 comps IMAGR2: Total Cleaned flux density = 6.178 Jy 1103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.9 MilliJy,max = 15.8 MilliJy IMAGR2: BGC Clean: using 1321 cell beam + residuals > 3.79 MilliJy IMAGR2: 14603 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.217 MilliJy iter= 1216 IMAGR2: Field 1 Clean flux density= 6.197 Jy 1216 comps IMAGR2: Total Cleaned flux density = 6.193 Jy 1340 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.7 MilliJy,max = 16.9 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 3.50 MilliJy IMAGR2: 14441 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.598 MilliJy iter= 1677 IMAGR2: Field 1 Clean flux density= 6.188 Jy 1677 comps IMAGR2: Total Cleaned flux density = 6.183 Jy 1801 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.28 MilliJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.249 MilliJy iter= 132 IMAGR2: Field 2 Clean flux density= -3.091 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 6.185 Jy 1809 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.5 MilliJy,max = 16.5 MilliJy IMAGR2: BGC Clean: using 309 cell beam + residuals > 3.06 MilliJy IMAGR2: 19125 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.052 MilliJy iter= 2293 IMAGR2: Field 1 Clean flux density= 6.219 Jy 2293 comps IMAGR2: Total Cleaned flux density = 6.216 Jy 2425 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.9 MilliJy,max = 17.7 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 3.16 MilliJy IMAGR2: 17845 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.236 MilliJy iter= 2401 IMAGR2: Field 1 Clean flux density= 6.202 Jy 2401 comps IMAGR2: Total Cleaned flux density = 6.199 Jy 2533 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.4 MilliJy,max = 16.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 19922 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.907 MilliJy iter= 3453 IMAGR2: Field 1 Clean flux density= 6.200 Jy 3453 comps IMAGR2: Total Cleaned flux density = 6.197 Jy 3585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.9 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 3.10 MilliJy IMAGR2: 19167 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.126 MilliJy iter= 3576 IMAGR2: Field 1 Clean flux density= 6.205 Jy 3576 comps IMAGR2: Total Cleaned flux density = 6.202 Jy 3708 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.0 MilliJy,max = 15.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR2: 19864 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.559 MilliJy iter= 4923 IMAGR2: Field 1 Clean flux density= 6.206 Jy 4923 comps IMAGR2: Total Cleaned flux density = 6.203 Jy 5055 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -14.4 MilliJy,max = 18.3 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 3.70 MilliJy IMAGR2: 18579 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.613 MilliJy iter= 5070 IMAGR2: Field 1 Clean flux density= 6.194 Jy 5070 comps IMAGR2: Total Cleaned flux density = 6.191 Jy 5202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.2 MilliJy,max = 15.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 19903 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.662 MilliJy iter= 6798 IMAGR2: Field 1 Clean flux density= 6.206 Jy 6798 comps IMAGR2: Total Cleaned flux density = 6.202 Jy 6930 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -19.7 MilliJy,max = 17.7 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 5.77 MilliJy IMAGR2: 11463 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.514 MilliJy iter= 6848 IMAGR2: Field 1 Clean flux density= 6.215 Jy 6848 comps IMAGR2: Total Cleaned flux density = 6.212 Jy 6980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.8 MilliJy,max = 13.3 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 4.15 MilliJy IMAGR2: 18069 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.809 MilliJy iter= 7843 IMAGR2: Field 1 Clean flux density= 6.161 Jy 7843 comps IMAGR2: Total Cleaned flux density = 6.158 Jy 7975 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.6 MilliJy,max = 16.9 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 4.41 MilliJy IMAGR2: 12978 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.296 MilliJy iter= 7901 IMAGR2: Field 1 Clean flux density= 6.161 Jy 7901 comps IMAGR2: Total Cleaned flux density = 6.158 Jy 8033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.6 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 305 cell beam + residuals > 3.18 MilliJy IMAGR2: 19663 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.676 MilliJy iter= 9022 IMAGR2: Field 1 Clean flux density= 6.235 Jy 9022 comps IMAGR2: Total Cleaned flux density = 6.232 Jy 9154 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -16.0 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 3.92 MilliJy IMAGR2: 14680 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.440 MilliJy iter= 9086 IMAGR2: Field 1 Clean flux density= 6.229 Jy 9086 comps IMAGR2: Total Cleaned flux density = 6.226 Jy 9218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.0 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.87 MilliJy IMAGR2: 19926 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.543 MilliJy iter= 11216 IMAGR2: Field 1 Clean flux density= 6.087 Jy 11216 comps IMAGR2: Total Cleaned flux density = 6.084 Jy 11348 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -26.4 MilliJy,max = 29.2 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 7.51 MilliJy IMAGR2: 19752 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.552 MilliJy iter= 11266 IMAGR2: Field 1 Clean flux density= 6.117 Jy 11266 comps IMAGR2: Total Cleaned flux density = 6.114 Jy 11398 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.2 MilliJy,max = 16.2 MilliJy IMAGR2: BGC Clean: using 1317 cell beam + residuals > 5.55 MilliJy IMAGR2: 19679 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.231 MilliJy iter= 11421 IMAGR2: Field 1 Clean flux density= 6.155 Jy 11421 comps IMAGR2: Total Cleaned flux density = 6.152 Jy 11553 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.2 MilliJy,max = 13.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.62 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.393 MilliJy iter= 13864 IMAGR2: Field 1 Clean flux density= 6.344 Jy 13864 comps IMAGR2: Total Cleaned flux density = 6.341 Jy 13996 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -31.6 MilliJy,max = 28.7 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 10.38 MilliJy IMAGR2: 19338 Residual map points loaded IMAGR2: Field 1 min allowed flux = -15.707 MilliJy iter= 13954 IMAGR2: Field 1 Clean flux density= 6.271 Jy 13954 comps IMAGR2: Total Cleaned flux density = 6.268 Jy 14086 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.0 MilliJy,max = 16.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.33 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.858 MilliJy iter= 16839 IMAGR2: Field 1 Clean flux density= 5.493 Jy 16839 comps IMAGR2: Total Cleaned flux density = 5.490 Jy 16971 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -80.2 MilliJy,max = 92.9 MilliJy IMAGR2: BGC Clean: using 1321 cell beam + residuals > 33.69 MilliJy IMAGR2: 14887 Residual map points loaded IMAGR2: Field 1 min allowed flux = 46.291 MilliJy iter= 16938 IMAGR2: Field 1 Clean flux density= 5.747 Jy 16938 comps IMAGR2: Total Cleaned flux density = 5.744 Jy 17070 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -46.1 MilliJy,max = 46.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 21.18 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 25.420 MilliJy iter= 20249 IMAGR2: Field 1 Clean flux density= 8.061 Jy 20249 comps IMAGR2: Total Cleaned flux density = 8.058 Jy 20381 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -328.0 MilliJy,max = 276.7 MilliJy IMAGR2: BGC Clean: using 1321 cell beam + residuals > 118.90 MilliJy IMAGR2: 16565 Residual map points loaded IMAGR2: Field 1 min allowed flux = -163.801 MilliJy iter= 20356 IMAGR2: Field 1 Clean flux density= 7.366 Jy 20356 comps IMAGR2: Total Cleaned flux density = 7.363 Jy 20488 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -159.2 MilliJy,max = 162.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 74.62 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -132.543 MilliJy iter= 20746 IMAGR2: Field 1 Clean flux density= 5.968 Jy 20746 comps IMAGR2: Total Cleaned flux density = 5.965 Jy 20878 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -85.0 MilliJy,max = 122.8 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 34.05 MilliJy IMAGR2: 17919 Residual map points loaded IMAGR2: Field 1 min allowed flux = 61.108 MilliJy iter= 20794 IMAGR2: Field 1 Clean flux density= 6.247 Jy 20794 comps IMAGR2: Total Cleaned flux density = 6.244 Jy 20926 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -59.6 MilliJy,max = 61.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 26.72 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -31.020 MilliJy iter= 23828 IMAGR2: Field 1 Clean flux density= 6.685 Jy 23828 comps IMAGR2: Total Cleaned flux density = 6.682 Jy 23960 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -332.1 MilliJy,max = 311.7 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 109.23 MilliJy IMAGR2: 18353 Residual map points loaded IMAGR2: Field 1 min allowed flux = -164.727 MilliJy iter= 23922 IMAGR2: Field 1 Clean flux density= 6.193 Jy 23922 comps IMAGR2: Total Cleaned flux density = 6.190 Jy 24054 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -163.1 MilliJy,max = 162.7 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 69.91 MilliJy IMAGR2: 19264 Residual map points loaded IMAGR2: Field 1 min allowed flux = -81.420 MilliJy iter= 24899 IMAGR2: Field 1 Clean flux density= 5.143 Jy 24899 comps IMAGR2: Total Cleaned flux density = 5.140 Jy 25031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -263.6 MilliJy,max = 300.8 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 98.93 MilliJy IMAGR2: 14827 Residual map points loaded IMAGR2: Field 1 min allowed flux = 149.626 MilliJy iter= 24980 IMAGR2: Field 1 Clean flux density= 5.769 Jy 24980 comps IMAGR2: Total Cleaned flux density = 5.765 Jy 25112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -147.6 MilliJy,max = 146.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 63.50 MilliJy IMAGR2: 15078 Residual map points loaded IMAGR2: Field 1 min allowed flux = -73.783 MilliJy iter= 25834 IMAGR2: Field 1 Clean flux density= 6.831 Jy 25834 comps IMAGR2: Total Cleaned flux density = 6.828 Jy 25966 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -280.1 MilliJy,max = 246.6 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 92.13 MilliJy IMAGR2: 14534 Residual map points loaded IMAGR2: Field 1 min allowed flux = -139.724 MilliJy iter= 25917 IMAGR2: Field 1 Clean flux density= 6.287 Jy 25917 comps IMAGR2: Total Cleaned flux density = 6.284 Jy 26049 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -139.3 MilliJy,max = 138.2 MilliJy IMAGR2: BGC Clean: using 309 cell beam + residuals > 54.18 MilliJy IMAGR2: 19446 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -78.145 MilliJy iter= 26485 IMAGR2: Field 1 Clean flux density= 5.063 Jy 26485 comps IMAGR2: Total Cleaned flux density = 5.060 Jy 26617 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -151.2 MilliJy,max = 183.2 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 55.22 MilliJy IMAGR2: 15866 Residual map points loaded IMAGR2: Field 1 min allowed flux = 91.230 MilliJy iter= 26556 IMAGR2: Field 1 Clean flux density= 5.562 Jy 26556 comps IMAGR2: Total Cleaned flux density = 5.559 Jy 26688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -89.1 MilliJy,max = 88.1 MilliJy IMAGR2: BGC Clean: using 1317 cell beam + residuals > 34.79 MilliJy IMAGR2: 16848 Residual map points loaded IMAGR2: Field 1 min allowed flux = 44.484 MilliJy iter= 26697 IMAGR2: Field 1 Clean flux density= 5.793 Jy 26697 comps IMAGR2: Total Cleaned flux density = 5.790 Jy 26829 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -42.2 MilliJy,max = 42.9 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 18.88 MilliJy IMAGR2: 16955 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.452 MilliJy iter= 27666 IMAGR2: Field 1 Clean flux density= 6.369 Jy 27666 comps IMAGR2: Total Cleaned flux density = 6.365 Jy 27798 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -79.6 MilliJy,max = 77.2 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 26.18 MilliJy IMAGR2: 18879 Residual map points loaded IMAGR2: Field 1 min allowed flux = -39.722 MilliJy iter= 27755 IMAGR2: Field 1 Clean flux density= 6.155 Jy 27755 comps IMAGR2: Total Cleaned flux density = 6.152 Jy 27887 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.1 MilliJy,max = 39.6 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 16.86 MilliJy IMAGR2: 17619 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.787 MilliJy iter= 28643 IMAGR2: Field 1 Clean flux density= 5.662 Jy 28643 comps IMAGR2: Total Cleaned flux density = 5.659 Jy 28775 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -73.6 MilliJy,max = 82.0 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 26.96 MilliJy IMAGR2: 14600 Residual map points loaded IMAGR2: Field 1 min allowed flux = 40.921 MilliJy iter= 28725 IMAGR2: Field 1 Clean flux density= 5.839 Jy 28725 comps IMAGR2: Total Cleaned flux density = 5.836 Jy 28857 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.8 MilliJy,max = 40.1 MilliJy IMAGR2: BGC Clean: using 309 cell beam + residuals > 15.87 MilliJy IMAGR2: 19790 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.886 MilliJy iter= 29540 IMAGR2: Field 1 Clean flux density= 6.493 Jy 29540 comps IMAGR2: Total Cleaned flux density = 6.490 Jy 29672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -86.3 MilliJy,max = 68.7 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 26.02 MilliJy IMAGR2: 17213 Residual map points loaded IMAGR2: Field 1 min allowed flux = 42.801 MilliJy iter= 29615 IMAGR2: Field 1 Clean flux density= 6.265 Jy 29615 comps IMAGR2: Total Cleaned flux density = 6.262 Jy 29747 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -42.1 MilliJy,max = 42.2 MilliJy IMAGR2: BGC Clean: using 309 cell beam + residuals > 16.60 MilliJy IMAGR2: 18839 Residual map points loaded IMAGR2: Field 1 min allowed flux = -21.051 MilliJy iter= 30374 IMAGR2: Field 1 Clean flux density= 5.459 Jy 30374 comps IMAGR2: Total Cleaned flux density = 5.456 Jy 30506 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -68.4 MilliJy,max = 85.2 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 25.67 MilliJy IMAGR2: 17103 Residual map points loaded IMAGR2: Field 1 min allowed flux = 42.563 MilliJy iter= 30450 IMAGR2: Field 1 Clean flux density= 5.750 Jy 30450 comps IMAGR2: Total Cleaned flux density = 5.747 Jy 30582 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -42.0 MilliJy,max = 40.7 MilliJy IMAGR2: BGC Clean: using 1317 cell beam + residuals > 16.23 MilliJy IMAGR2: 17011 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.981 MilliJy iter= 30596 IMAGR2: Field 1 Clean flux density= 5.906 Jy 30596 comps IMAGR2: Total Cleaned flux density = 5.903 Jy 30728 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.9 MilliJy,max = 20.1 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 8.90 MilliJy IMAGR2: 15538 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.057 MilliJy iter= 31499 IMAGR2: Field 1 Clean flux density= 6.169 Jy 31499 comps IMAGR2: Total Cleaned flux density = 6.166 Jy 31631 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -35.8 MilliJy,max = 34.1 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 11.76 MilliJy IMAGR2: 18098 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.882 MilliJy iter= 31586 IMAGR2: Field 1 Clean flux density= 6.096 Jy 31586 comps IMAGR2: Total Cleaned flux density = 6.093 Jy 31718 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.8 MilliJy,max = 17.4 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 7.59 MilliJy IMAGR2: 19642 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.908 MilliJy iter= 32523 IMAGR2: Field 1 Clean flux density= 5.805 Jy 32523 comps IMAGR2: Total Cleaned flux density = 5.802 Jy 32655 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -31.5 MilliJy,max = 37.1 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 12.19 MilliJy IMAGR2: 16188 Residual map points loaded IMAGR2: Field 1 min allowed flux = -18.339 MilliJy iter= 32616 IMAGR2: Field 1 Clean flux density= 5.916 Jy 32616 comps IMAGR2: Total Cleaned flux density = 5.913 Jy 32748 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.7 MilliJy,max = 17.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 7.78 MilliJy IMAGR2: 13588 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.919 MilliJy iter= 33428 IMAGR2: Field 1 Clean flux density= 6.238 Jy 33428 comps IMAGR2: Total Cleaned flux density = 6.235 Jy 33560 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -36.8 MilliJy,max = 31.2 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 12.09 MilliJy IMAGR2: 14553 Residual map points loaded IMAGR2: Field 1 min allowed flux = -18.349 MilliJy iter= 33510 IMAGR2: Field 1 Clean flux density= 6.125 Jy 33510 comps IMAGR2: Total Cleaned flux density = 6.122 Jy 33642 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.6 MilliJy,max = 17.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 7.79 MilliJy IMAGR2: 13436 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.872 MilliJy iter= 34325 IMAGR2: Field 1 Clean flux density= 5.762 Jy 34325 comps IMAGR2: Total Cleaned flux density = 5.759 Jy 34457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -29.0 MilliJy,max = 38.1 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 11.48 MilliJy IMAGR2: 18973 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.928 MilliJy iter= 34405 IMAGR2: Field 1 Clean flux density= 5.891 Jy 34405 comps IMAGR2: Total Cleaned flux density = 5.888 Jy 34537 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.3 MilliJy,max = 18.6 MilliJy IMAGR2: BGC Clean: using 1317 cell beam + residuals > 7.22 MilliJy IMAGR2: 19557 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.210 MilliJy iter= 34558 IMAGR2: Field 1 Clean flux density= 5.962 Jy 34558 comps IMAGR2: Total Cleaned flux density = 5.959 Jy 34690 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.8 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.18 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.624 MilliJy iter= 37593 IMAGR2: Field 1 Clean flux density= 6.164 Jy 37593 comps IMAGR2: Total Cleaned flux density = 6.161 Jy 37725 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -46.8 MilliJy,max = 42.5 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 15.41 MilliJy IMAGR2: 18367 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.354 MilliJy iter= 37688 IMAGR2: Field 1 Clean flux density= 6.064 Jy 37688 comps IMAGR2: Total Cleaned flux density = 6.061 Jy 37820 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.8 MilliJy,max = 22.6 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 9.91 MilliJy IMAGR2: 17735 Residual map points loaded IMAGR2: Field 1 min allowed flux = -11.418 MilliJy iter= 38667 IMAGR2: Field 1 Clean flux density= 5.611 Jy 38667 comps IMAGR2: Total Cleaned flux density = 5.608 Jy 38799 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -42.8 MilliJy,max = 54.9 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 16.54 MilliJy IMAGR2: 18427 Residual map points loaded IMAGR2: Field 1 min allowed flux = 27.395 MilliJy iter= 38748 IMAGR2: Field 1 Clean flux density= 5.766 Jy 38748 comps IMAGR2: Total Cleaned flux density = 5.763 Jy 38880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.1 MilliJy,max = 26.5 MilliJy IMAGR2: BGC Clean: using 1317 cell beam + residuals > 10.45 MilliJy IMAGR2: 19026 Residual map points loaded IMAGR2: Field 1 min allowed flux = -13.215 MilliJy iter= 38906 IMAGR2: Field 1 Clean flux density= 5.852 Jy 38906 comps IMAGR2: Total Cleaned flux density = 5.849 Jy 39038 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.8 MilliJy,max = 13.3 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 5.61 MilliJy IMAGR2: 14859 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.443 MilliJy iter= 39858 IMAGR2: Field 1 Clean flux density= 6.148 Jy 39858 comps IMAGR2: Total Cleaned flux density = 6.145 Jy 39990 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.8 MilliJy,max = 20.3 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 8.81 MilliJy IMAGR2: 17604 Residual map points loaded IMAGR2: Field 1 min allowed flux = -13.343 MilliJy iter= 39948 IMAGR2: Field 1 Clean flux density= 6.037 Jy 39948 comps IMAGR2: Total Cleaned flux density = 6.034 Jy 40080 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.4 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 5.66 MilliJy IMAGR2: 15562 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.625 MilliJy iter= 40841 IMAGR2: Field 1 Clean flux density= 5.742 Jy 40841 comps IMAGR2: Total Cleaned flux density = 5.739 Jy 40973 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.6 MilliJy,max = 29.4 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 8.86 MilliJy IMAGR2: 18987 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.630 MilliJy iter= 40920 IMAGR2: Field 1 Clean flux density= 5.854 Jy 40920 comps IMAGR2: Total Cleaned flux density = 5.851 Jy 41052 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.1 MilliJy,max = 14.2 MilliJy IMAGR2: BGC Clean: using 309 cell beam + residuals > 5.67 MilliJy IMAGR2: 19295 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.109 MilliJy iter= 41811 IMAGR2: Field 1 Clean flux density= 6.216 Jy 41811 comps IMAGR2: Total Cleaned flux density = 6.213 Jy 41943 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.7 MilliJy,max = 24.5 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 10.15 MilliJy IMAGR2: 19153 Residual map points loaded IMAGR2: Field 1 min allowed flux = -16.793 MilliJy iter= 41888 IMAGR2: Field 1 Clean flux density= 6.085 Jy 41888 comps IMAGR2: Total Cleaned flux density = 6.082 Jy 42020 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.8 MilliJy,max = 16.6 MilliJy IMAGR2: BGC Clean: using 309 cell beam + residuals > 6.51 MilliJy IMAGR2: 18877 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.290 MilliJy iter= 42725 IMAGR2: Field 1 Clean flux density= 5.603 Jy 42725 comps IMAGR2: Total Cleaned flux density = 5.600 Jy 42857 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.8 MilliJy,max = 39.9 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 12.04 MilliJy IMAGR2: 15200 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.932 MilliJy iter= 42791 IMAGR2: Field 1 Clean flux density= 5.775 Jy 42791 comps IMAGR2: Total Cleaned flux density = 5.772 Jy 42923 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.8 MilliJy,max = 19.6 MilliJy IMAGR2: BGC Clean: using 1319 cell beam + residuals > 7.27 MilliJy IMAGR2: 19720 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.813 MilliJy iter= 42929 IMAGR2: Field 1 Clean flux density= 5.868 Jy 42929 comps IMAGR2: Total Cleaned flux density = 5.864 Jy 43061 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.6 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 4.16 MilliJy IMAGR2: 13981 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.801 MilliJy iter= 43838 IMAGR2: Field 1 Clean flux density= 6.130 Jy 43838 comps IMAGR2: Total Cleaned flux density = 6.127 Jy 43970 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.4 MilliJy,max = 14.4 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 6.44 MilliJy IMAGR2: 19310 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.666 MilliJy iter= 43916 IMAGR2: Field 1 Clean flux density= 6.039 Jy 43916 comps IMAGR2: Total Cleaned flux density = 6.036 Jy 44048 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.4 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 4.53 MilliJy IMAGR2: 14953 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.221 MilliJy iter= 44827 IMAGR2: Field 1 Clean flux density= 5.698 Jy 44827 comps IMAGR2: Total Cleaned flux density = 5.694 Jy 44959 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.0 MilliJy,max = 26.4 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 7.95 MilliJy IMAGR2: 16487 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.075 MilliJy iter= 44898 IMAGR2: Field 1 Clean flux density= 5.819 Jy 44898 comps IMAGR2: Total Cleaned flux density = 5.816 Jy 45030 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.0 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 1317 cell beam + residuals > 4.99 MilliJy IMAGR2: 18329 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.404 MilliJy iter= 45048 IMAGR2: Field 1 Clean flux density= 5.894 Jy 45048 comps IMAGR2: Total Cleaned flux density = 5.891 Jy 45180 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.8 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 2.72 MilliJy IMAGR2: 19812 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.096 MilliJy iter= 46215 IMAGR2: Field 1 Clean flux density= 6.052 Jy 46215 comps IMAGR2: Total Cleaned flux density = 6.049 Jy 46347 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 2 min = -13.6 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.03 MilliJy IMAGR2: 3285 Residual map points loaded IMAGR2: Field 2 min allowed flux = -6.749 MilliJy iter= 174 IMAGR2: Field 2 Clean flux density= -32.596 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 6.020 Jy 46389 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.4 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 2.86 MilliJy IMAGR2: 2265 Residual map points loaded IMAGR2: Field 2 min allowed flux = -3.346 MilliJy iter= 335 IMAGR2: Field 2 Clean flux density= -58.831 MilliJy 335 comps IMAGR2: Total Cleaned flux density = 5.993 Jy 46550 comps IMAGR2: ALGSTB: All 113 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 102- 0 Cells, with 4875 Pts IMAGR2: Field 2 min = -7.1 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.73 MilliJy IMAGR2: 463 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.740 MilliJy iter= 477 IMAGR2: Field 2 Clean flux density= -59.394 MilliJy 477 comps IMAGR2: Total Cleaned flux density = 5.993 Jy 46692 comps IMAGR2: ALGSTB: All 113 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 102- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -9.5 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 2.70 MilliJy IMAGR2: 16581 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.108 MilliJy iter= 46291 IMAGR2: Field 1 Clean flux density= 6.026 Jy 46291 comps IMAGR2: Total Cleaned flux density = 5.967 Jy 46768 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.7 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR2: 18127 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.308 MilliJy iter= 49266 IMAGR2: Field 1 Clean flux density= 5.844 Jy 49266 comps IMAGR2: Total Cleaned flux density = 5.785 Jy 49743 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 2 min = -10.5 MilliJy,max = 18.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.42 MilliJy IMAGR2: 8916 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 8.238 MilliJy iter= 493 IMAGR2: Field 2 Clean flux density= -46.723 MilliJy 493 comps IMAGR2: Total Cleaned flux density = 5.798 Jy 49759 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.0 MilliJy,max = 17.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.48 MilliJy IMAGR2: 8134 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 7.178 MilliJy iter= 513 IMAGR2: Field 2 Clean flux density= -37.718 MilliJy 513 comps IMAGR2: Total Cleaned flux density = 5.807 Jy 49779 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.6 MilliJy,max = 16.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.36 MilliJy IMAGR2: 8422 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 6.356 MilliJy iter= 542 IMAGR2: Field 2 Clean flux density= -30.292 MilliJy 542 comps IMAGR2: Total Cleaned flux density = 5.814 Jy 49808 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.0 MilliJy,max = 15.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.30 MilliJy IMAGR2: 8196 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 6.079 MilliJy iter= 558 IMAGR2: Field 2 Clean flux density= -24.050 MilliJy 558 comps IMAGR2: Total Cleaned flux density = 5.820 Jy 49824 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.0 MilliJy,max = 15.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.32 MilliJy IMAGR2: 7828 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 5.703 MilliJy iter= 578 IMAGR2: Field 2 Clean flux density= -19.433 MilliJy 578 comps IMAGR2: Total Cleaned flux density = 5.825 Jy 49844 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.8 MilliJy,max = 15.2 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 2.42 MilliJy IMAGR2: 6914 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 5.189 MilliJy iter= 622 IMAGR2: Field 2 Clean flux density= -16.194 MilliJy 622 comps IMAGR2: Total Cleaned flux density = 5.828 Jy 49888 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.4 MilliJy,max = 14.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 7061 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 4.884 MilliJy iter= 668 IMAGR2: Field 2 Clean flux density= -13.209 MilliJy 668 comps IMAGR2: Total Cleaned flux density = 5.831 Jy 49934 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.3 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 6481 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 4.481 MilliJy iter= 720 IMAGR2: Field 2 Clean flux density= -10.396 MilliJy 720 comps IMAGR2: Total Cleaned flux density = 5.834 Jy 49986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.6 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.24 MilliJy IMAGR2: 5865 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 4.262 MilliJy iter= 746 IMAGR2: Field 2 Clean flux density= -9.579 MilliJy 746 comps IMAGR2: Total Cleaned flux density = 5.835 Jy 50012 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.5 MilliJy,max = 13.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 5536 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 4.200 MilliJy iter= 759 IMAGR2: Field 2 Clean flux density= -8.339 MilliJy 759 comps IMAGR2: Total Cleaned flux density = 5.836 Jy 50025 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.5 MilliJy,max = 13.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.22 MilliJy IMAGR2: 5395 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 4.156 MilliJy iter= 765 IMAGR2: Field 2 Clean flux density= -6.671 MilliJy 765 comps IMAGR2: Total Cleaned flux density = 5.838 Jy 50031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.3 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.22 MilliJy IMAGR2: 5352 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.943 MilliJy iter= 815 IMAGR2: Field 2 Clean flux density= -6.754 MilliJy 815 comps IMAGR2: Total Cleaned flux density = 5.838 Jy 50081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.0 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 4820 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.885 MilliJy iter= 827 IMAGR2: Field 2 Clean flux density= -5.953 MilliJy 827 comps IMAGR2: Total Cleaned flux density = 5.838 Jy 50093 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.8 MilliJy,max = 12.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 4713 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.808 MilliJy iter= 837 IMAGR2: Field 2 Clean flux density= -4.412 MilliJy 837 comps IMAGR2: Total Cleaned flux density = 5.840 Jy 50103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.9 MilliJy,max = 12.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 4647 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.736 MilliJy iter= 848 IMAGR2: Field 2 Clean flux density= -4.044 MilliJy 848 comps IMAGR2: Total Cleaned flux density = 5.840 Jy 50114 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.8 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 4525 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.700 MilliJy iter= 855 IMAGR2: Field 2 Clean flux density= -3.684 MilliJy 855 comps IMAGR2: Total Cleaned flux density = 5.841 Jy 50121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.8 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 4450 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.684 MilliJy iter= 859 IMAGR2: Field 2 Clean flux density= -2.942 MilliJy 859 comps IMAGR2: Total Cleaned flux density = 5.841 Jy 50125 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 4413 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.676 MilliJy iter= 862 IMAGR2: Field 2 Clean flux density= -2.572 MilliJy 862 comps IMAGR2: Total Cleaned flux density = 5.842 Jy 50128 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 4388 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.641 MilliJy iter= 872 IMAGR2: Field 2 Clean flux density= -2.580 MilliJy 872 comps IMAGR2: Total Cleaned flux density = 5.842 Jy 50138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 4287 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.637 MilliJy iter= 876 IMAGR2: Field 2 Clean flux density= -1.848 MilliJy 876 comps IMAGR2: Total Cleaned flux density = 5.842 Jy 50142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 4263 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.600 MilliJy iter= 881 IMAGR2: Field 2 Clean flux density= -1.484 MilliJy 881 comps IMAGR2: Total Cleaned flux density = 5.843 Jy 50147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 4218 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.609 MilliJy iter= 882 IMAGR2: Field 2 Clean flux density= -1.123 MilliJy 882 comps IMAGR2: Total Cleaned flux density = 5.843 Jy 50148 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 4206 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.589 MilliJy iter= 884 IMAGR2: Field 2 Clean flux density= -1.124 MilliJy 884 comps IMAGR2: Total Cleaned flux density = 5.843 Jy 50150 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 4193 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.590 MilliJy iter= 885 IMAGR2: Field 2 Clean flux density= -765.238 MicroJy 885 comps IMAGR2: Total Cleaned flux density = 5.844 Jy 50151 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 4181 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.575 MilliJy iter= 887 IMAGR2: Field 2 Clean flux density= -765.571 MicroJy 887 comps IMAGR2: Total Cleaned flux density = 5.844 Jy 50153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.5 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 4179 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 3.604 MilliJy iter= 889 IMAGR2: Field 2 Clean flux density= -767.818 MicroJy 889 comps IMAGR2: Total Cleaned flux density = 5.844 Jy 50155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.5 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 4149 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.263 MilliJy iter= 1926 IMAGR2: Field 2 Clean flux density= -12.688 MilliJy 1926 comps IMAGR2: Total Cleaned flux density = 5.832 Jy 51192 comps IMAGR2: ALGSTB: All 113 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 102- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -8.5 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 1321 cell beam + residuals > 3.29 MilliJy IMAGR2: 14866 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.537 MilliJy iter= 49376 IMAGR2: Field 1 Clean flux density= 5.884 Jy 49376 comps IMAGR2: Total Cleaned flux density = 5.872 Jy 51302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.9 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.40 MilliJy IMAGR2: 16980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.573 MilliJy iter= 52301 IMAGR2: Field 1 Clean flux density= 5.939 Jy 52301 comps IMAGR2: Total Cleaned flux density = 5.926 Jy 54227 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -17.8 MilliJy,max = 15.1 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 5.86 MilliJy IMAGR2: 19353 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.872 MilliJy iter= 52382 IMAGR2: Field 1 Clean flux density= 5.887 Jy 52382 comps IMAGR2: Total Cleaned flux density = 5.874 Jy 54308 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.6 MilliJy,max = 12.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.38 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.768 MilliJy iter= 56207 IMAGR2: Field 1 Clean flux density= 5.633 Jy 56207 comps IMAGR2: Total Cleaned flux density = 5.621 Jy 58133 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -48.6 MilliJy,max = 55.3 MilliJy IMAGR2: BGC Clean: using 1317 cell beam + residuals > 21.09 MilliJy IMAGR2: 17533 Residual map points loaded IMAGR2: Field 1 min allowed flux = -27.644 MilliJy iter= 56328 IMAGR2: Field 1 Clean flux density= 5.789 Jy 56328 comps IMAGR2: Total Cleaned flux density = 5.776 Jy 58254 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -27.2 MilliJy,max = 27.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.49 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -14.713 MilliJy iter= 60577 IMAGR2: Field 1 Clean flux density= 6.422 Jy 60577 comps IMAGR2: Total Cleaned flux density = 6.410 Jy 62503 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -198.8 MilliJy,max = 180.3 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 84.35 MilliJy IMAGR2: 14374 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -141.118 MilliJy iter= 60738 IMAGR2: Field 1 Clean flux density= 5.126 Jy 60738 comps IMAGR2: Total Cleaned flux density = 5.113 Jy 62664 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -89.7 MilliJy,max = 106.7 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 45.27 MilliJy IMAGR2: 15446 Residual map points loaded IMAGR2: Field 1 min allowed flux = 53.340 MilliJy iter= 61577 IMAGR2: Field 1 Clean flux density= 7.499 Jy 61577 comps IMAGR2: Total Cleaned flux density = 7.486 Jy 63503 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -136.2 MilliJy,max = 71.9 MilliJy IMAGR2: BGC Clean: using 1325 cell beam + residuals > 41.07 MilliJy IMAGR2: 12646 Residual map points loaded IMAGR2: Field 1 min allowed flux = -67.962 MilliJy iter= 61640 IMAGR2: Field 1 Clean flux density= 6.942 Jy 61640 comps IMAGR2: Total Cleaned flux density = 6.929 Jy 63566 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -66.4 MilliJy,max = 62.6 MilliJy IMAGR2: BGC Clean: using 1317 cell beam + residuals > 25.92 MilliJy IMAGR2: 19167 Residual map points loaded IMAGR2: Field 1 min allowed flux = -33.210 MilliJy iter= 61806 IMAGR2: Field 1 Clean flux density= 6.426 Jy 61806 comps IMAGR2: Total Cleaned flux density = 6.413 Jy 63732 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.0 MilliJy,max = 32.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.19 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -20.056 MilliJy iter= 63311 IMAGR2: Field 1 Clean flux density= 5.142 Jy 63311 comps IMAGR2: Total Cleaned flux density = 5.130 Jy 65237 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -66.6 MilliJy,max = 101.0 MilliJy IMAGR2: BGC Clean: using 1323 cell beam + residuals > 33.22 MilliJy IMAGR2: 17638 Residual map points loaded IMAGR2: Field 1 min allowed flux = -50.485 MilliJy iter= 63399 IMAGR2: Field 1 Clean flux density= 5.642 Jy 63399 comps IMAGR2: Total Cleaned flux density = 5.629 Jy 65325 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -49.0 MilliJy,max = 54.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 22.13 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 25.054 MilliJy iter= 67112 IMAGR2: Field 1 Clean flux density= 10.502 Jy 67112 comps IMAGR2: Total Cleaned flux density = 10.489 Jy 69038 comps IMAGR2: ALGSTB: All 417 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 406- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -365.3 MilliJy,max = 264.9 MilliJy IMAGR2: BGC Clean: using 1321 cell beam + residuals > 132.44 MilliJy IMAGR2: 18707 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -199.139 MilliJy iter= 67207 IMAGR2: Field 1 Clean flux density= 8.382 Jy 67207 comps IMAGR2: Total Cleaned flux density = 8.369 Jy 69133 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -214.8 MilliJy,max = 190.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 88.45 MilliJy IMAGR2: 19991 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -172.603 MilliJy iter= 67353 IMAGR2: Field 1 Clean flux density= 6.689 Jy 67353 comps IMAGR2: Total Cleaned flux density = 6.676 Jy 69279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -115.9 MilliJy,max = 129.5 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 54.96 MilliJy IMAGR2: 13797 Residual map points loaded IMAGR2: Field 1 Iter limit, Max resid= -65.410 MilliJy iter= 68074 IMAGR2: Field 1 Clean flux density= 7.843 Jy 68074 comps IMAGR2: Total Cleaned flux density = 7.831 Jy 70000 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Total Clean components 70000 reaches limit 70000 IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 68074 to 19855 components IMAGR2: Field 2 compressed from 1926 to 710 components IMAGR2: Field 1 min = -164.6 MilliJy,max = 92.2 MilliJy IMAGR2: Field 2 min = -151.5 MilliJy,max = 92.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 6.496 Jy ( 1407 CCs) from field 1 to field 2 IMAGR2: Restore -12.688 MilliJy ( 710 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 7.831 Jy IMAGR2: Field 2 final Clean flux 6.483 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= 28 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 131.4 Real= 132 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0713+438 C BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 895 CELLSIZE 0.61722 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.61722 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0713+438_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: 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.0 Real= 0 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0713+438 C BAND Seq 1 Disk: 1 in slot 8 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0713+438_C,BAND.0-1 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 07:13:38.15 43:49:17.2 2.012 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 119.8 deg away - ignoring SETFC2: First field number written was 2 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= 0 C 1 1012 1012 07 13 38.16 43 49 17.2 00001 -1 507 512 513 C 2 246 246 07 13 38.15 43 49 17.2 00002 -1 100 128 129 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0713+438_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =0713+438' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0713+438_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -4.4372E-02 -5.0000E-03 0 IMAGR2: Field 2 246 246 -1.5260E-01 -5.0000E-03 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0713+438_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0713+438 .IMAGR . 1 (UV) on disk 1 cno 30 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4875 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.030E+04 IMAGR2: UVWAIT: Adding temperance S 4.060E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.070E+07 and out 1.272E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.104 due to weighting IMAGR2: UVWAIT: Average summed weight 2.030E+04 over 9750 vis IMAGR2: Create 0713+438 .IBM001. 1 (MA) on disk 1 cno 31 IMAGR2: Create 0713+438 .IBM002. 1 (MA) on disk 1 cno 32 IMAGR2: Create 0713+438 .ICL001. 1 (MA) on disk 1 cno 33 IMAGR2: Create 0713+438 .ICL002. 1 (MA) on disk 1 cno 34 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.35026E+08 IMAGR2: Field 1 Beam min = -204.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 4.314 x 1.675 arcsec, PA= 69.7 IMAGR2: Field 2 Sum of gridding weights = 1.35026E+08 IMAGR2: Field 2 Beam min = -94.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 4.314 x 1.675 arcsec, PA= 69.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -147.0 MilliJy,max = 1.6 Jy IMAGR2: Field 2 min = -144.9 MilliJy,max = 1.5 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 285.75 MilliJy IMAGR2: 1207 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 918.242 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 728.633 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 728.633 MilliJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -76.6 MilliJy,max = 821.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.813E-01 < Second best 8.734E-01 IMAGR2: Field 1 min = -78.2 MilliJy,max = 826.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 168.73 MilliJy IMAGR2: 701 Residual map points loaded IMAGR2: Field 1 min allowed flux = 395.279 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 1.199 Jy 14 comps IMAGR2: Total Cleaned flux density = 1.199 Jy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -33.0 MilliJy,max = 351.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.347E-01 < Second best 3.760E-01 IMAGR2: Field 1 min = -33.8 MilliJy,max = 355.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 72.64 MilliJy IMAGR2: 718 Residual map points loaded IMAGR2: Field 1 min allowed flux = 171.754 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 1.402 Jy 22 comps IMAGR2: Total Cleaned flux density = 1.402 Jy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -15.3 MilliJy,max = 156.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.491E-01 < Second best 1.634E-01 IMAGR2: Field 1 min = -15.1 MilliJy,max = 154.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 31.56 MilliJy IMAGR2: 796 Residual map points loaded IMAGR2: Field 1 min allowed flux = 76.692 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 1.492 Jy 30 comps IMAGR2: Total Cleaned flux density = 1.492 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.7 MilliJy,max = 70.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.664E-02 < Second best 7.295E-02 IMAGR2: Field 1 min = -7.7 MilliJy,max = 69.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.09 MilliJy IMAGR2: 826 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.222 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 1.531 Jy 38 comps IMAGR2: Total Cleaned flux density = 1.531 Jy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.1 MilliJy,max = 31.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.981E-02 < Second best 3.255E-02 IMAGR2: Field 1 min = -5.1 MilliJy,max = 30.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.29 MilliJy IMAGR2: 1057 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.353 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 1.551 Jy 47 comps IMAGR2: Total Cleaned flux density = 1.551 Jy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 13.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.296E-02 < Second best 1.366E-02 IMAGR2: Field 1 min = -4.1 MilliJy,max = 13.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.64 MilliJy IMAGR2: 2873 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.492 MilliJy iter= 56 IMAGR2: Field 1 Clean flux density= 1.559 Jy 56 comps IMAGR2: Total Cleaned flux density = 1.559 Jy 56 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.0 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.788E-03 < Second best 6.181E-03 IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 1.51 MilliJy IMAGR2: 14088 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.900 MilliJy iter= 102 IMAGR2: Field 1 Clean flux density= 1.559 Jy 102 comps IMAGR2: Total Cleaned flux density = 1.559 Jy 102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.42 MilliJy IMAGR2: 321 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.804 MilliJy iter= 31 IMAGR2: Field 2 Clean flux density= 150.309 MicroJy 31 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.559 Jy 133 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 971 cell beam + residuals > 1.14 MilliJy IMAGR2: 17147 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.856 MilliJy iter= 213 IMAGR2: Field 1 Clean flux density= 1.562 Jy 213 comps IMAGR2: Total Cleaned flux density = 1.562 Jy 244 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 1263 cell beam + residuals > 1.06 MilliJy IMAGR2: 15178 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.562 MilliJy iter= 358 IMAGR2: Field 1 Clean flux density= 1.562 Jy 358 comps IMAGR2: Total Cleaned flux density = 1.562 Jy 389 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 192 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.168 MilliJy iter= 58 IMAGR2: Field 2 Clean flux density= -39.854 MicroJy 58 comps IMAGR2: Total Cleaned flux density = 1.562 Jy 416 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 899.82 MicroJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.421 MilliJy iter= 669 IMAGR2: Field 1 Clean flux density= 1.564 Jy 669 comps IMAGR2: Total Cleaned flux density = 1.564 Jy 727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 293 cell beam + residuals > 798.74 MicroJy IMAGR2: 18001 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.172 MilliJy iter= 955 IMAGR2: Field 1 Clean flux density= 1.559 Jy 955 comps IMAGR2: Total Cleaned flux density = 1.559 Jy 1013 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.172 less than limit 1.173 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 955 to 515 components IMAGR2: Field 2 compressed from 58 to 32 components IMAGR2: Field 1 min = -3.5 MilliJy,max = 4.0 MilliJy IMAGR2: Field 2 min = -987.9 MicroJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.558 Jy ( 13 CCs) from field 1 to field 2 IMAGR2: Restore -39.854 MicroJy ( 32 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.559 Jy IMAGR2: Field 2 final Clean flux 1.558 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= 30 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 9.8 Real= 10 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0713+438_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =0713+438' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2035 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0854+201 C BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 894 CELLSIZE 0.61843 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.61843 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0854+201_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: 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.0 Real= 0 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0713+438_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =0713+438' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2035 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0854+201 C BAND Seq 1 Disk: 1 in slot 9 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0854+201_C,BAND.0-1 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:54:48.87 20:06:30.7 1.512 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 148.4 deg away - ignoring SETFC2: First field number written was 2 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 1012 1012 08 54 48.87 20 06 30.6 00001 -1 507 512 513 C 2 246 246 08 54 48.87 20 06 30.7 00002 -1 100 128 129 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0713+438_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =0713+438' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2035 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0854+201_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0854+201' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0854+201_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -6.9020E-02 -4.0000E-02 0 IMAGR2: Field 2 246 246 -6.9020E-02 6.0000E-02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0854+201_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0854+201 .IMAGR . 1 (UV) on disk 1 cno 32 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4500 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.117E+04 IMAGR2: UVWAIT: Adding temperance S 4.233E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.937E+06 and out 1.176E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.098 due to weighting IMAGR2: UVWAIT: Average summed weight 2.117E+04 over 8928 vis IMAGR2: Create 0854+201 .IBM001. 1 (MA) on disk 1 cno 33 IMAGR2: Create 0854+201 .IBM002. 1 (MA) on disk 1 cno 34 IMAGR2: Create 0854+201 .ICL001. 1 (MA) on disk 1 cno 35 IMAGR2: Create 0854+201 .ICL002. 1 (MA) on disk 1 cno 36 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.24862E+08 IMAGR2: Field 1 Beam min = -123.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 4.872 x 3.225 arcsec, PA= 29.7 IMAGR2: Field 2 Sum of gridding weights = 1.24862E+08 IMAGR2: Field 2 Beam min = -107.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 4.872 x 3.225 arcsec, PA= 29.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -246.9 MilliJy,max = 2.3 Jy IMAGR2: Field 2 min = -208.8 MilliJy,max = 2.3 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 398.37 MilliJy IMAGR2: 1960 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.365 Jy iter= 6 IMAGR2: Field 1 Clean flux density= 1.083 Jy 6 comps IMAGR2: Total Cleaned flux density = 1.083 Jy 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 = -109.6 MilliJy,max = 1.2 Jy IMAGR2: TRY ANOTHER FIELD: this is 1.170E+00 < Second best 1.298E+00 IMAGR2: Field 1 min = -133.2 MilliJy,max = 1.2 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 235.24 MilliJy IMAGR2: 1224 Residual map points loaded IMAGR2: Field 1 min allowed flux = 587.562 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 1.783 Jy 14 comps IMAGR2: Total Cleaned flux density = 1.783 Jy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -48.9 MilliJy,max = 537.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.114E-01 < Second best 5.589E-01 IMAGR2: Field 1 min = -61.3 MilliJy,max = 528.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 101.26 MilliJy IMAGR2: 1371 Residual map points loaded IMAGR2: Field 1 min allowed flux = 256.580 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 2.084 Jy 22 comps IMAGR2: Total Cleaned flux density = 2.084 Jy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -27.0 MilliJy,max = 249.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 92.61 MilliJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 2 min allowed flux = 123.326 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 142.992 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 2.227 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.4 MilliJy,max = 119.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 44.22 MilliJy IMAGR2: 33 Residual map points loaded IMAGR2: Field 1 min allowed flux = 59.074 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 2.153 Jy 30 comps IMAGR2: Total Cleaned flux density = 2.296 Jy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -24.0 MilliJy,max = 59.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 21.25 MilliJy IMAGR2: 34 Residual map points loaded IMAGR2: Field 2 min allowed flux = -29.128 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 171.318 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 2.324 Jy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.4 MilliJy,max = 29.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.18 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 489 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.465 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 2.156 Jy 47 comps IMAGR2: Total Cleaned flux density = 2.328 Jy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -16.1 MilliJy,max = 16.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.23 MilliJy IMAGR2: 1006 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -8.395 MilliJy iter= 60 IMAGR2: Field 2 Clean flux density= 160.432 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 2.317 Jy 107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.2 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 3.49 MilliJy IMAGR2: 9990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.093 MilliJy iter= 107 IMAGR2: Field 1 Clean flux density= 2.158 Jy 107 comps IMAGR2: Total Cleaned flux density = 2.318 Jy 167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.6 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.15 MilliJy IMAGR2: 543 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.840 MilliJy iter= 103 IMAGR2: Field 2 Clean flux density= 159.121 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 2.317 Jy 210 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 17550 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.356 MilliJy iter= 277 IMAGR2: Field 1 Clean flux density= 2.160 Jy 277 comps IMAGR2: Total Cleaned flux density = 2.319 Jy 380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.985E-03 < Second best 3.214E-03 IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 18894 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.289 MilliJy iter= 526 IMAGR2: Field 1 Clean flux density= 2.159 Jy 526 comps IMAGR2: Total Cleaned flux density = 2.318 Jy 629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.905E-03 < Second best 2.193E-03 IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 19245 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.717 MilliJy iter= 894 IMAGR2: Field 1 Clean flux density= 2.153 Jy 894 comps IMAGR2: Total Cleaned flux density = 2.313 Jy 997 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.519E-03 < Second best 1.643E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 975 cell beam + residuals > 990.59 MicroJy IMAGR2: 18718 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.322 MilliJy iter= 1171 IMAGR2: Field 1 Clean flux density= 2.157 Jy 1171 comps IMAGR2: Total Cleaned flux density = 2.316 Jy 1274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 990.59 MicroJy IMAGR2: 63 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.175 MilliJy iter= 106 IMAGR2: Field 2 Clean flux density= 159.006 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 2.316 Jy 1277 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 833.34 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.221 MilliJy iter= 1617 IMAGR2: Field 1 Clean flux density= 2.155 Jy 1617 comps IMAGR2: Total Cleaned flux density = 2.314 Jy 1723 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.221 less than limit 1.221 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1617 to 1003 components IMAGR2: Field 2 compressed from 106 to 22 components IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.156 Jy ( 80 CCs) from field 1 to field 2 IMAGR2: Restore 159.006 MilliJy ( 22 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.314 Jy IMAGR2: Field 2 final Clean flux 2.315 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= 32 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 10.7 Real= 11 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0713+438_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =0713+438' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2035 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0854+201_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0854+201' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2005 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0920+446_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0920+446 C BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 893 CELLSIZE 0.61881 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.61881 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0920+446_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: 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.0 Real= 0 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0713+438_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =0713+438' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2035 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0854+201_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0854+201' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2005 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0920+446_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0920+446 C BAND Seq 1 Disk: 1 in slot 10 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0920+446_C,BAND.0-1 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:20:58.48 44:41:53.7 1.018 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 137.3 deg away - ignoring SETFC2: First field number written was 2 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 1012 1012 09 20 58.46 44 41 54.0 00001 -1 507 512 513 C 2 246 246 09 20 58.48 44 41 53.7 00002 -1 100 128 129 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0713+438_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =0713+438' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2035 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0854+201_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0854+201' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2005 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0920+446_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0920+446_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =0920+446' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0920+446_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.7060E-02 1.5000E-02 0 IMAGR2: Field 2 246 246 2.3031E-01 -2.8500E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0920+446_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 0920+446 .IMAGR . 1 (UV) on disk 1 cno 34 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4603 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.047E+04 IMAGR2: UVWAIT: Adding temperance S 4.095E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.995E+06 and out 1.194E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.110 due to weighting IMAGR2: UVWAIT: Average summed weight 2.047E+04 over 9094 vis IMAGR2: Create 0920+446 .IBM001. 1 (MA) on disk 1 cno 35 IMAGR2: Create 0920+446 .IBM002. 1 (MA) on disk 1 cno 36 IMAGR2: Create 0920+446 .ICL001. 1 (MA) on disk 1 cno 37 IMAGR2: Create 0920+446 .ICL002. 1 (MA) on disk 1 cno 38 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.26758E+08 IMAGR2: Field 1 Beam min = -161.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 5.236 x 3.179 arcsec, PA= 27.2 IMAGR2: Field 2 Sum of gridding weights = 1.26757E+08 IMAGR2: Field 2 Beam min = -95.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 5.236 x 3.179 arcsec, PA= 27.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -119.1 MilliJy,max = 1.2 Jy IMAGR2: Field 2 min = -109.7 MilliJy,max = 1.1 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 305.61 MilliJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 859.525 MilliJy iter= 4 IMAGR2: Field 1 Clean flux density= 405.474 MilliJy 4 comps IMAGR2: Total Cleaned flux density = 405.474 MilliJy 4 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 = -71.4 MilliJy,max = 716.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.814E-01 < Second best 8.176E-01 IMAGR2: Field 1 min = -78.4 MilliJy,max = 773.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 222.79 MilliJy IMAGR2: 141 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min algorithm flux= 411.114 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 809.055 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 809.055 MilliJy 11 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -34.3 MilliJy,max = 347.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.307E-01 < Second best 3.911E-01 IMAGR2: Field 1 min = -37.9 MilliJy,max = 370.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 106.56 MilliJy IMAGR2: 144 Residual map points loaded IMAGR2: Field 1 min allowed flux = 176.976 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 1.020 Jy 19 comps IMAGR2: Total Cleaned flux density = 1.020 Jy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -15.3 MilliJy,max = 155.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.476E-01 < Second best 1.683E-01 IMAGR2: Field 1 min = -16.7 MilliJy,max = 159.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 45.87 MilliJy IMAGR2: 153 Residual map points loaded IMAGR2: Field 1 min allowed flux = 76.185 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 1.111 Jy 27 comps IMAGR2: Total Cleaned flux density = 1.111 Jy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.3 MilliJy,max = 72.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.879E-02 < Second best 7.247E-02 IMAGR2: Field 1 min = -8.0 MilliJy,max = 68.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.523E-02 < Second best 6.879E-02 IMAGR2: BGC Clean: using 509 cell beam + residuals > 18.74 MilliJy IMAGR2: 67 Residual map points loaded IMAGR2: Field 2 min allowed flux = 34.577 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 41.173 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 1.152 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 31.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.947E-02 < Second best 3.290E-02 IMAGR2: Field 2 min = -3.5 MilliJy,max = 31.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 8.96 MilliJy IMAGR2: 52 Residual map points loaded IMAGR2: Field 2 min allowed flux = 15.076 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 58.937 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 1.169 Jy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 14.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.03 MilliJy IMAGR2: 11 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.765 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 1.117 Jy 33 comps IMAGR2: Total Cleaned flux density = 1.176 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.038E-03 < Second best 8.341E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.27 MilliJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.855 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 1.122 Jy 41 comps IMAGR2: Total Cleaned flux density = 1.181 Jy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.182E-03 < Second best 3.672E-03 IMAGR2: Field 1 min = -2.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 1955 cell beam + residuals > 1.05 MilliJy IMAGR2: 18208 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.869 MilliJy iter= 96 IMAGR2: Field 1 Clean flux density= 1.128 Jy 96 comps IMAGR2: Total Cleaned flux density = 1.187 Jy 112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.06 MilliJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.313 MilliJy iter= 46 IMAGR2: Field 2 Clean flux density= 61.957 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 1.190 Jy 142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 912.88 MicroJy IMAGR2: 18976 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.514 MilliJy iter= 225 IMAGR2: Field 1 Clean flux density= 1.131 Jy 225 comps IMAGR2: Total Cleaned flux density = 1.193 Jy 271 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 293 cell beam + residuals > 856.82 MicroJy IMAGR2: 14358 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.248 MilliJy iter= 374 IMAGR2: Field 1 Clean flux density= 1.133 Jy 374 comps IMAGR2: Total Cleaned flux density = 1.195 Jy 420 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.105E-03 < Second best 1.195E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 737.44 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.203 MilliJy iter= 476 IMAGR2: Field 1 Clean flux density= 1.132 Jy 476 comps IMAGR2: Total Cleaned flux density = 1.194 Jy 522 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.203 less than limit 1.203 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 476 to 294 components IMAGR2: Field 2 compressed from 46 to 26 components IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.125 Jy ( 18 CCs) from field 1 to field 2 IMAGR2: Restore 61.957 MilliJy ( 26 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.194 Jy IMAGR2: Field 2 final Clean flux 1.187 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= 34 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 8.1 Real= 8 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0555+398_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =0555+398' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0555+398_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0713+438_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =0713+438' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0713+438_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2035 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0854+201_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =0854+201' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0854+201_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2005 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0920+446_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0920+446_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =0920+446' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0920+446_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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 11 SETFC2: SETCEL: recommends IMSIZE 909 CELLSIZE 0.60776 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.60776 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1146+399_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: 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.0 Real= 1 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1146+399 C BAND Seq 1 Disk: 1 in slot 11 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1146+399_C,BAND.0-1 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:46:58.31 39:58:34.9 0.331 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 145.0 deg away - ignoring SETFC2: First field number written was 2 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 1012 1012 11 46 58.30 39 58 34.3 00001 -1 507 512 513 C 2 246 246 11 46 58.31 39 58 34.9 00002 -1 100 128 129 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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.4139E-02 -4.0000E-03 0 IMAGR2: Field 2 246 246 1.3909E-01 5.9600E-01 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 IMAGR2: Create 1146+399 .IMAGR . 1 (UV) on disk 1 cno 36 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4875 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.067E+04 IMAGR2: UVWAIT: Adding temperance S 4.134E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.070E+07 and out 1.271E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.107 due to weighting IMAGR2: UVWAIT: Average summed weight 2.067E+04 over 9675 vis IMAGR2: Create 1146+399 .IBM001. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1146+399 .IBM002. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1146+399 .ICL001. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1146+399 .ICL002. 1 (MA) on disk 1 cno 40 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 = 1.34882E+08 IMAGR2: Field 1 Beam min = -148.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 4.308 x 1.617 arcsec, PA= -81.4 IMAGR2: Field 2 Sum of gridding weights = 1.34882E+08 IMAGR2: Field 2 Beam min = -108.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 4.308 x 1.617 arcsec, PA= -81.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -69.9 MilliJy,max = 736.7 MilliJy IMAGR2: Field 2 min = -59.9 MilliJy,max = 734.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 141.84 MilliJy IMAGR2: 1001 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 434.986 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 345.165 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 345.165 MilliJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -31.8 MilliJy,max = 390.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.712E-01 < Second best 4.138E-01 IMAGR2: Field 1 min = -37.2 MilliJy,max = 391.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 83.76 MilliJy IMAGR2: 550 Residual map points loaded IMAGR2: Field 1 min allowed flux = 187.250 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 568.133 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 568.133 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.7 MilliJy,max = 167.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.595E-01 < Second best 1.781E-01 IMAGR2: Field 1 min = -16.0 MilliJy,max = 168.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 36.05 MilliJy IMAGR2: 552 Residual map points loaded IMAGR2: Field 1 min allowed flux = 80.606 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 664.115 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 664.115 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.2 MilliJy,max = 72.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.849E-02 < Second best 7.667E-02 IMAGR2: Field 1 min = -6.9 MilliJy,max = 72.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 15.52 MilliJy IMAGR2: 575 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.148 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 705.534 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 705.534 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 31.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.033E-02 < Second best 3.343E-02 IMAGR2: Field 1 min = -3.2 MilliJy,max = 31.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.77 MilliJy IMAGR2: 633 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.505 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 723.738 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 723.738 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 14.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.338E-02 < Second best 1.475E-02 IMAGR2: Field 1 min = -2.2 MilliJy,max = 14.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.99 MilliJy IMAGR2: 781 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.441 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 732.446 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 732.446 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.644E-03 < Second best 6.128E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.24 MilliJy IMAGR2: 2475 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.838 MilliJy iter= 61 IMAGR2: Field 1 Clean flux density= 738.000 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 738.000 MilliJy 61 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.14 MilliJy IMAGR2: 35 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.286 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 1.897 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 739.898 MilliJy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 1785 cell beam + residuals > 805.19 MicroJy IMAGR2: 3819 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.315 MilliJy iter= 74 IMAGR2: Field 1 Clean flux density= 739.741 MilliJy 74 comps IMAGR2: Total Cleaned flux density = 741.638 MilliJy 84 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 1785 cell beam + residuals > 769.30 MicroJy IMAGR2: 3328 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.170 MilliJy iter= 87 IMAGR2: Field 1 Clean flux density= 740.106 MilliJy 87 comps IMAGR2: Total Cleaned flux density = 742.003 MilliJy 97 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 87 to 17 components IMAGR2: Field 2 compressed from 10 to 3 components IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 740.075 MilliJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore 1.897 MilliJy ( 3 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 742.003 MilliJy IMAGR2: Field 2 final Clean flux 741.973 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= 36 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 6.1 Real= 6 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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 12 SETFC2: SETCEL: recommends IMSIZE 905 CELLSIZE 0.61071 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.61071 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1310+323_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: 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.0 Real= 0 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1310+323 C BAND Seq 1 Disk: 1 in slot 12 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1310+323_C,BAND.0-1 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:10:28.70 32:20:44.3 1.687 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 139.4 deg away - ignoring SETFC2: First field number written was 2 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 1012 1012 13 10 28.66 32 20 43.8 00001 -1 507 512 513 C 2 246 246 13 10 28.70 32 20 44.3 00002 -1 100 128 129 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1310+323_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =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 246 246 4.5875E-01 5.1800E-01 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 IMAGR2: Create 1310+323 .IMAGR . 1 (UV) on disk 1 cno 38 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4875 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.125E+04 IMAGR2: UVWAIT: Adding temperance S 4.251E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.030E+07 and out 1.233E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.114 due to weighting IMAGR2: UVWAIT: Average summed weight 2.125E+04 over 9450 vis IMAGR2: Create 1310+323 .IBM001. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1310+323 .IBM002. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1310+323 .ICL001. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1310+323 .ICL002. 1 (MA) on disk 1 cno 42 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.30946E+08 IMAGR2: Field 1 Beam min = -184.5 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 fit FWHM = 4.841 x 1.584 arcsec, PA= -73.0 IMAGR2: Field 2 Sum of gridding weights = 1.30946E+08 IMAGR2: Field 2 Beam min = -100.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 4.841 x 1.584 arcsec, PA= -73.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -192.4 MilliJy,max = 1.9 Jy IMAGR2: Field 2 min = -200.9 MilliJy,max = 1.9 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 356.10 MilliJy IMAGR2: 1112 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.124 Jy iter= 6 IMAGR2: Field 1 Clean flux density= 891.729 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 891.729 MilliJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -106.8 MilliJy,max = 991.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.435E-01 < Second best 1.069E+00 IMAGR2: Field 1 min = -102.7 MilliJy,max = 1.0 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 210.28 MilliJy IMAGR2: 628 Residual map points loaded IMAGR2: Field 1 min allowed flux = 483.753 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 1.468 Jy 14 comps IMAGR2: Total Cleaned flux density = 1.468 Jy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -46.1 MilliJy,max = 431.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.109E-01 < Second best 4.601E-01 IMAGR2: Field 1 min = -44.7 MilliJy,max = 435.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 90.52 MilliJy IMAGR2: 651 Residual map points loaded IMAGR2: Field 1 min allowed flux = 208.241 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 1.716 Jy 22 comps IMAGR2: Total Cleaned flux density = 1.716 Jy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -20.6 MilliJy,max = 191.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.825E-01 < Second best 1.981E-01 IMAGR2: Field 1 min = -20.6 MilliJy,max = 187.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 38.96 MilliJy IMAGR2: 769 Residual map points loaded IMAGR2: Field 1 min allowed flux = 93.423 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 1.823 Jy 30 comps IMAGR2: Total Cleaned flux density = 1.823 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.1 MilliJy,max = 88.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.449E-02 < Second best 8.887E-02 IMAGR2: Field 1 min = -11.7 MilliJy,max = 84.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.999E-02 < Second best 8.449E-02 IMAGR2: BGC Clean: using 509 cell beam + residuals > 16.61 MilliJy IMAGR2: 291 Residual map points loaded IMAGR2: Field 2 min allowed flux = 43.529 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 50.688 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 1.874 Jy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.8 MilliJy,max = 40.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.858E-02 < Second best 4.143E-02 IMAGR2: Field 2 min = -7.7 MilliJy,max = 39.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 8.14 MilliJy IMAGR2: 287 Residual map points loaded IMAGR2: Field 2 min allowed flux = 18.603 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 75.850 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 1.899 Jy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 18.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.59 MilliJy IMAGR2: 38 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.710 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 1.834 Jy 39 comps IMAGR2: Total Cleaned flux density = 1.910 Jy 56 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.8 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.48 MilliJy IMAGR2: 227 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.766 MilliJy iter= 42 IMAGR2: Field 2 Clean flux density= 81.220 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 1.916 Jy 81 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 1927 cell beam + residuals > 2.29 MilliJy IMAGR2: 6365 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.332 MilliJy iter= 86 IMAGR2: Field 1 Clean flux density= 1.847 Jy 86 comps IMAGR2: Total Cleaned flux density = 1.928 Jy 128 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 341 cell beam + residuals > 2.12 MilliJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.533 MilliJy iter= 70 IMAGR2: Field 2 Clean flux density= 84.070 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 1.931 Jy 156 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 18882 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.736 MilliJy iter= 228 IMAGR2: Field 1 Clean flux density= 1.872 Jy 228 comps IMAGR2: Total Cleaned flux density = 1.956 Jy 298 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 341 cell beam + residuals > 1.52 MilliJy IMAGR2: 9680 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.116 MilliJy iter= 363 IMAGR2: Field 1 Clean flux density= 1.878 Jy 363 comps IMAGR2: Total Cleaned flux density = 1.962 Jy 433 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 200 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.470 MilliJy iter= 108 IMAGR2: Field 2 Clean flux density= 85.109 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 1.963 Jy 471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 19434 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.759 MilliJy iter= 652 IMAGR2: Field 1 Clean flux density= 1.888 Jy 652 comps IMAGR2: Total Cleaned flux density = 1.973 Jy 760 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.01 MilliJy IMAGR2: 18704 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.463 MilliJy iter= 1054 IMAGR2: Field 1 Clean flux density= 1.885 Jy 1054 comps IMAGR2: Total Cleaned flux density = 1.970 Jy 1162 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.153E-03 < Second best 1.403E-03 IMAGR2: Field 1 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 341 cell beam + residuals > 994.34 MicroJy IMAGR2: 9771 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.266 MilliJy iter= 1383 IMAGR2: Field 1 Clean flux density= 1.892 Jy 1383 comps IMAGR2: Total Cleaned flux density = 1.977 Jy 1491 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 1129 cell beam + residuals > 844.76 MicroJy IMAGR2: 16227 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.172 MilliJy iter= 1571 IMAGR2: Field 1 Clean flux density= 1.889 Jy 1571 comps IMAGR2: Total Cleaned flux density = 1.974 Jy 1679 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1571 to 937 components IMAGR2: Field 2 compressed from 108 to 44 components IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.839 Jy ( 22 CCs) from field 1 to field 2 IMAGR2: Restore 85.109 MilliJy ( 44 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.974 Jy IMAGR2: Field 2 final Clean flux 1.924 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= 38 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 11.5 Real= 12 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1310+323_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =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= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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 13 SETFC2: SETCEL: recommends IMSIZE 902 CELLSIZE 0.61281 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.61281 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: 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.0 Real= 0 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1310+323_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =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= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 C BAND Seq 1 Disk: 1 in slot 13 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 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 136.3 deg away - ignoring SETFC2: First field number written was 2 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= 1 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 246 246 13 31 08.31 30 30 32.4 00002 -1 100 128 129 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1310+323_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =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= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =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 1012 1012 2.5846E-02 4.1000E-02 0 IMAGR2: Field 2 246 246 2.8431E-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 40 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4875 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.943E+04 IMAGR2: UVWAIT: Adding temperance S 3.885E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.004E+07 and out 1.182E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.105 due to weighting IMAGR2: UVWAIT: Average summed weight 1.943E+04 over 9675 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 44 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.25479E+08 IMAGR2: Field 1 Beam min = -176.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 4.937 x 1.590 arcsec, PA= -73.1 IMAGR2: Field 2 Sum of gridding weights = 1.25478E+08 IMAGR2: Field 2 Beam min = -123.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 4.937 x 1.590 arcsec, PA= -73.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -718.8 MilliJy,max = 7.5 Jy IMAGR2: Field 2 min = -846.3 MilliJy,max = 7.4 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.68 Jy IMAGR2: 402 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.905 Jy iter= 5 IMAGR2: Field 1 Clean flux density= 3.061 Jy 5 comps IMAGR2: Total Cleaned flux density = 3.061 Jy 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 2 min = -495.5 MilliJy,max = 4.4 Jy IMAGR2: TRY ANOTHER FIELD: this is 4.180E+00 < Second best 4.665E+00 IMAGR2: Field 1 min = -425.5 MilliJy,max = 4.4 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.10 Jy IMAGR2: 232 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.111 Jy iter= 13 IMAGR2: Field 1 Clean flux density= 5.575 Jy 13 comps IMAGR2: Total Cleaned flux density = 5.575 Jy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -207.4 MilliJy,max = 1.9 Jy IMAGR2: TRY ANOTHER FIELD: this is 1.840E+00 < Second best 2.008E+00 IMAGR2: Field 1 min = -185.7 MilliJy,max = 1.9 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 474.19 MilliJy IMAGR2: 260 Residual map points loaded IMAGR2: Field 1 min allowed flux = 946.950 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 6.674 Jy 21 comps IMAGR2: Total Cleaned flux density = 6.674 Jy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -98.2 MilliJy,max = 872.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.298E-01 < Second best 9.008E-01 IMAGR2: Field 1 min = -93.1 MilliJy,max = 861.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 212.68 MilliJy IMAGR2: 329 Residual map points loaded IMAGR2: Field 1 min allowed flux = 411.820 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 7.225 Jy 30 comps IMAGR2: Total Cleaned flux density = 7.225 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -54.3 MilliJy,max = 376.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.587E-01 < Second best 3.918E-01 IMAGR2: Field 1 min = -54.1 MilliJy,max = 372.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 92.49 MilliJy IMAGR2: 381 Residual map points loaded IMAGR2: Field 1 min allowed flux = 177.802 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 7.463 Jy 39 comps IMAGR2: Total Cleaned flux density = 7.463 Jy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -39.8 MilliJy,max = 163.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.553E-01 < Second best 1.692E-01 IMAGR2: Field 1 min = -39.1 MilliJy,max = 161.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 39.93 MilliJy IMAGR2: 679 Residual map points loaded IMAGR2: Field 1 min allowed flux = 76.872 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 7.567 Jy 48 comps IMAGR2: Total Cleaned flux density = 7.567 Jy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -48.0 MilliJy,max = 70.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.748E-02 < Second best 7.316E-02 IMAGR2: Field 1 min = -48.0 MilliJy,max = 70.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 17.26 MilliJy IMAGR2: 5329 Residual map points loaded IMAGR2: Field 1 min allowed flux = -33.859 MilliJy iter= 77 IMAGR2: Field 1 Clean flux density= 7.588 Jy 77 comps IMAGR2: Total Cleaned flux density = 7.588 Jy 77 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -32.9 MilliJy,max = 33.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 15.89 MilliJy IMAGR2: 330 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 21.921 MilliJy iter= 36 IMAGR2: Field 2 Clean flux density= 4.762 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 7.593 Jy 113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.8 MilliJy,max = 25.1 MilliJy IMAGR2: BGC Clean: using 1949 cell beam + residuals > 8.14 MilliJy IMAGR2: 15761 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -13.010 MilliJy iter= 154 IMAGR2: Field 1 Clean flux density= 7.591 Jy 154 comps IMAGR2: Total Cleaned flux density = 7.595 Jy 190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.4 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 7.83 MilliJy IMAGR2: 454 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -9.419 MilliJy iter= 85 IMAGR2: Field 2 Clean flux density= 8.110 MilliJy 85 comps IMAGR2: Total Cleaned flux density = 7.599 Jy 239 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.9 MilliJy,max = 15.8 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 5.78 MilliJy IMAGR2: 15239 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.986 MilliJy iter= 323 IMAGR2: Field 1 Clean flux density= 7.605 Jy 323 comps IMAGR2: Total Cleaned flux density = 7.614 Jy 408 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.0 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.818E-03 < Second best 8.602E-03 IMAGR2: Field 1 min = -13.0 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.42 MilliJy IMAGR2: 19239 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.902 MilliJy iter= 618 IMAGR2: Field 1 Clean flux density= 7.610 Jy 618 comps IMAGR2: Total Cleaned flux density = 7.619 Jy 703 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.5 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.007E-03 < Second best 6.614E-03 IMAGR2: Field 1 min = -10.9 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 3.71 MilliJy IMAGR2: 13664 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.113 MilliJy iter= 919 IMAGR2: Field 1 Clean flux density= 7.640 Jy 919 comps IMAGR2: Total Cleaned flux density = 7.648 Jy 1004 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.4 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.970E-03 < Second best 4.894E-03 IMAGR2: Field 1 min = -11.8 MilliJy,max = 11.2 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 3.14 MilliJy IMAGR2: 15366 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.267 MilliJy iter= 1320 IMAGR2: Field 1 Clean flux density= 7.625 Jy 1320 comps IMAGR2: Total Cleaned flux density = 7.633 Jy 1405 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.2 MilliJy,max = 11.8 MilliJy IMAGR2: BGC Clean: using 1865 cell beam + residuals > 2.69 MilliJy IMAGR2: 19383 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.091 MilliJy iter= 1784 IMAGR2: Field 1 Clean flux density= 7.649 Jy 1784 comps IMAGR2: Total Cleaned flux density = 7.657 Jy 1869 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.941E-03 < Second best 3.909E-03 IMAGR2: Field 1 min = -9.3 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR2: 19947 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.457 MilliJy iter= 2678 IMAGR2: Field 1 Clean flux density= 7.657 Jy 2678 comps IMAGR2: Total Cleaned flux density = 7.665 Jy 2763 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 = -8.9 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 1487 cell beam + residuals > 2.14 MilliJy IMAGR2: 18623 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.990 MilliJy iter= 3414 IMAGR2: Field 1 Clean flux density= 7.664 Jy 3414 comps IMAGR2: Total Cleaned flux density = 7.672 Jy 3499 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.046E-03 < Second best 2.858E-03 IMAGR2: Field 1 min = -8.1 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.698 MilliJy iter= 4696 IMAGR2: Field 1 Clean flux density= 7.689 Jy 4696 comps IMAGR2: Total Cleaned flux density = 7.697 Jy 4781 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -7.9 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 1487 cell beam + residuals > 1.96 MilliJy IMAGR2: 19099 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.740 MilliJy iter= 5163 IMAGR2: Field 1 Clean flux density= 7.679 Jy 5163 comps IMAGR2: Total Cleaned flux density = 7.687 Jy 5248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.2 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 19931 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.298 MilliJy iter= 6689 IMAGR2: Field 1 Clean flux density= 7.668 Jy 6689 comps IMAGR2: Total Cleaned flux density = 7.676 Jy 6774 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -6.5 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 1149 cell beam + residuals > 1.77 MilliJy IMAGR2: 19101 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.406 MilliJy iter= 6991 IMAGR2: Field 1 Clean flux density= 7.672 Jy 6991 comps IMAGR2: Total Cleaned flux density = 7.680 Jy 7076 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.3 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 19833 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.026 MilliJy iter= 8784 IMAGR2: Field 1 Clean flux density= 7.664 Jy 8784 comps IMAGR2: Total Cleaned flux density = 7.672 Jy 8869 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 213 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.644 MilliJy iter= 167 IMAGR2: Field 2 Clean flux density= 12.377 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 7.676 Jy 8951 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 349 cell beam + residuals > 1.69 MilliJy IMAGR2: 18583 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.174 MilliJy iter= 9455 IMAGR2: Field 1 Clean flux density= 7.670 Jy 9455 comps IMAGR2: Total Cleaned flux density = 7.682 Jy 9622 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 1147 cell beam + residuals > 1.54 MilliJy IMAGR2: 18063 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.047 MilliJy iter= 9806 IMAGR2: Field 1 Clean flux density= 7.658 Jy 9806 comps IMAGR2: Total Cleaned flux density = 7.670 Jy 9973 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 19531 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.747 MilliJy iter= 11820 IMAGR2: Field 1 Clean flux density= 7.676 Jy 11820 comps IMAGR2: Total Cleaned flux density = 7.688 Jy 11987 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -5.3 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 1487 cell beam + residuals > 1.57 MilliJy IMAGR2: 16761 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.196 MilliJy iter= 12107 IMAGR2: Field 1 Clean flux density= 7.668 Jy 12107 comps IMAGR2: Total Cleaned flux density = 7.680 Jy 12274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 19392 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.633 MilliJy iter= 14323 IMAGR2: Field 1 Clean flux density= 7.648 Jy 14323 comps IMAGR2: Total Cleaned flux density = 7.661 Jy 14490 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 2 min = -3.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 437 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.407 MilliJy iter= 324 IMAGR2: Field 2 Clean flux density= 15.932 MilliJy 324 comps IMAGR2: Total Cleaned flux density = 7.664 Jy 14647 comps IMAGR2: ALGSTB: All 95 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 84- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -4.5 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 349 cell beam + residuals > 1.50 MilliJy IMAGR2: 19419 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.939 MilliJy iter= 15026 IMAGR2: Field 1 Clean flux density= 7.662 Jy 15026 comps IMAGR2: Total Cleaned flux density = 7.678 Jy 15350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.36 MilliJy IMAGR2: 16613 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.526 MilliJy iter= 16025 IMAGR2: Field 1 Clean flux density= 7.640 Jy 16025 comps IMAGR2: Total Cleaned flux density = 7.656 Jy 16349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 1865 cell beam + residuals > 1.34 MilliJy IMAGR2: 18576 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.039 MilliJy iter= 16277 IMAGR2: Field 1 Clean flux density= 7.649 Jy 16277 comps IMAGR2: Total Cleaned flux density = 7.665 Jy 16601 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 19214 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.429 MilliJy iter= 18682 IMAGR2: Field 1 Clean flux density= 7.652 Jy 18682 comps IMAGR2: Total Cleaned flux density = 7.668 Jy 19006 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -5.4 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 1487 cell beam + residuals > 1.54 MilliJy IMAGR2: 18155 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.148 MilliJy iter= 18925 IMAGR2: Field 1 Clean flux density= 7.651 Jy 18925 comps IMAGR2: Total Cleaned flux density = 7.667 Jy 19249 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 19216 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.437 MilliJy iter= 21671 IMAGR2: Field 1 Clean flux density= 7.660 Jy 21671 comps IMAGR2: Total Cleaned flux density = 7.676 Jy 21995 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -6.1 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 1149 cell beam + residuals > 2.24 MilliJy IMAGR2: 18794 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.041 MilliJy iter= 21875 IMAGR2: Field 1 Clean flux density= 7.657 Jy 21875 comps IMAGR2: Total Cleaned flux density = 7.672 Jy 22199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 19816 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.825 MilliJy iter= 25119 IMAGR2: Field 1 Clean flux density= 7.648 Jy 25119 comps IMAGR2: Total Cleaned flux density = 7.664 Jy 25443 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -10.9 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 4.52 MilliJy IMAGR2: 13155 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.082 MilliJy iter= 25916 IMAGR2: Field 1 Clean flux density= 7.643 Jy 25916 comps IMAGR2: Total Cleaned flux density = 7.659 Jy 26240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.0 MilliJy,max = 9.4 MilliJy IMAGR2: BGC Clean: using 1865 cell beam + residuals > 2.95 MilliJy IMAGR2: 18317 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.467 MilliJy iter= 25997 IMAGR2: Field 1 Clean flux density= 7.645 Jy 25997 comps IMAGR2: Total Cleaned flux density = 7.661 Jy 26321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.466 MilliJy iter= 29279 IMAGR2: Field 1 Clean flux density= 7.654 Jy 29279 comps IMAGR2: Total Cleaned flux density = 7.670 Jy 29603 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -29.8 MilliJy,max = 27.5 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 9.37 MilliJy IMAGR2: 19113 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.796 MilliJy iter= 29357 IMAGR2: Field 1 Clean flux density= 7.657 Jy 29357 comps IMAGR2: Total Cleaned flux density = 7.673 Jy 29681 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 = -15.5 MilliJy,max = 14.5 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 6.58 MilliJy IMAGR2: 18231 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.398 MilliJy iter= 30266 IMAGR2: Field 1 Clean flux density= 7.574 Jy 30266 comps IMAGR2: Total Cleaned flux density = 7.590 Jy 30590 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.5 MilliJy,max = 25.9 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 8.16 MilliJy IMAGR2: 14246 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.818 MilliJy iter= 30338 IMAGR2: Field 1 Clean flux density= 7.600 Jy 30338 comps IMAGR2: Total Cleaned flux density = 7.616 Jy 30662 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.7 MilliJy,max = 15.1 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 5.70 MilliJy IMAGR2: 12724 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.369 MilliJy iter= 31112 IMAGR2: Field 1 Clean flux density= 7.632 Jy 31112 comps IMAGR2: Total Cleaned flux density = 7.648 Jy 31436 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.0 MilliJy,max = 19.4 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 6.62 MilliJy IMAGR2: 15729 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.479 MilliJy iter= 31188 IMAGR2: Field 1 Clean flux density= 7.618 Jy 31188 comps IMAGR2: Total Cleaned flux density = 7.634 Jy 31512 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.3 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 4.66 MilliJy IMAGR2: 11415 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.249 MilliJy iter= 31861 IMAGR2: Field 1 Clean flux density= 7.607 Jy 31861 comps IMAGR2: Total Cleaned flux density = 7.623 Jy 32185 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.5 MilliJy,max = 16.5 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 5.21 MilliJy IMAGR2: 13879 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.256 MilliJy iter= 31930 IMAGR2: Field 1 Clean flux density= 7.614 Jy 31930 comps IMAGR2: Total Cleaned flux density = 7.630 Jy 32254 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 349 cell beam + residuals > 3.20 MilliJy IMAGR2: 19897 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.093 MilliJy iter= 32600 IMAGR2: Field 1 Clean flux density= 7.617 Jy 32600 comps IMAGR2: Total Cleaned flux density = 7.633 Jy 32924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.4 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 4.55 MilliJy IMAGR2: 11900 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.165 MilliJy iter= 32661 IMAGR2: Field 1 Clean flux density= 7.614 Jy 32661 comps IMAGR2: Total Cleaned flux density = 7.630 Jy 32985 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.1 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 3.19 MilliJy IMAGR2: 11400 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.569 MilliJy iter= 33333 IMAGR2: Field 1 Clean flux density= 7.605 Jy 33333 comps IMAGR2: Total Cleaned flux density = 7.621 Jy 33657 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.3 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 4.04 MilliJy IMAGR2: 11082 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.380 MilliJy iter= 33392 IMAGR2: Field 1 Clean flux density= 7.612 Jy 33392 comps IMAGR2: Total Cleaned flux density = 7.628 Jy 33716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.4 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 349 cell beam + residuals > 2.47 MilliJy IMAGR2: 19548 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.174 MilliJy iter= 34047 IMAGR2: Field 1 Clean flux density= 7.615 Jy 34047 comps IMAGR2: Total Cleaned flux density = 7.631 Jy 34371 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.1 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 3.50 MilliJy IMAGR2: 12155 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.548 MilliJy iter= 34106 IMAGR2: Field 1 Clean flux density= 7.615 Jy 34106 comps IMAGR2: Total Cleaned flux density = 7.631 Jy 34430 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 2.47 MilliJy IMAGR2: 11994 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.764 MilliJy iter= 34802 IMAGR2: Field 1 Clean flux density= 7.614 Jy 34802 comps IMAGR2: Total Cleaned flux density = 7.630 Jy 35126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.9 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 1947 cell beam + residuals > 2.79 MilliJy IMAGR2: 19813 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.096 MilliJy iter= 34856 IMAGR2: Field 1 Clean flux density= 7.616 Jy 34856 comps IMAGR2: Total Cleaned flux density = 7.631 Jy 35180 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 2.27 MilliJy IMAGR2: 12377 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.531 MilliJy iter= 35599 IMAGR2: Field 1 Clean flux density= 7.614 Jy 35599 comps IMAGR2: Total Cleaned flux density = 7.630 Jy 35923 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.1 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 3.18 MilliJy IMAGR2: 11074 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.035 MilliJy iter= 35654 IMAGR2: Field 1 Clean flux density= 7.614 Jy 35654 comps IMAGR2: Total Cleaned flux density = 7.630 Jy 35978 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 2.24 MilliJy IMAGR2: 11976 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.497 MilliJy iter= 36372 IMAGR2: Field 1 Clean flux density= 7.610 Jy 36372 comps IMAGR2: Total Cleaned flux density = 7.626 Jy 36696 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.8 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.92 MilliJy IMAGR2: 11174 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.641 MilliJy iter= 36430 IMAGR2: Field 1 Clean flux density= 7.614 Jy 36430 comps IMAGR2: Total Cleaned flux density = 7.630 Jy 36754 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 2.06 MilliJy IMAGR2: 12120 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.295 MilliJy iter= 37169 IMAGR2: Field 1 Clean flux density= 7.600 Jy 37169 comps IMAGR2: Total Cleaned flux density = 7.616 Jy 37493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.66 MilliJy IMAGR2: 14557 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.155 MilliJy iter= 37232 IMAGR2: Field 1 Clean flux density= 7.605 Jy 37232 comps IMAGR2: Total Cleaned flux density = 7.621 Jy 37556 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.85 MilliJy IMAGR2: 17064 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.069 MilliJy iter= 38150 IMAGR2: Field 1 Clean flux density= 7.612 Jy 38150 comps IMAGR2: Total Cleaned flux density = 7.628 Jy 38474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.3 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.61 MilliJy IMAGR2: 14922 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.135 MilliJy iter= 38219 IMAGR2: Field 1 Clean flux density= 7.612 Jy 38219 comps IMAGR2: Total Cleaned flux density = 7.628 Jy 38543 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.84 MilliJy IMAGR2: 14156 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.048 MilliJy iter= 39068 IMAGR2: Field 1 Clean flux density= 7.600 Jy 39068 comps IMAGR2: Total Cleaned flux density = 7.616 Jy 39392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.59 MilliJy IMAGR2: 15701 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.101 MilliJy iter= 39133 IMAGR2: Field 1 Clean flux density= 7.605 Jy 39133 comps IMAGR2: Total Cleaned flux density = 7.621 Jy 39457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.82 MilliJy IMAGR2: 15828 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.030 MilliJy iter= 40004 IMAGR2: Field 1 Clean flux density= 7.611 Jy 40004 comps IMAGR2: Total Cleaned flux density = 7.627 Jy 40328 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.3 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.60 MilliJy IMAGR2: 14895 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.092 MilliJy iter= 40074 IMAGR2: Field 1 Clean flux density= 7.609 Jy 40074 comps IMAGR2: Total Cleaned flux density = 7.625 Jy 40398 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.2 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.82 MilliJy IMAGR2: 14709 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.097 MilliJy iter= 40814 IMAGR2: Field 1 Clean flux density= 7.606 Jy 40814 comps IMAGR2: Total Cleaned flux density = 7.622 Jy 41138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.6 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.38 MilliJy IMAGR2: 17546 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.773 MilliJy iter= 40883 IMAGR2: Field 1 Clean flux density= 7.607 Jy 40883 comps IMAGR2: Total Cleaned flux density = 7.623 Jy 41207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.68 MilliJy IMAGR2: 18288 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.860 MilliJy iter= 41850 IMAGR2: Field 1 Clean flux density= 7.617 Jy 41850 comps IMAGR2: Total Cleaned flux density = 7.633 Jy 42174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.35 MilliJy IMAGR2: 19569 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.730 MilliJy iter= 41931 IMAGR2: Field 1 Clean flux density= 7.613 Jy 41931 comps IMAGR2: Total Cleaned flux density = 7.629 Jy 42255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.66 MilliJy IMAGR2: 17045 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.908 MilliJy iter= 42787 IMAGR2: Field 1 Clean flux density= 7.612 Jy 42787 comps IMAGR2: Total Cleaned flux density = 7.628 Jy 43111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.41 MilliJy IMAGR2: 15511 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.784 MilliJy iter= 42853 IMAGR2: Field 1 Clean flux density= 7.612 Jy 42853 comps IMAGR2: Total Cleaned flux density = 7.628 Jy 43177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.68 MilliJy IMAGR2: 17014 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.889 MilliJy iter= 43730 IMAGR2: Field 1 Clean flux density= 7.615 Jy 43730 comps IMAGR2: Total Cleaned flux density = 7.631 Jy 44054 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.3 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.30 MilliJy IMAGR2: 19328 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.644 MilliJy iter= 43808 IMAGR2: Field 1 Clean flux density= 7.612 Jy 43808 comps IMAGR2: Total Cleaned flux density = 7.628 Jy 44132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.62 MilliJy IMAGR2: 18279 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.836 MilliJy iter= 44750 IMAGR2: Field 1 Clean flux density= 7.610 Jy 44750 comps IMAGR2: Total Cleaned flux density = 7.626 Jy 45074 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.6 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.40 MilliJy IMAGR2: 18310 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.796 MilliJy iter= 44823 IMAGR2: Field 1 Clean flux density= 7.611 Jy 44823 comps IMAGR2: Total Cleaned flux density = 7.627 Jy 45147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.69 MilliJy IMAGR2: 17296 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.888 MilliJy iter= 45730 IMAGR2: Field 1 Clean flux density= 7.611 Jy 45730 comps IMAGR2: Total Cleaned flux density = 7.627 Jy 46054 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.4 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 1865 cell beam + residuals > 2.43 MilliJy IMAGR2: 17642 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.684 MilliJy iter= 45810 IMAGR2: Field 1 Clean flux density= 7.607 Jy 45810 comps IMAGR2: Total Cleaned flux density = 7.623 Jy 46134 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.64 MilliJy IMAGR2: 18505 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.904 MilliJy iter= 46655 IMAGR2: Field 1 Clean flux density= 7.607 Jy 46655 comps IMAGR2: Total Cleaned flux density = 7.622 Jy 46979 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.3 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.30 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.641 MilliJy iter= 46731 IMAGR2: Field 1 Clean flux density= 7.608 Jy 46731 comps IMAGR2: Total Cleaned flux density = 7.624 Jy 47055 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.62 MilliJy IMAGR2: 19054 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.809 MilliJy iter= 47693 IMAGR2: Field 1 Clean flux density= 7.609 Jy 47693 comps IMAGR2: Total Cleaned flux density = 7.625 Jy 48017 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.2 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 1865 cell beam + residuals > 2.37 MilliJy IMAGR2: 18201 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.574 MilliJy iter= 47776 IMAGR2: Field 1 Clean flux density= 7.604 Jy 47776 comps IMAGR2: Total Cleaned flux density = 7.620 Jy 48100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.59 MilliJy IMAGR2: 18389 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.822 MilliJy iter= 48671 IMAGR2: Field 1 Clean flux density= 7.612 Jy 48671 comps IMAGR2: Total Cleaned flux density = 7.628 Jy 48995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.43 MilliJy IMAGR2: 17059 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.845 MilliJy iter= 48741 IMAGR2: Field 1 Clean flux density= 7.609 Jy 48741 comps IMAGR2: Total Cleaned flux density = 7.625 Jy 49065 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.71 MilliJy IMAGR2: 16726 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.922 MilliJy iter= 49582 IMAGR2: Field 1 Clean flux density= 7.613 Jy 49582 comps IMAGR2: Total Cleaned flux density = 7.629 Jy 49906 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.41 MilliJy IMAGR2: 18493 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.820 MilliJy iter= 49657 IMAGR2: Field 1 Clean flux density= 7.607 Jy 49657 comps IMAGR2: Total Cleaned flux density = 7.623 Jy 49981 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.70 MilliJy IMAGR2: 16806 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.899 MilliJy iter= 50574 IMAGR2: Field 1 Clean flux density= 7.610 Jy 50574 comps IMAGR2: Total Cleaned flux density = 7.626 Jy 50898 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.4 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.63 MilliJy IMAGR2: 18412 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.166 MilliJy iter= 50651 IMAGR2: Field 1 Clean flux density= 7.607 Jy 50651 comps IMAGR2: Total Cleaned flux density = 7.623 Jy 50975 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.85 MilliJy IMAGR2: 15324 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.065 MilliJy iter= 51480 IMAGR2: Field 1 Clean flux density= 7.604 Jy 51480 comps IMAGR2: Total Cleaned flux density = 7.620 Jy 51804 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.1 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 1865 cell beam + residuals > 2.66 MilliJy IMAGR2: 18974 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.043 MilliJy iter= 51565 IMAGR2: Field 1 Clean flux density= 7.604 Jy 51565 comps IMAGR2: Total Cleaned flux density = 7.620 Jy 51889 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.80 MilliJy IMAGR2: 16080 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.012 MilliJy iter= 52441 IMAGR2: Field 1 Clean flux density= 7.609 Jy 52441 comps IMAGR2: Total Cleaned flux density = 7.625 Jy 52765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 1865 cell beam + residuals > 2.79 MilliJy IMAGR2: 17571 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.225 MilliJy iter= 52523 IMAGR2: Field 1 Clean flux density= 7.608 Jy 52523 comps IMAGR2: Total Cleaned flux density = 7.624 Jy 52847 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.88 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 16409 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.095 MilliJy iter= 53402 IMAGR2: Field 1 Clean flux density= 7.603 Jy 53402 comps IMAGR2: Total Cleaned flux density = 7.619 Jy 53726 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.9 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 1865 cell beam + residuals > 2.92 MilliJy IMAGR2: 17964 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.426 MilliJy iter= 53488 IMAGR2: Field 1 Clean flux density= 7.603 Jy 53488 comps IMAGR2: Total Cleaned flux density = 7.619 Jy 53812 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.97 MilliJy IMAGR2: 14082 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.195 MilliJy iter= 54307 IMAGR2: Field 1 Clean flux density= 7.608 Jy 54307 comps IMAGR2: Total Cleaned flux density = 7.624 Jy 54631 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.3 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 2.92 MilliJy IMAGR2: 19375 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.623 MilliJy iter= 54386 IMAGR2: Field 1 Clean flux density= 7.609 Jy 54386 comps IMAGR2: Total Cleaned flux density = 7.624 Jy 54710 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.1 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 2.06 MilliJy IMAGR2: 14947 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.311 MilliJy iter= 55181 IMAGR2: Field 1 Clean flux density= 7.604 Jy 55181 comps IMAGR2: Total Cleaned flux density = 7.620 Jy 55505 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.8 MilliJy,max = 8.9 MilliJy IMAGR2: BGC Clean: using 1489 cell beam + residuals > 3.05 MilliJy IMAGR2: 18441 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.451 MilliJy iter= 55286 IMAGR2: Field 1 Clean flux density= 7.603 Jy 55286 comps IMAGR2: Total Cleaned flux density = 7.619 Jy 55610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.98 MilliJy IMAGR2: 11459 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.193 MilliJy iter= 55988 IMAGR2: Field 1 Clean flux density= 7.600 Jy 55988 comps IMAGR2: Total Cleaned flux density = 7.616 Jy 56312 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.9 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 1489 cell beam + residuals > 2.36 MilliJy IMAGR2: 19051 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.433 MilliJy iter= 56079 IMAGR2: Field 1 Clean flux density= 7.603 Jy 56079 comps IMAGR2: Total Cleaned flux density = 7.619 Jy 56403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 19807 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.702 MilliJy iter= 59573 IMAGR2: Field 1 Clean flux density= 7.605 Jy 59573 comps IMAGR2: Total Cleaned flux density = 7.621 Jy 59897 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -23.0 MilliJy,max = 22.6 MilliJy IMAGR2: BGC Clean: using 1865 cell beam + residuals > 7.57 MilliJy IMAGR2: 19386 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.429 MilliJy iter= 59661 IMAGR2: Field 1 Clean flux density= 7.597 Jy 59661 comps IMAGR2: Total Cleaned flux density = 7.613 Jy 59985 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.4 MilliJy,max = 11.3 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 5.08 MilliJy IMAGR2: 13784 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.688 MilliJy iter= 60438 IMAGR2: Field 1 Clean flux density= 7.614 Jy 60438 comps IMAGR2: Total Cleaned flux density = 7.630 Jy 60762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.4 MilliJy,max = 21.8 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 7.38 MilliJy IMAGR2: 15901 Residual map points loaded IMAGR2: Field 1 min allowed flux = -11.668 MilliJy iter= 60517 IMAGR2: Field 1 Clean flux density= 7.614 Jy 60517 comps IMAGR2: Total Cleaned flux density = 7.630 Jy 60841 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.9 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 1149 cell beam + residuals > 4.29 MilliJy IMAGR2: 18672 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.787 MilliJy iter= 60704 IMAGR2: Field 1 Clean flux density= 7.610 Jy 60704 comps IMAGR2: Total Cleaned flux density = 7.626 Jy 61028 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.8 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 1.96 MilliJy IMAGR2: 10872 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.207 MilliJy iter= 61456 IMAGR2: Field 1 Clean flux density= 7.576 Jy 61456 comps IMAGR2: Total Cleaned flux density = 7.592 Jy 61780 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 1487 cell beam + residuals > 1.94 MilliJy IMAGR2: 16896 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.720 MilliJy iter= 61548 IMAGR2: Field 1 Clean flux density= 7.584 Jy 61548 comps IMAGR2: Total Cleaned flux density = 7.600 Jy 61872 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 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 19552 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.477 MilliJy iter= 65123 IMAGR2: Field 1 Clean flux density= 7.608 Jy 65123 comps IMAGR2: Total Cleaned flux density = 7.624 Jy 65447 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -16.7 MilliJy,max = 17.6 MilliJy IMAGR2: BGC Clean: using 1865 cell beam + residuals > 5.79 MilliJy IMAGR2: 18736 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.710 MilliJy iter= 65204 IMAGR2: Field 1 Clean flux density= 7.604 Jy 65204 comps IMAGR2: Total Cleaned flux density = 7.620 Jy 65528 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.5 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 347 cell beam + residuals > 3.87 MilliJy IMAGR2: 19554 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.382 MilliJy iter= 66114 IMAGR2: Field 1 Clean flux density= 7.526 Jy 66114 comps IMAGR2: Total Cleaned flux density = 7.542 Jy 66438 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.8 MilliJy,max = 17.6 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 5.53 MilliJy IMAGR2: 17817 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.771 MilliJy iter= 66195 IMAGR2: Field 1 Clean flux density= 7.544 Jy 66195 comps IMAGR2: Total Cleaned flux density = 7.560 Jy 66519 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.7 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 349 cell beam + residuals > 3.40 MilliJy IMAGR2: 19419 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.376 MilliJy iter= 66972 IMAGR2: Field 1 Clean flux density= 7.608 Jy 66972 comps IMAGR2: Total Cleaned flux density = 7.624 Jy 67296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.2 MilliJy,max = 17.0 MilliJy IMAGR2: BGC Clean: using 1867 cell beam + residuals > 5.73 MilliJy IMAGR2: 16006 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.051 MilliJy iter= 67048 IMAGR2: Field 1 Clean flux density= 7.590 Jy 67048 comps IMAGR2: Total Cleaned flux density = 7.606 Jy 67372 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.4 MilliJy,max = 8.9 MilliJy IMAGR2: BGC Clean: using 843 cell beam + residuals > 3.45 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.473 MilliJy iter= 67286 IMAGR2: Field 1 Clean flux density= 7.573 Jy 67286 comps IMAGR2: Total Cleaned flux density = 7.589 Jy 67610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 19558 Residual map points loaded IMAGR2: Field 1 Iter limit, Max resid= 1.587 MilliJy iter= 69676 IMAGR2: Field 1 Clean flux density= 7.560 Jy 69676 comps IMAGR2: Total Cleaned flux density = 7.576 Jy 70000 comps IMAGR2: ALGSTB: All 345 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 334- 0 Cells, with 4875 Pts IMAGR2: Total Clean components 70000 reaches limit 70000 IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 69676 to 18128 components IMAGR2: Field 2 compressed from 324 to 168 components IMAGR2: Field 1 min = -7.7 MilliJy,max = 6.9 MilliJy IMAGR2: Field 2 min = -5.9 MilliJy,max = 6.7 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 7.578 Jy ( 876 CCs) from field 1 to field 2 IMAGR2: Restore 15.932 MilliJy ( 168 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 7.576 Jy IMAGR2: Field 2 final Clean flux 7.594 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= 40 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 158.0 Real= 160 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1310+323_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =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= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =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= 41 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= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1337-129_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1337-129 C BAND Seq 1 Disk: 1 in slot 14 SETFC2: SETCEL: recommends IMSIZE 789 CELLSIZE 0.70091 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.70091 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1337-129_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: 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.0 Real= 0 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1310+323_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =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= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =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= 41 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= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1337-129_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1337-129 C BAND Seq 1 Disk: 1 in slot 14 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1337-129_C,BAND.0-1 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:37:39.83 -12:57:24.6 2.677 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 134.6 deg away - ignoring SETFC2: First field number written was 2 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= 1 C 1 1012 1012 13 37 39.78 -12 57 24.7 00001 -1 507 512 513 C 2 246 246 13 37 39.83 -12 57 24.6 00002 -1 100 128 129 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1310+323_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =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= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =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= 41 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= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1337-129_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1337-129_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1337-129' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1337-129_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -3.9469E-02 -7.0000E-03 0 IMAGR2: Field 2 246 246 6.9144E-01 9.3000E-02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1337-129_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1337-129 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4875 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.807E+04 IMAGR2: UVWAIT: Adding temperance S 3.615E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 8.753E+06 and out 1.050E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.108 due to weighting IMAGR2: UVWAIT: Average summed weight 1.807E+04 over 9450 vis IMAGR2: Create 1337-129 .IBM001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1337-129 .IBM002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1337-129 .ICL001. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1337-129 .ICL002. 1 (MA) on disk 1 cno 46 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.11506E+08 IMAGR2: Field 1 Beam min = -190.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 6.585 x 2.048 arcsec, PA= -61.8 IMAGR2: Field 2 Sum of gridding weights = 1.11507E+08 IMAGR2: Field 2 Beam min = -101.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 6.585 x 2.048 arcsec, PA= -61.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -569.7 MilliJy,max = 5.6 Jy IMAGR2: Field 2 min = -581.2 MilliJy,max = 5.6 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 863.15 MilliJy IMAGR2: 2863 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.977 Jy iter= 7 IMAGR2: Field 1 Clean flux density= 2.922 Jy 7 comps IMAGR2: Total Cleaned flux density = 2.922 Jy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -275.4 MilliJy,max = 2.7 Jy IMAGR2: TRY ANOTHER FIELD: this is 2.549E+00 < Second best 2.832E+00 IMAGR2: Field 1 min = -272.2 MilliJy,max = 2.7 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 458.71 MilliJy IMAGR2: 1944 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.281 Jy iter= 15 IMAGR2: Field 1 Clean flux density= 4.448 Jy 15 comps IMAGR2: Total Cleaned flux density = 4.448 Jy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -118.6 MilliJy,max = 1.2 Jy IMAGR2: TRY ANOTHER FIELD: this is 1.106E+00 < Second best 1.219E+00 IMAGR2: Field 1 min = -116.8 MilliJy,max = 1.2 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 197.46 MilliJy IMAGR2: 1998 Residual map points loaded IMAGR2: Field 1 min allowed flux = 560.935 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 5.107 Jy 23 comps IMAGR2: Total Cleaned flux density = 5.107 Jy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -50.7 MilliJy,max = 514.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.897E-01 < Second best 5.336E-01 IMAGR2: Field 1 min = -51.3 MilliJy,max = 505.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 86.44 MilliJy IMAGR2: 2146 Residual map points loaded IMAGR2: Field 1 min allowed flux = 250.810 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 5.399 Jy 31 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -23.6 MilliJy,max = 231.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.201E-01 < Second best 2.386E-01 IMAGR2: Field 1 min = -24.1 MilliJy,max = 225.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 38.65 MilliJy IMAGR2: 2283 Residual map points loaded IMAGR2: Field 1 min allowed flux = 112.681 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 5.530 Jy 39 comps IMAGR2: Total Cleaned flux density = 5.530 Jy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -17.1 MilliJy,max = 105.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.003E-01 < Second best 1.072E-01 IMAGR2: Field 1 min = -17.8 MilliJy,max = 102.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 17.36 MilliJy IMAGR2: 3153 Residual map points loaded IMAGR2: Field 1 min allowed flux = 47.270 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 5.595 Jy 48 comps IMAGR2: Total Cleaned flux density = 5.595 Jy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -18.5 MilliJy,max = 44.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.230E-02 < Second best 4.498E-02 IMAGR2: Field 1 min = -19.4 MilliJy,max = 42.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.28 MilliJy IMAGR2: 12535 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.209 MilliJy iter= 59 IMAGR2: Field 1 Clean flux density= 5.622 Jy 59 comps IMAGR2: Total Cleaned flux density = 5.622 Jy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -19.7 MilliJy,max = 21.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.84 MilliJy IMAGR2: 604 Residual map points loaded IMAGR2: Field 2 min allowed flux = 10.497 MilliJy iter= 28 IMAGR2: Field 2 Clean flux density= 16.425 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 5.638 Jy 87 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.6 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 2007 cell beam + residuals > 5.39 MilliJy IMAGR2: 11131 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -8.711 MilliJy iter= 130 IMAGR2: Field 1 Clean flux density= 5.668 Jy 130 comps IMAGR2: Total Cleaned flux density = 5.684 Jy 158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.2 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.838E-03 < Second best 8.323E-03 IMAGR2: Field 1 min = -9.7 MilliJy,max = 11.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.23 MilliJy IMAGR2: 19356 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.349 MilliJy iter= 297 IMAGR2: Field 1 Clean flux density= 5.738 Jy 297 comps IMAGR2: Total Cleaned flux density = 5.754 Jy 325 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.5 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.263E-03 < Second best 7.041E-03 IMAGR2: Field 1 min = -9.1 MilliJy,max = 9.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.47 MilliJy IMAGR2: 19674 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.523 MilliJy iter= 545 IMAGR2: Field 1 Clean flux density= 5.716 Jy 545 comps IMAGR2: Total Cleaned flux density = 5.732 Jy 573 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.3 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.64 MilliJy IMAGR2: 86 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.747 MilliJy iter= 48 IMAGR2: Field 2 Clean flux density= 22.731 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 5.739 Jy 593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.6 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 1585 cell beam + residuals > 3.00 MilliJy IMAGR2: 19343 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.297 MilliJy iter= 834 IMAGR2: Field 1 Clean flux density= 5.739 Jy 834 comps IMAGR2: Total Cleaned flux density = 5.761 Jy 882 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.1 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.74 MilliJy IMAGR2: 19396 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.920 MilliJy iter= 1279 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 5.734 Jy 1279 comps IMAGR2: Total Cleaned flux density = 5.757 Jy 1327 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 1221 cell beam + residuals > 2.50 MilliJy IMAGR2: 16615 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.328 MilliJy iter= 1553 IMAGR2: Field 1 Clean flux density= 5.747 Jy 1553 comps IMAGR2: Total Cleaned flux density = 5.769 Jy 1601 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.50 MilliJy IMAGR2: 42 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.505 MilliJy iter= 60 IMAGR2: Field 2 Clean flux density= 22.755 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 5.769 Jy 1613 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.0 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 369 cell beam + residuals > 2.27 MilliJy IMAGR2: 19619 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.933 MilliJy iter= 2056 IMAGR2: Field 1 Clean flux density= 5.741 Jy 2056 comps IMAGR2: Total Cleaned flux density = 5.764 Jy 2116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 1221 cell beam + residuals > 2.11 MilliJy IMAGR2: 17095 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.806 MilliJy iter= 2331 IMAGR2: Field 1 Clean flux density= 5.750 Jy 2331 comps IMAGR2: Total Cleaned flux density = 5.773 Jy 2391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 369 cell beam + residuals > 2.02 MilliJy IMAGR2: 18705 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.505 MilliJy iter= 2905 IMAGR2: Field 1 Clean flux density= 5.747 Jy 2905 comps IMAGR2: Total Cleaned flux density = 5.769 Jy 2965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.272E-03 < Second best 2.399E-03 IMAGR2: Field 1 min = -6.0 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 1221 cell beam + residuals > 1.87 MilliJy IMAGR2: 16973 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.495 MilliJy iter= 3160 IMAGR2: Field 1 Clean flux density= 5.753 Jy 3160 comps IMAGR2: Total Cleaned flux density = 5.776 Jy 3220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 19905 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.286 MilliJy iter= 4079 IMAGR2: Field 1 Clean flux density= 5.736 Jy 4079 comps IMAGR2: Total Cleaned flux density = 5.759 Jy 4139 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 90 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.809 MilliJy iter= 78 IMAGR2: Field 2 Clean flux density= 24.367 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 5.761 Jy 4157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 2005 cell beam + residuals > 1.70 MilliJy IMAGR2: 16456 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.876 MilliJy iter= 4153 IMAGR2: Field 1 Clean flux density= 5.744 Jy 4153 comps IMAGR2: Total Cleaned flux density = 5.769 Jy 4231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 19789 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.998 MilliJy iter= 5254 IMAGR2: Field 1 Clean flux density= 5.756 Jy 5254 comps IMAGR2: Total Cleaned flux density = 5.780 Jy 5332 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 1587 cell beam + residuals > 1.62 MilliJy IMAGR2: 18872 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.395 MilliJy iter= 5427 IMAGR2: Field 1 Clean flux density= 5.747 Jy 5427 comps IMAGR2: Total Cleaned flux density = 5.771 Jy 5505 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.52 MilliJy IMAGR2: 15210 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.798 MilliJy iter= 6043 IMAGR2: Field 1 Clean flux density= 5.752 Jy 6043 comps IMAGR2: Total Cleaned flux density = 5.777 Jy 6121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.534E-03 < Second best 1.721E-03 IMAGR2: Field 1 min = -5.3 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 369 cell beam + residuals > 1.42 MilliJy IMAGR2: 13886 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.606 MilliJy iter= 6735 IMAGR2: Field 1 Clean flux density= 5.741 Jy 6735 comps IMAGR2: Total Cleaned flux density = 5.766 Jy 6813 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 373 cell beam + residuals > 1.30 MilliJy IMAGR2: 19129 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.627 MilliJy iter= 7260 IMAGR2: Field 1 Clean flux density= 5.762 Jy 7260 comps IMAGR2: Total Cleaned flux density = 5.786 Jy 7338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 369 cell beam + residuals > 1.35 MilliJy IMAGR2: 12851 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.504 MilliJy iter= 7928 IMAGR2: Field 1 Clean flux density= 5.733 Jy 7928 comps IMAGR2: Total Cleaned flux density = 5.758 Jy 8006 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 369 cell beam + residuals > 1.35 MilliJy IMAGR2: 23 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.348 MilliJy iter= 86 IMAGR2: Field 2 Clean flux density= 25.250 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 5.758 Jy 8014 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 1261 cell beam + residuals > 1.22 MilliJy IMAGR2: 19817 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.738 MilliJy iter= 8115 IMAGR2: Field 1 Clean flux density= 5.750 Jy 8115 comps IMAGR2: Total Cleaned flux density = 5.775 Jy 8201 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 19850 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.412 MilliJy iter= 9584 IMAGR2: Field 1 Clean flux density= 5.739 Jy 9584 comps IMAGR2: Total Cleaned flux density = 5.765 Jy 9670 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 2005 cell beam + residuals > 1.19 MilliJy IMAGR2: 17556 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.024 MilliJy iter= 9653 IMAGR2: Field 1 Clean flux density= 5.748 Jy 9653 comps IMAGR2: Total Cleaned flux density = 5.774 Jy 9739 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.6 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 19782 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.324 MilliJy iter= 11350 IMAGR2: Field 1 Clean flux density= 5.751 Jy 11350 comps IMAGR2: Total Cleaned flux density = 5.776 Jy 11436 comps IMAGR2: ALGSTB: All 388 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 377- 0 Cells, with 4875 Pts IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1150 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.185 MilliJy iter= 336 IMAGR2: Field 2 Clean flux density= 23.256 MilliJy 336 comps IMAGR2: Total Cleaned flux density = 5.774 Jy 11686 comps IMAGR2: ALGSTB: All 106 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 95- 0 Cells, with 4875 Pts IMAGR2: Field 1 min = -4.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.27 MilliJy IMAGR2: 15264 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.497 MilliJy iter= 11994 IMAGR2: Field 1 Clean flux density= 5.742 Jy 11994 comps IMAGR2: Total Cleaned flux density = 5.765 Jy 12330 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.07 MilliJy IMAGR2: 14719 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.271 MilliJy iter= 12568 IMAGR2: Field 1 Clean flux density= 5.757 Jy 12568 comps IMAGR2: Total Cleaned flux density = 5.780 Jy 12904 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 1587 cell beam + residuals > 1.01 MilliJy IMAGR2: 17617 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.490 MilliJy iter= 12710 IMAGR2: Field 1 Clean flux density= 5.749 Jy 12710 comps IMAGR2: Total Cleaned flux density = 5.772 Jy 13046 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 998.38 MicroJy IMAGR2: 16355 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.172 MilliJy iter= 13336 IMAGR2: Field 1 Clean flux density= 5.748 Jy 13336 comps IMAGR2: Total Cleaned flux density = 5.771 Jy 13672 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 13336 to 4746 components IMAGR2: Field 2 compressed from 336 to 176 components IMAGR2: Field 1 min = -4.0 MilliJy,max = 3.4 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 5.624 Jy ( 71 CCs) from field 1 to field 2 IMAGR2: Restore 23.256 MilliJy ( 176 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.771 Jy IMAGR2: Field 2 final Clean flux 5.647 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= 42 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 41.3 Real= 41 Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1146+399_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =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= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1310+323_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =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= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 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: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =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= 41 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= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1955 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1337-129_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1337-129_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1337-129' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1337-129_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1635+381 C BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 897 CELLSIZE 0.61641 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.61641 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1635+381_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: 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.0 Real= 0 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1635+381 C BAND Seq 1 Disk: 1 in slot 15 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1635+381_C,BAND.0-1 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 16:35:15.51 38:08:04.7 2.726 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 98.0 deg away - ignoring SETFC2: First field number written was 2 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 C 1 1012 1012 16 35 15.49 38 08 04.5 00001 -1 507 512 513 C 2 246 246 16 35 15.51 38 08 04.7 00002 -1 100 128 129 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1635+381_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -3.4215E-02 2.5580E-11 0 IMAGR2: Field 2 246 246 2.0175E-01 2.0000E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1635+381_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1635+381 .IMAGR . 1 (UV) on disk 1 cno 44 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5001 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.925E+04 IMAGR2: UVWAIT: Adding temperance S 3.850E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 8.996E+06 and out 1.096E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.111 due to weighting IMAGR2: UVWAIT: Average summed weight 1.925E+04 over 9961 vis IMAGR2: Create 1635+381 .IBM001. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1635+381 .IBM002. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1635+381 .ICL001. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1635+381 .ICL002. 1 (MA) on disk 1 cno 48 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.16357E+08 IMAGR2: Field 1 Beam min = -165.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 8.675 x 1.690 arcsec, PA= -56.1 IMAGR2: Field 2 Sum of gridding weights = 1.16357E+08 IMAGR2: Field 2 Beam min = -93.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 8.675 x 1.690 arcsec, PA= -56.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -254.2 MilliJy,max = 2.5 Jy IMAGR2: Field 2 min = -321.8 MilliJy,max = 2.5 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 569.64 MilliJy IMAGR2: 542 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.633 Jy iter= 5 IMAGR2: Field 1 Clean flux density= 1.019 Jy 5 comps IMAGR2: Total Cleaned flux density = 1.019 Jy 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 2 min = -189.0 MilliJy,max = 1.5 Jy IMAGR2: TRY ANOTHER FIELD: this is 1.381E+00 < Second best 1.553E+00 IMAGR2: Field 1 min = -151.0 MilliJy,max = 1.5 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 373.74 MilliJy IMAGR2: 276 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 702.969 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 1.856 Jy 13 comps IMAGR2: Total Cleaned flux density = 1.856 Jy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -80.1 MilliJy,max = 620.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.909E-01 < Second best 6.687E-01 IMAGR2: Field 1 min = -66.3 MilliJy,max = 632.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 160.89 MilliJy IMAGR2: 293 Residual map points loaded IMAGR2: Field 1 min allowed flux = 302.611 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 2.217 Jy 21 comps IMAGR2: Total Cleaned flux density = 2.217 Jy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -32.9 MilliJy,max = 276.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.629E-01 < Second best 2.879E-01 IMAGR2: Field 1 min = -32.5 MilliJy,max = 272.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 69.26 MilliJy IMAGR2: 359 Residual map points loaded IMAGR2: Field 1 min allowed flux = 122.995 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 2.387 Jy 30 comps IMAGR2: Total Cleaned flux density = 2.387 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.4 MilliJy,max = 113.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.082E-01 < Second best 1.170E-01 IMAGR2: Field 1 min = -17.2 MilliJy,max = 112.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 28.15 MilliJy IMAGR2: 388 Residual map points loaded IMAGR2: Field 1 min allowed flux = 51.028 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 2.457 Jy 39 comps IMAGR2: Total Cleaned flux density = 2.457 Jy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 47.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.506E-02 < Second best 4.854E-02 IMAGR2: Field 1 min = -10.6 MilliJy,max = 46.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 11.68 MilliJy IMAGR2: 519 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.230 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 2.486 Jy 48 comps IMAGR2: Total Cleaned flux density = 2.486 Jy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.1 MilliJy,max = 19.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.880E-02 < Second best 2.020E-02 IMAGR2: Field 1 min = -7.8 MilliJy,max = 19.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.86 MilliJy IMAGR2: 2009 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.368 MilliJy iter= 57 IMAGR2: Field 1 Clean flux density= 2.497 Jy 57 comps IMAGR2: Total Cleaned flux density = 2.497 Jy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.6 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.52 MilliJy IMAGR2: 97 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -5.719 MilliJy iter= 19 IMAGR2: Field 2 Clean flux density= -542.384 MicroJy 19 comps IMAGR2: Total Cleaned flux density = 2.496 Jy 76 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 1941 cell beam + residuals > 2.34 MilliJy IMAGR2: 12968 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.836 MilliJy iter= 123 IMAGR2: Field 1 Clean flux density= 2.503 Jy 123 comps IMAGR2: Total Cleaned flux density = 2.503 Jy 142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.18 MilliJy IMAGR2: 223 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.500 MilliJy iter= 41 IMAGR2: Field 2 Clean flux density= -140.121 MicroJy 41 comps IMAGR2: Total Cleaned flux density = 2.503 Jy 164 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.77 MilliJy IMAGR2: 19317 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min algorithm flux= 2.995 MilliJy iter= 280 IMAGR2: Field 1 Clean flux density= 2.521 Jy 280 comps IMAGR2: Total Cleaned flux density = 2.521 Jy 321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 511 cell beam + residuals > 1.59 MilliJy IMAGR2: 16058 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.292 MilliJy iter= 445 IMAGR2: Field 1 Clean flux density= 2.523 Jy 445 comps IMAGR2: Total Cleaned flux density = 2.522 Jy 486 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.59 MilliJy IMAGR2: 78 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.639 MilliJy iter= 57 IMAGR2: Field 2 Clean flux density= 968.264 MicroJy 57 comps IMAGR2: Total Cleaned flux density = 2.524 Jy 502 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 19721 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.050 MilliJy iter= 746 IMAGR2: Field 1 Clean flux density= 2.531 Jy 746 comps IMAGR2: Total Cleaned flux density = 2.532 Jy 803 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 1921 cell beam + residuals > 1.28 MilliJy IMAGR2: 18852 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.968 MilliJy iter= 891 IMAGR2: Field 1 Clean flux density= 2.531 Jy 891 comps IMAGR2: Total Cleaned flux density = 2.532 Jy 948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 19363 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.693 MilliJy iter= 1339 IMAGR2: Field 1 Clean flux density= 2.536 Jy 1339 comps IMAGR2: Total Cleaned flux density = 2.537 Jy 1396 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.08 MilliJy IMAGR2: 18507 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.389 MilliJy iter= 1757 IMAGR2: Field 1 Clean flux density= 2.535 Jy 1757 comps IMAGR2: Total Cleaned flux density = 2.536 Jy 1814 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.08 MilliJy IMAGR2: 58 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.149 MilliJy iter= 66 IMAGR2: Field 2 Clean flux density= 825.084 MicroJy 66 comps IMAGR2: Total Cleaned flux density = 2.536 Jy 1823 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.392 MilliJy iter= 2475 IMAGR2: Field 1 Clean flux density= 2.541 Jy 2475 comps IMAGR2: Total Cleaned flux density = 2.542 Jy 2541 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 1935 cell beam + residuals > 1.14 MilliJy IMAGR2: 16244 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.853 MilliJy iter= 2565 IMAGR2: Field 1 Clean flux density= 2.541 Jy 2565 comps IMAGR2: Total Cleaned flux density = 2.542 Jy 2631 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 970.53 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.291 MilliJy iter= 3527 IMAGR2: Field 1 Clean flux density= 2.537 Jy 3527 comps IMAGR2: Total Cleaned flux density = 2.538 Jy 3593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.22 MilliJy IMAGR2: 19424 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.644 MilliJy iter= 3546 IMAGR2: Field 1 Clean flux density= 2.536 Jy 3546 comps IMAGR2: Total Cleaned flux density = 2.537 Jy 3612 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.15 MilliJy IMAGR2: 15784 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.340 MilliJy iter= 4077 IMAGR2: Field 1 Clean flux density= 2.553 Jy 4077 comps IMAGR2: Total Cleaned flux density = 2.554 Jy 4143 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 1921 cell beam + residuals > 942.75 MicroJy IMAGR2: 19627 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.441 MilliJy iter= 4199 IMAGR2: Field 1 Clean flux density= 2.552 Jy 4199 comps IMAGR2: Total Cleaned flux density = 2.553 Jy 4265 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 837.28 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.155 MilliJy iter= 4790 IMAGR2: Field 1 Clean flux density= 2.547 Jy 4790 comps IMAGR2: Total Cleaned flux density = 2.548 Jy 4856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.155 less than limit 1.155 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 4790 to 2109 components IMAGR2: Field 2 compressed from 66 to 30 components IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.497 Jy ( 50 CCs) from field 1 to field 2 IMAGR2: Restore 825.084 MicroJy ( 30 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.548 Jy IMAGR2: Field 2 final Clean flux 2.497 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= 44 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 22.9 Real= 23 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1638+573 C BAND Seq 1 Disk: 1 in slot 16 SETFC2: SETCEL: recommends IMSIZE 819 CELLSIZE 0.67506 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.67506 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1638+573_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: 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.0 Real= 0 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1638+573 C BAND Seq 1 Disk: 1 in slot 16 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1638+573_C,BAND.0-1 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 16:38:13.41 57:20:24.2 1.199 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 98.0 deg away - ignoring SETFC2: First field number written was 2 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 2 C 1 1012 1012 16 38 13.46 57 20 24.0 00001 -1 507 512 513 C 2 246 246 16 38 13.41 57 20 24.2 00002 -1 100 128 129 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1638+573_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1638+573' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1638+573_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 3.0760E-02 2.1000E-02 0 IMAGR2: Field 2 246 246 -3.7398E-01 2.2100E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1638+573_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1638+573 .IMAGR . 1 (UV) on disk 1 cno 46 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4800 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.865E+04 IMAGR2: UVWAIT: Adding temperance S 3.729E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.446E+06 and out 1.144E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.119 due to weighting IMAGR2: UVWAIT: Average summed weight 1.865E+04 over 9600 vis LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create 1638+573 .IBM001. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1638+573 .IBM002. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1638+573 .ICL001. 1 (MA) on disk 1 cno 49 IMAGR2: Create 1638+573 .ICL002. 1 (MA) on disk 1 cno 50 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.21488E+08 IMAGR2: Field 1 Beam min = -160.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 6.007 x 1.937 arcsec, PA= -53.3 IMAGR2: Field 2 Sum of gridding weights = 1.21488E+08 IMAGR2: Field 2 Beam min = -100.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 6.007 x 1.937 arcsec, PA= -53.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -118.2 MilliJy,max = 1.2 Jy IMAGR2: Field 2 min = -107.7 MilliJy,max = 1.2 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 202.06 MilliJy IMAGR2: 1946 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 713.289 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 566.001 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 566.001 MilliJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -56.7 MilliJy,max = 635.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.048E-01 < Second best 6.785E-01 IMAGR2: Field 1 min = -61.7 MilliJy,max = 642.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 119.32 MilliJy IMAGR2: 1222 Residual map points loaded IMAGR2: Field 1 min allowed flux = 307.054 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 931.626 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 931.626 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -24.3 MilliJy,max = 277.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.636E-01 < Second best 2.921E-01 IMAGR2: Field 1 min = -25.4 MilliJy,max = 276.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 51.36 MilliJy IMAGR2: 1321 Residual map points loaded IMAGR2: Field 1 min allowed flux = 135.780 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 1.090 Jy 22 comps IMAGR2: Total Cleaned flux density = 1.090 Jy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.1 MilliJy,max = 126.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.199E-01 < Second best 1.292E-01 IMAGR2: Field 1 min = -11.6 MilliJy,max = 122.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 22.71 MilliJy IMAGR2: 1508 Residual map points loaded IMAGR2: Field 1 min allowed flux = 56.458 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 1.167 Jy 31 comps IMAGR2: Total Cleaned flux density = 1.167 Jy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.9 MilliJy,max = 53.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 21.07 MilliJy IMAGR2: 32 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 25.939 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 30.678 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 1.198 Jy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 24.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.301E-02 < Second best 2.469E-02 IMAGR2: Field 2 min = -4.4 MilliJy,max = 23.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.34 MilliJy IMAGR2: 753 Residual map points loaded IMAGR2: Field 2 min allowed flux = 10.848 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 45.377 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 1.212 Jy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.8 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.04 MilliJy IMAGR2: 969 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.448 MilliJy iter= 53 IMAGR2: Field 1 Clean flux density= 1.176 Jy 53 comps IMAGR2: Total Cleaned flux density = 1.221 Jy 70 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.7 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.20 MilliJy IMAGR2: 923 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.171 MilliJy iter= 54 IMAGR2: Field 2 Clean flux density= 54.069 MilliJy 54 comps IMAGR2: Total Cleaned flux density = 1.230 Jy 107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 1781 cell beam + residuals > 1.57 MilliJy IMAGR2: 16527 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.421 MilliJy iter= 126 IMAGR2: Field 1 Clean flux density= 1.194 Jy 126 comps IMAGR2: Total Cleaned flux density = 1.248 Jy 180 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.61 MilliJy IMAGR2: 339 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.844 MilliJy iter= 82 IMAGR2: Field 2 Clean flux density= 57.378 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 1.252 Jy 208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 18665 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.911 MilliJy iter= 287 IMAGR2: Field 1 Clean flux density= 1.216 Jy 287 comps IMAGR2: Total Cleaned flux density = 1.274 Jy 369 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 297 cell beam + residuals > 971.94 MicroJy IMAGR2: 14940 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.355 MilliJy iter= 457 IMAGR2: Field 1 Clean flux density= 1.217 Jy 457 comps IMAGR2: Total Cleaned flux density = 1.275 Jy 539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.087E-03 < Second best 1.300E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 772.46 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.182 MilliJy iter= 530 IMAGR2: Field 1 Clean flux density= 1.220 Jy 530 comps IMAGR2: Total Cleaned flux density = 1.277 Jy 612 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.182 less than limit 1.182 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 530 to 358 components IMAGR2: Field 2 compressed from 82 to 32 components IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 1.180 Jy ( 34 CCs) from field 1 to field 2 IMAGR2: Restore 57.378 MilliJy ( 32 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.277 Jy IMAGR2: Field 2 final Clean flux 1.237 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= 46 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 7.8 Real= 8 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1638+573_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1638+573' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 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 ?' 47 >AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 0423-013.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 0423-013 .FLATN . 1 (MA) on disk 1 cno 48 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Start field 3 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.4 Real= 2 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1638+573_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1638+573' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 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 ?' 47 >AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 0423-013.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 0423-013 .BLANK . 1 (MA) on disk 1 cno 49 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1638+573_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1638+573' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 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 ?' 47 >AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 0423-013.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 0609-157.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 0609-157 .FLATN . 1 (MA) on disk 1 cno 49 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 1.6 Real= 2 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1638+573_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1638+573' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 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 ?' 47 >AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 0423-013.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 0609-157.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 0609-157 .BLANK . 1 (MA) on disk 1 cno 50 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 0.8 Real= 1 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1638+573_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1638+573' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 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 ?' 47 >AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 0423-013.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 0609-157.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished 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= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Got(1) disk= 1 user=**** type=UV 0927+390.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 0927+390 .FLATN . 1 (MA) on disk 1 cno 50 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.1 Real= 2 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1638+573_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1638+573' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 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 ?' 47 >AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 0423-013.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 0609-157.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished 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= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Got(1) disk= 1 user=**** type=UV 0927+390.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 0927+390 .BLANK . 1 (MA) on disk 1 cno 51 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1638+573_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1638+573' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 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 ?' 47 >AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 0423-013.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 0609-157.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished 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= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Got(1) disk= 1 user=**** type=UV 0927+390.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=UV 0521+166.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 0521+166 .FLATN . 1 (MA) on disk 1 cno 51 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Start field 3 FLATN2: Start field 4 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.4 Real= 2 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1638+573_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1638+573' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 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 ?' 47 >AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 0423-013.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 0609-157.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished 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= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Got(1) disk= 1 user=**** type=UV 0927+390.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=UV 0521+166.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 0521+166 .BLANK . 1 (MA) on disk 1 cno 52 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 e HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1925 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1635+381_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1635+381' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1635+381_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.197 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1638+573_C,BAND.0-1 >> /home/auto/run/TESTT_2000M AIPS 2: AR02_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1638+573' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1638+573_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 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 ?' 47 >AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 0423-013.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 0609-157.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished 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= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Got(1) disk= 1 user=**** type=UV 0927+390.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=UV 0521+166.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 0555+398 .FLATN . 1 (MA) on disk 1 cno 52 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.1 Real= 3 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 0555+398 .BLANK . 1 (MA) on disk 1 cno 53 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 0713+438 .FLATN . 1 (MA) on disk 1 cno 53 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.1 Real= 2 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 0713+438 .BLANK . 1 (MA) on disk 1 cno 54 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 0854+201 .FLATN . 1 (MA) on disk 1 cno 54 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.1 Real= 2 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 0854+201 .BLANK . 1 (MA) on disk 1 cno 55 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 0920+446 .FLATN . 1 (MA) on disk 1 cno 55 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.1 Real= 2 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 0920+446 .BLANK . 1 (MA) on disk 1 cno 56 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 1146+399 .FLATN . 1 (MA) on disk 1 cno 56 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.2 Real= 2 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 1146+399 .BLANK . 1 (MA) on disk 1 cno 57 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 1310+323 .FLATN . 1 (MA) on disk 1 cno 57 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.1 Real= 2 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 1310+323 .BLANK . 1 (MA) on disk 1 cno 58 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 1331+305 .FLATN . 1 (MA) on disk 1 cno 58 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.1 Real= 2 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 1331+305 .BLANK . 1 (MA) on disk 1 cno 59 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Got(1) disk= 1 user=**** type=UV 1337-129.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 1337-129 .FLATN . 1 (MA) on disk 1 cno 59 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 1.8 Real= 2 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Got(1) disk= 1 user=**** type=UV 1337-129.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 1337-129 .BLANK . 1 (MA) on disk 1 cno 60 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 0.8 Real= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Got(1) disk= 1 user=**** type=UV 1337-129.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Got(1) disk= 1 user=**** type=UV 1635+381.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 1635+381 .FLATN . 1 (MA) on disk 1 cno 60 FLATN2: Start field 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 2.1 Real= 2 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Got(1) disk= 1 user=**** type=UV 1337-129.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Got(1) disk= 1 user=**** type=UV 1635+381.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 1635+381 .BLANK . 1 (MA) on disk 1 cno 61 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Got(1) disk= 1 user=**** type=UV 1337-129.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Got(1) disk= 1 user=**** type=UV 1635+381.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Got(1) disk= 1 user=**** type=UV 1638+573.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 1638+573 .FLATN . 1 (MA) on disk 1 cno 61 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 1.8 Real= 2 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Got(1) disk= 1 user=**** type=UV 1337-129.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Got(1) disk= 1 user=**** type=UV 1635+381.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Got(1) disk= 1 user=**** type=UV 1638+573.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 1638+573 .BLANK . 1 (MA) on disk 1 cno 62 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 0.8 Real= 1 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Got(1) disk= 1 user=**** type=UV 1337-129.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Got(1) disk= 1 user=**** type=UV 1635+381.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Got(1) disk= 1 user=**** type=UV 1638+573.C BAND.1 AIPS 2: 'MINIMUM FOV :277.772 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 20000302.TASAV.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0423-013.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0609-157.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0927+390.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0521+166.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1337-129.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1635+381.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1638+573.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.BLANK.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.BLANK.1 AIPS 2: Mean= 1.4502E-06 rms= 4.0488E-04 JY/BEAM over 646485. pixels AIPS 2: Maximum= 1.2939E-02 at 858 291 1 1 1 1 1 AIPS 2: Skypos: RA 04 22 59.39025 DEC -01 22 13.8165 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.3627E-02 at 52 621 1 1 1 1 1 AIPS 2: Skypos: RA 04 23 32.21078 DEC -01 18 52.3066 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.2922E-02 Jy. Beam area = 40.90 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 0423-013 .BLANK . 1 1 xywind= 1 1 910 910 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-1.3081E-06 Rms= 3.1759E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 1.4169E-04 Rms= 1.2432E-02 JY/BEAM over 650085 pixels IMEAN2: Flux density = 2.2520E+00 Jy. beam area = 40.90 pixels IMEAN2: Minimum=-1.3627E-02 at 52 621 1 1 IMEAN2: Skypos: RA 04 23 32.21078 DEC -01 18 52.3066 IMEAN2: Maximum= 2.2078E+00 at 455 456 1 1 IMEAN2: Skypos: RA 04 23 15.80070 DEC -01 20 33.0650 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 1 user=**** type=UV 0521+166.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1337-129.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1635+381.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1638+573.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.BLANK.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.BLANK.1 AIPS 2: Mean= 1.4502E-06 rms= 4.0488E-04 JY/BEAM over 646485. pixels AIPS 2: Maximum= 1.2939E-02 at 858 291 1 1 1 1 1 AIPS 2: Skypos: RA 04 22 59.39025 DEC -01 22 13.8165 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.3627E-02 at 52 621 1 1 1 1 1 AIPS 2: Skypos: RA 04 23 32.21078 DEC -01 18 52.3066 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.2922E-02 Jy. Beam area = 40.90 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Mean=-7.4105E-05 rms= 1.3431E-02 JY/BEAM over 470649. pixels AIPS 2: Maximum= 1.6314E-01 at 220 385 1 1 1 1 1 AIPS 2: Skypos: RA 06 09 49.31714 DEC -15 42 44.2377 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.3598E-01 at 291 627 1 1 1 1 1 AIPS 2: Skypos: RA 06 09 45.80060 DEC -15 39 51.2292 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = -1.3312E+00 Jy. Beam area = 26.20 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 0609-157 .BLANK . 1 1 xywind= 1 1 778 778 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-1.5977E-04 Rms= 1.2209E-02 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 3.4936E-04 Rms= 4.2615E-02 JY/BEAM over 474249 pixels IMEAN2: Flux density = 6.3235E+00 Jy. beam area = 26.20 pixels IMEAN2: Minimum=-1.3598E-01 at 291 627 1 1 IMEAN2: Skypos: RA 06 09 45.80060 DEC -15 39 51.2292 IMEAN2: Maximum= 7.6424E+00 at 389 390 1 1 IMEAN2: Skypos: RA 06 09 40.94950 DEC -15 42 40.6730 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 1 user=**** type=UV 0521+166.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0555+398.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0713+438.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0854+201.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 0920+446.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1146+399.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1310+323.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1337-129.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1635+381.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1638+573.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.BLANK.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.BLANK.1 AIPS 2: Mean= 1.4502E-06 rms= 4.0488E-04 JY/BEAM over 646485. pixels AIPS 2: Maximum= 1.2939E-02 at 858 291 1 1 1 1 1 AIPS 2: Skypos: RA 04 22 59.39025 DEC -01 22 13.8165 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.3627E-02 at 52 621 1 1 1 1 1 AIPS 2: Skypos: RA 04 23 32.21078 DEC -01 18 52.3066 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.2922E-02 Jy. Beam area = 40.90 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Mean=-7.4105E-05 rms= 1.3431E-02 JY/BEAM over 470649. pixels AIPS 2: Maximum= 1.6314E-01 at 220 385 1 1 1 1 1 AIPS 2: Skypos: RA 06 09 49.31714 DEC -15 42 44.2377 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.3598E-01 at 291 627 1 1 1 1 1 AIPS 2: Skypos: RA 06 09 45.80060 DEC -15 39 51.2292 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = -1.3312E+00 Jy. Beam area = 26.20 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.BLANK.1 AIPS 2: Mean= 5.4853E-06 rms= 6.8404E-04 JY/BEAM over 652946. pixels AIPS 2: Maximum= 8.7449E-03 at 12 502 1 1 1 1 1 AIPS 2: Skypos: RA 09 27 26.22449 DEC 39 02 47.4437 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-9.9949E-03 at 877 563 1 1 1 1 1 AIPS 2: Skypos: RA 09 26 41.10409 DEC 39 03 24.5243 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.8612E-01 Jy. Beam area = 19.24 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 0927+390 .BLANK . 1 1 xywind= 1 1 915 915 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-4.2880E-07 Rms= 4.1448E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 3.1895E-04 Rms= 4.0697E-02 JY/BEAM over 656546 pixels IMEAN2: Flux density = 1.0882E+01 Jy. beam area = 19.24 pixels IMEAN2: Minimum=-9.9949E-03 at 877 563 1 1 IMEAN2: Skypos: RA 09 26 41.10409 DEC 39 03 24.5243 IMEAN2: Maximum= 1.0582E+01 at 457 458 1 1 IMEAN2: Skypos: RA 09 27 03.01390 DEC 39 02 20.8520 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 390.BLANK.1 AIPS 2: Mean= 5.4853E-06 rms= 6.8404E-04 JY/BEAM over 652946. pixels AIPS 2: Maximum= 8.7449E-03 at 12 502 1 1 1 1 1 AIPS 2: Skypos: RA 09 27 26.22449 DEC 39 02 47.4437 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-9.9949E-03 at 877 563 1 1 1 1 1 AIPS 2: Skypos: RA 09 26 41.10409 DEC 39 03 24.5243 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.8612E-01 Jy. Beam area = 19.24 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Mean= 5.4361E-06 rms= 8.1921E-04 JY/BEAM over 648030. pixels AIPS 2: Maximum= 5.1345E-02 at 703 377 1 1 1 1 1 AIPS 2: Skypos: RA 05 20 59.36227 DEC 16 37 33.8519 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.6621E-02 at 70 655 1 1 1 1 1 AIPS 2: Skypos: RA 05 21 26.22727 DEC 16 40 23.3821 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2524E-01 Jy. Beam area = 28.13 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 0521+166 .BLANK . 1 1 xywind= 1 1 911 911 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-2.2294E-06 Rms= 3.6919E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 1.6575E-04 Rms= 1.7210E-02 JY/BEAM over 651630 pixels IMEAN2: Flux density = 3.8396E+00 Jy. beam area = 28.13 pixels IMEAN2: Minimum=-2.6621E-02 at 70 655 1 1 IMEAN2: Skypos: RA 05 21 26.22727 DEC 16 40 23.3821 IMEAN2: Maximum= 3.6471E+00 at 455 456 1 1 IMEAN2: Skypos: RA 05 21 09.88600 DEC 16 38 22.0510 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 390.BLANK.1 AIPS 2: Mean= 5.4853E-06 rms= 6.8404E-04 JY/BEAM over 652946. pixels AIPS 2: Maximum= 8.7449E-03 at 12 502 1 1 1 1 1 AIPS 2: Skypos: RA 09 27 26.22449 DEC 39 02 47.4437 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-9.9949E-03 at 877 563 1 1 1 1 1 AIPS 2: Skypos: RA 09 26 41.10409 DEC 39 03 24.5243 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.8612E-01 Jy. Beam area = 19.24 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Mean= 5.4361E-06 rms= 8.1921E-04 JY/BEAM over 648030. pixels AIPS 2: Maximum= 5.1345E-02 at 703 377 1 1 1 1 1 AIPS 2: Skypos: RA 05 20 59.36227 DEC 16 37 33.8519 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.6621E-02 at 70 655 1 1 1 1 1 AIPS 2: Skypos: RA 05 21 26.22727 DEC 16 40 23.3821 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2524E-01 Jy. Beam area = 28.13 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.BLANK.1 AIPS 2: Mean= 5.3951E-05 rms= 1.7053E-02 JY/BEAM over 639741. pixels AIPS 2: Maximum= 1.0377E-01 at 453 356 1 1 1 1 1 AIPS 2: Skypos: RA 05 55 30.80560 DEC 39 47 49.0120 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.2356E-01 at 635 703 1 1 1 1 1 AIPS 2: Skypos: RA 05 55 21.10413 DEC 39 51 21.9741 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.5535E+00 Jy. Beam area = 22.22 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 0555+398 .BLANK . 1 1 xywind= 1 1 906 906 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean= 2.8746E-03 Rms= 1.4336E-02 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 2.6380E-04 Rms= 3.0825E-02 JY/BEAM over 643341 pixels IMEAN2: Flux density = 7.6386E+00 Jy. beam area = 22.22 pixels IMEAN2: Minimum=-1.2356E-01 at 635 703 1 1 IMEAN2: Skypos: RA 05 55 21.10413 DEC 39 51 21.9741 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMEAN2: Maximum= 6.1499E+00 at 453 454 1 1 IMEAN2: Skypos: RA 05 55 30.80560 DEC 39 48 49.1640 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 390.BLANK.1 AIPS 2: Mean= 5.4853E-06 rms= 6.8404E-04 JY/BEAM over 652946. pixels AIPS 2: Maximum= 8.7449E-03 at 12 502 1 1 1 1 1 AIPS 2: Skypos: RA 09 27 26.22449 DEC 39 02 47.4437 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-9.9949E-03 at 877 563 1 1 1 1 1 AIPS 2: Skypos: RA 09 26 41.10409 DEC 39 03 24.5243 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.8612E-01 Jy. Beam area = 19.24 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Mean= 5.4361E-06 rms= 8.1921E-04 JY/BEAM over 648030. pixels AIPS 2: Maximum= 5.1345E-02 at 703 377 1 1 1 1 1 AIPS 2: Skypos: RA 05 20 59.36227 DEC 16 37 33.8519 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.6621E-02 at 70 655 1 1 1 1 1 AIPS 2: Skypos: RA 05 21 26.22727 DEC 16 40 23.3821 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2524E-01 Jy. Beam area = 28.13 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.BLANK.1 AIPS 2: Mean= 5.3951E-05 rms= 1.7053E-02 JY/BEAM over 639741. pixels AIPS 2: Maximum= 1.0377E-01 at 453 356 1 1 1 1 1 AIPS 2: Skypos: RA 05 55 30.80560 DEC 39 47 49.0120 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.2356E-01 at 635 703 1 1 1 1 1 AIPS 2: Skypos: RA 05 55 21.10413 DEC 39 51 21.9741 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.5535E+00 Jy. Beam area = 22.22 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Mean=-3.8356E-07 rms= 2.9942E-04 JY/BEAM over 632710. pixels AIPS 2: Maximum= 2.3862E-03 at 138 560 1 1 1 1 1 AIPS 2: Skypos: RA 07 13 55.96331 DEC 43 50 24.3955 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.9442E-03 at 865 306 1 1 1 1 1 AIPS 2: Skypos: RA 07 13 14.50613 DEC 43 47 47.5558 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = -1.1292E-02 Jy. Beam area = 21.49 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 0713+438 .BLANK . 1 1 xywind= 1 1 901 901 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-1.2117E-06 Rms= 2.8072E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 5.2339E-05 Rms= 6.3971E-03 JY/BEAM over 636310 pixels IMEAN2: Flux density = 1.5495E+00 Jy. beam area = 21.49 pixels IMEAN2: Minimum=-2.9442E-03 at 865 306 1 1 IMEAN2: Skypos: RA 07 13 14.50613 DEC 43 47 47.5558 IMEAN2: Maximum= 1.5519E+00 at 450 451 1 1 IMEAN2: Skypos: RA 07 13 38.16410 DEC 43 49 17.2050 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 390.BLANK.1 AIPS 2: Mean= 5.4853E-06 rms= 6.8404E-04 JY/BEAM over 652946. pixels AIPS 2: Maximum= 8.7449E-03 at 12 502 1 1 1 1 1 AIPS 2: Skypos: RA 09 27 26.22449 DEC 39 02 47.4437 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-9.9949E-03 at 877 563 1 1 1 1 1 AIPS 2: Skypos: RA 09 26 41.10409 DEC 39 03 24.5243 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.8612E-01 Jy. Beam area = 19.24 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Mean= 5.4361E-06 rms= 8.1921E-04 JY/BEAM over 648030. pixels AIPS 2: Maximum= 5.1345E-02 at 703 377 1 1 1 1 1 AIPS 2: Skypos: RA 05 20 59.36227 DEC 16 37 33.8519 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.6621E-02 at 70 655 1 1 1 1 1 AIPS 2: Skypos: RA 05 21 26.22727 DEC 16 40 23.3821 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2524E-01 Jy. Beam area = 28.13 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.BLANK.1 AIPS 2: Mean= 5.3951E-05 rms= 1.7053E-02 JY/BEAM over 639741. pixels AIPS 2: Maximum= 1.0377E-01 at 453 356 1 1 1 1 1 AIPS 2: Skypos: RA 05 55 30.80560 DEC 39 47 49.0120 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.2356E-01 at 635 703 1 1 1 1 1 AIPS 2: Skypos: RA 05 55 21.10413 DEC 39 51 21.9741 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.5535E+00 Jy. Beam area = 22.22 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Mean=-3.8356E-07 rms= 2.9942E-04 JY/BEAM over 632710. pixels AIPS 2: Maximum= 2.3862E-03 at 138 560 1 1 1 1 1 AIPS 2: Skypos: RA 07 13 55.96331 DEC 43 50 24.3955 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.9442E-03 at 865 306 1 1 1 1 1 AIPS 2: Skypos: RA 07 13 14.50613 DEC 43 47 47.5558 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = -1.1292E-02 Jy. Beam area = 21.49 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.BLANK.1 AIPS 2: Mean=-1.5641E-08 rms= 3.1640E-04 JY/BEAM over 630178. pixels AIPS 2: Maximum= 3.0329E-03 at 866 321 1 1 1 1 1 AIPS 2: Skypos: RA 08 54 30.56901 DEC 20 05 10.8031 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.3368E-03 at 880 381 1 1 1 1 1 AIPS 2: Skypos: RA 08 54 29.95318 DEC 20 05 47.9050 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = -2.1174E-04 Jy. Beam area = 46.55 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 0854+201 .BLANK . 1 1 xywind= 1 1 899 899 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-6.0699E-07 Rms= 2.9076E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 1.7034E-04 Rms= 1.4032E-02 JY/BEAM over 633778 pixels IMEAN2: Flux density = 2.3191E+00 Jy. beam area = 46.55 pixels IMEAN2: Minimum=-2.3368E-03 at 880 381 1 1 IMEAN2: Skypos: RA 08 54 29.95318 DEC 20 05 47.9050 IMEAN2: Maximum= 2.3126E+00 at 449 450 1 1 IMEAN2: Skypos: RA 08 54 48.87490 DEC 20 06 30.6400 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 390.BLANK.1 AIPS 2: Mean= 5.4853E-06 rms= 6.8404E-04 JY/BEAM over 652946. pixels AIPS 2: Maximum= 8.7449E-03 at 12 502 1 1 1 1 1 AIPS 2: Skypos: RA 09 27 26.22449 DEC 39 02 47.4437 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-9.9949E-03 at 877 563 1 1 1 1 1 AIPS 2: Skypos: RA 09 26 41.10409 DEC 39 03 24.5243 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.8612E-01 Jy. Beam area = 19.24 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Mean= 5.4361E-06 rms= 8.1921E-04 JY/BEAM over 648030. pixels AIPS 2: Maximum= 5.1345E-02 at 703 377 1 1 1 1 1 AIPS 2: Skypos: RA 05 20 59.36227 DEC 16 37 33.8519 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.6621E-02 at 70 655 1 1 1 1 1 AIPS 2: Skypos: RA 05 21 26.22727 DEC 16 40 23.3821 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2524E-01 Jy. Beam area = 28.13 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.BLANK.1 AIPS 2: Mean= 5.3951E-05 rms= 1.7053E-02 JY/BEAM over 639741. pixels AIPS 2: Maximum= 1.0377E-01 at 453 356 1 1 1 1 1 AIPS 2: Skypos: RA 05 55 30.80560 DEC 39 47 49.0120 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.2356E-01 at 635 703 1 1 1 1 1 AIPS 2: Skypos: RA 05 55 21.10413 DEC 39 51 21.9741 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.5535E+00 Jy. Beam area = 22.22 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Mean=-3.8356E-07 rms= 2.9942E-04 JY/BEAM over 632710. pixels AIPS 2: Maximum= 2.3862E-03 at 138 560 1 1 1 1 1 AIPS 2: Skypos: RA 07 13 55.96331 DEC 43 50 24.3955 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.9442E-03 at 865 306 1 1 1 1 1 AIPS 2: Skypos: RA 07 13 14.50613 DEC 43 47 47.5558 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = -1.1292E-02 Jy. Beam area = 21.49 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.BLANK.1 AIPS 2: Mean=-1.5641E-08 rms= 3.1640E-04 JY/BEAM over 630178. pixels AIPS 2: Maximum= 3.0329E-03 at 866 321 1 1 1 1 1 AIPS 2: Skypos: RA 08 54 30.56901 DEC 20 05 10.8031 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.3368E-03 at 880 381 1 1 1 1 1 AIPS 2: Skypos: RA 08 54 29.95318 DEC 20 05 47.9050 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = -2.1174E-04 Jy. Beam area = 46.55 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.BLANK.1 AIPS 2: Mean= 6.9367E-08 rms= 3.0554E-04 JY/BEAM over 629389. pixels AIPS 2: Maximum= 1.6162E-03 at 6 517 1 1 1 1 1 AIPS 2: Skypos: RA 09 21 24.17380 DEC 44 42 35.2647 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.5924E-03 at 723 454 1 1 1 1 1 AIPS 2: Skypos: RA 09 20 42.55613 DEC 44 41 56.3913 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 8.8639E-04 Jy. Beam area = 49.25 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 0920+446 .BLANK . 1 1 xywind= 1 1 898 898 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-1.7304E-06 Rms= 2.9914E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 9.2437E-05 Rms= 7.3703E-03 JY/BEAM over 632989 pixels IMEAN2: Flux density = 1.1879E+00 Jy. beam area = 49.25 pixels IMEAN2: Minimum=-1.5924E-03 at 723 454 1 1 IMEAN2: Skypos: RA 09 20 42.55613 DEC 44 41 56.3913 IMEAN2: Maximum= 1.1783E+00 at 449 450 1 1 IMEAN2: Skypos: RA 09 20 58.45840 DEC 44 41 53.9850 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 1 390.BLANK.1 AIPS 2: Mean= 5.4853E-06 rms= 6.8404E-04 JY/BEAM over 652946. pixels AIPS 2: Maximum= 8.7449E-03 at 12 502 1 1 1 1 1 AIPS 2: Skypos: RA 09 27 26.22449 DEC 39 02 47.4437 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-9.9949E-03 at 877 563 1 1 1 1 1 AIPS 2: Skypos: RA 09 26 41.10409 DEC 39 03 24.5243 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.8612E-01 Jy. Beam area = 19.24 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Mean= 5.4361E-06 rms= 8.1921E-04 JY/BEAM over 648030. pixels AIPS 2: Maximum= 5.1345E-02 at 703 377 1 1 1 1 1 AIPS 2: Skypos: RA 05 20 59.36227 DEC 16 37 33.8519 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.6621E-02 at 70 655 1 1 1 1 1 AIPS 2: Skypos: RA 05 21 26.22727 DEC 16 40 23.3821 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2524E-01 Jy. Beam area = 28.13 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.BLANK.1 AIPS 2: Mean= 5.3951E-05 rms= 1.7053E-02 JY/BEAM over 639741. pixels AIPS 2: Maximum= 1.0377E-01 at 453 356 1 1 1 1 1 AIPS 2: Skypos: RA 05 55 30.80560 DEC 39 47 49.0120 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.2356E-01 at 635 703 1 1 1 1 1 AIPS 2: Skypos: RA 05 55 21.10413 DEC 39 51 21.9741 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.5535E+00 Jy. Beam area = 22.22 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Mean=-3.8356E-07 rms= 2.9942E-04 JY/BEAM over 632710. pixels AIPS 2: Maximum= 2.3862E-03 at 138 560 1 1 1 1 1 AIPS 2: Skypos: RA 07 13 55.96331 DEC 43 50 24.3955 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.9442E-03 at 865 306 1 1 1 1 1 AIPS 2: Skypos: RA 07 13 14.50613 DEC 43 47 47.5558 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = -1.1292E-02 Jy. Beam area = 21.49 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.BLANK.1 AIPS 2: Mean=-1.5641E-08 rms= 3.1640E-04 JY/BEAM over 630178. pixels AIPS 2: Maximum= 3.0329E-03 at 866 321 1 1 1 1 1 AIPS 2: Skypos: RA 08 54 30.56901 DEC 20 05 10.8031 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.3368E-03 at 880 381 1 1 1 1 1 AIPS 2: Skypos: RA 08 54 29.95318 DEC 20 05 47.9050 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = -2.1174E-04 Jy. Beam area = 46.55 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.BLANK.1 AIPS 2: Mean= 6.9367E-08 rms= 3.0554E-04 JY/BEAM over 629389. pixels AIPS 2: Maximum= 1.6162E-03 at 6 517 1 1 1 1 1 AIPS 2: Skypos: RA 09 21 24.17380 DEC 44 42 35.2647 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.5924E-03 at 723 454 1 1 1 1 1 AIPS 2: Skypos: RA 09 20 42.55613 DEC 44 41 56.3913 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 8.8639E-04 Jy. Beam area = 49.25 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.BLANK.1 AIPS 2: Mean= 3.6628E-07 rms= 2.5717E-04 JY/BEAM over 652612. pixels AIPS 2: Maximum= 4.2475E-03 at 545 392 1 1 1 1 1 AIPS 2: Skypos: RA 11 46 53.64581 DEC 39 57 54.1860 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.3462E-03 at 656 405 1 1 1 1 1 AIPS 2: Skypos: RA 11 46 47.77750 DEC 39 58 02.0630 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.1184E-02 Jy. Beam area = 21.37 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 1146+399 .BLANK . 1 1 xywind= 1 1 915 915 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-2.9366E-06 Rms= 2.5494E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 2.4324E-05 Rms= 2.9850E-03 JY/BEAM over 656212 pixels IMEAN2: Flux density = 7.4678E-01 Jy. beam area = 21.37 pixels IMEAN2: Minimum=-1.3462E-03 at 656 405 1 1 IMEAN2: Skypos: RA 11 46 47.77750 DEC 39 58 02.0630 IMEAN2: Maximum= 7.3653E-01 at 457 458 1 1 IMEAN2: Skypos: RA 11 46 58.29790 DEC 39 58 34.3040 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 E-02 Jy. Beam area = 21.37 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Mean= 3.2623E-07 rms= 3.2800E-04 JY/BEAM over 646309. pixels AIPS 2: Maximum= 3.1492E-03 at 851 574 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 09.57586 DEC 32 21 55.7555 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.9596E-03 at 59 338 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 47.74329 DEC 32 19 31.6290 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 9.0489E-03 Jy. Beam area = 23.30 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 1310+323 .BLANK . 1 1 xywind= 1 1 910 910 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-3.6704E-06 Rms= 3.0914E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 6.9801E-05 Rms= 8.0622E-03 JY/BEAM over 649909 pixels IMEAN2: Flux density = 1.9469E+00 Jy. beam area = 23.30 pixels IMEAN2: Minimum=-3.9596E-03 at 59 338 1 1 IMEAN2: Skypos: RA 13 10 47.74329 DEC 32 19 31.6290 IMEAN2: Maximum= 1.8948E+00 at 455 456 1 1 IMEAN2: Skypos: RA 13 10 28.66380 DEC 32 20 43.7820 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 E-02 Jy. Beam area = 21.37 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Mean= 3.2623E-07 rms= 3.2800E-04 JY/BEAM over 646309. pixels AIPS 2: Maximum= 3.1492E-03 at 851 574 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 09.57586 DEC 32 21 55.7555 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.9596E-03 at 59 338 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 47.74329 DEC 32 19 31.6290 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 9.0489E-03 Jy. Beam area = 23.30 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Mean= 9.5225E-06 rms= 1.5134E-03 JY/BEAM over 641838. pixels AIPS 2: Maximum= 3.1997E-02 at 351 101 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 13.12182 DEC 30 26 56.6298 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.1243E-02 at 814 180 1 1 1 1 1 AIPS 2: Skypos: RA 13 30 51.17770 DEC 30 27 44.9779 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.5811E-01 Jy. Beam area = 23.68 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 1331+305 .BLANK . 1 1 xywind= 1 1 907 907 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean= 1.4035E-05 Rms= 1.1092E-03 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 2.8597E-04 Rms= 3.2175E-02 JY/BEAM over 645438 pixels IMEAN2: Flux density = 7.7948E+00 Jy. beam area = 23.68 pixels IMEAN2: Minimum=-3.1243E-02 at 814 180 1 1 IMEAN2: Skypos: RA 13 30 51.17770 DEC 30 27 44.9779 IMEAN2: Maximum= 7.4423E+00 at 453 454 1 1 IMEAN2: Skypos: RA 13 31 08.28800 DEC 30 30 32.9590 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 E-02 Jy. Beam area = 21.37 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Mean= 3.2623E-07 rms= 3.2800E-04 JY/BEAM over 646309. pixels AIPS 2: Maximum= 3.1492E-03 at 851 574 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 09.57586 DEC 32 21 55.7555 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.9596E-03 at 59 338 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 47.74329 DEC 32 19 31.6290 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 9.0489E-03 Jy. Beam area = 23.30 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Mean= 9.5225E-06 rms= 1.5134E-03 JY/BEAM over 641838. pixels AIPS 2: Maximum= 3.1997E-02 at 351 101 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 13.12182 DEC 30 26 56.6298 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.1243E-02 at 814 180 1 1 1 1 1 AIPS 2: Skypos: RA 13 30 51.17770 DEC 30 27 44.9779 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.5811E-01 Jy. Beam area = 23.68 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Mean= 4.7498E-06 rms= 5.5635E-04 JY/BEAM over 489810. pixels AIPS 2: Maximum= 2.7188E-02 at 754 547 1 1 1 1 1 AIPS 2: Skypos: RA 13 37 22.61935 DEC -12 55 39.5218 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.2482E-02 at 39 247 1 1 1 1 1 AIPS 2: Skypos: RA 13 37 56.90213 DEC -12 59 09.7941 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 7.4795E-02 Jy. Beam area = 31.10 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 1337-129 .BLANK . 1 1 xywind= 1 1 793 793 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-1.7926E-06 Rms= 3.3553E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 3.6016E-04 Rms= 3.1466E-02 JY/BEAM over 493410 pixels IMEAN2: Flux density = 5.7132E+00 Jy. beam area = 31.10 pixels IMEAN2: Minimum=-2.2482E-02 at 39 247 1 1 IMEAN2: Skypos: RA 13 37 56.90213 DEC -12 59 09.7941 IMEAN2: Maximum= 5.5861E+00 at 396 397 1 1 IMEAN2: Skypos: RA 13 37 39.78270 DEC -12 57 24.6930 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 E-02 Jy. Beam area = 21.37 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Mean= 3.2623E-07 rms= 3.2800E-04 JY/BEAM over 646309. pixels AIPS 2: Maximum= 3.1492E-03 at 851 574 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 09.57586 DEC 32 21 55.7555 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.9596E-03 at 59 338 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 47.74329 DEC 32 19 31.6290 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 9.0489E-03 Jy. Beam area = 23.30 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Mean= 9.5225E-06 rms= 1.5134E-03 JY/BEAM over 641838. pixels AIPS 2: Maximum= 3.1997E-02 at 351 101 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 13.12182 DEC 30 26 56.6298 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.1243E-02 at 814 180 1 1 1 1 1 AIPS 2: Skypos: RA 13 30 51.17770 DEC 30 27 44.9779 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.5811E-01 Jy. Beam area = 23.68 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Mean= 4.7498E-06 rms= 5.5635E-04 JY/BEAM over 489810. pixels AIPS 2: Maximum= 2.7188E-02 at 754 547 1 1 1 1 1 AIPS 2: Skypos: RA 13 37 22.61935 DEC -12 55 39.5218 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.2482E-02 at 39 247 1 1 1 1 1 AIPS 2: Skypos: RA 13 37 56.90213 DEC -12 59 09.7941 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 7.4795E-02 Jy. Beam area = 31.10 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.BLANK.1 AIPS 2: Mean= 9.3091E-07 rms= 3.4887E-04 JY/BEAM over 634329. pixels AIPS 2: Maximum= 4.6641E-03 at 873 506 1 1 1 1 1 AIPS 2: Skypos: RA 16 34 53.44260 DEC 38 08 37.6575 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-6.1101E-03 at 29 398 1 1 1 1 1 AIPS 2: Skypos: RA 16 35 37.53761 DEC 38 07 31.0850 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.3502E-02 Jy. Beam area = 43.73 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 1635+381 .BLANK . 1 1 xywind= 1 1 902 902 IMEAN2: Mean and rms found by fitting peak in histogram: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMEAN2: Mean= 8.4652E-07 Rms= 2.9099E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 1.7220E-04 Rms= 1.4538E-02 JY/BEAM over 637929 pixels IMEAN2: Flux density = 2.5118E+00 Jy. beam area = 43.73 pixels IMEAN2: Minimum=-6.1101E-03 at 29 398 1 1 IMEAN2: Skypos: RA 16 35 37.53761 DEC 38 07 31.0850 IMEAN2: Maximum= 2.4656E+00 at 451 452 1 1 IMEAN2: Skypos: RA 16 35 15.49290 DEC 38 08 04.5000 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 E-02 Jy. Beam area = 21.37 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Mean= 3.2623E-07 rms= 3.2800E-04 JY/BEAM over 646309. pixels AIPS 2: Maximum= 3.1492E-03 at 851 574 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 09.57586 DEC 32 21 55.7555 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.9596E-03 at 59 338 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 47.74329 DEC 32 19 31.6290 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 9.0489E-03 Jy. Beam area = 23.30 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Mean= 9.5225E-06 rms= 1.5134E-03 JY/BEAM over 641838. pixels AIPS 2: Maximum= 3.1997E-02 at 351 101 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 13.12182 DEC 30 26 56.6298 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.1243E-02 at 814 180 1 1 1 1 1 AIPS 2: Skypos: RA 13 30 51.17770 DEC 30 27 44.9779 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.5811E-01 Jy. Beam area = 23.68 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Mean= 4.7498E-06 rms= 5.5635E-04 JY/BEAM over 489810. pixels AIPS 2: Maximum= 2.7188E-02 at 754 547 1 1 1 1 1 AIPS 2: Skypos: RA 13 37 22.61935 DEC -12 55 39.5218 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.2482E-02 at 39 247 1 1 1 1 1 AIPS 2: Skypos: RA 13 37 56.90213 DEC -12 59 09.7941 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 7.4795E-02 Jy. Beam area = 31.10 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.BLANK.1 AIPS 2: Mean= 9.3091E-07 rms= 3.4887E-04 JY/BEAM over 634329. pixels AIPS 2: Maximum= 4.6641E-03 at 873 506 1 1 1 1 1 AIPS 2: Skypos: RA 16 34 53.44260 DEC 38 08 37.6575 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-6.1101E-03 at 29 398 1 1 1 1 1 AIPS 2: Skypos: RA 16 35 37.53761 DEC 38 07 31.0850 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.3502E-02 Jy. Beam area = 43.73 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.BLANK.1 AIPS 2: Mean= 3.8078E-07 rms= 3.2658E-04 JY/BEAM over 528270. pixels AIPS 2: Maximum= 2.4947E-03 at 812 446 1 1 1 1 1 AIPS 2: Skypos: RA 16 37 40.00914 DEC 57 20 46.6540 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.7947E-03 at 639 716 1 1 1 1 1 AIPS 2: Skypos: RA 16 37 54.41264 DEC 57 23 49.1085 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 6.9530E-03 Jy. Beam area = 28.93 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 1638+573 .BLANK . 1 1 xywind= 1 1 823 823 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-6.3228E-06 Rms= 3.2256E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 6.6910E-05 Rms= 6.3063E-03 JY/BEAM over 531870 pixels IMEAN2: Flux density = 1.2301E+00 Jy. beam area = 28.93 pixels IMEAN2: Minimum=-1.7947E-03 at 639 716 1 1 IMEAN2: Skypos: RA 16 37 54.41264 DEC 57 23 49.1085 IMEAN2: Maximum= 1.1976E+00 at 411 412 1 1 IMEAN2: Skypos: RA 16 38 13.45620 DEC 57 20 23.9790 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 E-02 Jy. Beam area = 21.37 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Mean= 3.2623E-07 rms= 3.2800E-04 JY/BEAM over 646309. pixels AIPS 2: Maximum= 3.1492E-03 at 851 574 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 09.57586 DEC 32 21 55.7555 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.9596E-03 at 59 338 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 47.74329 DEC 32 19 31.6290 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 9.0489E-03 Jy. Beam area = 23.30 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Mean= 9.5225E-06 rms= 1.5134E-03 JY/BEAM over 641838. pixels AIPS 2: Maximum= 3.1997E-02 at 351 101 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 13.12182 DEC 30 26 56.6298 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.1243E-02 at 814 180 1 1 1 1 1 AIPS 2: Skypos: RA 13 30 51.17770 DEC 30 27 44.9779 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.5811E-01 Jy. Beam area = 23.68 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Mean= 4.7498E-06 rms= 5.5635E-04 JY/BEAM over 489810. pixels AIPS 2: Maximum= 2.7188E-02 at 754 547 1 1 1 1 1 AIPS 2: Skypos: RA 13 37 22.61935 DEC -12 55 39.5218 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.2482E-02 at 39 247 1 1 1 1 1 AIPS 2: Skypos: RA 13 37 56.90213 DEC -12 59 09.7941 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 7.4795E-02 Jy. Beam area = 31.10 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.BLANK.1 AIPS 2: Mean= 9.3091E-07 rms= 3.4887E-04 JY/BEAM over 634329. pixels AIPS 2: Maximum= 4.6641E-03 at 873 506 1 1 1 1 1 AIPS 2: Skypos: RA 16 34 53.44260 DEC 38 08 37.6575 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-6.1101E-03 at 29 398 1 1 1 1 1 AIPS 2: Skypos: RA 16 35 37.53761 DEC 38 07 31.0850 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.3502E-02 Jy. Beam area = 43.73 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.BLANK.1 AIPS 2: Mean= 3.8078E-07 rms= 3.2658E-04 JY/BEAM over 528270. pixels AIPS 2: Maximum= 2.4947E-03 at 812 446 1 1 1 1 1 AIPS 2: Skypos: RA 16 37 40.00914 DEC 57 20 46.6540 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.7947E-03 at 639 716 1 1 1 1 1 AIPS 2: Skypos: RA 16 37 54.41264 DEC 57 23 49.1085 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 6.9530E-03 Jy. Beam area = 28.93 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0423-013.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 0423-013 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 E-02 Jy. Beam area = 21.37 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Mean= 3.2623E-07 rms= 3.2800E-04 JY/BEAM over 646309. pixels AIPS 2: Maximum= 3.1492E-03 at 851 574 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 09.57586 DEC 32 21 55.7555 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.9596E-03 at 59 338 1 1 1 1 1 AIPS 2: Skypos: RA 13 10 47.74329 DEC 32 19 31.6290 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 9.0489E-03 Jy. Beam area = 23.30 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Mean= 9.5225E-06 rms= 1.5134E-03 JY/BEAM over 641838. pixels AIPS 2: Maximum= 3.1997E-02 at 351 101 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 13.12182 DEC 30 26 56.6298 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-3.1243E-02 at 814 180 1 1 1 1 1 AIPS 2: Skypos: RA 13 30 51.17770 DEC 30 27 44.9779 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.5811E-01 Jy. Beam area = 23.68 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Mean= 4.7498E-06 rms= 5.5635E-04 JY/BEAM over 489810. pixels AIPS 2: Maximum= 2.7188E-02 at 754 547 1 1 1 1 1 AIPS 2: Skypos: RA 13 37 22.61935 DEC -12 55 39.5218 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-2.2482E-02 at 39 247 1 1 1 1 1 AIPS 2: Skypos: RA 13 37 56.90213 DEC -12 59 09.7941 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 7.4795E-02 Jy. Beam area = 31.10 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.BLANK.1 AIPS 2: Mean= 9.3091E-07 rms= 3.4887E-04 JY/BEAM over 634329. pixels AIPS 2: Maximum= 4.6641E-03 at 873 506 1 1 1 1 1 AIPS 2: Skypos: RA 16 34 53.44260 DEC 38 08 37.6575 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-6.1101E-03 at 29 398 1 1 1 1 1 AIPS 2: Skypos: RA 16 35 37.53761 DEC 38 07 31.0850 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.3502E-02 Jy. Beam area = 43.73 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.BLANK.1 AIPS 2: Mean= 3.8078E-07 rms= 3.2658E-04 JY/BEAM over 528270. pixels AIPS 2: Maximum= 2.4947E-03 at 812 446 1 1 1 1 1 AIPS 2: Skypos: RA 16 37 40.00914 DEC 57 20 46.6540 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.7947E-03 at 639 716 1 1 1 1 1 AIPS 2: Skypos: RA 16 37 54.41264 DEC 57 23 49.1085 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 6.9530E-03 Jy. Beam area = 28.93 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0423-013.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0609-157.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 0609-157 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 0.8 Real= 0 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0927+390.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 0927+390 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0927+390.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0521+166.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 0521+166 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0927+390.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0555+398.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 0555+398 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0609-157.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0927+390.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0521+166.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0555+398.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0713+438.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 0713+438 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 t(1) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0854+201.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 0854+201 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 t(1) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0854+201.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.BLANK.1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Got(O) disk= 1 user=**** type=MA 0920+446.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 0920+446 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 t(1) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0854+201.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.BLANK.1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Got(O) disk= 1 user=**** type=MA 0920+446.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1146+399.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 1146+399 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 t(1) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0713+438.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0854+201.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.BLANK.1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Got(O) disk= 1 user=**** type=MA 0920+446.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1146+399.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1310+323.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 1310+323 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 1310+323.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 1331+305 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 1310+323.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1337-129.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 1337-129 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 0.9 Real= 1 1310+323.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1635+381.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 1635+381 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 1310+323.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1635+381.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1638+573.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 1638+573 .RADCOR. 1 (MA) on disk 1 cno 62 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 0.9 Real= 0 1310+323.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1310+323.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1337-129.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1635+381.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1638+573.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0423-013.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 0423-013 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0423-013.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0609-157.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 0609-157 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0423-013.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0609-157.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0927+390.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 0927+390 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=MA 0423-013.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0423-013.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0609-157.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0609-157.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0927+390.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0927+390.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0521+166.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0521+166.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 0521+166 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 ype=MA 0521+166.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0555+398.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 0555+398 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 ype=MA 0521+166.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0555+398.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0713+438.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 0713+438 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 ype=MA 0521+166.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0555+398.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0713+438.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0854+201.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 0854+201 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 ype=MA 0521+166.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0555+398.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0713+438.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0854+201.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0920+446.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 0920+446 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 ype=MA 0521+166.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0555+398.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0555+398.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0713+438.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0713+438.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0854+201.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0854+201.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 0920+446.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 0920+446.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1146+399.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 1146+399 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1146+399.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1310+323.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 1310+323 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1146+399.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1310+323.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 1331+305 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1146+399.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1310+323.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1337-129.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 1337-129 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1146+399.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1146+399.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1310+323.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1310+323.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1337-129.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1337-129.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1635+381.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 1635+381 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 mes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1635+381.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1638+573.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 1638+573 .NVAS06. 1 (MA) on disk 1 cno 62 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 1 mes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1635+381.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1635+381.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 AIPS 2: Got(1) disk= 1 user=**** type=MA 1638+573.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1638+573.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 55 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 61 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18489: 9985 messages, oldest written 02-OCT-2006 08:36:58 AIPS 2: Deleted 0 messages AIPS 2: Saved POPS environment in area named 'LASTEXIT' AIPS 2: Session command-line history saved. AIPS 2: auto 31DEC06 TST: Cpu= 2.5 Real= 759 /home/auto/run/TESTT_2000MAR02_1.run.1 finished on Mon Oct 2 10:20:57 MDT 2006