AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Aug 10 14:21 /home/auto/bin/AVLAPREP.001 Pipe version = Aug 10 14:21 /home/auto/bin/AVLAPIPE.001 Post version = Sep 7 11:26 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using private file /users/vlbacald/.dadevs for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 2: You are NOT assigned a TV device or server AIPS 2: You are NOT assigned a graphics device or server AIPS 2: Enter user ID number ?AIPS 2: 31DEC06 AIPS: AIPS 2: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 2: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 2: for details, type HELP GNUGPL AIPS 2: This is free software, and you are welcome to redistribute it AIPS 2: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 2: Previous session command-line history recovered. AIPS 2: TAB-key completions enabled, type HELP READLINE for details. AIPS 2: Recovered POPS environment from last exit >>>AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 2: procedure pipedef1 AIPS 2: string*12 pnam AIPS 2: string*6 pcls AIPS 2: scalar pseq,pdsk AIPS 2: pdsk=1 AIPS 2: finish AIPS 2: pipedef1 AIPS 2: procedure namepipe AIPS 2: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 2: finish AIPS 2: procedure pipename AIPS 2: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 2: finish AIPS 2: AIPS 2: procedure checkcat AIPS 2: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 2: scalar numcat AIPS 2: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 2: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 2: if(numcat>0)then;recat;end;clrtemp AIPS 2: return numcat AIPS 2: finish AIPS 2: AIPS 2: procedure gx AIPS 2: $ inputs AIPS 2: go;wait AIPS 2: finish AIPS 2: AIPS 2: procedure pre_fillm AIPS 2: $LOS - sets VLA archive defaults for fillm AIPS 2: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 2: finish AIPS 2: AIPS 2: procedure fname AIPS 2: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 2: finish AIPS 2: AIPS 2: procedure del AIPS 2: error=1;zap AIPS 2: finish AIPS 2: AIPS 2: procedure skipdata AIPS 2: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 2: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 2: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 2: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 2: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 2: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 2: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 2: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 2: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 2: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 2: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 2: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 2: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 2: end AIPS 2: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 2: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure checkcal AIPS 2: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 2: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 2: scalar idx,jdx AIPS 2: string*16 sname AIPS 2: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 2: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 2: for jdx=1:idx AIPS 2: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 2: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try B1950 name AIPS 2: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 AIPS 2: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 name AIPS 2: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 2: end;end;end;clrtemp AIPS 2: end AIPS 2: $ if error>0 check on coords (for different name than standard) AIPS 2: $ but keyval not reliable to do this.. ?? AIPS 2: $ end AIPS 2: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 2: else;checkids;error=-1;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure j2000fix AIPS 2: $LOS - convert data to J2000 by default use of uvfix AIPS 2: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 2: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 2: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure datachks AIPS 2: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 2: if(error<1)then $ file exists AIPS 2: skipdata;if(error<1)then $ file was not zapped AIPS 2: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 2: j2000fix AIPS 2: $ addcalco AIPS 2: end;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure freqchks AIPS 2: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 2: scalar rows, nfrq AIPS 2: if(error<1)then $ file exists AIPS 2: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 2: if (nfrq > 1) then AIPS 2: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 2: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 2: for rows=1:nfrq AIPS 2: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 2: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 2: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 2: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 2: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 2: tget uvcop;freqid=1;clrtemp AIPS 2: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 2: finish AIPS 2: AIPS 2: procedure pre_move AIPS 2: $LOS - moves file to another AIPS user number AIPS 2: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: $ AIPS 2: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 2: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 2: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 2: $ Rearanged inputs and options, added integration time calculation, AIPS 2: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 2: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 2: $ array, use model,.. AIPS 2: $ AIPS 2: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 2: $ find imsize, find cutoffflux, include infi le AIPS 2: $--------------------------------------------------------------- AIPS 2: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 2: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 2: $=============================================== AIPS 2: $! Calibrating amplitude and phase, and imaging VLA data AIPS 2: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 2: $--------------------------------------------------------------- AIPS 2: $; Copyright (C) 2002-2006 AIPS 2: $; Associated Universities, Inc. Washington DC, USA. AIPS 2: $; AIPS 2: $; This program is free software; you can redistribute it and/o r AIPS 2: $; modify it under the terms of the GNU General Public License as AIPS 2: $; published by the Free Software Foundation; either version 2 of AIPS 2: $; the License, or (at your option) any later version. AIPS 2: $; AIPS 2: $; This program is distributed in the hope that it will be usef ul, AIPS 2: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 2: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 2: $; GNU General Public License for more details. AIPS 2: $; AIPS 2: $; You should have received a copy of the GNU General Public AIPS 2: $; License along with this program; if not, write to the Free AIPS 2: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 2: $; MA 02139, USA. AIPS 2: $; AIPS 2: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 2: $; Internet email: aipsmail@nrao.edu. AIPS 2: $; Postal address: AIPS Project Office AIPS 2: $; National Radio Astronomy Observatory AIPS 2: $; 520 Edgemont Road AIPS 2: $; Charlottesville, VA 22903-2475 USA AIPS 2: $--------------------------------------------------------------- AIPS 2: $=============================================================== AIPS 2: AIPS 2: procedure pipeinit AIPS 2: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 2: scalar lsids,star,tint,fsw AIPS 2: string*2 lstyp AIPS 2: string*3 lsvla AIPS 2: string*6 lsidc,lsstrng AIPS 2: string*16 lsidn,lscal AIPS 2: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 2: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 2: string*20 expnm AIPS 2: string*48 expmsg AIPS 2: finish AIPS 2: pipeinit AIPS 2: AIPS 2: procedure pipeinpt AIPS 2: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 2: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 2: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 2: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 2: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 2: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 2: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 2: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 2: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 2: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 2: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 2: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 2: lsparm(9)=docal;lsparm(10)=doresid AIPS 2: $ check input values AIPS 2: $->lsbadd AIPS 2: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 2: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 2: if (error<>0) then AIPS 2: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 2: else AIPS 2: userid=0;k=1;lsname=0 AIPS 2: while (lsname=0);egetname k AIPS 2: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 2: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 2: else;k=k+1;end;end;end;else AIPS 2: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 2: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 2: else AIPS 2: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 2: end AIPS 2: end AIPS 2: AIPS 2: $->inname AIPS 2: $->inclass AIPS 2: $->inseq AIPS 2: $->fsw AIPS 2: $->lsflag AIPS 2: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 2: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 2: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 2: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 2: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 2: end AIPS 2: $->lscal AIPS 2: if (length(lscal)<>0) then AIPS 2: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 2: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 2: end AIPS 2: AIPS 2: $->lsflux AIPS 2: $-> #3+#4 uvrange AIPS 2: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 2: if((i=1)&(j=1))then;star=1;else; AIPS 2: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 2: end;end;end;end;clrtemp;end AIPS 2: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 2: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 2: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 2: end;end;clrtemp AIPS 2: $-> #11 dopol AIPS 2: $-> #12 bpa AIPS 2: $->lscont AIPS 2: $->lsplot AIPS 2: if (lsparm(1) > 0) then AIPS 2: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 2: else; AIPS 2: if (lsparm(5)=0) then; AIPS 2: keyword='TELESCOP';gethead; AIPS 2: if (substr(keystrng,1,3)<>'VLA') then; AIPS 2: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 2: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 2: for j=1:k AIPS 2: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 2: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: lsvla=substr(keystrng,i+1,i+3);else AIPS 2: lsvla=substr(keystrng,i+2,i+4);end AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 2: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: keyword=substr(keystrng,i+2,i+8);else AIPS 2: keyword=substr(keystrng,i+3,i+9);end AIPS 2: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 2: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 2: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 2: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 2: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 2: if(lsparm(5)>0)then AIPS 2: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 2: end;end;end;end AIPS 2: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 2: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 2: AIPS 2: $-> #7 niter AIPS 2: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 2: $-> #8 cutoff AIPS 2: $-> #9 docal AIPS 2: $-> #10 doresid AIPS 2: AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure getidn AIPS 2: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 2: finish AIPS 2: AIPS 2: procedure getset AIPS 2: default;getidn;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure lsclrcal AIPS 2: $ consolidate lists, deal with calcode='*' later AIPS 2: scalar lsidx,l,m,n AIPS 2: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 2: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 2: for i=1:lsidx $ remember source number AIPS 2: pixxy=i,3,0;tabget;error=0 AIPS 2: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 2: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 2: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 2: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 2: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 2: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 2: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 2: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 2: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 2: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 2: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 2: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 2: $here - clean up pnt cal for doubles - subtract from total count below AIPS 2: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 2: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 2: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 2: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 2: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 2: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 2: return;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure numtab(lsstrng) AIPS 2: keystrng'';j=0;clrtemp AIPS 2: while ((j<15)&(keystrng<>lsstrng)) AIPS 2: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 2: if (keystrng=lsstrng) then AIPS 2: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 2: keyword'';keystrng'';clrtemp AIPS 2: return keyvalue(1);finish AIPS 2: AIPS 2: procedure numbasel AIPS 2: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 2: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 2: for numbant=1:numarow AIPS 2: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 2: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 2: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 2: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 2: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 2: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 2: return numbase AIPS 2: finish AIPS 2: AIPS 2: procedure calcintt AIPS 2: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 2: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 2: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 2: else AIPS 2: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 2: if(numxrow>rmax)then;numxrow rmax;end AIPS 2: for numscan=1:numxrow;clrtemp AIPS 2: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 2: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 2: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 2: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 2: end;numcnst=numbasel;sum=0 AIPS 2: if (avr > 0) then AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 2: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 2: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 2: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 2: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 2: end AIPS 2: return avr AIPS 2: finish AIPS 2: AIPS 2: procedure guesintt AIPS 2: scalar intcst,intavr,intmod,intime AIPS 2: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 2: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 2: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 2: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 2: if (intavr>10) then AIPS 2: $ intime=10*floor(0.5+(intavr/10)) AIPS 2: intime=10*floor(intavr/10) AIPS 2: else;if (intavr>0) then AIPS 2: intmod=mod(intavr,intcst) AIPS 2: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 2: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 2: else;intime=intavr;end;end;clrtemp AIPS 2: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 2: return intime AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure chkobjct AIPS 2: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 2: then; object='3C286';end AIPS 2: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 2: then; object='3C48';end AIPS 2: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 2: then; object='3C138';end AIPS 2: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 2: then; object='3C147';end AIPS 2: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 2: then; object='3C295';end;clrtemp;return AIPS 2: finish AIPS 2: AIPS 2: procedure checkbnd AIPS 2: band='';j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9; AIPS 2: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 2: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 2: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 2: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 2: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 2: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 2: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 2: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure chkmodel AIPS 2: error=0;sysout='';sys2com'' AIPS 2: syscom'ls -1 $AIPSTARS/ AIPS 2: sys2com(1) inname!!'.MODEL' AIPS 2: sys2com(2) ' >& /dev/null AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure loadmodl AIPS 2: scalar lsidx,l AIPS 2: array lsload(5) AIPS 2: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 2: while (j<21) AIPS 2: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 2: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 2: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 2: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 2: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 2: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 2: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 2: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 2: end;return AIPS 2: finish AIPS 2: AIPS 2: procedure vlanew AIPS 2: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 2: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 2: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 2: if (inclass='LINE') then AIPS 2: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 2: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 2: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 2: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 2: finish AIPS 2: AIPS 2: procedure allzap AIPS 2: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure allplot AIPS 2: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 2: if (j>0) then AIPS 2: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 2: else;type 'NOTHING TO PLOT - DONE';end AIPS 2: finish AIPS 2: AIPS 2: procedure goplt0 AIPS 2: if (lsplot>0) then;go;end AIPS 2: finish $SN only AIPS 2: procedure goplt1 AIPS 2: if (lsplot>1) then;go;end AIPS 2: finish $SN+CL AIPS 2: procedure goplt2 AIPS 2: if (lsplot>2) then;go;end AIPS 2: finish $SN+CL+BP AIPS 2: procedure goplt3 AIPS 2: if (lsplot>3) then;go;end AIPS 2: finish $CL,BP applied AIPS 2: AIPS 2: procedure calpipe(lsdisk,lsname,lsrant) AIPS 2: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 2: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 2: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 2: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 2: if (lsflag>=1) then AIPS 2: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 2: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 2: end;task'FLAGR';getset AIPS 2: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 2: end AIPS 2: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 2: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 2: if (length(lscal)<>0) then AIPS 2: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 2: end;sources=lsampcal;go AIPS 2: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 2: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 2: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 2: if (lsmodl>0) then $ use models for ones that exist AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;clrtemp AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 2: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 2: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 2: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 2: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 2: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 2: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 2: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 2: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 2: if (error<1) then;zap;end;end AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 2: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 2: if (star>0) then; AIPS 2: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 2: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 2: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 2: soucode='*' AIPS 2: else AIPS 2: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 2: end;go AIPS 2: if (lscont<1) then AIPS 2: type '****************************************************** **' AIPS 2: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 2: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 2: type '****************************************************** **';read AIPS 2: end AIPS 2: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 2: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 2: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 2: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 2: if (inclass='CH 0') then AIPS 2: task'TACOP';getset AIPS 2: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 2: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 2: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 2: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 2: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 2: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 2: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 2: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 2: sources=lsampcal;goplt3 AIPS 2: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 2: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure calcrms AIPS 2: scalar nbas,nvis,tbw,rms,minhrs AIPS 2: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 2: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 2: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 2: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 2: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 2: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 2: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 2: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 2: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 2: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 2: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 2: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 2: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 2: return rms AIPS 2: finish AIPS 2: AIPS 2: procedure setboxfle AIPS 2: scalar ci,bi AIPS 2: string*48 fbox AIPS 2: fbox'/tmp/SETFC@ AIPS 2: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 2: ci=0;bi=length(fbox) AIPS 2: while(ci& /dev/null AIPS 2: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure catboxfile AIPS 2: sys2com'';syscom 'cat AIPS 2: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 2: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure setimsize AIPS 2: scalar szf, kk AIPS 2: string*48 bxf AIPS 2: array szc(2), szi(2), orgc(2), orgi(2) AIPS 2: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 2: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 2: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 2: while (kk<9) AIPS 2: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 2: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 2: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 2: go;szf=nfield;szc=cellsize;szi=imsize AIPS 2: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 2: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 2: vput imagr AIPS 2: finish AIPS 2: AIPS 2: procedure imapipe(k,lsdisk,lsname) AIPS 2: vnum=33;dowait=true AIPS 2: if (k=1) then AIPS 2: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 2: baddisk=lsbadd;douvcomp=-1;go AIPS 2: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 2: go;end;end;clrtemp AIPS 2: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 2: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 2: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 2: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 2: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 2: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 2: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 2: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 2: while ((lssid(k)>0) & (k<1001)) AIPS 2: if (lssid(k)=keyvalue(1))then error=0;end AIPS 2: k=k+1;end;end;vget imagr AIPS 2: if (error < 1) then AIPS 2: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 2: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 2: while (j<30) AIPS 2: k=length(inname) AIPS 2: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 2: lstarg=0;j=30 AIPS 2: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 2: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 2: if(imsize(1)<0)then;imsize=256;end;end AIPS 2: else;j=j+1;end $ check next source, if not found -> targ et AIPS 2: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 2: AIPS 2: j=1 AIPS 2: $calibrator lstarg=0 AIPS 2: $target if lstarg=1 AIPS 2: AIPS 2: AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 2: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 2: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 2: if (inclass='CH 0') then AIPS 2: for k=1:keyvalue(1);bif=k;eif=k AIPS 2: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 2: end;clrtemp;k=keyvalue(1) AIPS 2: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 2: if (error < 1) then AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if (keystrng='FREQ') then AIPS 2: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 2: else;j=j+1;end AIPS 2: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 2: if (bchan=1) then;bchan=2;end;j=k AIPS 2: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 2: end;end;clrtemp AIPS 2: else AIPS 2: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 2: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 2: else AIPS 2: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 2: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 2: end;end;boxfile=setboxfle;delboxfle AIPS 2: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 2: $ inclass'SCIMG';allzap AIPS 2: inclass'IBM*';intype'MA';allzap AIPS 2: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 2: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 2: end;end;dowait=false;vnum=0 AIPS 2: finish AIPS 2: AIPS 2: procedure avlapipe AIPS 2: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 2: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 2: else;lsclrcal;tint=guesintt;clrtemp AIPS 2: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 2: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 2: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 2: type'--------------------------------------------------- --------' AIPS 2: end;type ' ' AIPS 2: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 2: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 2: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: default'AVLAPIPE' AIPS 2: Found in Version=ABIN AIPS 2: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 2: docal 1; sources '*''' AIPS 2: $ to be set by itself later AIPS 2: solint 1; factor 5; doarray -1; imsize -1 AIPS 2: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 2: niter -1; cutoff -1 AIPS 2: $ for now debugging AIPS 2: docont 1; plver -1; doall 1; doresid 0 AIPS 2: AIPS 2: $ defaults AIPS 2: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 2: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 2: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 2: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 2: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 2: 'AM629_1999DEC11_3' >>AIPS 2: 'AM629_1999DEC11_3' >AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General catalog looks like AIPS 2: $$ Multi-source UV data file AIPS 2: $$ Multi-source TASAV file AIPS 2: $$ Single-source calibrated data - auvf AIPS 2: $$ Single-source calibrated images- aimg AIPS 2: AIPS 2: $May need to redefine after a restore 0: AIPS 2: $allzap AIPS 2: $calcintt AIPS 2: $guesintt AIPS 2: $lsparm(5);tint;lsdisk AIPS 2: AIPS 2: procedure flatfov AIPS 2: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 2: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 2: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 2: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 2: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 2: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 2: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 2: end AIPS 2: for i=3:uvi;getname i AIPS 2: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 2: for j=1:keyvalue(1) AIPS 2: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 2: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 2: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 2: $ so instead of maximum frequency span, use max individual bandw idth AIPS 2: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 2: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 2: for j=1:mai $ assume inseq starts at 1.. AIPS 2: inseq=j;kk=1;cellsize=0;userid=0 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 2: keyword='CDELT'!!char(kk);clrtemp AIPS 2: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 2: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 2: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 2: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 2: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 2: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 2: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 2: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 2: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 2: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 2: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 2: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 2: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 2: go;wait;allzap;recat AIPS 2: end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasimage AIPS 2: $LOS - Determine noise, do primary beam correction, include copy right AIPS 2: scalar numfle,ll,mm AIPS 2: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 2: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 2: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 2: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 2: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 2: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 2: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 2: end AIPS 2: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 2: for j=mai:numfle AIPS 2: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 2: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 2: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 2: for j=mai:numfle $ can only do on MA files AIPS 2: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasname AIPS 2: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 2: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 2: string*1 pm,rmsc AIPS 2: string*2 zz AIPS 2: string*3 mmm AIPS 2: string*4 rmss,sbms,fras AIPS 2: string*5 radi AIPS 2: string*30 dir AIPS 2: string*20 expn AIPS 2: ki=1;userid=0 AIPS 2: while (ki<9) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 2: typ ki, keys AIPS 2: if(substr(keystrng,1,2)='RA')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 2: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 2: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 2: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 2: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 2: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 2: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 2: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 2: typ 'HERE' AIPS 2: if(substr(keystrng,1,3)='DEC')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 2: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 2: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 2: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 2: ds=floor(dc1+(3600*dc2));clrtemp AIPS 2: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 2: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 2: if(substr(keystrng,1,6)='STOKES')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 2: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 2: end; AIPS 2: typ ki 'TOO' AIPS 2: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 2: end;clrtemp $ build the output file name here AIPS 2: typ 'BUILD NOW' AIPS 2: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 2: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 2: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 2: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 2: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 2: AIPS 2: AIPS 2: AIPS 2: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 2: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 2: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 2: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 2: else AIPS 2: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 2: end AIPS 2: AIPS 2: if (expnm='') then AIPS 2: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 2: mmm=substr(keystrng,5,6) AIPS 2: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 2: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 2: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 2: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 2: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 2: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 2: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 2: end AIPS 2: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print outf AIPS 2: AIPS 2: $ make the source dir here AIPS 2: dir='';sysout'';syscom'mkdir AIPS 2: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 2: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 2: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 2: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 2: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 7.83 min. of data in 47 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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= 5.590E-01 +- 2.652E-02 source= 1331+305 FLAGR2: Overall average rms= 7.559E-02 +- 3.674E-02 source= 1331+305 FLAGR2: Overall average amp= 7.567E-02 +- 2.900E-03 source= 1804+010 FLAGR2: Overall average rms= 1.792E-03 +- 3.559E-04 source= 1804+010 FLAGR2: Overall average amp= 2.633E-03 +- 2.639E-04 source= K3-1 FLAGR2: Overall average rms= 1.248E-03 +- 1.125E-04 source= K3-1 FLAGR2: Overall average amp= 7.135E-02 +- 2.703E-03 source= 2031+549 FLAGR2: Overall average rms= 1.694E-03 +- 3.026E-04 source= 2031+549 FLAGR2: Overall average amp= 2.461E-03 +- 2.333E-04 source= I21282 FLAGR2: Overall average rms= 1.173E-03 +- 1.128E-04 source= I21282 FLAGR2: Overall average amp= 6.243E-02 +- 2.632E-03 source= 1922+155 FLAGR2: Overall average rms= 1.728E-03 +- 3.275E-04 source= 1922+155 FLAGR2: Overall average amp= 2.646E-03 +- 2.822E-04 source= K3-30 FLAGR2: Overall average rms= 1.241E-03 +- 1.091E-04 source= K3-30 FLAGR2: Found 121 bad times, 743 total flags FLAGR2: Wrote 6 antenna & IF independent flags FLAGR2: Wrote 119 antenna independent, IF dependent flags FLAGR2: Wrote 618 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 9.8 Real= 29 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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 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 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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 19991211 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 1 CALIB2: Found 3174 good solutions CALIB2: Failed on 38 solutions CALIB2: Average closure rms = 0.0112 +- 0.0071 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.01027 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.06507 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: 0.20890 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: 0.27397 of the times had 16 - 18 percent outside 2.5 times rms CALIB2: 0.38014 of the times had 18 - 20 percent outside 2.5 times rms CALIB2: 0.04452 of the times had 20 - 22 percent outside 2.5 times rms CALIB2: 0.01370 of the times had 22 - 24 percent outside 2.5 times rms CALIB2: 0.00342 of the times had 24 - 26 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= 3 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_X.MODEL CALRD2: Create 3C286_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991211 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: FACSET: source model will be scaled to 5.216 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.88316E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 70 percent complete CALIB2: FACSET: source model will be scaled to 5.195 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.84307E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 194 CCs CALIB2: Determining solutions CALIB2: Deleted 121 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 478 good solutions CALIB2: Failed on 6 solutions CALIB2: Average closure rms = 0.0031 +- 0.0018 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.20455 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: 0.20455 of the times had 16 - 18 percent outside 2.5 times rms CALIB2: 0.45455 of the times had 18 - 20 percent outside 2.5 times rms CALIB2: 0.09091 of the times had 20 - 22 percent outside 2.5 times rms CALIB2: 0.02273 of the times had 22 - 24 percent outside 2.5 times rms CALIB2: 0.02273 of the times had 26 - 28 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.4 Real= 1 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 803 merged records from 803 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.4 Real= 3 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 715 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 803 merged records from 803 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= 1 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991211 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 2.622E+01 CALIB2: RPOL, IF= 2 The average gain over these antennas is 2.741E+01 CALIB2: LPOL, IF= 1 The average gain over these antennas is 2.510E+01 CALIB2: LPOL, IF= 2 The average gain over these antennas is 2.888E+01 CALIB2: Found 1360 good solutions CALIB2: Failed on 48 solutions CALIB2: Average closure rms = 0.0008 +- 0.0002 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.17838 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.15676 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.03243 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.01081 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.00541 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= 0.4 Real= 1 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991211 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: FACSET: source model will be scaled to 5.216 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.88316E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 70 percent complete CALIB2: FACSET: source model will be scaled to 5.195 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.84307E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 194 CCs CALIB2: Determining solutions CALIB2: Deleted 22 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 4.832E+01 CALIB2: RPOL, IF= 2 The average gain over these antennas is 4.609E+01 CALIB2: LPOL, IF= 1 The average gain over these antennas is 5.476E+01 CALIB2: LPOL, IF= 2 The average gain over these antennas is 5.028E+01 CALIB2: Found 88 good solutions CALIB2: Average closure rms = 0.0004 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 7 TO 23 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.3 Real= 1 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1804+010 : 0 C 1 0.84485 +/- 0.07246 GETJY2: 2 0.81271 +/- 0.04968 GETJY2: 2031+549 : 0 A 1 0.92631 +/- 0.15536 GETJY2: 2 0.86617 +/- 0.11263 GETJY2: 1922+155 : 0 C 1 0.83435 +/- 0.14935 GETJY2: 2 0.82825 +/- 0.14560 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: Adjusting solutions to a common reference antenna = 5 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 352 merged records from 352 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.4 Real= 1 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 715 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: Adjusting solutions to a common reference antenna = 5 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 352 merged records from 352 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= 2 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 19991211 .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.2 Real= 2 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1331+305 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 180 180 SPLIT2: Fully 0 0 3645 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 1804+010 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1397 589 1953 SPLIT2: Fully 0 130 10007 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 K3-1 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 7769 3813 10422 SPLIT2: Fully 0 1950 33952 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 2031+549 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2335 269 2574 SPLIT2: Fully 0 0 15373 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 I21282 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 7706 2040 9443 SPLIT2: Fully 0 0 45511 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 1922+155 .X BAND. 1 (UV) on disk 1 cno 8 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2638 1692 4068 SPLIT2: Fully 0 0 14799 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 K3-30 .X BAND. 1 (UV) on disk 1 cno 9 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 10437 3871 13206 SPLIT2: Fully 0 0 41983 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: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 1.0 Real= 2 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07235 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 X BAND Seq 1 Disk: 1 in slot 3 SETFC2: SETCEL: recommends IMSIZE 908 CELLSIZE 0.35268 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.35268 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 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 75.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 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 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07235 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.4554E-02 4.0000E-02 0 IMAGR2: Field 2 246 246 2.8302E-01 -5.6000E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 10 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 3825 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 7.530E+04 IMAGR2: UVWAIT: Adding temperance S 1.506E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.521E+07 and out 3.439E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.196 due to weighting IMAGR2: UVWAIT: Average summed weight 7.530E+04 over 7650 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 11 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 12 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 13 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 14 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.65128E+08 IMAGR2: Field 1 Beam min = -231.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.618 x 0.726 arcsec, PA= 88.3 IMAGR2: Field 2 Sum of gridding weights = 3.65131E+08 IMAGR2: Field 2 Beam min = -231.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.618 x 0.726 arcsec, PA= 88.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -1.2 Jy,max = 5.1 Jy IMAGR2: Field 2 min = -1.3 Jy,max = 4.6 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 590.07 MilliJy IMAGR2: 11732 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.456 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 2.925 Jy 8 comps IMAGR2: Total Cleaned flux density = 2.925 Jy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -575.7 MilliJy,max = 2.0 Jy IMAGR2: TRY ANOTHER FIELD: this is 1.937E+00 < Second best 2.336E+00 IMAGR2: Field 1 min = -575.9 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 282.23 MilliJy IMAGR2: 9471 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.084 Jy iter= 16 IMAGR2: Field 1 Clean flux density= 4.186 Jy 16 comps IMAGR2: Total Cleaned flux density = 4.186 Jy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -315.4 MilliJy,max = 1.1 Jy IMAGR2: BGC Clean: using 509 cell beam + residuals > 233.41 MilliJy IMAGR2: 1054 Residual map points loaded IMAGR2: Field 2 min allowed flux = 505.226 MilliJy iter= 9 IMAGR2: Field 2 Clean flux density= 683.630 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 4.870 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -168.7 MilliJy,max = 490.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 124.50 MilliJy IMAGR2: 1323 Residual map points loaded IMAGR2: Field 1 min allowed flux = 237.076 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 4.497 Jy 25 comps IMAGR2: Total Cleaned flux density = 5.181 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -120.1 MilliJy,max = 236.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 58.05 MilliJy IMAGR2: 1612 Residual map points loaded IMAGR2: Field 2 min allowed flux = 113.170 MilliJy iter= 18 IMAGR2: Field 2 Clean flux density= 831.803 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 5.329 Jy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -92.2 MilliJy,max = 116.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 27.24 MilliJy IMAGR2: 8994 Residual map points loaded IMAGR2: Field 1 min allowed flux = 57.218 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 4.505 Jy 47 comps IMAGR2: Total Cleaned flux density = 5.336 Jy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -59.6 MilliJy,max = 57.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 23.64 MilliJy IMAGR2: 2490 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -32.373 MilliJy iter= 49 IMAGR2: Field 2 Clean flux density= 833.909 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 5.339 Jy 96 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -32.8 MilliJy,max = 34.2 MilliJy IMAGR2: BGC Clean: using 595 cell beam + residuals > 13.39 MilliJy IMAGR2: 9110 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 20.315 MilliJy iter= 109 IMAGR2: Field 1 Clean flux density= 4.517 Jy 109 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -21.3 MilliJy,max = 19.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.727E-02 < Second best 1.940E-02 IMAGR2: Field 1 min = -18.4 MilliJy,max = 18.5 MilliJy IMAGR2: BGC Clean: using 289 cell beam + residuals > 9.14 MilliJy IMAGR2: 11796 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -13.014 MilliJy iter= 190 IMAGR2: Field 1 Clean flux density= 4.512 Jy 190 comps IMAGR2: Total Cleaned flux density = 5.346 Jy 239 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -15.1 MilliJy,max = 13.9 MilliJy IMAGR2: BGC Clean: using 193 cell beam + residuals > 8.48 MilliJy IMAGR2: 1095 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -9.731 MilliJy iter= 86 IMAGR2: Field 2 Clean flux density= 828.680 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 5.341 Jy 276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.1 MilliJy,max = 15.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.76 MilliJy IMAGR2: 17148 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.981 MilliJy iter= 354 IMAGR2: Field 1 Clean flux density= 4.506 Jy 354 comps IMAGR2: Total Cleaned flux density = 5.334 Jy 440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.4 MilliJy,max = 14.8 MilliJy IMAGR2: BGC Clean: using 289 cell beam + residuals > 5.82 MilliJy IMAGR2: 10983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.451 MilliJy iter= 489 IMAGR2: Field 1 Clean flux density= 4.496 Jy 489 comps IMAGR2: Total Cleaned flux density = 5.324 Jy 575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.1 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.32 MilliJy IMAGR2: 385 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -5.630 MilliJy iter= 120 IMAGR2: Field 2 Clean flux density= 826.641 MilliJy 120 comps IMAGR2: Total Cleaned flux density = 5.322 Jy 609 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.8 MilliJy,max = 14.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.48 MilliJy IMAGR2: 18610 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.177 MilliJy iter= 757 IMAGR2: Field 1 Clean flux density= 4.478 Jy 757 comps IMAGR2: Total Cleaned flux density = 5.305 Jy 877 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.2 MilliJy,max = 13.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.71 MilliJy IMAGR2: 16744 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.869 MilliJy iter= 1063 IMAGR2: Field 1 Clean flux density= 4.479 Jy 1063 comps IMAGR2: Total Cleaned flux density = 5.306 Jy 1183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.226E-03 < Second best 4.674E-03 IMAGR2: Field 1 min = -11.3 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.99 MilliJy IMAGR2: 19508 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.963 MilliJy iter= 1489 IMAGR2: Field 1 Clean flux density= 4.464 Jy 1489 comps IMAGR2: Total Cleaned flux density = 5.291 Jy 1609 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.9 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.99 MilliJy IMAGR2: 598 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.132 MilliJy iter= 189 IMAGR2: Field 2 Clean flux density= 824.888 MilliJy 189 comps IMAGR2: Total Cleaned flux density = 5.289 Jy 1678 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.9 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 111 cell beam + residuals > 2.46 MilliJy IMAGR2: 15051 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.103 MilliJy iter= 1952 IMAGR2: Field 1 Clean flux density= 4.473 Jy 1952 comps IMAGR2: Total Cleaned flux density = 5.298 Jy 2141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 111 cell beam + residuals > 2.46 MilliJy IMAGR2: 87 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.484 MilliJy iter= 213 IMAGR2: Field 2 Clean flux density= 824.910 MilliJy 213 comps IMAGR2: Total Cleaned flux density = 5.298 Jy 2165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.1 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 289 cell beam + residuals > 2.13 MilliJy IMAGR2: 11226 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.502 MilliJy iter= 2311 IMAGR2: Field 1 Clean flux density= 4.471 Jy 2311 comps IMAGR2: Total Cleaned flux density = 5.296 Jy 2524 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 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 17974 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.050 MilliJy iter= 2986 IMAGR2: Field 1 Clean flux density= 4.455 Jy 2986 comps IMAGR2: Total Cleaned flux density = 5.280 Jy 3199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 972 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.698 MilliJy iter= 325 IMAGR2: Field 2 Clean flux density= 828.765 MilliJy 325 comps IMAGR2: Total Cleaned flux density = 5.284 Jy 3311 comps IMAGR2: ALGSTB: All 142 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 131- 0 Cells, with 3825 Pts IMAGR2: Field 1 min = -8.9 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 501 cell beam + residuals > 1.50 MilliJy IMAGR2: 14854 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.091 MilliJy iter= 3134 IMAGR2: Field 1 Clean flux density= 4.454 Jy 3134 comps IMAGR2: Total Cleaned flux density = 5.283 Jy 3459 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 241 cell beam + residuals > 1.32 MilliJy IMAGR2: 14218 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.537 MilliJy iter= 3692 IMAGR2: Field 1 Clean flux density= 4.457 Jy 3692 comps IMAGR2: Total Cleaned flux density = 5.286 Jy 4017 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.254 MilliJy iter= 334 IMAGR2: Field 2 Clean flux density= 827.564 MilliJy 334 comps IMAGR2: Total Cleaned flux density = 5.285 Jy 4026 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 241 cell beam + residuals > 1.08 MilliJy IMAGR2: 18791 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.282 MilliJy iter= 4395 IMAGR2: Field 1 Clean flux density= 4.440 Jy 4395 comps IMAGR2: Total Cleaned flux density = 5.268 Jy 4729 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 19789 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.278 MilliJy iter= 5455 IMAGR2: Field 1 Clean flux density= 4.468 Jy 5455 comps IMAGR2: Total Cleaned flux density = 5.296 Jy 5789 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.0 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 1.40 MilliJy IMAGR2: 19956 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.725 MilliJy iter= 5779 IMAGR2: Field 1 Clean flux density= 4.450 Jy 5779 comps IMAGR2: Total Cleaned flux density = 5.278 Jy 6113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.9 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 850.69 MicroJy IMAGR2: 16153 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.050 MilliJy iter= 6266 IMAGR2: Field 1 Clean flux density= 4.447 Jy 6266 comps IMAGR2: Total Cleaned flux density = 5.274 Jy 6600 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 850.69 MicroJy IMAGR2: 35 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 842.815 MicroJy iter= 344 IMAGR2: Field 2 Clean flux density= 827.941 MilliJy 344 comps IMAGR2: Total Cleaned flux density = 5.274 Jy 6610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.6 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 111 cell beam + residuals > 698.19 MicroJy IMAGR2: 16989 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.757 MilliJy iter= 7700 IMAGR2: Residual Peak Noise is Increasing IMAGR2: Clean has begun to diverge, Stopping IMAGR2: Minimum residual peak was = 852.288 MicroJy IMAGR2: Field 1 Clean flux density= 4.451 Jy 7700 comps IMAGR2: Total Cleaned flux density = 5.279 Jy 8044 comps IMAGR2: ALGSTB: All 532 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 521- 0 Cells, with 3825 Pts IMAGR2: Field 1 min = -6.3 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 933.20 MicroJy IMAGR2: 10661 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.154 MilliJy iter= 7936 IMAGR2: Field 1 Clean flux density= 4.445 Jy 7936 comps IMAGR2: Total Cleaned flux density = 5.273 Jy 8280 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.1 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 640.39 MicroJy IMAGR2: 19362 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -747.755 MicroJy iter= 9255 IMAGR2: Field 1 Clean flux density= 4.439 Jy 9255 comps IMAGR2: Total Cleaned flux density = 5.267 Jy 9599 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 643.26 MicroJy IMAGR2: 1158 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 663.849 MicroJy iter= 497 IMAGR2: Field 2 Clean flux density= 831.978 MilliJy 497 comps IMAGR2: Total Cleaned flux density = 5.271 Jy 9752 comps IMAGR2: ALGSTB: All 142 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 131- 0 Cells, with 3825 Pts IMAGR2: Field 1 min = -6.1 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 655.88 MicroJy IMAGR2: 13406 Residual map points loaded IMAGR2: Field 1 min allowed flux = 810.872 MicroJy iter= 9680 IMAGR2: Field 1 Clean flux density= 4.439 Jy 9680 comps IMAGR2: Total Cleaned flux density = 5.271 Jy 10177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.9 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 289 cell beam + residuals > 542.93 MicroJy IMAGR2: 14930 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 602.551 MicroJy iter= 10652 IMAGR2: Field 1 Clean flux density= 4.441 Jy 10652 comps IMAGR2: Total Cleaned flux density = 5.273 Jy 11149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -782.6 MicroJy,max = 751.9 MicroJy IMAGR2: BGC Clean: using 111 cell beam + residuals > 526.52 MicroJy IMAGR2: 69 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -523.632 MicroJy iter= 520 IMAGR2: Field 2 Clean flux density= 832.151 MilliJy 520 comps IMAGR2: Total Cleaned flux density = 5.273 Jy 11172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.7 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 289 cell beam + residuals > 495.53 MicroJy IMAGR2: 18214 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 552.044 MicroJy iter= 11720 IMAGR2: Field 1 Clean flux density= 4.440 Jy 11720 comps IMAGR2: Total Cleaned flux density = 5.273 Jy 12240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 538.80 MicroJy IMAGR2: 19928 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -618.251 MicroJy iter= 13389 IMAGR2: Field 1 Clean flux density= 4.441 Jy 13389 comps IMAGR2: Total Cleaned flux density = 5.273 Jy 13909 comps IMAGR2: ALGSTB: All 532 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 521- 0 Cells, with 3825 Pts IMAGR2: Field 1 min = -5.7 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 193 cell beam + residuals > 1.06 MilliJy IMAGR2: 18785 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.149 MilliJy iter= 14236 IMAGR2: Field 1 Clean flux density= 4.441 Jy 14236 comps IMAGR2: Total Cleaned flux density = 5.273 Jy 14756 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.8 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 289 cell beam + residuals > 1.22 MilliJy IMAGR2: 17371 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.358 MilliJy iter= 14681 IMAGR2: Field 1 Clean flux density= 4.431 Jy 14681 comps IMAGR2: Total Cleaned flux density = 5.264 Jy 15201 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 289 cell beam + residuals > 841.77 MicroJy IMAGR2: 11973 Residual map points loaded IMAGR2: Field 1 min allowed flux = 934.730 MicroJy iter= 15088 IMAGR2: Field 1 Clean flux density= 4.456 Jy 15088 comps IMAGR2: Total Cleaned flux density = 5.288 Jy 15608 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 530.12 MicroJy IMAGR2: 19261 Residual map points loaded IMAGR2: Field 1 min allowed flux = 654.976 MicroJy iter= 15586 IMAGR2: Field 1 Clean flux density= 4.436 Jy 15586 comps IMAGR2: Total Cleaned flux density = 5.269 Jy 16106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 241 cell beam + residuals > 436.65 MicroJy IMAGR2: 17113 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 477.704 MicroJy iter= 16778 IMAGR2: Field 1 Clean flux density= 4.447 Jy 16778 comps IMAGR2: Total Cleaned flux density = 5.279 Jy 17298 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -905.5 MicroJy,max = 682.3 MicroJy IMAGR2: BGC Clean: using 241 cell beam + residuals > 436.65 MicroJy IMAGR2: 1430 Residual map points loaded IMAGR2: Field 2 min allowed flux = -449.737 MicroJy iter= 623 IMAGR2: Field 2 Clean flux density= 826.983 MilliJy 623 comps IMAGR2: Total Cleaned flux density = 5.274 Jy 17401 comps IMAGR2: ALGSTB: All 142 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 131- 0 Cells, with 3825 Pts IMAGR2: Field 1 min = -5.7 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 437.95 MicroJy IMAGR2: 14202 Residual map points loaded IMAGR2: Field 1 min allowed flux = -541.371 MicroJy iter= 17273 IMAGR2: Field 1 Clean flux density= 4.438 Jy 17273 comps IMAGR2: Total Cleaned flux density = 5.265 Jy 17896 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 335 cell beam + residuals > 366.15 MicroJy IMAGR2: 15208 Residual map points loaded IMAGR2: Field 1 min allowed flux = -446.724 MicroJy iter= 17984 IMAGR2: Field 1 Clean flux density= 4.443 Jy 17984 comps IMAGR2: Total Cleaned flux density = 5.270 Jy 18607 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -554.6 MicroJy,max = 498.9 MicroJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 361.27 MicroJy IMAGR2: 55 Residual map points loaded IMAGR2: Field 2 min Clean flux = -421.625 MicroJy iter= 627 IMAGR2: Field 2 Clean flux density= 826.804 MilliJy 627 comps IMAGR2: Total Cleaned flux density = 5.270 Jy 18611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 241 cell beam + residuals > 338.17 MicroJy IMAGR2: 18699 Residual map points loaded IMAGR2: Field 1 min Clean flux = 433.251 MicroJy iter= 18622 IMAGR2: Field 1 Clean flux density= 4.440 Jy 18622 comps IMAGR2: Total Cleaned flux density = 5.266 Jy 19249 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 433.251 less than limit 434.105 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 18622 to 8476 components IMAGR2: Field 2 compressed from 627 to 358 components IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.4 MilliJy IMAGR2: Field 2 min = -648.2 MicroJy,max = 535.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 4.476 Jy ( 635 CCs) from field 1 to field 2 IMAGR2: Restore 826.804 MilliJy ( 358 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.266 Jy IMAGR2: Field 2 final Clean flux 5.303 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= 10 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 47.7 Real= 105 m(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991211.X 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: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07235 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 11 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04092 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1804+010 X BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 1324 CELLSIZE 0.24178 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24178 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1804+010_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 27.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 3 C 1 1012 1012 18 04 15.98 01 01 31.9 00001 -1 507 512 513 C 2 1012 1012 18 04 15.98 00 58 06.1 00002 -1 507 512 513 C 3 1012 1012 18 04 04.09 00 59 49.0 00003 -1 507 512 513 C 4 1012 1012 18 04 27.87 00 59 49.0 00004 -1 507 512 513 C 5 1012 1012 18 04 04.09 01 03 14.8 00005 -1 507 512 513 C 6 1012 1012 18 04 27.87 01 03 14.8 00006 -1 507 512 513 C 7 1012 1012 18 04 15.98 01 04 57.8 00007 -1 507 512 513 mp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 11 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04092 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1804+010_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1804+010' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1804+010_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 0.0000E+00 -2.4000E-02 0 IMAGR2: Field 2 1012 1012 0.0000E+00 -2.0582E+02 0 IMAGR2: Field 3 1012 1012 -1.7832E+02 -1.0292E+02 0 IMAGR2: Field 4 1012 1012 1.7832E+02 -1.0292E+02 0 IMAGR2: Field 5 1012 1012 -1.7832E+02 1.0288E+02 0 IMAGR2: Field 6 1012 1012 1.7832E+02 1.0288E+02 0 IMAGR2: Field 7 1012 1012 0.0000E+00 2.0588E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1804+010_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1804+010 .IMAGR . 1 (UV) on disk 1 cno 12 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 11960 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 5.226E+04 IMAGR2: UVWAIT: Adding temperance S 1.045E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.306E+07 and out 3.920E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.150 due to weighting IMAGR2: UVWAIT: Average summed weight 5.225E+04 over 23655 vis IMAGR2: Create 1804+010 .IBM001. 1 (MA) on disk 1 cno 13 IMAGR2: Create 1804+010 .IBM002. 1 (MA) on disk 1 cno 14 IMAGR2: Create 1804+010 .IBM003. 1 (MA) on disk 1 cno 15 IMAGR2: Create 1804+010 .IBM004. 1 (MA) on disk 1 cno 16 IMAGR2: Create 1804+010 .IBM005. 1 (MA) on disk 1 cno 17 IMAGR2: Create 1804+010 .IBM006. 1 (MA) on disk 1 cno 18 IMAGR2: Create 1804+010 .IBM007. 1 (MA) on disk 1 cno 19 IMAGR2: Create 1804+010 .ICL001. 1 (MA) on disk 1 cno 20 IMAGR2: Create 1804+010 .ICL002. 1 (MA) on disk 1 cno 21 IMAGR2: Create 1804+010 .ICL003. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1804+010 .ICL004. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1804+010 .ICL005. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1804+010 .ICL006. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1804+010 .ICL007. 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; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.16148E+08 IMAGR2: Field 1 Beam min = -190.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.133 x 0.953 arcsec, PA= 0.8 IMAGR2: Field 2 Sum of gridding weights = 4.16148E+08 IMAGR2: Field 2 Beam min = -190.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.134 x 0.953 arcsec, PA= 1.0 IMAGR2: Field 3 Sum of gridding weights = 4.16149E+08 IMAGR2: Field 3 Beam min = -191.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.134 x 0.953 arcsec, PA= 1.0 IMAGR2: Field 4 Sum of gridding weights = 4.16148E+08 IMAGR2: Field 4 Beam min = -150.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.134 x 0.952 arcsec, PA= 0.8 IMAGR2: Field 5 Sum of gridding weights = 4.16147E+08 IMAGR2: Field 5 Beam min = -191.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.133 x 0.953 arcsec, PA= 0.9 IMAGR2: Field 6 Sum of gridding weights = 4.16146E+08 IMAGR2: Field 6 Beam min = -150.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.133 x 0.952 arcsec, PA= 0.7 IMAGR2: Field 7 Sum of gridding weights = 4.16145E+08 IMAGR2: Field 7 Beam min = -190.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.132 x 0.953 arcsec, PA= 0.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -119.4 MilliJy,max = 833.7 MilliJy IMAGR2: Field 2 min = -127.0 MilliJy,max = 239.8 MilliJy IMAGR2: Field 3 min = -88.6 MilliJy,max = 121.0 MilliJy IMAGR2: Field 4 min = -84.7 MilliJy,max = 153.9 MilliJy IMAGR2: Field 5 min = -89.3 MilliJy,max = 160.0 MilliJy IMAGR2: Field 6 min = -86.0 MilliJy,max = 117.9 MilliJy IMAGR2: Field 7 min = -115.1 MilliJy,max = 244.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 135.03 MilliJy IMAGR2: 650 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 443.048 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 434.930 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 434.930 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -58.4 MilliJy,max = 398.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 71.76 MilliJy IMAGR2: 459 Residual map points loaded IMAGR2: Field 1 min allowed flux = 190.722 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 662.032 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 662.032 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -26.2 MilliJy,max = 51.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.919E-02 < Second best 2.287E-01 IMAGR2: Field 2 min = -25.6 MilliJy,max = 49.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.742E-02 < Second best 1.814E-01 IMAGR2: Field 1 min = -27.2 MilliJy,max = 171.7 MilliJy IMAGR2: BGC Clean: using 717 cell beam + residuals > 54.17 MilliJy IMAGR2: 82 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 77.383 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 769.380 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 769.380 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.2 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.108E-02 < Second best 1.131E-01 IMAGR2: Field 4 min = -8.4 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.103E-03 < Second best 9.977E-02 IMAGR2: Field 3 min = -8.4 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.422E-03 < Second best 9.922E-02 IMAGR2: Field 6 min = -8.4 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.485E-03 < Second best 7.361E-02 IMAGR2: Field 1 min = -13.2 MilliJy,max = 70.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 12.53 MilliJy IMAGR2: 487 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.914 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 810.094 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 810.094 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.2 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.397E-03 < Second best 4.742E-02 IMAGR2: Field 2 min = -5.4 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.548E-03 < Second best 3.321E-02 IMAGR2: Field 1 min = -7.9 MilliJy,max = 31.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.65 MilliJy IMAGR2: 528 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.759 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 828.471 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 828.471 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 413 cell beam + residuals > 6.02 MilliJy IMAGR2: 45 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.113 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 837.489 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 837.489 MilliJy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.002E-03 < Second best 9.485E-03 IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.727E-03 < Second best 9.422E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.446E-03 < Second best 9.103E-03 IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.570E-03 < Second best 8.397E-03 IMAGR2: Field 7 min = -3.7 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.044E-03 < Second best 7.548E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.661E-03 < Second best 6.773E-03 IMAGR2: Field 1 min = -5.2 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 413 cell beam + residuals > 2.72 MilliJy IMAGR2: 284 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.643 MilliJy iter= 70 IMAGR2: Field 1 Clean flux density= 838.166 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 838.166 MilliJy 70 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.507E-03 < Second best 4.002E-03 IMAGR2: Field 5 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 413 cell beam + residuals > 2.34 MilliJy IMAGR2: 1434 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.050 MilliJy iter= 26 IMAGR2: Field 5 Clean flux density= 1.928 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 840.093 MilliJy 96 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 413 cell beam + residuals > 2.34 MilliJy IMAGR2: 1046 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.927 MilliJy iter= 27 IMAGR2: Field 6 Clean flux density= 6.115 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 846.208 MilliJy 123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 413 cell beam + residuals > 2.34 MilliJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.760 MilliJy iter= 24 IMAGR2: Field 2 Clean flux density= 4.254 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 850.462 MilliJy 147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.299E-03 < Second best 3.507E-03 IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.223E-03 < Second best 3.476E-03 IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.256E-03 < Second best 3.446E-03 IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 2486 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.655 MilliJy iter= 57 IMAGR2: Field 3 Clean flux density= 451.990 MicroJy 57 comps IMAGR2: Total Cleaned flux density = 850.914 MilliJy 204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 4181 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.757 MilliJy iter= 95 IMAGR2: Field 4 Clean flux density= 21.774 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 872.687 MilliJy 299 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 353 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.272 MilliJy iter= 114 IMAGR2: Field 1 Clean flux density= 840.322 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 874.844 MilliJy 343 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 190 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.158 MilliJy iter= 33 IMAGR2: Field 7 Clean flux density= 4.465 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 879.309 MilliJy 376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 1835 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.339 MilliJy iter= 122 IMAGR2: Field 5 Clean flux density= 906.017 MicroJy 122 comps IMAGR2: Total Cleaned flux density = 878.287 MilliJy 472 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.451E-03 < Second best 2.641E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.288E-03 < Second best 2.641E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 2646 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.119 MilliJy iter= 215 IMAGR2: Field 4 Clean flux density= 22.669 MilliJy 215 comps IMAGR2: Total Cleaned flux density = 879.183 MilliJy 592 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.165E-03 < Second best 2.451E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 411 cell beam + residuals > 1.65 MilliJy IMAGR2: 1538 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.908 MilliJy iter= 129 IMAGR2: Field 6 Clean flux density= 8.409 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 881.478 MilliJy 694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.031E-03 < Second best 2.242E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 411 cell beam + residuals > 1.65 MilliJy IMAGR2: 1725 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.877 MilliJy iter= 226 IMAGR2: Field 5 Clean flux density= 2.578 MilliJy 226 comps IMAGR2: Total Cleaned flux density = 883.150 MilliJy 798 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.890E-03 < Second best 2.165E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 1555 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.766 MilliJy iter= 196 IMAGR2: Field 3 Clean flux density= 269.643 MicroJy 196 comps IMAGR2: Total Cleaned flux density = 882.968 MilliJy 937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.877E-03 < Second best 2.032E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.897E-03 < Second best 2.031E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 720 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.567 MilliJy iter= 135 IMAGR2: Field 2 Clean flux density= 10.962 MilliJy 135 comps IMAGR2: Total Cleaned flux density = 889.675 MilliJy 1048 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 1337 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.587 MilliJy iter= 360 IMAGR2: Field 4 Clean flux density= 26.777 MilliJy 360 comps IMAGR2: Total Cleaned flux density = 893.783 MilliJy 1193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.758E-03 < Second best 1.877E-03 IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.607E-03 < Second best 1.828E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.696E-03 < Second best 1.801E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 2337 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.434 MilliJy iter= 419 IMAGR2: Field 5 Clean flux density= 633.713 MicroJy 419 comps IMAGR2: Total Cleaned flux density = 891.839 MilliJy 1386 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 345 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.319 MilliJy iter= 196 IMAGR2: Field 1 Clean flux density= 844.282 MilliJy 196 comps IMAGR2: Total Cleaned flux density = 895.799 MilliJy 1468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 1490 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.400 MilliJy iter= 322 IMAGR2: Field 6 Clean flux density= 7.856 MilliJy 322 comps IMAGR2: Total Cleaned flux density = 895.246 MilliJy 1661 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.527E-03 < Second best 1.607E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 196 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.217 MilliJy iter= 100 IMAGR2: Field 7 Clean flux density= 3.204 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 893.985 MilliJy 1728 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 912 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.269 MilliJy iter= 347 IMAGR2: Field 3 Clean flux density= -2.249 MilliJy 347 comps IMAGR2: Total Cleaned flux density = 891.466 MilliJy 1879 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.425E-03 < Second best 1.501E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.228E-03 < Second best 1.425E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 849 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.155 MilliJy iter= 507 IMAGR2: Field 4 Clean flux density= 29.098 MilliJy 507 comps IMAGR2: Total Cleaned flux density = 893.788 MilliJy 2026 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.225E-03 < Second best 1.342E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 955.32 MicroJy IMAGR2: 1081 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.037 MilliJy iter= 498 IMAGR2: Field 6 Clean flux density= 12.056 MilliJy 498 comps IMAGR2: Total Cleaned flux density = 897.988 MilliJy 2202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 930.23 MicroJy IMAGR2: 675 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -995.116 MicroJy iter= 350 IMAGR2: Field 1 Clean flux density= 841.918 MilliJy 350 comps IMAGR2: Total Cleaned flux density = 895.624 MilliJy 2356 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.042E-03 < Second best 1.225E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 921.43 MicroJy IMAGR2: 1767 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.016 MilliJy iter= 666 IMAGR2: Field 5 Clean flux density= -761.233 MicroJy 666 comps IMAGR2: Total Cleaned flux density = 894.229 MilliJy 2603 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.096E-03 < Second best 1.166E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 849.37 MicroJy IMAGR2: 331 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -882.909 MicroJy iter= 197 IMAGR2: Field 7 Clean flux density= 3.802 MilliJy 197 comps IMAGR2: Total Cleaned flux density = 894.827 MilliJy 2700 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 807.85 MicroJy IMAGR2: 1922 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 888.273 MicroJy iter= 780 IMAGR2: Field 4 Clean flux density= 31.703 MilliJy 780 comps IMAGR2: Total Cleaned flux density = 897.432 MilliJy 2973 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 810.30 MicroJy IMAGR2: 2392 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -901.414 MicroJy iter= 686 IMAGR2: Field 3 Clean flux density= -1.753 MilliJy 686 comps IMAGR2: Total Cleaned flux density = 897.927 MilliJy 3312 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 808.53 MicroJy IMAGR2: 153 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 824.022 MicroJy iter= 203 IMAGR2: Field 2 Clean flux density= 11.919 MilliJy 203 comps IMAGR2: Total Cleaned flux density = 898.884 MilliJy 3380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 783.98 MicroJy IMAGR2: 1704 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 850.857 MicroJy iter= 765 IMAGR2: Field 6 Clean flux density= 12.707 MilliJy 765 comps IMAGR2: Total Cleaned flux density = 899.535 MilliJy 3647 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 748.23 MicroJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -783.500 MicroJy iter= 837 IMAGR2: Field 5 Clean flux density= 844.692 MicroJy 837 comps IMAGR2: Total Cleaned flux density = 901.141 MilliJy 3818 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 990.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 723.40 MicroJy IMAGR2: 451 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 753.955 MicroJy iter= 502 IMAGR2: Field 1 Clean flux density= 843.547 MilliJy 502 comps IMAGR2: Total Cleaned flux density = 902.770 MilliJy 3970 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 694.95 MicroJy IMAGR2: 295 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -713.648 MicroJy iter= 786 IMAGR2: Field 3 Clean flux density= -835.562 MicroJy 786 comps IMAGR2: Total Cleaned flux density = 903.688 MilliJy 4070 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 662.00 MicroJy IMAGR2: 707 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -692.219 MicroJy iter= 960 IMAGR2: Field 4 Clean flux density= 32.298 MilliJy 960 comps IMAGR2: Total Cleaned flux density = 904.283 MilliJy 4250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -923.3 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 643.41 MicroJy IMAGR2: 306 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 661.387 MicroJy iter= 307 IMAGR2: Field 7 Clean flux density= 2.934 MilliJy 307 comps IMAGR2: Total Cleaned flux density = 903.415 MilliJy 4360 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 605.59 MicroJy IMAGR2: 896 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -636.137 MicroJy iter= 976 IMAGR2: Field 6 Clean flux density= 13.607 MilliJy 976 comps IMAGR2: Total Cleaned flux density = 904.315 MilliJy 4571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -944.9 MicroJy,max = 968.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 591.59 MicroJy IMAGR2: 467 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -612.373 MicroJy iter= 357 IMAGR2: Field 2 Clean flux density= 11.417 MilliJy 357 comps IMAGR2: Total Cleaned flux density = 903.814 MilliJy 4725 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 570.68 MicroJy IMAGR2: 2368 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 619.130 MicroJy iter= 1234 IMAGR2: Field 5 Clean flux density= -1.788 MilliJy 1234 comps IMAGR2: Total Cleaned flux density = 901.182 MilliJy 5122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -846.9 MicroJy,max = 905.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.83 MicroJy IMAGR2: 708 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 578.257 MicroJy iter= 720 IMAGR2: Field 1 Clean flux density= 844.187 MilliJy 720 comps IMAGR2: Total Cleaned flux density = 901.821 MilliJy 5340 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 541.52 MicroJy IMAGR2: 1729 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -575.863 MicroJy iter= 1119 IMAGR2: Field 3 Clean flux density= 1.557 MilliJy 1119 comps IMAGR2: Total Cleaned flux density = 904.214 MilliJy 5673 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 529.68 MicroJy IMAGR2: 2883 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 574.916 MicroJy iter= 1445 IMAGR2: Field 4 Clean flux density= 33.196 MilliJy 1445 comps IMAGR2: Total Cleaned flux density = 905.112 MilliJy 6158 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 7 min = -793.9 MicroJy,max = 871.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.66 MicroJy IMAGR2: 771 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -542.286 MicroJy iter= 529 IMAGR2: Field 7 Clean flux density= 942.489 MicroJy 529 comps IMAGR2: Total Cleaned flux density = 903.120 MilliJy 6380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 510.79 MicroJy IMAGR2: 895 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 529.919 MicroJy iter= 1202 IMAGR2: Field 6 Clean flux density= 13.968 MilliJy 1202 comps IMAGR2: Total Cleaned flux density = 903.480 MilliJy 6606 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -984.0 MicroJy,max = 990.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.79 MicroJy IMAGR2: 962 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 513.669 MicroJy iter= 1497 IMAGR2: Field 5 Clean flux density= -3.648 MilliJy 1497 comps IMAGR2: Total Cleaned flux density = 901.620 MilliJy 6869 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -792.7 MicroJy,max = 767.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 483.10 MicroJy IMAGR2: 328 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -493.025 MicroJy iter= 485 IMAGR2: Field 2 Clean flux density= 13.967 MilliJy 485 comps IMAGR2: Total Cleaned flux density = 904.169 MilliJy 6997 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -663.5 MicroJy,max = 639.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 473.73 MicroJy IMAGR2: 121 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 478.572 MicroJy iter= 782 IMAGR2: Field 1 Clean flux density= 844.408 MilliJy 782 comps IMAGR2: Total Cleaned flux density = 904.390 MilliJy 7059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -979.8 MicroJy,max = 962.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 459.04 MicroJy IMAGR2: 1339 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 479.796 MicroJy iter= 1418 IMAGR2: Field 3 Clean flux density= 691.873 MicroJy 1418 comps IMAGR2: Total Cleaned flux density = 903.525 MilliJy 7358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -869.4 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 431.69 MicroJy IMAGR2: 1004 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 449.068 MicroJy iter= 1720 IMAGR2: Field 4 Clean flux density= 34.305 MilliJy 1720 comps IMAGR2: Total Cleaned flux density = 904.634 MilliJy 7633 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -679.5 MicroJy,max = 739.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 419.51 MicroJy IMAGR2: 658 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 432.071 MicroJy iter= 735 IMAGR2: Field 7 Clean flux density= 1.216 MilliJy 735 comps IMAGR2: Total Cleaned flux density = 904.908 MilliJy 7839 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -880.0 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 409.56 MicroJy IMAGR2: 1941 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -431.499 MicroJy iter= 1599 IMAGR2: Field 6 Clean flux density= 14.016 MilliJy 1599 comps IMAGR2: Total Cleaned flux density = 904.957 MilliJy 8236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -872.2 MicroJy,max = 891.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 398.29 MicroJy IMAGR2: 2647 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -426.748 MicroJy iter= 2002 IMAGR2: Field 5 Clean flux density= -2.890 MilliJy 2002 comps IMAGR2: Total Cleaned flux density = 905.715 MilliJy 8741 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 2 min = -707.8 MicroJy,max = 683.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 393.98 MicroJy IMAGR2: 1342 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -411.647 MicroJy iter= 857 IMAGR2: Field 2 Clean flux density= 17.677 MilliJy 857 comps IMAGR2: Total Cleaned flux density = 909.426 MilliJy 9113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -815.2 MicroJy,max = 840.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 382.71 MicroJy IMAGR2: 1376 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 398.401 MicroJy iter= 1762 IMAGR2: Field 3 Clean flux density= 1.420 MilliJy 1762 comps IMAGR2: Total Cleaned flux density = 910.154 MilliJy 9457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -531.6 MicroJy,max = 549.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 379.15 MicroJy IMAGR2: 1095 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -393.149 MicroJy iter= 1100 IMAGR2: Field 1 Clean flux density= 841.900 MilliJy 1100 comps IMAGR2: Total Cleaned flux density = 907.646 MilliJy 9775 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -827.5 MicroJy,max = 925.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 374.02 MicroJy IMAGR2: 2368 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -397.997 MicroJy iter= 2254 IMAGR2: Field 4 Clean flux density= 34.968 MilliJy 2254 comps IMAGR2: Total Cleaned flux density = 908.309 MilliJy 10309 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 7 min = -581.4 MicroJy,max = 657.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 369.48 MicroJy IMAGR2: 511 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -377.396 MicroJy iter= 925 IMAGR2: Field 7 Clean flux density= -293.527 MicroJy 925 comps IMAGR2: Total Cleaned flux density = 906.799 MilliJy 10499 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -796.5 MicroJy,max = 976.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 360.68 MicroJy IMAGR2: 1230 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -373.484 MicroJy iter= 1930 IMAGR2: Field 6 Clean flux density= 15.570 MilliJy 1930 comps IMAGR2: Total Cleaned flux density = 908.352 MilliJy 10830 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -794.8 MicroJy,max = 842.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.90 MicroJy IMAGR2: 2636 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -369.294 MicroJy iter= 2578 IMAGR2: Field 5 Clean flux density= -3.194 MilliJy 2578 comps IMAGR2: Total Cleaned flux density = 908.047 MilliJy 11406 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 2 min = -611.4 MicroJy,max = 574.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.94 MicroJy IMAGR2: 838 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -351.058 MicroJy iter= 1128 IMAGR2: Field 2 Clean flux density= 18.968 MilliJy 1128 comps IMAGR2: Total Cleaned flux density = 909.338 MilliJy 11677 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -759.7 MicroJy,max = 717.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 337.04 MicroJy IMAGR2: 1944 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -351.233 MicroJy iter= 2206 IMAGR2: Field 3 Clean flux density= 1.030 MilliJy 2206 comps IMAGR2: Total Cleaned flux density = 908.948 MilliJy 12121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -688.9 MicroJy,max = 822.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 328.61 MicroJy IMAGR2: 1628 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 341.604 MicroJy iter= 2687 IMAGR2: Field 4 Clean flux density= 34.442 MilliJy 2687 comps IMAGR2: Total Cleaned flux density = 908.423 MilliJy 12554 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -482.9 MicroJy,max = 511.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 321.98 MicroJy IMAGR2: 1234 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 335.015 MicroJy iter= 1470 IMAGR2: Field 1 Clean flux density= 841.150 MilliJy 1470 comps IMAGR2: Total Cleaned flux density = 907.673 MilliJy 12924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -479.6 MicroJy,max = 515.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 317.67 MicroJy IMAGR2: 99 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 318.961 MicroJy iter= 972 IMAGR2: Field 7 Clean flux density= -738.726 MicroJy 972 comps IMAGR2: Total Cleaned flux density = 907.228 MilliJy 12971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -743.2 MicroJy,max = 829.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 315.12 MicroJy IMAGR2: 3166 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 334.998 MicroJy iter= 2544 IMAGR2: Field 6 Clean flux density= 14.940 MilliJy 2544 comps IMAGR2: Total Cleaned flux density = 906.599 MilliJy 13585 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 5 min = -732.3 MicroJy,max = 704.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 307.13 MicroJy IMAGR2: 3125 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -325.259 MicroJy iter= 3226 IMAGR2: Field 5 Clean flux density= -4.096 MilliJy 3226 comps IMAGR2: Total Cleaned flux density = 905.697 MilliJy 14233 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 2 min = -538.4 MicroJy,max = 543.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 304.96 MicroJy IMAGR2: 1715 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -316.278 MicroJy iter= 1606 IMAGR2: Field 2 Clean flux density= 22.297 MilliJy 1606 comps IMAGR2: Total Cleaned flux density = 909.025 MilliJy 14711 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 3 min = -637.6 MicroJy,max = 689.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 298.88 MicroJy IMAGR2: 1721 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -309.182 MicroJy iter= 2654 IMAGR2: Field 3 Clean flux density= 773.452 MicroJy 2654 comps IMAGR2: Total Cleaned flux density = 908.768 MilliJy 15159 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 4 min = -637.9 MicroJy,max = 726.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 294.98 MicroJy IMAGR2: 2406 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 308.816 MicroJy iter= 3261 IMAGR2: Field 4 Clean flux density= 35.421 MilliJy 3261 comps IMAGR2: Total Cleaned flux density = 909.746 MilliJy 15733 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 1 min = -475.3 MicroJy,max = 449.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 293.09 MicroJy IMAGR2: 2033 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -306.228 MicroJy iter= 2019 IMAGR2: Field 1 Clean flux density= 839.934 MilliJy 2019 comps IMAGR2: Total Cleaned flux density = 908.530 MilliJy 16282 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 6 min = -685.0 MicroJy,max = 675.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 287.96 MicroJy IMAGR2: 2887 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -302.832 MicroJy iter= 3189 IMAGR2: Field 6 Clean flux density= 17.658 MilliJy 3189 comps IMAGR2: Total Cleaned flux density = 911.247 MilliJy 16927 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 5 min = -659.7 MicroJy,max = 655.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 282.25 MicroJy IMAGR2: 2673 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -294.295 MicroJy iter= 3877 IMAGR2: Field 5 Clean flux density= -6.143 MilliJy 3877 comps IMAGR2: Total Cleaned flux density = 909.200 MilliJy 17578 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 7 min = -454.2 MicroJy,max = 476.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 281.96 MicroJy IMAGR2: 323 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 285.136 MicroJy iter= 1122 IMAGR2: Field 7 Clean flux density= -1.221 MilliJy 1122 comps IMAGR2: Total Cleaned flux density = 908.718 MilliJy 17728 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -429.2 MicroJy,max = 404.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 276.62 MicroJy IMAGR2: 621 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 280.915 MicroJy iter= 1811 IMAGR2: Field 2 Clean flux density= 23.486 MilliJy 1811 comps IMAGR2: Total Cleaned flux density = 909.908 MilliJy 17933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -587.2 MicroJy,max = 615.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 275.00 MicroJy IMAGR2: 2619 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 284.734 MicroJy iter= 3213 IMAGR2: Field 3 Clean flux density= 163.204 MicroJy 3213 comps IMAGR2: Total Cleaned flux density = 909.297 MilliJy 18492 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 4 min = -604.6 MicroJy,max = 715.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 270.73 MicroJy IMAGR2: 2178 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 281.517 MicroJy iter= 3803 IMAGR2: Field 4 Clean flux density= 35.168 MilliJy 3803 comps IMAGR2: Total Cleaned flux density = 909.044 MilliJy 19034 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 1 min = -386.8 MicroJy,max = 376.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 266.14 MicroJy IMAGR2: 1799 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 274.843 MicroJy iter= 2568 IMAGR2: Field 1 Clean flux density= 839.481 MilliJy 2568 comps IMAGR2: Total Cleaned flux density = 908.591 MilliJy 19583 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 6 min = -653.6 MicroJy,max = 612.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 260.44 MicroJy IMAGR2: 2380 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 270.498 MicroJy iter= 3730 IMAGR2: Field 6 Clean flux density= 16.801 MilliJy 3730 comps IMAGR2: Total Cleaned flux density = 907.734 MilliJy 20124 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 5 min = -607.0 MicroJy,max = 559.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 254.26 MicroJy IMAGR2: 1872 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -262.943 MicroJy iter= 4384 IMAGR2: Field 5 Clean flux density= -6.618 MilliJy 4384 comps IMAGR2: Total Cleaned flux density = 907.258 MilliJy 20631 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 7 min = -433.1 MicroJy,max = 390.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 252.55 MicroJy IMAGR2: 197 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 254.172 MicroJy iter= 1214 IMAGR2: Field 7 Clean flux density= -995.686 MicroJy 1214 comps IMAGR2: Total Cleaned flux density = 907.483 MilliJy 20723 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -578.2 MicroJy,max = 547.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 250.05 MicroJy IMAGR2: 3972 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -371.815 MicroJy iter= 3214 IMAGR2: Field 3 Clean flux density= 126.022 MicroJy 3214 comps IMAGR2: Total Cleaned flux density = 907.446 MilliJy 20724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -575.2 MicroJy,max = 548.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 249.98 MicroJy IMAGR2: 3930 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -260.341 MicroJy iter= 3993 IMAGR2: Field 3 Clean flux density= 1.765 MilliJy 3993 comps IMAGR2: Total Cleaned flux density = 909.086 MilliJy 21503 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 4 min = -572.7 MicroJy,max = 706.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 246.96 MicroJy IMAGR2: 2500 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -255.541 MicroJy iter= 4455 IMAGR2: Field 4 Clean flux density= 36.701 MilliJy 4455 comps IMAGR2: Total Cleaned flux density = 910.619 MilliJy 22155 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 2 min = -424.0 MicroJy,max = 377.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 243.81 MicroJy IMAGR2: 283 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 245.907 MicroJy iter= 1939 IMAGR2: Field 2 Clean flux density= 23.609 MilliJy 1939 comps IMAGR2: Total Cleaned flux density = 910.742 MilliJy 22283 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -374.5 MicroJy,max = 335.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 239.26 MicroJy IMAGR2: 1392 Residual map points loaded IMAGR2: Field 1 min Clean flux = -245.442 MicroJy iter= 2965 IMAGR2: Field 1 Clean flux density= 839.720 MilliJy 2965 comps IMAGR2: Total Cleaned flux density = 910.981 MilliJy 22680 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -598.4 MicroJy,max = 547.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 232.87 MicroJy IMAGR2: 2663 Residual map points loaded IMAGR2: Field 6 min Clean flux = -245.455 MicroJy iter= 4220 IMAGR2: Field 6 Clean flux density= 16.903 MilliJy 4220 comps IMAGR2: Total Cleaned flux density = 911.082 MilliJy 23170 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 5 min = -585.8 MicroJy,max = 559.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 225.29 MicroJy IMAGR2: 2760 Residual map points loaded IMAGR2: Field 5 min Clean flux = -245.442 MicroJy iter= 4839 IMAGR2: Field 5 Clean flux density= -5.866 MilliJy 4839 comps IMAGR2: Total Cleaned flux density = 911.835 MilliJy 23625 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 3 min = -499.4 MicroJy,max = 478.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 211.85 MicroJy IMAGR2: 6540 Residual map points loaded IMAGR2: Field 3 min Clean flux = 245.479 MicroJy iter= 4472 IMAGR2: Field 3 Clean flux density= 532.836 MicroJy 4472 comps IMAGR2: Total Cleaned flux density = 910.602 MilliJy 24104 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 11960 Pts IMAGR2: Field 4 min = -503.1 MicroJy,max = 637.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 185.42 MicroJy IMAGR2: 7742 Residual map points loaded IMAGR2: Field 4 min Clean flux = -245.482 MicroJy iter= 4603 IMAGR2: Field 4 Clean flux density= 36.297 MilliJy 4603 comps IMAGR2: Total Cleaned flux density = 910.197 MilliJy 24252 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -360.8 MicroJy,max = 372.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 178.90 MicroJy IMAGR2: 12493 Residual map points loaded IMAGR2: Field 7 min Clean flux = 245.361 MicroJy iter= 1454 IMAGR2: Field 7 Clean flux density= -1.462 MilliJy 1454 comps IMAGR2: Total Cleaned flux density = 909.732 MilliJy 24492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -356.7 MicroJy,max = 334.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 136.45 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 2 min Clean flux = 245.241 MicroJy iter= 1944 IMAGR2: Field 2 Clean flux density= 23.582 MilliJy 1944 comps IMAGR2: Total Cleaned flux density = 909.705 MilliJy 24497 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 245.482 less than limit 245.497 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2965 to 1610 components IMAGR2: Field 2 compressed from 1944 to 1153 components IMAGR2: Field 3 compressed from 4472 to 2349 components IMAGR2: Field 4 compressed from 4603 to 2502 components IMAGR2: Field 5 compressed from 4839 to 2510 components IMAGR2: Field 6 compressed from 4220 to 2215 components IMAGR2: Field 7 compressed from 1454 to 932 components IMAGR2: Field 1 min = -274.7 MicroJy,max = 285.6 MicroJy IMAGR2: Field 2 min = -357.4 MicroJy,max = 331.7 MicroJy IMAGR2: Field 3 min = -490.7 MicroJy,max = 503.8 MicroJy IMAGR2: Field 4 min = -490.8 MicroJy,max = 605.1 MicroJy IMAGR2: Field 5 min = -554.5 MicroJy,max = 492.1 MicroJy IMAGR2: Field 6 min = -509.5 MicroJy,max = 502.6 MicroJy IMAGR2: Field 7 min = -352.0 MicroJy,max = 324.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 762.458 MicroJy ( 97 CCs) from field 1 to field 2 IMAGR2: Restore -2.221 MilliJy ( 236 CCs) from field 1 to field 3 IMAGR2: Restore 1.660 MilliJy ( 200 CCs) from field 1 to field 4 IMAGR2: Restore-613.029 MicroJy ( 244 CCs) from field 1 to field 5 IMAGR2: Restore 2.620 MilliJy ( 237 CCs) from field 1 to field 6 IMAGR2: Restore -1.149 MilliJy ( 176 CCs) from field 1 to field 7 IMAGR2: Restore 3.113 MilliJy ( 128 CCs) from field 2 to field 1 IMAGR2: Restore 3.683 MilliJy ( 228 CCs) from field 2 to field 3 IMAGR2: Restore 1.738 MilliJy ( 94 CCs) from field 2 to field 4 IMAGR2: Restore 1.500 MilliJy ( 85 CCs) from field 3 to field 1 IMAGR2: Restore 2.526 MilliJy ( 114 CCs) from field 3 to field 2 IMAGR2: Restore-703.515 MicroJy ( 62 CCs) from field 3 to field 5 IMAGR2: Restore -1.266 MilliJy ( 177 CCs) from field 4 to field 1 IMAGR2: Restore 1.087 MilliJy ( 83 CCs) from field 4 to field 2 IMAGR2: Restore 4.341 MilliJy ( 280 CCs) from field 4 to field 6 IMAGR2: Restore 3.563 MilliJy ( 132 CCs) from field 5 to field 1 IMAGR2: Restore-526.540 MicroJy ( 241 CCs) from field 5 to field 3 IMAGR2: Restore 1.824 MilliJy ( 76 CCs) from field 5 to field 7 IMAGR2: Restore 538.744 MicroJy ( 28 CCs) from field 6 to field 1 IMAGR2: Restore 1.899 MilliJy ( 75 CCs) from field 6 to field 4 IMAGR2: Restore 406.062 MicroJy ( 53 CCs) from field 6 to field 7 IMAGR2: Restore-288.960 MicroJy ( 66 CCs) from field 7 to field 1 IMAGR2: Restore -1.175 MilliJy ( 98 CCs) from field 7 to field 5 IMAGR2: Restore 352.321 MicroJy ( 194 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 846.880 MilliJy IMAGR2: Field 2 final Clean flux 27.957 MilliJy IMAGR2: Field 3 final Clean flux 1.468 MilliJy IMAGR2: Field 4 final Clean flux 41.593 MilliJy IMAGR2: Field 5 final Clean flux -8.357 MilliJy IMAGR2: Field 6 final Clean flux 24.216 MilliJy IMAGR2: Field 7 final Clean flux -380.821 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 12 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 155.5 Real= 333 mp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 11 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04092 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1804+010_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1804+010' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 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: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.02124 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-1_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found K3-1 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1326 CELLSIZE 0.24133 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24133 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@K3-1_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 31.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 3 C 1 1012 1012 18 23 21.70 03 36 28.0 00001 -1 507 512 513 C 2 1012 1012 18 23 21.70 03 33 02.6 00002 -1 507 512 513 C 3 1012 1012 18 23 09.82 03 34 45.3 00003 -1 507 512 513 C 4 1012 1012 18 23 33.58 03 34 45.3 00004 -1 507 512 513 C 5 1012 1012 18 23 09.81 03 38 10.7 00005 -1 507 512 513 C 6 1012 1012 18 23 33.59 03 38 10.7 00006 -1 507 512 513 C 7 1012 1012 18 23 21.70 03 39 53.4 00007 -1 507 512 513 mp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 11 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04092 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1804+010_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1804+010' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 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: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.02124 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-1_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@K3-1_X,BAND.0-1 >> /home/auto/run/AM629_1999DEC11 AIPS 2: _3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =K3-1' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@K3-1_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.0423E-10 1.5987E-12 0 IMAGR2: Field 2 1012 1012 2.0423E-10 -2.0540E+02 0 IMAGR2: Field 3 1012 1012 -1.7785E+02 -1.0270E+02 0 IMAGR2: Field 4 1012 1012 1.7785E+02 -1.0270E+02 0 IMAGR2: Field 5 1012 1012 -1.7800E+02 1.0270E+02 0 IMAGR2: Field 6 1012 1012 1.7800E+02 1.0270E+02 0 IMAGR2: Field 7 1012 1012 2.0423E-10 2.0540E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@K3-1_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create K3-1 .IMAGR . 1 (UV) on disk 1 cno 19 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 44374 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.727E+05 IMAGR2: UVWAIT: Adding temperance S 3.455E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.270E+08 and out 1.715E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.203 due to weighting IMAGR2: UVWAIT: Average summed weight 1.727E+05 over 86625 vis IMAGR2: Create K3-1 .IBM001. 1 (MA) on disk 1 cno 20 IMAGR2: Create K3-1 .IBM002. 1 (MA) on disk 1 cno 21 IMAGR2: Create K3-1 .IBM003. 1 (MA) on disk 1 cno 22 IMAGR2: Create K3-1 .IBM004. 1 (MA) on disk 1 cno 23 IMAGR2: Create K3-1 .IBM005. 1 (MA) on disk 1 cno 24 IMAGR2: Create K3-1 .IBM006. 1 (MA) on disk 1 cno 25 IMAGR2: Create K3-1 .IBM007. 1 (MA) on disk 1 cno 26 IMAGR2: Create K3-1 .ICL001. 1 (MA) on disk 1 cno 27 IMAGR2: Create K3-1 .ICL002. 1 (MA) on disk 1 cno 28 IMAGR2: Create K3-1 .ICL003. 1 (MA) on disk 1 cno 29 IMAGR2: Create K3-1 .ICL004. 1 (MA) on disk 1 cno 30 IMAGR2: Create K3-1 .ICL005. 1 (MA) on disk 1 cno 31 IMAGR2: Create K3-1 .ICL006. 1 (MA) on disk 1 cno 32 IMAGR2: Create K3-1 .ICL007. 1 (MA) on disk 1 cno 33 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.82106E+09 IMAGR2: Field 1 Beam min = -186.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.077 x 0.861 arcsec, PA= -30.2 IMAGR2: Field 2 Sum of gridding weights = 1.82106E+09 IMAGR2: Field 2 Beam min = -186.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.077 x 0.862 arcsec, PA= -30.1 IMAGR2: Field 3 Sum of gridding weights = 1.82106E+09 IMAGR2: Field 3 Beam min = -186.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.077 x 0.862 arcsec, PA= -30.2 IMAGR2: Field 4 Sum of gridding weights = 1.82106E+09 IMAGR2: Field 4 Beam min = -186.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.077 x 0.861 arcsec, PA= -30.1 IMAGR2: Field 5 Sum of gridding weights = 1.82106E+09 IMAGR2: Field 5 Beam min = -186.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.076 x 0.862 arcsec, PA= -30.3 IMAGR2: Field 6 Sum of gridding weights = 1.82106E+09 IMAGR2: Field 6 Beam min = -186.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.077 x 0.860 arcsec, PA= -30.3 IMAGR2: Field 7 Sum of gridding weights = 1.82106E+09 IMAGR2: Field 7 Beam min = -186.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.076 x 0.861 arcsec, PA= -30.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -341.3 MicroJy,max = 459.4 MicroJy IMAGR2: Field 2 min = -371.5 MicroJy,max = 332.5 MicroJy IMAGR2: Field 3 min = -354.6 MicroJy,max = 370.4 MicroJy IMAGR2: Field 4 min = -341.7 MicroJy,max = 353.2 MicroJy IMAGR2: Field 5 min = -339.0 MicroJy,max = 335.7 MicroJy IMAGR2: Field 6 min = -361.2 MicroJy,max = 350.3 MicroJy IMAGR2: Field 7 min = -343.8 MicroJy,max = 346.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 203.76 MicroJy IMAGR2: 4521 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 413.459 MicroJy iter= 3 IMAGR2: Field 1 Clean flux density= 128.742 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 128.742 MicroJy 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 1 min = -341.4 MicroJy,max = 393.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 203.40 MicroJy IMAGR2: 4269 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 346.361 MicroJy iter= 9 IMAGR2: Field 1 Clean flux density= 351.711 MicroJy 9 comps IMAGR2: Total Cleaned flux density = 351.711 MicroJy 9 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -353.7 MicroJy,max = 367.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 203.27 MicroJy IMAGR2: 2020 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -287.581 MicroJy iter= 7 IMAGR2: Field 3 Clean flux density= -155.549 MicroJy 7 comps IMAGR2: Total Cleaned flux density = 196.162 MicroJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -373.2 MicroJy,max = 322.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 202.75 MicroJy IMAGR2: 3159 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 303.539 MicroJy iter= 12 IMAGR2: Field 2 Clean flux density= -66.459 MicroJy 12 comps IMAGR2: Total Cleaned flux density = 129.703 MicroJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -340.9 MicroJy,max = 334.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 201.95 MicroJy IMAGR2: 2929 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -289.788 MicroJy iter= 16 IMAGR2: Field 7 Clean flux density= 57.755 MicroJy 16 comps IMAGR2: Total Cleaned flux density = 187.458 MicroJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -330.3 MicroJy,max = 355.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 200.60 MicroJy IMAGR2: 3519 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 285.473 MicroJy iter= 33 IMAGR2: Field 1 Clean flux density= 537.735 MicroJy 33 comps IMAGR2: Total Cleaned flux density = 373.481 MicroJy 68 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -319.5 MicroJy,max = 325.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 200.07 MicroJy IMAGR2: 1912 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 266.727 MicroJy iter= 27 IMAGR2: Field 5 Clean flux density= 28.736 MicroJy 27 comps IMAGR2: Total Cleaned flux density = 402.217 MicroJy 95 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -340.2 MicroJy,max = 353.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 199.51 MicroJy IMAGR2: 2276 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -263.465 MicroJy iter= 36 IMAGR2: Field 6 Clean flux density= 114.211 MicroJy 36 comps IMAGR2: Total Cleaned flux density = 516.428 MicroJy 131 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -341.0 MicroJy,max = 348.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 198.56 MicroJy IMAGR2: 1920 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -256.727 MicroJy iter= 44 IMAGR2: Field 4 Clean flux density= -273.859 MicroJy 44 comps IMAGR2: Total Cleaned flux density = 242.569 MicroJy 175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -348.0 MicroJy,max = 307.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.638E-04 < Second best 2.777E-04 IMAGR2: Field 7 min = -327.0 MicroJy,max = 300.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 195.02 MicroJy IMAGR2: 2377 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -248.556 MicroJy iter= 72 IMAGR2: Field 7 Clean flux density= 261.457 MicroJy 72 comps IMAGR2: Total Cleaned flux density = 446.271 MicroJy 231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -293.3 MicroJy,max = 334.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 193.71 MicroJy IMAGR2: 1942 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -241.438 MicroJy iter= 72 IMAGR2: Field 3 Clean flux density= -286.876 MicroJy 72 comps IMAGR2: Total Cleaned flux density = 314.945 MicroJy 296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -309.0 MicroJy,max = 323.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 190.71 MicroJy IMAGR2: 2285 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 234.765 MicroJy iter= 110 IMAGR2: Field 1 Clean flux density= 464.657 MicroJy 110 comps IMAGR2: Total Cleaned flux density = 241.867 MicroJy 373 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -309.1 MicroJy,max = 294.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 188.87 MicroJy IMAGR2: 1454 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -224.919 MicroJy iter= 90 IMAGR2: Field 2 Clean flux density= -539.388 MicroJy 90 comps IMAGR2: Total Cleaned flux density = -231.062 MicroJy 451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -277.2 MicroJy,max = 300.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 186.72 MicroJy IMAGR2: 1478 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 221.289 MicroJy iter= 119 IMAGR2: Field 5 Clean flux density= 212.777 MicroJy 119 comps IMAGR2: Total Cleaned flux density = -47.021 MicroJy 543 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -306.9 MicroJy,max = 320.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 183.95 MicroJy IMAGR2: 1795 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 217.731 MicroJy iter= 145 IMAGR2: Field 6 Clean flux density= 466.177 MicroJy 145 comps IMAGR2: Total Cleaned flux density = 304.945 MicroJy 652 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -320.6 MicroJy,max = 313.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.254E-04 < Second best 2.385E-04 IMAGR2: Field 7 min = -291.3 MicroJy,max = 272.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.194E-04 < Second best 2.316E-04 IMAGR2: Field 3 min = -271.8 MicroJy,max = 288.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 173.61 MicroJy IMAGR2: 1816 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 202.683 MicroJy iter= 191 IMAGR2: Field 3 Clean flux density= -11.813 MicroJy 191 comps IMAGR2: Total Cleaned flux density = 580.008 MicroJy 771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -321.1 MicroJy,max = 311.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 173.54 MicroJy IMAGR2: 1783 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 202.002 MicroJy iter= 181 IMAGR2: Field 4 Clean flux density= -179.369 MicroJy 181 comps IMAGR2: Total Cleaned flux density = 674.498 MicroJy 908 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 1 min = -257.7 MicroJy,max = 273.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.075E-04 < Second best 2.194E-04 IMAGR2: Field 7 min = -273.2 MicroJy,max = 261.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 168.92 MicroJy IMAGR2: 1453 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -192.399 MicroJy iter= 206 IMAGR2: Field 7 Clean flux density= 347.185 MicroJy 206 comps IMAGR2: Total Cleaned flux density = 760.226 MicroJy 1042 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 2 min = -272.9 MicroJy,max = 269.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.937E-04 < Second best 2.123E-04 IMAGR2: Field 5 min = -265.1 MicroJy,max = 271.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 162.40 MicroJy IMAGR2: 1308 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -182.075 MicroJy iter= 251 IMAGR2: Field 5 Clean flux density= 361.713 MicroJy 251 comps IMAGR2: Total Cleaned flux density = 909.161 MicroJy 1174 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 6 min = -266.6 MicroJy,max = 284.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 158.21 MicroJy IMAGR2: 1564 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -178.057 MicroJy iter= 300 IMAGR2: Field 6 Clean flux density= 122.090 MicroJy 300 comps IMAGR2: Total Cleaned flux density = 565.074 MicroJy 1329 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 1 min = -237.4 MicroJy,max = 236.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 156.64 MicroJy IMAGR2: 1290 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -173.812 MicroJy iter= 262 IMAGR2: Field 1 Clean flux density= 562.113 MicroJy 262 comps IMAGR2: Total Cleaned flux density = 662.530 MicroJy 1481 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 3 min = -239.9 MicroJy,max = 255.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.826E-04 < Second best 1.939E-04 IMAGR2: Field 4 min = -283.3 MicroJy,max = 272.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.820E-04 < Second best 1.937E-04 IMAGR2: Field 2 min = -257.3 MicroJy,max = 253.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 147.41 MicroJy IMAGR2: 1254 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -163.172 MicroJy iter= 254 IMAGR2: Field 2 Clean flux density= -918.100 MicroJy 254 comps IMAGR2: Total Cleaned flux density = 283.818 MicroJy 1645 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 7 min = -240.3 MicroJy,max = 225.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.700E-04 < Second best 1.826E-04 IMAGR2: Field 3 min = -239.7 MicroJy,max = 256.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 142.70 MicroJy IMAGR2: 2041 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 160.931 MicroJy iter= 410 IMAGR2: Field 3 Clean flux density= 452.947 MicroJy 410 comps IMAGR2: Total Cleaned flux density = 748.578 MicroJy 1864 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 4 min = -270.1 MicroJy,max = 270.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 142.25 MicroJy IMAGR2: 1712 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -158.313 MicroJy iter= 398 IMAGR2: Field 4 Clean flux density= -333.323 MicroJy 398 comps IMAGR2: Total Cleaned flux density = 594.624 MicroJy 2081 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 5 min = -243.0 MicroJy,max = 241.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 138.80 MicroJy IMAGR2: 903 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 149.085 MicroJy iter= 407 IMAGR2: Field 5 Clean flux density= 358.475 MicroJy 407 comps IMAGR2: Total Cleaned flux density = 591.386 MicroJy 2237 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 6 min = -235.4 MicroJy,max = 241.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.617E-04 < Second best 1.700E-04 IMAGR2: Field 7 min = -217.5 MicroJy,max = 203.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.582E-04 < Second best 1.668E-04 IMAGR2: Field 1 min = -205.3 MicroJy,max = 195.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 130.01 MicroJy IMAGR2: 994 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -139.678 MicroJy iter= 432 IMAGR2: Field 1 Clean flux density= 446.058 MicroJy 432 comps IMAGR2: Total Cleaned flux density = 475.331 MicroJy 2407 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 6 min = -235.9 MicroJy,max = 235.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 129.80 MicroJy IMAGR2: 1438 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -141.234 MicroJy iter= 517 IMAGR2: Field 6 Clean flux density= 579.201 MicroJy 517 comps IMAGR2: Total Cleaned flux density = 932.442 MicroJy 2624 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 7 min = -201.0 MicroJy,max = 191.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 129.27 MicroJy IMAGR2: 499 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -135.531 MicroJy iter= 334 IMAGR2: Field 7 Clean flux density= 573.481 MicroJy 334 comps IMAGR2: Total Cleaned flux density = 1.159 MilliJy 2752 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -210.5 MicroJy,max = 198.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.429E-04 < Second best 1.545E-04 IMAGR2: Field 3 min = -205.0 MicroJy,max = 215.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 121.92 MicroJy IMAGR2: 1022 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -130.318 MicroJy iter= 603 IMAGR2: Field 3 Clean flux density= 307.614 MicroJy 603 comps IMAGR2: Total Cleaned flux density = 1.013 MilliJy 2945 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 4 min = -256.0 MicroJy,max = 228.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 117.25 MicroJy IMAGR2: 1416 Residual map points loaded IMAGR2: Field 4 min Clean flux = -127.447 MicroJy iter= 604 IMAGR2: Field 4 Clean flux density= -363.708 MicroJy 604 comps IMAGR2: Total Cleaned flux density = 983.020 MicroJy 3151 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 44374 Pts IMAGR2: Field 5 min = -215.4 MicroJy,max = 226.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 113.15 MicroJy IMAGR2: 1513 Residual map points loaded IMAGR2: Field 5 min Clean flux = -127.414 MicroJy iter= 515 IMAGR2: Field 5 Clean flux density= 142.742 MicroJy 515 comps IMAGR2: Total Cleaned flux density = 767.287 MicroJy 3259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -212.6 MicroJy,max = 193.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 111.85 MicroJy IMAGR2: 1406 Residual map points loaded IMAGR2: Field 2 min Clean flux = -127.355 MicroJy iter= 339 IMAGR2: Field 2 Clean flux density= -929.159 MicroJy 339 comps IMAGR2: Total Cleaned flux density = 756.228 MicroJy 3344 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -196.7 MicroJy,max = 205.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 106.68 MicroJy IMAGR2: 1539 Residual map points loaded IMAGR2: Field 6 min Clean flux = 127.264 MicroJy iter= 530 IMAGR2: Field 6 Clean flux density= 669.300 MicroJy 530 comps IMAGR2: Total Cleaned flux density = 846.327 MicroJy 3357 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -166.7 MicroJy,max = 163.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 99.73 MicroJy IMAGR2: 2428 Residual map points loaded IMAGR2: Field 1 min Clean flux = -126.268 MicroJy iter= 436 IMAGR2: Field 1 Clean flux density= 420.775 MicroJy 436 comps IMAGR2: Total Cleaned flux density = 821.044 MicroJy 3361 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -186.0 MicroJy,max = 179.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 93.01 MicroJy IMAGR2: 5959 Residual map points loaded IMAGR2: Field 7 min Clean flux = -127.437 MicroJy iter= 339 IMAGR2: Field 7 Clean flux density= 586.642 MicroJy 339 comps IMAGR2: Total Cleaned flux density = 834.205 MicroJy 3366 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -190.7 MicroJy,max = 198.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 77.98 MicroJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 3 min Clean flux = 125.248 MicroJy iter= 606 IMAGR2: Field 3 Clean flux density= 346.105 MicroJy 606 comps IMAGR2: Total Cleaned flux density = 872.696 MicroJy 3369 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 127.447 less than limit 127.452 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 436 to 348 components IMAGR2: Field 2 compressed from 339 to 272 components IMAGR2: Field 3 compressed from 606 to 448 components IMAGR2: Field 4 compressed from 604 to 442 components IMAGR2: Field 5 compressed from 515 to 397 components IMAGR2: Field 6 compressed from 530 to 408 components IMAGR2: Field 7 compressed from 339 to 259 components IMAGR2: Field 1 min = -167.5 MicroJy,max = 163.7 MicroJy IMAGR2: Field 2 min = -208.8 MicroJy,max = 189.6 MicroJy IMAGR2: Field 3 min = -190.6 MicroJy,max = 198.6 MicroJy IMAGR2: Field 4 min = -233.7 MicroJy,max = 214.4 MicroJy IMAGR2: Field 5 min = -203.1 MicroJy,max = 222.7 MicroJy IMAGR2: Field 6 min = -195.1 MicroJy,max = 202.1 MicroJy IMAGR2: Field 7 min = -184.2 MicroJy,max = 175.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 87.235 MicroJy ( 44 CCs) from field 1 to field 2 IMAGR2: Restore -58.774 MicroJy ( 48 CCs) from field 1 to field 3 IMAGR2: Restore-196.921 MicroJy ( 51 CCs) from field 1 to field 4 IMAGR2: Restore-179.976 MicroJy ( 30 CCs) from field 1 to field 5 IMAGR2: Restore -34.306 MicroJy ( 45 CCs) from field 1 to field 6 IMAGR2: Restore 15.529 MicroJy ( 31 CCs) from field 1 to field 7 IMAGR2: Restore -69.392 MicroJy ( 24 CCs) from field 2 to field 1 IMAGR2: Restore-204.458 MicroJy ( 34 CCs) from field 2 to field 3 IMAGR2: Restore-359.056 MicroJy ( 47 CCs) from field 2 to field 4 IMAGR2: Restore -19.964 MicroJy ( 34 CCs) from field 3 to field 1 IMAGR2: Restore -51.412 MicroJy ( 35 CCs) from field 3 to field 2 IMAGR2: Restore 143.468 MicroJy ( 38 CCs) from field 3 to field 5 IMAGR2: Restore 35.136 MicroJy ( 29 CCs) from field 4 to field 1 IMAGR2: Restore 58.975 MicroJy ( 29 CCs) from field 4 to field 2 IMAGR2: Restore 54.986 MicroJy ( 41 CCs) from field 4 to field 6 IMAGR2: Restore 23.778 MicroJy ( 41 CCs) from field 5 to field 1 IMAGR2: Restore-137.903 MicroJy ( 19 CCs) from field 5 to field 3 IMAGR2: Restore 79.368 MicroJy ( 58 CCs) from field 5 to field 7 IMAGR2: Restore 60.707 MicroJy ( 30 CCs) from field 6 to field 1 IMAGR2: Restore 40.752 MicroJy ( 25 CCs) from field 6 to field 4 IMAGR2: Restore-168.589 MicroJy ( 35 CCs) from field 6 to field 7 IMAGR2: Restore -24.083 MicroJy ( 17 CCs) from field 7 to field 1 IMAGR2: Restore 179.220 MicroJy ( 37 CCs) from field 7 to field 5 IMAGR2: Restore 68.468 MicroJy ( 25 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 426.955 MicroJy IMAGR2: Field 2 final Clean flux -834.361 MicroJy IMAGR2: Field 3 final Clean flux -55.030 MicroJy IMAGR2: Field 4 final Clean flux -878.933 MicroJy IMAGR2: Field 5 final Clean flux 285.454 MicroJy IMAGR2: Field 6 final Clean flux 758.448 MicroJy IMAGR2: Field 7 final Clean flux 512.950 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 19 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 67.3 Real= 151 mp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 11 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04092 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1804+010_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1804+010' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 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: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.02124 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-1_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@K3-1_X,BAND.0-1 >> /home/auto/run/AM629_1999DEC11 AIPS 2: _3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =K3-1' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-1_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0334 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2031+549_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2031+549 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1326 CELLSIZE 0.24134 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24134 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2031+549_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 88.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 3 C 1 1012 1012 20 31 47.96 54 55 03.1 00001 -1 507 512 513 C 2 1012 1012 20 31 47.96 54 51 37.7 00002 -1 507 512 513 C 3 1012 1012 20 31 27.34 54 53 20.3 00003 -1 507 512 513 C 4 1012 1012 20 32 08.58 54 53 20.3 00004 -1 507 512 513 C 5 1012 1012 20 31 27.31 54 56 45.8 00005 -1 507 512 513 C 6 1012 1012 20 32 08.61 54 56 45.8 00006 -1 507 512 513 C 7 1012 1012 20 31 47.96 54 58 28.6 00007 -1 507 512 513 mp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 11 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04092 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1804+010_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1804+010' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 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: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.02124 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-1_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@K3-1_X,BAND.0-1 >> /home/auto/run/AM629_1999DEC11 AIPS 2: _3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =K3-1' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-1_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0334 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2031+549_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2031+549_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =2031+549' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2031+549_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.2932E-02 -4.0000E-02 0 IMAGR2: Field 2 1012 1012 1.2932E-02 -2.0544E+02 0 IMAGR2: Field 3 1012 1012 -1.7776E+02 -1.0284E+02 0 IMAGR2: Field 4 1012 1012 1.7778E+02 -1.0284E+02 0 IMAGR2: Field 5 1012 1012 -1.7802E+02 1.0266E+02 0 IMAGR2: Field 6 1012 1012 1.7804E+02 1.0266E+02 0 IMAGR2: Field 7 1012 1012 1.2932E-02 2.0546E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2031+549_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2031+549 .IMAGR . 1 (UV) on disk 1 cno 26 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 17947 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.467E+04 IMAGR2: UVWAIT: Adding temperance S 6.935E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.522E+07 and out 3.979E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.174 due to weighting IMAGR2: UVWAIT: Average summed weight 3.467E+04 over 35671 vis IMAGR2: Create 2031+549 .IBM001. 1 (MA) on disk 1 cno 27 IMAGR2: Create 2031+549 .IBM002. 1 (MA) on disk 1 cno 28 IMAGR2: Create 2031+549 .IBM003. 1 (MA) on disk 1 cno 29 IMAGR2: Create 2031+549 .IBM004. 1 (MA) on disk 1 cno 30 IMAGR2: Create 2031+549 .IBM005. 1 (MA) on disk 1 cno 31 IMAGR2: Create 2031+549 .IBM006. 1 (MA) on disk 1 cno 32 IMAGR2: Create 2031+549 .IBM007. 1 (MA) on disk 1 cno 33 IMAGR2: Create 2031+549 .ICL001. 1 (MA) on disk 1 cno 34 IMAGR2: Create 2031+549 .ICL002. 1 (MA) on disk 1 cno 35 IMAGR2: Create 2031+549 .ICL003. 1 (MA) on disk 1 cno 36 IMAGR2: Create 2031+549 .ICL004. 1 (MA) on disk 1 cno 37 IMAGR2: Create 2031+549 .ICL005. 1 (MA) on disk 1 cno 38 IMAGR2: Create 2031+549 .ICL006. 1 (MA) on disk 1 cno 39 IMAGR2: Create 2031+549 .ICL007. 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 IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.22396E+08 IMAGR2: Field 1 Beam min = -184.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.018 x 0.741 arcsec, PA= -23.4 IMAGR2: Field 2 Sum of gridding weights = 4.22396E+08 IMAGR2: Field 2 Beam min = -181.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.017 x 0.741 arcsec, PA= -23.4 IMAGR2: Field 3 Sum of gridding weights = 4.22396E+08 IMAGR2: Field 3 Beam min = -149.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.018 x 0.741 arcsec, PA= -23.5 IMAGR2: Field 4 Sum of gridding weights = 4.22395E+08 IMAGR2: Field 4 Beam min = -153.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.018 x 0.741 arcsec, PA= -23.4 IMAGR2: Field 5 Sum of gridding weights = 4.22396E+08 IMAGR2: Field 5 Beam min = -143.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.018 x 0.741 arcsec, PA= -23.5 IMAGR2: Field 6 Sum of gridding weights = 4.22395E+08 IMAGR2: Field 6 Beam min = -152.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.018 x 0.741 arcsec, PA= -23.3 IMAGR2: Field 7 Sum of gridding weights = 4.22397E+08 IMAGR2: Field 7 Beam min = -177.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.018 x 0.741 arcsec, PA= -23.4 IMAGR2: CLBHIS: minimum component 0.345 of current peak IMAGR2: Field 1 min = -95.3 MilliJy,max = 891.1 MilliJy IMAGR2: Field 2 min = -92.9 MilliJy,max = 114.1 MilliJy IMAGR2: Field 3 min = -81.8 MilliJy,max = 137.9 MilliJy IMAGR2: Field 4 min = -79.1 MilliJy,max = 124.1 MilliJy IMAGR2: Field 5 min = -80.8 MilliJy,max = 120.2 MilliJy IMAGR2: Field 6 min = -84.7 MilliJy,max = 140.8 MilliJy IMAGR2: Field 7 min = -87.3 MilliJy,max = 114.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 86.13 MilliJy IMAGR2: 1575 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 345.238 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 580.406 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 580.406 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.6 MilliJy,max = 310.7 MilliJy IMAGR2: BGC Clean: using 649 cell beam + residuals > 54.10 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 1 min allowed flux = 105.764 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 809.030 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 809.030 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.7 MilliJy,max = 14.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.296E-02 < Second best 1.089E-01 IMAGR2: Field 2 min = -9.6 MilliJy,max = 12.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.194E-02 < Second best 1.072E-01 IMAGR2: Field 3 min = -10.7 MilliJy,max = 17.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.268E-02 < Second best 1.065E-01 IMAGR2: Field 6 min = -10.0 MilliJy,max = 17.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.335E-02 < Second best 1.015E-01 IMAGR2: Field 5 min = -11.0 MilliJy,max = 16.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.193E-02 < Second best 1.006E-01 IMAGR2: Field 1 min = -15.1 MilliJy,max = 96.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.140E-02 < Second best 9.869E-02 IMAGR2: Field 4 min = -10.2 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.108E-02 < Second best 9.140E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 9.29 MilliJy IMAGR2: 3302 Residual map points loaded IMAGR2: Field 1 min allowed flux = 33.108 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 886.575 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 886.575 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.9 MilliJy,max = 30.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.06 MilliJy IMAGR2: 88 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.787 MilliJy iter= 52 IMAGR2: Field 1 Clean flux density= 906.530 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 906.530 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.3 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.466E-03 < Second best 1.296E-02 IMAGR2: Field 7 min = -3.7 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.566E-03 < Second best 1.268E-02 IMAGR2: Field 3 min = -4.2 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.180E-03 < Second best 1.194E-02 IMAGR2: Field 2 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.009E-03 < Second best 1.193E-02 IMAGR2: Field 5 min = -4.5 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.263E-03 < Second best 1.108E-02 IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.371E-03 < Second best 9.313E-03 IMAGR2: Field 1 min = -8.8 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.47 MilliJy IMAGR2: 6881 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.427 MilliJy iter= 101 IMAGR2: Field 1 Clean flux density= 903.482 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 903.482 MilliJy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.3 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.955E-03 < Second best 4.466E-03 IMAGR2: Field 6 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.877E-03 < Second best 4.371E-03 IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.899E-03 < Second best 4.263E-03 IMAGR2: Field 5 min = -4.0 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.857E-03 < Second best 4.222E-03 IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.28 MilliJy IMAGR2: 3845 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.370 MilliJy iter= 162 IMAGR2: Field 1 Clean flux density= 903.776 MilliJy 162 comps IMAGR2: Total Cleaned flux density = 903.776 MilliJy 162 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.375E-03 < Second best 4.009E-03 IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.164E-03 < Second best 3.955E-03 IMAGR2: Field 7 min = -3.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 1641 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.863 MilliJy iter= 55 IMAGR2: Field 7 Clean flux density= -17.339 MicroJy 55 comps IMAGR2: Total Cleaned flux density = 903.759 MilliJy 217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.468E-03 < Second best 3.877E-03 IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.421E-03 < Second best 3.857E-03 IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 1899 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.688 MilliJy iter= 64 IMAGR2: Field 5 Clean flux density= -1.276 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 902.483 MilliJy 281 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR2: 1885 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.687 MilliJy iter= 84 IMAGR2: Field 4 Clean flux density= 5.569 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 908.052 MilliJy 365 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.184E-03 < Second best 3.375E-03 IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR2: 1221 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.548 MilliJy iter= 89 IMAGR2: Field 3 Clean flux density= 4.160 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 912.212 MilliJy 454 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.993E-03 < Second best 3.184E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 1526 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.402 MilliJy iter= 105 IMAGR2: Field 6 Clean flux density= 3.007 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 915.219 MilliJy 559 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.518E-03 < Second best 2.993E-03 IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 744 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.215 MilliJy iter= 248 IMAGR2: Field 1 Clean flux density= 907.890 MilliJy 248 comps IMAGR2: Total Cleaned flux density = 919.333 MilliJy 645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.332E-03 < Second best 2.573E-03 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.242E-03 < Second best 2.573E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.317E-03 < Second best 2.518E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 1186 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.022 MilliJy iter= 127 IMAGR2: Field 2 Clean flux density= 5.366 MilliJy 127 comps IMAGR2: Total Cleaned flux density = 924.699 MilliJy 772 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.175E-03 < Second best 2.332E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 1398 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.904 MilliJy iter= 188 IMAGR2: Field 7 Clean flux density= 1.893 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 926.609 MilliJy 905 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.177E-03 < Second best 2.300E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.966E-03 < Second best 2.242E-03 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.036E-03 < Second best 2.177E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 1912 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.793 MilliJy iter= 233 IMAGR2: Field 5 Clean flux density= 2.616 MilliJy 233 comps IMAGR2: Total Cleaned flux density = 930.501 MilliJy 1074 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 697 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.668 MilliJy iter= 201 IMAGR2: Field 3 Clean flux density= 4.395 MilliJy 201 comps IMAGR2: Total Cleaned flux density = 930.735 MilliJy 1186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.920E-03 < Second best 2.036E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 1333 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.639 MilliJy iter= 260 IMAGR2: Field 4 Clean flux density= 10.369 MilliJy 260 comps IMAGR2: Total Cleaned flux density = 935.534 MilliJy 1362 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.789E-03 < Second best 1.938E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.616E-03 < Second best 1.920E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.725E-03 < Second best 1.825E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.621E-03 < Second best 1.789E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1735 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.478 MilliJy iter= 311 IMAGR2: Field 6 Clean flux density= 4.742 MilliJy 311 comps IMAGR2: Total Cleaned flux density = 937.270 MilliJy 1568 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.564E-03 < Second best 1.719E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1017 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.346 MilliJy iter= 393 IMAGR2: Field 5 Clean flux density= 4.689 MilliJy 393 comps IMAGR2: Total Cleaned flux density = 939.343 MilliJy 1728 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.423E-03 < Second best 1.616E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 744 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.312 MilliJy iter= 283 IMAGR2: Field 2 Clean flux density= 7.769 MilliJy 283 comps IMAGR2: Total Cleaned flux density = 941.747 MilliJy 1884 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.408E-03 < Second best 1.572E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.370E-03 < Second best 1.564E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1178 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.199 MilliJy iter= 460 IMAGR2: Field 1 Clean flux density= 906.236 MilliJy 460 comps IMAGR2: Total Cleaned flux density = 940.093 MilliJy 2096 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 831 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.169 MilliJy iter= 375 IMAGR2: Field 7 Clean flux density= 1.822 MilliJy 375 comps IMAGR2: Total Cleaned flux density = 940.022 MilliJy 2283 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.194E-03 < Second best 1.408E-03 IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 1001 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.096 MilliJy iter= 416 IMAGR2: Field 3 Clean flux density= 1.155 MilliJy 416 comps IMAGR2: Total Cleaned flux density = 936.782 MilliJy 2498 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 993.61 MicroJy IMAGR2: 761 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.066 MilliJy iter= 439 IMAGR2: Field 4 Clean flux density= 12.727 MilliJy 439 comps IMAGR2: Total Cleaned flux density = 939.140 MilliJy 2677 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.164E-03 < Second best 1.258E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.093E-03 < Second best 1.194E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.083E-03 < Second best 1.164E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 895.51 MicroJy IMAGR2: 912 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 964.157 MicroJy iter= 600 IMAGR2: Field 5 Clean flux density= 6.407 MilliJy 600 comps IMAGR2: Total Cleaned flux density = 940.859 MilliJy 2884 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.299E-04 < Second best 1.121E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.012E-03 < Second best 1.093E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 822.26 MicroJy IMAGR2: 1463 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -903.987 MicroJy iter= 576 IMAGR2: Field 2 Clean flux density= 10.233 MilliJy 576 comps IMAGR2: Total Cleaned flux density = 943.323 MilliJy 3177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 818.26 MicroJy IMAGR2: 1488 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 892.727 MicroJy iter= 606 IMAGR2: Field 6 Clean flux density= 7.398 MilliJy 606 comps IMAGR2: Total Cleaned flux density = 945.978 MilliJy 3472 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.227E-04 < Second best 1.022E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.205E-04 < Second best 1.012E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 737.19 MicroJy IMAGR2: 1358 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 802.083 MicroJy iter= 685 IMAGR2: Field 7 Clean flux density= 2.800 MilliJy 685 comps IMAGR2: Total Cleaned flux density = 946.956 MilliJy 3782 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 947.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.662E-04 < Second best 9.247E-04 IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 700.48 MicroJy IMAGR2: 711 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 740.537 MicroJy iter= 813 IMAGR2: Field 5 Clean flux density= 7.712 MilliJy 813 comps IMAGR2: Total Cleaned flux density = 948.261 MilliJy 3995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.84 MicroJy IMAGR2: 772 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 737.809 MicroJy iter= 647 IMAGR2: Field 3 Clean flux density= 1.570 MilliJy 647 comps IMAGR2: Total Cleaned flux density = 948.676 MilliJy 4226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 693.83 MicroJy IMAGR2: 1055 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -738.622 MicroJy iter= 706 IMAGR2: Field 4 Clean flux density= 11.125 MilliJy 706 comps IMAGR2: Total Cleaned flux density = 947.075 MilliJy 4493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.947E-04 < Second best 8.662E-04 IMAGR2: Field 1 min = -885.6 MicroJy,max = 814.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.650E-04 < Second best 8.563E-04 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.487E-04 < Second best 7.947E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 612.68 MicroJy IMAGR2: 667 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -643.585 MicroJy iter= 794 IMAGR2: Field 2 Clean flux density= 9.613 MilliJy 794 comps IMAGR2: Total Cleaned flux density = 946.455 MilliJy 4711 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 586.69 MicroJy IMAGR2: 1230 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 625.972 MicroJy iter= 998 IMAGR2: Field 7 Clean flux density= 2.887 MilliJy 998 comps IMAGR2: Total Cleaned flux density = 946.541 MilliJy 5024 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 1 min = -825.5 MicroJy,max = 807.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 585.14 MicroJy IMAGR2: 309 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -603.925 MicroJy iter= 610 IMAGR2: Field 1 Clean flux density= 905.717 MilliJy 610 comps IMAGR2: Total Cleaned flux density = 946.022 MilliJy 5174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 933.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 582.02 MicroJy IMAGR2: 287 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 596.787 MicroJy iter= 726 IMAGR2: Field 6 Clean flux density= 8.051 MilliJy 726 comps IMAGR2: Total Cleaned flux density = 946.676 MilliJy 5294 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -902.0 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.92 MicroJy IMAGR2: 506 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -582.395 MicroJy iter= 989 IMAGR2: Field 5 Clean flux density= 7.429 MilliJy 989 comps IMAGR2: Total Cleaned flux density = 946.393 MilliJy 5470 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 985.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 536.30 MicroJy IMAGR2: 727 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 559.888 MicroJy iter= 935 IMAGR2: Field 4 Clean flux density= 12.046 MilliJy 935 comps IMAGR2: Total Cleaned flux density = 947.313 MilliJy 5699 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -912.9 MicroJy,max = 844.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 505.23 MicroJy IMAGR2: 1389 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 538.364 MicroJy iter= 1015 IMAGR2: Field 3 Clean flux density= 2.214 MilliJy 1015 comps IMAGR2: Total Cleaned flux density = 947.957 MilliJy 6067 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 2 min = -978.1 MicroJy,max = 941.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 490.67 MicroJy IMAGR2: 524 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 507.462 MicroJy iter= 988 IMAGR2: Field 2 Clean flux density= 9.122 MilliJy 988 comps IMAGR2: Total Cleaned flux density = 947.466 MilliJy 6261 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -911.4 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 472.09 MicroJy IMAGR2: 1149 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -497.023 MicroJy iter= 1313 IMAGR2: Field 7 Clean flux density= 4.236 MilliJy 1313 comps IMAGR2: Total Cleaned flux density = 948.815 MilliJy 6576 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 1 min = -630.4 MicroJy,max = 615.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.426E-04 < Second best 5.723E-04 IMAGR2: Field 6 min = -893.3 MicroJy,max = 805.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 452.61 MicroJy IMAGR2: 1273 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -477.950 MicroJy iter= 1085 IMAGR2: Field 6 Clean flux density= 8.103 MilliJy 1085 comps IMAGR2: Total Cleaned flux density = 948.866 MilliJy 6935 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 5 min = -721.1 MicroJy,max = 911.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 439.77 MicroJy IMAGR2: 866 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -458.824 MicroJy iter= 1277 IMAGR2: Field 5 Clean flux density= 7.786 MilliJy 1277 comps IMAGR2: Total Cleaned flux density = 949.223 MilliJy 7223 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -597.0 MicroJy,max = 556.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 438.64 MicroJy IMAGR2: 168 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -445.537 MicroJy iter= 709 IMAGR2: Field 1 Clean flux density= 904.564 MilliJy 709 comps IMAGR2: Total Cleaned flux density = 948.070 MilliJy 7322 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.0 MilliJy,max = 854.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 423.19 MicroJy IMAGR2: 1084 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 443.306 MicroJy iter= 1262 IMAGR2: Field 4 Clean flux density= 9.950 MilliJy 1262 comps IMAGR2: Total Cleaned flux density = 945.973 MilliJy 7649 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 3 min = -733.6 MicroJy,max = 683.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 404.42 MicroJy IMAGR2: 826 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 420.377 MicroJy iter= 1300 IMAGR2: Field 3 Clean flux density= 3.381 MilliJy 1300 comps IMAGR2: Total Cleaned flux density = 947.140 MilliJy 7934 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -875.7 MicroJy,max = 775.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.58 MicroJy IMAGR2: 752 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -409.326 MicroJy iter= 1270 IMAGR2: Field 2 Clean flux density= 8.256 MilliJy 1270 comps IMAGR2: Total Cleaned flux density = 946.273 MilliJy 8216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -772.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 380.39 MicroJy IMAGR2: 1062 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -396.963 MicroJy iter= 1653 IMAGR2: Field 7 Clean flux density= 5.304 MilliJy 1653 comps IMAGR2: Total Cleaned flux density = 947.341 MilliJy 8556 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 6 min = -696.1 MicroJy,max = 727.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 366.50 MicroJy IMAGR2: 990 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -381.061 MicroJy iter= 1406 IMAGR2: Field 6 Clean flux density= 8.959 MilliJy 1406 comps IMAGR2: Total Cleaned flux density = 948.197 MilliJy 8877 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 5 min = -612.9 MicroJy,max = 786.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 355.75 MicroJy IMAGR2: 805 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 367.691 MicroJy iter= 1561 IMAGR2: Field 5 Clean flux density= 7.410 MilliJy 1561 comps IMAGR2: Total Cleaned flux density = 947.821 MilliJy 9161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -474.5 MicroJy,max = 447.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 350.92 MicroJy IMAGR2: 448 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -359.387 MicroJy iter= 910 IMAGR2: Field 1 Clean flux density= 904.130 MilliJy 910 comps IMAGR2: Total Cleaned flux density = 947.386 MilliJy 9362 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -870.9 MicroJy,max = 751.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 337.46 MicroJy IMAGR2: 1001 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 350.808 MicroJy iter= 1607 IMAGR2: Field 4 Clean flux density= 10.275 MilliJy 1607 comps IMAGR2: Total Cleaned flux density = 947.711 MilliJy 9707 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 3 min = -688.9 MicroJy,max = 628.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 327.47 MicroJy IMAGR2: 1369 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 341.524 MicroJy iter= 1695 IMAGR2: Field 3 Clean flux density= 3.609 MilliJy 1695 comps IMAGR2: Total Cleaned flux density = 947.939 MilliJy 10102 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 2 min = -823.8 MicroJy,max = 672.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 319.06 MicroJy IMAGR2: 959 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 330.388 MicroJy iter= 1604 IMAGR2: Field 2 Clean flux density= 6.929 MilliJy 1604 comps IMAGR2: Total Cleaned flux density = 946.611 MilliJy 10436 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 7 min = -676.2 MicroJy,max = 815.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 309.48 MicroJy IMAGR2: 1613 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 324.579 MicroJy iter= 2133 IMAGR2: Field 7 Clean flux density= 5.641 MilliJy 2133 comps IMAGR2: Total Cleaned flux density = 946.948 MilliJy 10916 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 6 min = -623.5 MicroJy,max = 616.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 301.27 MicroJy IMAGR2: 1229 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -312.445 MicroJy iter= 1781 IMAGR2: Field 6 Clean flux density= 8.822 MilliJy 1781 comps IMAGR2: Total Cleaned flux density = 946.811 MilliJy 11291 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 5 min = -543.2 MicroJy,max = 646.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 293.70 MicroJy IMAGR2: 1085 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -304.380 MicroJy iter= 1935 IMAGR2: Field 5 Clean flux density= 7.002 MilliJy 1935 comps IMAGR2: Total Cleaned flux density = 946.403 MilliJy 11665 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 1 min = -414.5 MicroJy,max = 374.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 289.07 MicroJy IMAGR2: 716 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -297.511 MicroJy iter= 1210 IMAGR2: Field 1 Clean flux density= 903.064 MilliJy 1210 comps IMAGR2: Total Cleaned flux density = 945.337 MilliJy 11965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -685.7 MicroJy,max = 572.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 281.61 MicroJy IMAGR2: 997 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 290.418 MicroJy iter= 1951 IMAGR2: Field 4 Clean flux density= 10.688 MilliJy 1951 comps IMAGR2: Total Cleaned flux density = 945.750 MilliJy 12309 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 3 min = -603.5 MicroJy,max = 572.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 273.41 MicroJy IMAGR2: 1300 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -282.943 MicroJy iter= 2095 IMAGR2: Field 3 Clean flux density= 4.657 MilliJy 2095 comps IMAGR2: Total Cleaned flux density = 946.798 MilliJy 12709 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 2 min = -751.7 MicroJy,max = 607.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 267.69 MicroJy IMAGR2: 1117 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -276.894 MicroJy iter= 2000 IMAGR2: Field 2 Clean flux density= 5.249 MilliJy 2000 comps IMAGR2: Total Cleaned flux density = 945.119 MilliJy 13105 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 7 min = -595.4 MicroJy,max = 686.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 259.88 MicroJy IMAGR2: 1383 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 269.630 MicroJy iter= 2582 IMAGR2: Field 7 Clean flux density= 6.136 MilliJy 2582 comps IMAGR2: Total Cleaned flux density = 945.615 MilliJy 13554 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 6 min = -554.7 MicroJy,max = 520.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 253.83 MicroJy IMAGR2: 1473 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -262.927 MicroJy iter= 2223 IMAGR2: Field 6 Clean flux density= 9.054 MilliJy 2223 comps IMAGR2: Total Cleaned flux density = 945.846 MilliJy 13996 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 5 min = -498.9 MicroJy,max = 508.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 247.91 MicroJy IMAGR2: 1362 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 256.551 MicroJy iter= 2382 IMAGR2: Field 5 Clean flux density= 6.208 MilliJy 2382 comps IMAGR2: Total Cleaned flux density = 945.053 MilliJy 14443 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 1 min = -328.5 MicroJy,max = 333.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 243.23 MicroJy IMAGR2: 1137 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 250.958 MicroJy iter= 1627 IMAGR2: Field 1 Clean flux density= 902.067 MilliJy 1627 comps IMAGR2: Total Cleaned flux density = 944.055 MilliJy 14860 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 4 min = -612.6 MicroJy,max = 501.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 238.43 MicroJy IMAGR2: 1549 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 247.084 MicroJy iter= 2431 IMAGR2: Field 4 Clean flux density= 11.331 MilliJy 2431 comps IMAGR2: Total Cleaned flux density = 944.699 MilliJy 15340 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 3 min = -517.3 MicroJy,max = 522.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 233.58 MicroJy IMAGR2: 1756 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 242.499 MicroJy iter= 2624 IMAGR2: Field 3 Clean flux density= 5.291 MilliJy 2624 comps IMAGR2: Total Cleaned flux density = 945.333 MilliJy 15869 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 2 min = -662.5 MicroJy,max = 563.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 229.32 MicroJy IMAGR2: 1344 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 237.119 MicroJy iter= 2479 IMAGR2: Field 2 Clean flux density= 4.204 MilliJy 2479 comps IMAGR2: Total Cleaned flux density = 944.288 MilliJy 16348 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 7 min = -540.9 MicroJy,max = 539.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 225.17 MicroJy IMAGR2: 1796 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 234.105 MicroJy iter= 3164 IMAGR2: Field 7 Clean flux density= 7.630 MilliJy 3164 comps IMAGR2: Total Cleaned flux density = 945.781 MilliJy 16930 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 6 min = -440.7 MicroJy,max = 456.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 220.97 MicroJy IMAGR2: 1551 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 229.217 MicroJy iter= 2681 IMAGR2: Field 6 Clean flux density= 9.412 MilliJy 2681 comps IMAGR2: Total Cleaned flux density = 946.140 MilliJy 17388 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 5 min = -458.3 MicroJy,max = 453.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 216.55 MicroJy IMAGR2: 1319 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 223.029 MicroJy iter= 2841 IMAGR2: Field 5 Clean flux density= 6.022 MilliJy 2841 comps IMAGR2: Total Cleaned flux density = 945.953 MilliJy 17847 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 1 min = -313.8 MicroJy,max = 288.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 213.11 MicroJy IMAGR2: 1514 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -219.896 MicroJy iter= 2121 IMAGR2: Field 1 Clean flux density= 901.407 MilliJy 2121 comps IMAGR2: Total Cleaned flux density = 945.294 MilliJy 18341 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 4 min = -486.8 MicroJy,max = 427.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 208.90 MicroJy IMAGR2: 1405 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -215.115 MicroJy iter= 2903 IMAGR2: Field 4 Clean flux density= 12.292 MilliJy 2903 comps IMAGR2: Total Cleaned flux density = 946.254 MilliJy 18813 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 3 min = -496.1 MicroJy,max = 472.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.78 MicroJy IMAGR2: 1594 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -210.938 MicroJy iter= 3120 IMAGR2: Field 3 Clean flux density= 5.537 MilliJy 3120 comps IMAGR2: Total Cleaned flux density = 946.500 MilliJy 19309 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 2 min = -557.7 MicroJy,max = 553.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 201.25 MicroJy IMAGR2: 1322 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -206.752 MicroJy iter= 2942 IMAGR2: Field 2 Clean flux density= 3.503 MilliJy 2942 comps IMAGR2: Total Cleaned flux density = 945.797 MilliJy 19772 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 7 min = -515.0 MicroJy,max = 465.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 196.84 MicroJy IMAGR2: 1551 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -202.711 MicroJy iter= 3685 IMAGR2: Field 7 Clean flux density= 8.205 MilliJy 3685 comps IMAGR2: Total Cleaned flux density = 946.373 MilliJy 20293 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 6 min = -405.8 MicroJy,max = 405.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 193.57 MicroJy IMAGR2: 1846 Residual map points loaded IMAGR2: Field 6 min Clean flux = 200.395 MicroJy iter= 3238 IMAGR2: Field 6 Clean flux density= 9.379 MilliJy 3238 comps IMAGR2: Total Cleaned flux density = 946.341 MilliJy 20850 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 5 min = -415.6 MicroJy,max = 432.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 188.00 MicroJy IMAGR2: 1748 Residual map points loaded IMAGR2: Field 5 min Clean flux = -200.406 MicroJy iter= 3240 IMAGR2: Field 5 Clean flux density= 6.167 MilliJy 3240 comps IMAGR2: Total Cleaned flux density = 946.487 MilliJy 21249 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 1 min = -259.2 MicroJy,max = 273.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 181.48 MicroJy IMAGR2: 2650 Residual map points loaded IMAGR2: Field 1 min Clean flux = 200.372 MicroJy iter= 2504 IMAGR2: Field 1 Clean flux density= 901.310 MilliJy 2504 comps IMAGR2: Total Cleaned flux density = 946.390 MilliJy 21632 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 17947 Pts IMAGR2: Field 4 min = -409.8 MicroJy,max = 388.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 173.10 MicroJy IMAGR2: 2349 Residual map points loaded IMAGR2: Field 4 min Clean flux = -200.357 MicroJy iter= 3070 IMAGR2: Field 4 Clean flux density= 12.399 MilliJy 3070 comps IMAGR2: Total Cleaned flux density = 946.497 MilliJy 21799 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -440.5 MicroJy,max = 431.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 163.66 MicroJy IMAGR2: 4121 Residual map points loaded IMAGR2: Field 3 min Clean flux = 200.169 MicroJy iter= 3298 IMAGR2: Field 3 Clean flux density= 5.716 MilliJy 3298 comps IMAGR2: Total Cleaned flux density = 946.677 MilliJy 21977 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -521.6 MicroJy,max = 504.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 150.55 MicroJy IMAGR2: 6197 Residual map points loaded IMAGR2: Field 2 min Clean flux = 200.339 MicroJy iter= 3086 IMAGR2: Field 2 Clean flux density= 3.478 MilliJy 3086 comps IMAGR2: Total Cleaned flux density = 946.652 MilliJy 22121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -454.7 MicroJy,max = 425.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 122.91 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 7 min Clean flux = -200.345 MicroJy iter= 3746 IMAGR2: Field 7 Clean flux density= 8.359 MilliJy 3746 comps IMAGR2: Total Cleaned flux density = 946.806 MilliJy 22182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 200.406 less than limit 200.408 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2504 to 1321 components IMAGR2: Field 2 compressed from 3086 to 1657 components IMAGR2: Field 3 compressed from 3298 to 1739 components IMAGR2: Field 4 compressed from 3070 to 1703 components IMAGR2: Field 5 compressed from 3240 to 1785 components IMAGR2: Field 6 compressed from 3238 to 1738 components IMAGR2: Field 7 compressed from 3746 to 1931 components IMAGR2: Field 1 min = -244.5 MicroJy,max = 237.1 MicroJy IMAGR2: Field 2 min = -503.5 MicroJy,max = 493.3 MicroJy IMAGR2: Field 3 min = -442.1 MicroJy,max = 403.7 MicroJy IMAGR2: Field 4 min = -391.4 MicroJy,max = 359.6 MicroJy IMAGR2: Field 5 min = -387.1 MicroJy,max = 396.4 MicroJy IMAGR2: Field 6 min = -364.0 MicroJy,max = 357.3 MicroJy IMAGR2: Field 7 min = -446.7 MicroJy,max = 413.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-253.433 MicroJy ( 97 CCs) from field 1 to field 2 IMAGR2: Restore 2.511 MilliJy ( 201 CCs) from field 1 to field 3 IMAGR2: Restore-543.505 MicroJy ( 169 CCs) from field 1 to field 4 IMAGR2: Restore 4.904 MilliJy ( 155 CCs) from field 1 to field 5 IMAGR2: Restore 110.898 MicroJy ( 183 CCs) from field 1 to field 6 IMAGR2: Restore -1.110 MilliJy ( 95 CCs) from field 1 to field 7 IMAGR2: Restore-681.759 MicroJy ( 52 CCs) from field 2 to field 1 IMAGR2: Restore 1.444 MilliJy ( 87 CCs) from field 2 to field 3 IMAGR2: Restore 3.098 MilliJy ( 131 CCs) from field 2 to field 4 IMAGR2: Restore-396.470 MicroJy ( 85 CCs) from field 3 to field 1 IMAGR2: Restore-445.641 MicroJy ( 92 CCs) from field 3 to field 2 IMAGR2: Restore 943.113 MicroJy ( 53 CCs) from field 3 to field 5 IMAGR2: Restore 879.659 MicroJy ( 47 CCs) from field 4 to field 1 IMAGR2: Restore 489.391 MicroJy ( 77 CCs) from field 4 to field 2 IMAGR2: Restore 1.415 MilliJy ( 64 CCs) from field 4 to field 6 IMAGR2: Restore -2.732 MilliJy ( 118 CCs) from field 5 to field 1 IMAGR2: Restore 827.665 MicroJy ( 92 CCs) from field 5 to field 3 IMAGR2: Restore -1.683 MilliJy ( 76 CCs) from field 5 to field 7 IMAGR2: Restore 5.408 MilliJy ( 135 CCs) from field 6 to field 1 IMAGR2: Restore-567.219 MicroJy ( 77 CCs) from field 6 to field 4 IMAGR2: Restore 2.107 MilliJy ( 93 CCs) from field 6 to field 7 IMAGR2: Restore -4.514 MilliJy ( 71 CCs) from field 7 to field 1 IMAGR2: Restore 897.107 MicroJy ( 125 CCs) from field 7 to field 5 IMAGR2: Restore 2.791 MilliJy ( 138 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 899.273 MilliJy IMAGR2: Field 2 final Clean flux 3.269 MilliJy IMAGR2: Field 3 final Clean flux 10.499 MilliJy IMAGR2: Field 4 final Clean flux 14.386 MilliJy IMAGR2: Field 5 final Clean flux 12.911 MilliJy IMAGR2: Field 6 final Clean flux 13.696 MilliJy IMAGR2: Field 7 final Clean flux 7.673 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= 26 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 152.3 Real= 334 mp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 11 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04092 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1804+010_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1804+010' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1804+010_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 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: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.02124 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-1_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@K3-1_X,BAND.0-1 >> /home/auto/run/AM629_1999DEC11 AIPS 2: _3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =K3-1' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-1_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0334 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2031+549_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2031+549_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =2031+549' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2031+549_X,BAND.0-1 >& /dev/null 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01909 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@I21282_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found I21282 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1326 CELLSIZE 0.24133 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24133 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@I21282_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 92.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.6 Real= 4 C 1 1012 1012 21 28 15.10 50 50 48.0 00001 -1 507 512 513 C 2 1012 1012 21 28 15.10 50 47 22.6 00002 -1 507 512 513 C 3 1012 1012 21 27 56.33 50 49 05.2 00003 -1 507 512 513 C 4 1012 1012 21 28 33.87 50 49 05.2 00004 -1 507 512 513 C 5 1012 1012 21 27 56.30 50 52 30.6 00005 -1 507 512 513 C 6 1012 1012 21 28 33.90 50 52 30.6 00006 -1 507 512 513 C 7 1012 1012 21 28 15.10 50 54 13.4 00007 -1 507 512 513 PS 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01909 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@I21282_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@I21282_X,BAND.0-1 >> /home/auto/run/AM629_1999DEC AIPS 2: 11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =I21282' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@I21282_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.2921E-10 2.5580E-11 0 IMAGR2: Field 2 1012 1012 1.2921E-10 -2.0540E+02 0 IMAGR2: Field 3 1012 1012 -1.7777E+02 -1.0280E+02 0 IMAGR2: Field 4 1012 1012 1.7777E+02 -1.0280E+02 0 IMAGR2: Field 5 1012 1012 -1.7805E+02 1.0260E+02 0 IMAGR2: Field 6 1012 1012 1.7805E+02 1.0260E+02 0 IMAGR2: Field 7 1012 1012 1.2921E-10 2.0540E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@I21282_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create I21282 .IMAGR . 1 (UV) on disk 1 cno 33 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 54954 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 8.553E+04 IMAGR2: UVWAIT: Adding temperance S 1.711E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.094E+08 and out 1.525E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.180 due to weighting IMAGR2: UVWAIT: Average summed weight 8.553E+04 over 109630 vis IMAGR2: Create I21282 .IBM001. 1 (MA) on disk 1 cno 34 IMAGR2: Create I21282 .IBM002. 1 (MA) on disk 1 cno 35 IMAGR2: Create I21282 .IBM003. 1 (MA) on disk 1 cno 36 IMAGR2: Create I21282 .IBM004. 1 (MA) on disk 1 cno 37 IMAGR2: Create I21282 .IBM005. 1 (MA) on disk 1 cno 38 IMAGR2: Create I21282 .IBM006. 1 (MA) on disk 1 cno 39 IMAGR2: Create I21282 .IBM007. 1 (MA) on disk 1 cno 40 IMAGR2: Create I21282 .ICL001. 1 (MA) on disk 1 cno 41 IMAGR2: Create I21282 .ICL002. 1 (MA) on disk 1 cno 42 IMAGR2: Create I21282 .ICL003. 1 (MA) on disk 1 cno 43 IMAGR2: Create I21282 .ICL004. 1 (MA) on disk 1 cno 44 IMAGR2: Create I21282 .ICL005. 1 (MA) on disk 1 cno 45 IMAGR2: Create I21282 .ICL006. 1 (MA) on disk 1 cno 46 IMAGR2: Create I21282 .ICL007. 1 (MA) on disk 1 cno 47 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.61879E+09 IMAGR2: Field 1 Beam min = -183.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 929.320 x 706.501 Milliarcsec, PA= -8.3 IMAGR2: Field 2 Sum of gridding weights = 1.61879E+09 IMAGR2: Field 2 Beam min = -183.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 929.193 x 706.473 Milliarcsec, PA= -8.3 IMAGR2: Field 3 Sum of gridding weights = 1.61879E+09 IMAGR2: Field 3 Beam min = -183.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 929.258 x 706.353 Milliarcsec, PA= -8.4 IMAGR2: Field 4 Sum of gridding weights = 1.61879E+09 IMAGR2: Field 4 Beam min = -183.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 929.255 x 706.620 Milliarcsec, PA= -8.2 IMAGR2: Field 5 Sum of gridding weights = 1.61879E+09 IMAGR2: Field 5 Beam min = -183.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 929.386 x 706.381 Milliarcsec, PA= -8.3 IMAGR2: Field 6 Sum of gridding weights = 1.61879E+09 IMAGR2: Field 6 Beam min = -183.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 929.383 x 706.648 Milliarcsec, PA= -8.2 IMAGR2: Field 7 Sum of gridding weights = 1.61879E+09 IMAGR2: Field 7 Beam min = -183.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 929.449 x 706.528 Milliarcsec, PA= -8.2 IMAGR2: CLBHIS: minimum component 0.449 of current peak IMAGR2: Field 1 min = -340.1 MicroJy,max = 379.2 MicroJy IMAGR2: Field 2 min = -353.1 MicroJy,max = 393.1 MicroJy IMAGR2: Field 3 min = -418.8 MicroJy,max = 354.1 MicroJy IMAGR2: Field 4 min = -322.4 MicroJy,max = 373.4 MicroJy IMAGR2: Field 5 min = -372.3 MicroJy,max = 342.5 MicroJy IMAGR2: Field 6 min = -346.2 MicroJy,max = 325.9 MicroJy IMAGR2: Field 7 min = -317.6 MicroJy,max = 355.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 206.91 MicroJy IMAGR2: 2873 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -349.731 MicroJy iter= 2 IMAGR2: Field 5 Clean flux density= -71.094 MicroJy 2 comps IMAGR2: Total Cleaned flux density = -71.094 MicroJy 2 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -419.9 MicroJy,max = 354.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 206.89 MicroJy IMAGR2: 2727 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -330.723 MicroJy iter= 4 IMAGR2: Field 3 Clean flux density= -67.809 MicroJy 4 comps IMAGR2: Total Cleaned flux density = -138.903 MicroJy 6 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -318.2 MicroJy,max = 355.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 206.84 MicroJy IMAGR2: 2553 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 307.736 MicroJy iter= 6 IMAGR2: Field 7 Clean flux density= 130.518 MicroJy 6 comps IMAGR2: Total Cleaned flux density = -8.385 MicroJy 12 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -372.2 MicroJy,max = 341.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 206.72 MicroJy IMAGR2: 2778 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 306.987 MicroJy iter= 11 IMAGR2: Field 5 Clean flux density= -38.746 MicroJy 11 comps IMAGR2: Total Cleaned flux density = 23.963 MicroJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -341.8 MicroJy,max = 347.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 206.52 MicroJy IMAGR2: 2789 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 297.515 MicroJy iter= 14 IMAGR2: Field 1 Clean flux density= 59.948 MicroJy 14 comps IMAGR2: Total Cleaned flux density = 83.911 MicroJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -347.5 MicroJy,max = 393.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 206.31 MicroJy IMAGR2: 2858 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -293.257 MicroJy iter= 20 IMAGR2: Field 2 Clean flux density= 184.816 MicroJy 20 comps IMAGR2: Total Cleaned flux density = 268.727 MicroJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -315.4 MicroJy,max = 362.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 205.93 MicroJy IMAGR2: 3118 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 286.897 MicroJy iter= 27 IMAGR2: Field 4 Clean flux density= 152.421 MicroJy 27 comps IMAGR2: Total Cleaned flux density = 421.148 MicroJy 82 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -385.8 MicroJy,max = 316.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 205.49 MicroJy IMAGR2: 2473 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -280.057 MicroJy iter= 41 IMAGR2: Field 3 Clean flux density= -38.697 MicroJy 41 comps IMAGR2: Total Cleaned flux density = 450.260 MicroJy 119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -332.1 MicroJy,max = 326.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.95 MicroJy IMAGR2: 2356 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -271.382 MicroJy iter= 45 IMAGR2: Field 6 Clean flux density= -369.169 MicroJy 45 comps IMAGR2: Total Cleaned flux density = 81.091 MicroJy 164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -310.3 MicroJy,max = 332.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.26 MicroJy IMAGR2: 2229 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 268.669 MicroJy iter= 68 IMAGR2: Field 7 Clean flux density= 127.990 MicroJy 68 comps IMAGR2: Total Cleaned flux density = 78.563 MicroJy 226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -367.3 MicroJy,max = 311.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 203.13 MicroJy IMAGR2: 2203 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 258.635 MicroJy iter= 82 IMAGR2: Field 5 Clean flux density= 362.544 MicroJy 82 comps IMAGR2: Total Cleaned flux density = 479.852 MicroJy 297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -334.6 MicroJy,max = 310.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 201.48 MicroJy IMAGR2: 1962 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -248.747 MicroJy iter= 93 IMAGR2: Field 1 Clean flux density= -274.796 MicroJy 93 comps IMAGR2: Total Cleaned flux density = 145.108 MicroJy 376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -329.8 MicroJy,max = 385.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 199.88 MicroJy IMAGR2: 2319 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -249.143 MicroJy iter= 125 IMAGR2: Field 2 Clean flux density= 203.508 MicroJy 125 comps IMAGR2: Total Cleaned flux density = 163.801 MicroJy 481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -288.0 MicroJy,max = 322.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 197.56 MicroJy IMAGR2: 2195 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -241.895 MicroJy iter= 147 IMAGR2: Field 4 Clean flux density= 464.771 MicroJy 147 comps IMAGR2: Total Cleaned flux density = 476.152 MicroJy 601 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 3 min = -354.4 MicroJy,max = 299.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 195.36 MicroJy IMAGR2: 1659 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -230.877 MicroJy iter= 160 IMAGR2: Field 3 Clean flux density= 31.444 MicroJy 160 comps IMAGR2: Total Cleaned flux density = 546.293 MicroJy 720 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 6 min = -308.8 MicroJy,max = 310.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 193.01 MicroJy IMAGR2: 1649 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -226.532 MicroJy iter= 180 IMAGR2: Field 6 Clean flux density= -298.690 MicroJy 180 comps IMAGR2: Total Cleaned flux density = 616.771 MicroJy 855 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 7 min = -294.2 MicroJy,max = 318.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 190.24 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 1531 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -220.541 MicroJy iter= 215 IMAGR2: Field 7 Clean flux density= 435.110 MicroJy 215 comps IMAGR2: Total Cleaned flux density = 923.892 MicroJy 1002 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 5 min = -306.6 MicroJy,max = 274.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 187.13 MicroJy IMAGR2: 1357 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 213.054 MicroJy iter= 230 IMAGR2: Field 5 Clean flux density= 675.284 MicroJy 230 comps IMAGR2: Total Cleaned flux density = 1.237 MilliJy 1150 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 2 min = -312.9 MicroJy,max = 343.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 184.00 MicroJy IMAGR2: 1595 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 209.739 MicroJy iter= 295 IMAGR2: Field 2 Clean flux density= 70.912 MicroJy 295 comps IMAGR2: Total Cleaned flux density = 1.104 MilliJy 1320 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 1 min = -292.1 MicroJy,max = 255.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.115E-04 < Second best 2.321E-04 IMAGR2: Field 4 min = -261.7 MicroJy,max = 279.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 176.07 MicroJy IMAGR2: 1657 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 200.088 MicroJy iter= 337 IMAGR2: Field 4 Clean flux density= 301.525 MicroJy 337 comps IMAGR2: Total Cleaned flux density = 940.790 MicroJy 1510 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 3 min = -312.2 MicroJy,max = 265.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 172.70 MicroJy IMAGR2: 1398 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -192.628 MicroJy iter= 342 IMAGR2: Field 3 Clean flux density= 150.243 MicroJy 342 comps IMAGR2: Total Cleaned flux density = 1.060 MilliJy 1692 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 6 min = -280.5 MicroJy,max = 286.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 169.32 MicroJy IMAGR2: 1379 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -187.750 MicroJy iter= 372 IMAGR2: Field 6 Clean flux density= -692.939 MicroJy 372 comps IMAGR2: Total Cleaned flux density = 665.340 MicroJy 1884 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 7 min = -273.7 MicroJy,max = 298.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 165.89 MicroJy IMAGR2: 1374 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 183.134 MicroJy iter= 417 IMAGR2: Field 7 Clean flux density= 699.280 MicroJy 417 comps IMAGR2: Total Cleaned flux density = 929.510 MicroJy 2086 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 1 min = -258.7 MicroJy,max = 227.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 164.41 MicroJy IMAGR2: 841 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -177.321 MicroJy iter= 259 IMAGR2: Field 1 Clean flux density= -77.510 MicroJy 259 comps IMAGR2: Total Cleaned flux density = 1.127 MilliJy 2252 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 5 min = -256.4 MicroJy,max = 241.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.884E-04 < Second best 2.014E-04 IMAGR2: Field 2 min = -274.9 MicroJy,max = 302.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 156.23 MicroJy IMAGR2: 1817 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -172.908 MicroJy iter= 544 IMAGR2: Field 2 Clean flux density= 88.358 MicroJy 544 comps IMAGR2: Total Cleaned flux density = 1.144 MilliJy 2501 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 4 min = -225.7 MicroJy,max = 246.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.787E-04 < Second best 1.884E-04 IMAGR2: Field 5 min = -251.3 MicroJy,max = 236.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 151.96 MicroJy IMAGR2: 1605 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 167.003 MicroJy iter= 484 IMAGR2: Field 5 Clean flux density= 859.003 MicroJy 484 comps IMAGR2: Total Cleaned flux density = 1.328 MilliJy 2755 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 3 min = -280.2 MicroJy,max = 238.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 148.48 MicroJy IMAGR2: 1077 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 159.169 MicroJy iter= 543 IMAGR2: Field 3 Clean flux density= 98.776 MicroJy 543 comps IMAGR2: Total Cleaned flux density = 1.276 MilliJy 2956 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 6 min = -256.0 MicroJy,max = 252.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 145.15 MicroJy IMAGR2: 1228 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -156.203 MicroJy iter= 601 IMAGR2: Field 6 Clean flux density= -458.913 MicroJy 601 comps IMAGR2: Total Cleaned flux density = 1.511 MilliJy 3185 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 4 min = -214.8 MicroJy,max = 246.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 144.32 MicroJy IMAGR2: 929 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 153.876 MicroJy iter= 549 IMAGR2: Field 4 Clean flux density= 385.039 MicroJy 549 comps IMAGR2: Total Cleaned flux density = 1.594 MilliJy 3397 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 7 min = -232.6 MicroJy,max = 263.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 140.52 MicroJy IMAGR2: 1037 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -149.600 MicroJy iter= 637 IMAGR2: Field 7 Clean flux density= 660.111 MicroJy 637 comps IMAGR2: Total Cleaned flux density = 1.555 MilliJy 3617 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 1 min = -223.6 MicroJy,max = 200.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.499E-04 < Second best 1.660E-04 IMAGR2: Field 2 min = -248.2 MicroJy,max = 268.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 132.93 MicroJy IMAGR2: 1502 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 142.467 MicroJy iter= 807 IMAGR2: Field 2 Clean flux density= -221.263 MicroJy 807 comps IMAGR2: Total Cleaned flux density = 1.245 MilliJy 3880 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 5 min = -220.2 MicroJy,max = 210.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 129.26 MicroJy IMAGR2: 1304 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -137.816 MicroJy iter= 742 IMAGR2: Field 5 Clean flux density= 889.830 MicroJy 742 comps IMAGR2: Total Cleaned flux density = 1.276 MilliJy 4138 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 3 min = -243.0 MicroJy,max = 214.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 126.52 MicroJy IMAGR2: 1011 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -133.568 MicroJy iter= 771 IMAGR2: Field 3 Clean flux density= 341.954 MicroJy 771 comps IMAGR2: Total Cleaned flux density = 1.519 MilliJy 4366 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 6 min = -224.3 MicroJy,max = 225.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 123.69 MicroJy IMAGR2: 1107 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -130.778 MicroJy iter= 851 IMAGR2: Field 6 Clean flux density= -676.760 MicroJy 851 comps IMAGR2: Total Cleaned flux density = 1.301 MilliJy 4616 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 1 min = -197.5 MicroJy,max = 178.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 122.65 MicroJy IMAGR2: 450 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -126.936 MicroJy iter= 415 IMAGR2: Field 1 Clean flux density= 46.049 MicroJy 415 comps IMAGR2: Total Cleaned flux density = 1.425 MilliJy 4772 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 4 min = -194.7 MicroJy,max = 215.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.362E-04 < Second best 1.437E-04 IMAGR2: Field 7 min = -208.6 MicroJy,max = 245.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 116.30 MicroJy IMAGR2: 1578 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 124.127 MicroJy iter= 958 IMAGR2: Field 7 Clean flux density= 651.270 MicroJy 958 comps IMAGR2: Total Cleaned flux density = 1.416 MilliJy 5093 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 2 min = -214.2 MicroJy,max = 251.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 113.24 MicroJy IMAGR2: 1678 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -120.612 MicroJy iter= 1137 IMAGR2: Field 2 Clean flux density= -560.349 MicroJy 1137 comps IMAGR2: Total Cleaned flux density = 1.077 MilliJy 5423 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 4 min = -180.9 MicroJy,max = 204.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 112.73 MicroJy IMAGR2: 1058 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 118.606 MicroJy iter= 827 IMAGR2: Field 4 Clean flux density= 393.373 MicroJy 827 comps IMAGR2: Total Cleaned flux density = 1.085 MilliJy 5701 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 5 min = -198.0 MicroJy,max = 181.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 109.63 MicroJy IMAGR2: 754 Residual map points loaded IMAGR2: Field 5 min Clean flux = -114.527 MicroJy iter= 937 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 Clean flux density= 1.034 MilliJy 937 comps IMAGR2: Total Cleaned flux density = 1.230 MilliJy 5896 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 3 min = -211.4 MicroJy,max = 193.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 106.39 MicroJy IMAGR2: 921 Residual map points loaded IMAGR2: Field 3 min Clean flux = 114.487 MicroJy iter= 890 IMAGR2: Field 3 Clean flux density= 354.525 MicroJy 890 comps IMAGR2: Total Cleaned flux density = 1.242 MilliJy 6015 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 54954 Pts IMAGR2: Field 6 min = -191.4 MicroJy,max = 193.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 102.72 MicroJy IMAGR2: 1205 Residual map points loaded IMAGR2: Field 6 min Clean flux = -114.526 MicroJy iter= 894 IMAGR2: Field 6 Clean flux density= -591.691 MicroJy 894 comps IMAGR2: Total Cleaned flux density = 1.327 MilliJy 6058 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -178.8 MicroJy,max = 160.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 99.34 MicroJy IMAGR2: 1091 Residual map points loaded IMAGR2: Field 1 min Clean flux = -114.069 MicroJy iter= 427 IMAGR2: Field 1 Clean flux density= 23.601 MicroJy 427 comps IMAGR2: Total Cleaned flux density = 1.305 MilliJy 6070 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -198.2 MicroJy,max = 232.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 94.54 MicroJy IMAGR2: 3144 Residual map points loaded IMAGR2: Field 7 min Clean flux = 114.286 MicroJy iter= 986 IMAGR2: Field 7 Clean flux density= 673.277 MicroJy 986 comps IMAGR2: Total Cleaned flux density = 1.327 MilliJy 6098 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -192.4 MicroJy,max = 226.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 86.43 MicroJy IMAGR2: 6348 Residual map points loaded IMAGR2: Field 2 min Clean flux = 114.231 MicroJy iter= 1145 IMAGR2: Field 2 Clean flux density= -560.945 MicroJy 1145 comps IMAGR2: Total Cleaned flux density = 1.326 MilliJy 6106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -177.2 MicroJy,max = 187.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 73.02 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 4 min Clean flux = -114.519 MicroJy iter= 836 IMAGR2: Field 4 Clean flux density= 381.732 MicroJy 836 comps IMAGR2: Total Cleaned flux density = 1.315 MilliJy 6115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 114.527 less than limit 114.528 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 427 to 333 components IMAGR2: Field 2 compressed from 1145 to 813 components IMAGR2: Field 3 compressed from 890 to 618 components IMAGR2: Field 4 compressed from 836 to 613 components IMAGR2: Field 5 compressed from 937 to 677 components IMAGR2: Field 6 compressed from 894 to 631 components IMAGR2: Field 7 compressed from 986 to 677 components IMAGR2: Field 1 min = -178.9 MicroJy,max = 159.8 MicroJy IMAGR2: Field 2 min = -192.6 MicroJy,max = 226.4 MicroJy IMAGR2: Field 3 min = -204.1 MicroJy,max = 187.4 MicroJy IMAGR2: Field 4 min = -176.1 MicroJy,max = 188.2 MicroJy IMAGR2: Field 5 min = -191.7 MicroJy,max = 176.7 MicroJy IMAGR2: Field 6 min = -189.1 MicroJy,max = 192.2 MicroJy IMAGR2: Field 7 min = -197.6 MicroJy,max = 232.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 101.166 MicroJy ( 24 CCs) from field 1 to field 2 IMAGR2: Restore-173.484 MicroJy ( 54 CCs) from field 1 to field 3 IMAGR2: Restore -99.581 MicroJy ( 53 CCs) from field 1 to field 4 IMAGR2: Restore 1.922 MicroJy ( 51 CCs) from field 1 to field 5 IMAGR2: Restore -8.813 MicroJy ( 54 CCs) from field 1 to field 6 IMAGR2: Restore 90.829 MicroJy ( 29 CCs) from field 1 to field 7 IMAGR2: Restore 18.815 MicroJy ( 46 CCs) from field 2 to field 1 IMAGR2: Restore 352.033 MicroJy ( 76 CCs) from field 2 to field 3 IMAGR2: Restore-246.310 MicroJy ( 114 CCs) from field 2 to field 4 IMAGR2: Restore -98.654 MicroJy ( 60 CCs) from field 3 to field 1 IMAGR2: Restore -40.163 MicroJy ( 64 CCs) from field 3 to field 2 IMAGR2: Restore 461.858 MicroJy ( 35 CCs) from field 3 to field 5 IMAGR2: Restore-144.079 MicroJy ( 57 CCs) from field 4 to field 1 IMAGR2: Restore-289.693 MicroJy ( 52 CCs) from field 4 to field 2 IMAGR2: Restore 106.384 MicroJy ( 46 CCs) from field 4 to field 6 IMAGR2: Restore -43.077 MicroJy ( 72 CCs) from field 5 to field 1 IMAGR2: Restore 313.379 MicroJy ( 57 CCs) from field 5 to field 3 IMAGR2: Restore -36.854 MicroJy ( 63 CCs) from field 5 to field 7 IMAGR2: Restore 328.419 MicroJy ( 73 CCs) from field 6 to field 1 IMAGR2: Restore-410.417 MicroJy ( 70 CCs) from field 6 to field 4 IMAGR2: Restore 67.225 MicroJy ( 79 CCs) from field 6 to field 7 IMAGR2: Restore 85.639 MicroJy ( 31 CCs) from field 7 to field 1 IMAGR2: Restore 231.781 MicroJy ( 76 CCs) from field 7 to field 5 IMAGR2: Restore 141.280 MicroJy ( 50 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 170.664 MicroJy IMAGR2: Field 2 final Clean flux -789.635 MicroJy IMAGR2: Field 3 final Clean flux 846.454 MicroJy IMAGR2: Field 4 final Clean flux -374.576 MicroJy IMAGR2: Field 5 final Clean flux 1.730 MilliJy IMAGR2: Field 6 final Clean flux -352.840 MicroJy IMAGR2: Field 7 final Clean flux 794.477 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 33 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 71.9 Real= 156 PS 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01909 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@I21282_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@I21282_X,BAND.0-1 >> /home/auto/run/AM629_1999DEC AIPS 2: 11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =I21282' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@I21282_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.03258 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1922+155_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1922+155 X BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 1325 CELLSIZE 0.24152 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24152 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1922+155_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 49.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 3 C 1 1012 1012 19 22 34.70 15 30 10.0 00001 -1 507 512 513 C 2 1012 1012 19 22 34.70 15 26 44.4 00002 -1 507 512 513 C 3 1012 1012 19 22 22.38 15 28 27.2 00003 -1 507 512 513 C 4 1012 1012 19 22 47.02 15 28 27.2 00004 -1 507 512 513 C 5 1012 1012 19 22 22.38 15 31 52.8 00005 -1 507 512 513 C 6 1012 1012 19 22 47.02 15 31 52.8 00006 -1 507 512 513 C 7 1012 1012 19 22 34.70 15 33 35.6 00007 -1 507 512 513 PS 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01909 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@I21282_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@I21282_X,BAND.0-1 >> /home/auto/run/AM629_1999DEC AIPS 2: 11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =I21282' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@I21282_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.03258 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1922+155_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1922+155_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1922+155' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1922+155_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.3127E-02 -8.0000E-03 0 IMAGR2: Field 2 1012 1012 2.3127E-02 -2.0561E+02 0 IMAGR2: Field 3 1012 1012 -1.7805E+02 -1.0281E+02 0 IMAGR2: Field 4 1012 1012 1.7810E+02 -1.0281E+02 0 IMAGR2: Field 5 1012 1012 -1.7805E+02 1.0279E+02 0 IMAGR2: Field 6 1012 1012 1.7810E+02 1.0279E+02 0 IMAGR2: Field 7 1012 1012 2.3127E-02 2.0559E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1922+155_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1922+155 .IMAGR . 1 (UV) on disk 1 cno 40 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 18867 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.694E+04 IMAGR2: UVWAIT: Adding temperance S 7.389E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.455E+07 and out 3.752E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR2: UVWAIT: Average summed weight 3.694E+04 over 37603 vis IMAGR2: Create 1922+155 .IBM001. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1922+155 .IBM002. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1922+155 .IBM003. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1922+155 .IBM004. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1922+155 .IBM005. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1922+155 .IBM006. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1922+155 .IBM007. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1922+155 .ICL001. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1922+155 .ICL002. 1 (MA) on disk 1 cno 49 IMAGR2: Create 1922+155 .ICL003. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1922+155 .ICL004. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1922+155 .ICL005. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1922+155 .ICL006. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1922+155 .ICL007. 1 (MA) on disk 1 cno 54 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.98345E+08 IMAGR2: Field 1 Beam min = -191.8 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 fit FWHM = 1.009 x 0.836 arcsec, PA= -29.6 IMAGR2: Field 2 Sum of gridding weights = 3.98346E+08 IMAGR2: Field 2 Beam min = -187.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.009 x 0.836 arcsec, PA= -29.5 IMAGR2: Field 3 Sum of gridding weights = 3.98345E+08 IMAGR2: Field 3 Beam min = -200.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.009 x 0.836 arcsec, PA= -29.6 IMAGR2: Field 4 Sum of gridding weights = 3.98345E+08 IMAGR2: Field 4 Beam min = -179.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.009 x 0.835 arcsec, PA= -29.5 IMAGR2: Field 5 Sum of gridding weights = 3.98344E+08 IMAGR2: Field 5 Beam min = -185.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.008 x 0.836 arcsec, PA= -29.7 IMAGR2: Field 6 Sum of gridding weights = 3.98343E+08 IMAGR2: Field 6 Beam min = -178.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.009 x 0.835 arcsec, PA= -29.6 IMAGR2: Field 7 Sum of gridding weights = 3.98344E+08 IMAGR2: Field 7 Beam min = -180.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.008 x 0.835 arcsec, PA= -29.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -105.2 MilliJy,max = 823.3 MilliJy IMAGR2: Field 2 min = -81.2 MilliJy,max = 121.2 MilliJy IMAGR2: Field 3 min = -88.3 MilliJy,max = 116.2 MilliJy IMAGR2: Field 4 min = -97.2 MilliJy,max = 123.7 MilliJy IMAGR2: Field 5 min = -88.6 MilliJy,max = 120.5 MilliJy IMAGR2: Field 6 min = -96.4 MilliJy,max = 118.1 MilliJy IMAGR2: Field 7 min = -83.9 MilliJy,max = 116.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 87.41 MilliJy IMAGR2: 1235 Residual map points loaded IMAGR2: Field 1 min allowed flux = 393.779 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 468.892 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 468.892 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -46.4 MilliJy,max = 354.4 MilliJy IMAGR2: BGC Clean: using 733 cell beam + residuals > 56.69 MilliJy IMAGR2: 129 Residual map points loaded IMAGR2: Field 1 min allowed flux = 169.515 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 670.743 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 670.743 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.1 MilliJy,max = 152.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 49.97 MilliJy IMAGR2: 23 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 70.995 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 767.266 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 767.266 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.9 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.043E-02 < Second best 1.128E-01 IMAGR2: Field 6 min = -10.2 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.019E-02 < Second best 1.117E-01 IMAGR2: Field 7 min = -7.2 MilliJy,max = 11.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.099E-02 < Second best 1.110E-01 IMAGR2: Field 3 min = -6.6 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.942E-03 < Second best 1.053E-01 IMAGR2: Field 5 min = -6.7 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.669E-03 < Second best 9.949E-02 IMAGR2: Field 4 min = -10.2 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.647E-03 < Second best 6.753E-02 IMAGR2: Field 1 min = -11.2 MilliJy,max = 64.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.54 MilliJy IMAGR2: 1312 Residual map points loaded IMAGR2: Field 1 min allowed flux = 30.794 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 808.427 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 808.427 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.6 MilliJy,max = 28.4 MilliJy IMAGR2: BGC Clean: using 511 cell beam + residuals > 4.85 MilliJy IMAGR2: 310 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.588 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 826.602 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 826.602 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.8 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.66 MilliJy IMAGR2: 36 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.239 MilliJy iter= 60 IMAGR2: Field 1 Clean flux density= 831.689 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 831.689 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.618E-03 < Second best 1.043E-02 IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.510E-03 < Second best 1.019E-02 IMAGR2: Field 6 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.795E-03 < Second best 9.647E-03 IMAGR2: Field 4 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.742E-03 < Second best 8.942E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.833E-03 < Second best 8.669E-03 IMAGR2: Field 5 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.752E-03 < Second best 5.945E-03 IMAGR2: Field 1 min = -6.3 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.26 MilliJy IMAGR2: 3637 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.563 MilliJy iter= 105 IMAGR2: Field 1 Clean flux density= 836.754 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 836.754 MilliJy 105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.24 MilliJy IMAGR2: 1979 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.997 MilliJy iter= 41 IMAGR2: Field 3 Clean flux density= -4.294 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 832.460 MilliJy 146 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.444E-03 < Second best 3.752E-03 IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.513E-03 < Second best 3.742E-03 IMAGR2: Field 4 min = -4.2 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.366E-03 < Second best 3.618E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.314E-03 < Second best 3.513E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR2: 3101 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.938 MilliJy iter= 65 IMAGR2: Field 5 Clean flux density= -386.274 MicroJy 65 comps IMAGR2: Total Cleaned flux density = 832.074 MilliJy 211 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.235E-03 < Second best 3.444E-03 IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 2269 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.741 MilliJy iter= 69 IMAGR2: Field 6 Clean flux density= 12.570 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 844.643 MilliJy 280 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.080E-03 < Second best 3.366E-03 IMAGR2: Field 4 min = -4.0 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.141E-03 < Second best 3.314E-03 IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 954 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.481 MilliJy iter= 67 IMAGR2: Field 7 Clean flux density= 8.913 MilliJy 67 comps IMAGR2: Total Cleaned flux density = 853.557 MilliJy 347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.984E-03 < Second best 3.141E-03 IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR2: 2597 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.586 MilliJy iter= 109 IMAGR2: Field 4 Clean flux density= 11.351 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 864.908 MilliJy 456 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.734E-03 < Second best 2.984E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.658E-03 < Second best 2.869E-03 IMAGR2: Field 3 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.561E-03 < Second best 2.814E-03 IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 2820 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.350 MilliJy iter= 191 IMAGR2: Field 5 Clean flux density= 416.627 MicroJy 191 comps IMAGR2: Total Cleaned flux density = 865.711 MilliJy 582 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 1000 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.198 MilliJy iter= 210 IMAGR2: Field 1 Clean flux density= 845.620 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 874.577 MilliJy 687 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 244 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.029 MilliJy iter= 57 IMAGR2: Field 2 Clean flux density= 775.981 MicroJy 57 comps IMAGR2: Total Cleaned flux density = 875.353 MilliJy 744 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.283E-03 < Second best 2.561E-03 IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.303E-03 < Second best 2.478E-03 IMAGR2: Field 4 min = -3.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 1966 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.009 MilliJy iter= 257 IMAGR2: Field 4 Clean flux density= 15.136 MilliJy 257 comps IMAGR2: Total Cleaned flux density = 879.137 MilliJy 892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.057E-03 < Second best 2.303E-03 IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 1877 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min algorithm flux= -1.947 MilliJy iter= 216 IMAGR2: Field 3 Clean flux density= -9.497 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 873.934 MilliJy 1067 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.093E-03 < Second best 2.254E-03 IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 1484 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.758 MilliJy iter= 345 IMAGR2: Field 5 Clean flux density= -1.873 MilliJy 345 comps IMAGR2: Total Cleaned flux density = 871.644 MilliJy 1221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 863 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.648 MilliJy iter= 338 IMAGR2: Field 1 Clean flux density= 857.055 MilliJy 338 comps IMAGR2: Total Cleaned flux density = 883.079 MilliJy 1349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 1212 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.677 MilliJy iter= 246 IMAGR2: Field 6 Clean flux density= 13.455 MilliJy 246 comps IMAGR2: Total Cleaned flux density = 883.964 MilliJy 1526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.781E-03 < Second best 1.942E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.683E-03 < Second best 1.927E-03 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.666E-03 < Second best 1.867E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1617 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.464 MilliJy iter= 414 IMAGR2: Field 3 Clean flux density= -12.308 MilliJy 414 comps IMAGR2: Total Cleaned flux density = 881.154 MilliJy 1724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 392 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.388 MilliJy iter= 186 IMAGR2: Field 7 Clean flux density= 13.069 MilliJy 186 comps IMAGR2: Total Cleaned flux density = 885.309 MilliJy 1843 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.518E-03 < Second best 1.683E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.560E-03 < Second best 1.666E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 2864 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.428 MilliJy iter= 565 IMAGR2: Field 4 Clean flux density= 23.446 MilliJy 565 comps IMAGR2: Total Cleaned flux density = 893.620 MilliJy 2151 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.382E-03 < Second best 1.580E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.443E-03 < Second best 1.560E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 610 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.211 MilliJy iter= 220 IMAGR2: Field 2 Clean flux density= -1.092 MilliJy 220 comps IMAGR2: Total Cleaned flux density = 891.752 MilliJy 2314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 2444 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.278 MilliJy iter= 674 IMAGR2: Field 5 Clean flux density= -3.861 MilliJy 674 comps IMAGR2: Total Cleaned flux density = 889.765 MilliJy 2643 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 408 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.169 MilliJy iter= 454 IMAGR2: Field 1 Clean flux density= 864.698 MilliJy 454 comps IMAGR2: Total Cleaned flux density = 897.408 MilliJy 2759 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.225E-03 < Second best 1.382E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 890 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.146 MilliJy iter= 452 IMAGR2: Field 6 Clean flux density= 15.440 MilliJy 452 comps IMAGR2: Total Cleaned flux density = 899.394 MilliJy 2965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.262E-03 < Second best 1.330E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.177E-03 < Second best 1.262E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 962.88 MicroJy IMAGR2: 1080 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.037 MilliJy iter= 793 IMAGR2: Field 4 Clean flux density= 24.168 MilliJy 793 comps IMAGR2: Total Cleaned flux density = 900.116 MilliJy 3193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 915.53 MicroJy IMAGR2: 2283 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.014 MilliJy iter= 1025 IMAGR2: Field 5 Clean flux density= -1.398 MilliJy 1025 comps IMAGR2: Total Cleaned flux density = 902.579 MilliJy 3544 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.27 MicroJy IMAGR2: 552 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -955.795 MicroJy iter= 590 IMAGR2: Field 3 Clean flux density= -12.669 MilliJy 590 comps IMAGR2: Total Cleaned flux density = 902.217 MilliJy 3720 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 905.83 MicroJy IMAGR2: 239 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -932.438 MicroJy iter= 292 IMAGR2: Field 7 Clean flux density= 16.110 MilliJy 292 comps IMAGR2: Total Cleaned flux density = 905.258 MilliJy 3826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.067E-03 < Second best 1.120E-03 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.041E-03 < Second best 1.099E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 811.25 MicroJy IMAGR2: 1670 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -879.998 MicroJy iter= 779 IMAGR2: Field 6 Clean flux density= 16.072 MilliJy 779 comps IMAGR2: Total Cleaned flux density = 905.890 MilliJy 4153 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 809.57 MicroJy IMAGR2: 386 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 841.692 MicroJy iter= 378 IMAGR2: Field 2 Clean flux density= 868.126 MicroJy 378 comps IMAGR2: Total Cleaned flux density = 907.849 MilliJy 4311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 806.06 MicroJy IMAGR2: 426 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 835.709 MicroJy iter= 604 IMAGR2: Field 1 Clean flux density= 869.890 MilliJy 604 comps IMAGR2: Total Cleaned flux density = 913.041 MilliJy 4461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 775.31 MicroJy IMAGR2: 1066 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 822.216 MicroJy iter= 1054 IMAGR2: Field 4 Clean flux density= 24.067 MilliJy 1054 comps IMAGR2: Total Cleaned flux density = 912.939 MilliJy 4722 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 731.65 MicroJy IMAGR2: 2512 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 808.108 MicroJy iter= 1488 IMAGR2: Field 5 Clean flux density= -4.976 MilliJy 1488 comps IMAGR2: Total Cleaned flux density = 909.361 MilliJy 5185 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 713.21 MicroJy IMAGR2: 808 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 748.782 MicroJy iter= 838 IMAGR2: Field 3 Clean flux density= -8.897 MilliJy 838 comps IMAGR2: Total Cleaned flux density = 913.133 MilliJy 5433 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 698.69 MicroJy IMAGR2: 385 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -721.449 MicroJy iter= 458 IMAGR2: Field 7 Clean flux density= 19.223 MilliJy 458 comps IMAGR2: Total Cleaned flux density = 916.246 MilliJy 5599 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 672.39 MicroJy IMAGR2: 1103 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -709.958 MicroJy iter= 1084 IMAGR2: Field 6 Clean flux density= 16.454 MilliJy 1084 comps IMAGR2: Total Cleaned flux density = 916.629 MilliJy 5904 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 660.50 MicroJy IMAGR2: 351 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -678.434 MicroJy iter= 530 IMAGR2: Field 2 Clean flux density= 3.022 MilliJy 530 comps IMAGR2: Total Cleaned flux density = 918.783 MilliJy 6056 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -810.7 MicroJy,max = 820.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 646.03 MicroJy IMAGR2: 574 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 669.397 MicroJy iter= 813 IMAGR2: Field 1 Clean flux density= 876.119 MilliJy 813 comps IMAGR2: Total Cleaned flux density = 925.012 MilliJy 6265 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 625.61 MicroJy IMAGR2: 1361 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -661.869 MicroJy iter= 1406 IMAGR2: Field 4 Clean flux density= 22.977 MilliJy 1406 comps IMAGR2: Total Cleaned flux density = 923.922 MilliJy 6617 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 592.78 MicroJy IMAGR2: 1898 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -636.827 MicroJy iter= 1918 IMAGR2: Field 5 Clean flux density= -5.458 MilliJy 1918 comps IMAGR2: Total Cleaned flux density = 923.441 MilliJy 7047 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 576.05 MicroJy IMAGR2: 829 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 600.021 MicroJy iter= 1105 IMAGR2: Field 3 Clean flux density= -9.943 MilliJy 1105 comps IMAGR2: Total Cleaned flux density = 922.395 MilliJy 7314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -948.8 MicroJy,max = 883.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.20 MicroJy IMAGR2: 377 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -579.038 MicroJy iter= 618 IMAGR2: Field 7 Clean flux density= 23.154 MilliJy 618 comps IMAGR2: Total Cleaned flux density = 926.326 MilliJy 7474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 546.17 MicroJy IMAGR2: 1260 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 573.615 MicroJy iter= 1443 IMAGR2: Field 6 Clean flux density= 17.904 MilliJy 1443 comps IMAGR2: Total Cleaned flux density = 927.776 MilliJy 7833 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -952.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 536.65 MicroJy IMAGR2: 527 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -552.806 MicroJy iter= 747 IMAGR2: Field 2 Clean flux density= 5.684 MilliJy 747 comps IMAGR2: Total Cleaned flux density = 930.437 MilliJy 8050 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -684.6 MicroJy,max = 653.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 524.47 MicroJy IMAGR2: 696 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -540.775 MicroJy iter= 1049 IMAGR2: Field 1 Clean flux density= 882.650 MilliJy 1049 comps IMAGR2: Total Cleaned flux density = 936.968 MilliJy 8286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 506.36 MicroJy IMAGR2: 1827 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 535.259 MicroJy iter= 1856 IMAGR2: Field 4 Clean flux density= 20.288 MilliJy 1856 comps IMAGR2: Total Cleaned flux density = 934.279 MilliJy 8736 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 486.80 MicroJy IMAGR2: 2756 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -525.003 MicroJy iter= 2534 IMAGR2: Field 5 Clean flux density= -4.012 MilliJy 2534 comps IMAGR2: Total Cleaned flux density = 935.726 MilliJy 9352 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 951.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 476.76 MicroJy IMAGR2: 1184 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -497.629 MicroJy iter= 1478 IMAGR2: Field 3 Clean flux density= -10.149 MilliJy 1478 comps IMAGR2: Total Cleaned flux density = 935.518 MilliJy 9725 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 7 min = -883.6 MicroJy,max = 809.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.13 MicroJy IMAGR2: 565 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 482.472 MicroJy iter= 841 IMAGR2: Field 7 Clean flux density= 26.532 MilliJy 841 comps IMAGR2: Total Cleaned flux density = 938.896 MilliJy 9948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 944.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.61 MicroJy IMAGR2: 1410 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -478.376 MicroJy iter= 1867 IMAGR2: Field 6 Clean flux density= 19.794 MilliJy 1867 comps IMAGR2: Total Cleaned flux density = 940.786 MilliJy 10372 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -771.8 MicroJy,max = 823.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 450.22 MicroJy IMAGR2: 559 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -461.705 MicroJy iter= 977 IMAGR2: Field 2 Clean flux density= 8.124 MilliJy 977 comps IMAGR2: Total Cleaned flux density = 943.225 MilliJy 10602 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -585.5 MicroJy,max = 564.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 441.91 MicroJy IMAGR2: 646 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 453.503 MicroJy iter= 1297 IMAGR2: Field 1 Clean flux density= 886.712 MilliJy 1297 comps IMAGR2: Total Cleaned flux density = 947.287 MilliJy 10850 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 428.66 MicroJy IMAGR2: 1523 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -447.769 MicroJy iter= 2309 IMAGR2: Field 4 Clean flux density= 18.915 MilliJy 2309 comps IMAGR2: Total Cleaned flux density = 945.914 MilliJy 11303 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.42 MicroJy IMAGR2: 2295 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 436.994 MicroJy iter= 3101 IMAGR2: Field 5 Clean flux density= -6.375 MilliJy 3101 comps IMAGR2: Total Cleaned flux density = 943.550 MilliJy 11870 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -939.7 MicroJy,max = 880.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 401.54 MicroJy IMAGR2: 1332 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 417.486 MicroJy iter= 1908 IMAGR2: Field 3 Clean flux density= -9.589 MilliJy 1908 comps IMAGR2: Total Cleaned flux density = 944.110 MilliJy 12300 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 7 min = -706.9 MicroJy,max = 658.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 395.31 MicroJy IMAGR2: 681 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 404.965 MicroJy iter= 1111 IMAGR2: Field 7 Clean flux density= 29.238 MilliJy 1111 comps IMAGR2: Total Cleaned flux density = 946.817 MilliJy 12570 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 880.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 385.71 MicroJy IMAGR2: 1997 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -403.597 MicroJy iter= 2420 IMAGR2: Field 6 Clean flux density= 21.545 MilliJy 2420 comps IMAGR2: Total Cleaned flux density = 948.568 MilliJy 13123 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -662.4 MicroJy,max = 714.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 379.53 MicroJy IMAGR2: 800 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -391.914 MicroJy iter= 1259 IMAGR2: Field 2 Clean flux density= 10.439 MilliJy 1259 comps IMAGR2: Total Cleaned flux density = 950.883 MilliJy 13405 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -493.8 MicroJy,max = 511.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 373.21 MicroJy IMAGR2: 843 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 383.102 MicroJy iter= 1614 IMAGR2: Field 1 Clean flux density= 891.675 MilliJy 1614 comps IMAGR2: Total Cleaned flux density = 955.846 MilliJy 13722 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 364.58 MicroJy IMAGR2: 2047 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 383.324 MicroJy iter= 2875 IMAGR2: Field 4 Clean flux density= 16.846 MilliJy 2875 comps IMAGR2: Total Cleaned flux density = 953.777 MilliJy 14288 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -968.1 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 355.56 MicroJy IMAGR2: 3194 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min algorithm flux= -379.324 MicroJy iter= 3865 IMAGR2: Field 5 Clean flux density= -5.901 MilliJy 3865 comps IMAGR2: Total Cleaned flux density = 954.252 MilliJy 15052 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -832.7 MicroJy,max = 811.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.50 MicroJy IMAGR2: 1669 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 363.341 MicroJy iter= 2455 IMAGR2: Field 3 Clean flux density= -8.108 MilliJy 2455 comps IMAGR2: Total Cleaned flux density = 955.734 MilliJy 15599 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 7 min = -630.1 MicroJy,max = 578.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 345.37 MicroJy IMAGR2: 777 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 353.203 MicroJy iter= 1424 IMAGR2: Field 7 Clean flux density= 31.876 MilliJy 1424 comps IMAGR2: Total Cleaned flux density = 958.373 MilliJy 15912 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 6 min = -990.6 MicroJy,max = 766.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 337.90 MicroJy IMAGR2: 1992 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -351.658 MicroJy iter= 3014 IMAGR2: Field 6 Clean flux density= 24.058 MilliJy 3014 comps IMAGR2: Total Cleaned flux density = 960.886 MilliJy 16506 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -588.0 MicroJy,max = 588.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 333.51 MicroJy IMAGR2: 776 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -343.389 MicroJy iter= 1560 IMAGR2: Field 2 Clean flux density= 11.920 MilliJy 1560 comps IMAGR2: Total Cleaned flux density = 962.367 MilliJy 16807 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 1 min = -480.9 MicroJy,max = 464.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 329.45 MicroJy IMAGR2: 951 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 337.684 MicroJy iter= 1963 IMAGR2: Field 1 Clean flux density= 896.381 MilliJy 1963 comps IMAGR2: Total Cleaned flux density = 967.073 MilliJy 17156 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 4 min = -978.3 MicroJy,max = 965.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 322.93 MicroJy IMAGR2: 2037 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 335.522 MicroJy iter= 3474 IMAGR2: Field 4 Clean flux density= 13.774 MilliJy 3474 comps IMAGR2: Total Cleaned flux density = 964.000 MilliJy 17755 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -840.3 MicroJy,max = 999.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 313.43 MicroJy IMAGR2: 2820 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -330.095 MicroJy iter= 4606 IMAGR2: Field 5 Clean flux density= -5.620 MilliJy 4606 comps IMAGR2: Total Cleaned flux density = 964.281 MilliJy 18496 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -772.6 MicroJy,max = 730.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 307.45 MicroJy IMAGR2: 1541 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -317.055 MicroJy iter= 2984 IMAGR2: Field 3 Clean flux density= -7.691 MilliJy 2984 comps IMAGR2: Total Cleaned flux density = 964.698 MilliJy 19025 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 7 min = -532.3 MicroJy,max = 519.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 303.38 MicroJy IMAGR2: 704 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -309.013 MicroJy iter= 1718 IMAGR2: Field 7 Clean flux density= 34.388 MilliJy 1718 comps IMAGR2: Total Cleaned flux density = 967.209 MilliJy 19319 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 6 min = -870.1 MicroJy,max = 724.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 296.78 MicroJy IMAGR2: 2006 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 307.463 MicroJy iter= 3640 IMAGR2: Field 6 Clean flux density= 27.469 MilliJy 3640 comps IMAGR2: Total Cleaned flux density = 970.619 MilliJy 19945 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -507.8 MicroJy,max = 536.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 292.84 MicroJy IMAGR2: 734 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 298.564 MicroJy iter= 1864 IMAGR2: Field 2 Clean flux density= 12.766 MilliJy 1864 comps IMAGR2: Total Cleaned flux density = 971.465 MilliJy 20249 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 1 min = -435.9 MicroJy,max = 396.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 288.80 MicroJy IMAGR2: 940 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 296.718 MicroJy iter= 2316 IMAGR2: Field 1 Clean flux density= 899.613 MilliJy 2316 comps IMAGR2: Total Cleaned flux density = 974.697 MilliJy 20602 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 4 min = -872.6 MicroJy,max = 933.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 282.87 MicroJy IMAGR2: 2311 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 293.263 MicroJy iter= 4152 IMAGR2: Field 4 Clean flux density= 9.694 MilliJy 4152 comps IMAGR2: Total Cleaned flux density = 970.617 MilliJy 21280 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -829.8 MicroJy,max = 969.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 276.33 MicroJy IMAGR2: 3421 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 291.803 MicroJy iter= 5490 IMAGR2: Field 5 Clean flux density= -6.885 MilliJy 5490 comps IMAGR2: Total Cleaned flux density = 969.352 MilliJy 22164 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -699.3 MicroJy,max = 686.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 272.82 MicroJy IMAGR2: 2228 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 283.777 MicroJy iter= 3669 IMAGR2: Field 3 Clean flux density= -5.354 MilliJy 3669 comps IMAGR2: Total Cleaned flux density = 971.689 MilliJy 22849 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 7 min = -461.8 MicroJy,max = 462.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 270.56 MicroJy IMAGR2: 1056 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 276.491 MicroJy iter= 2126 IMAGR2: Field 7 Clean flux density= 35.205 MilliJy 2126 comps IMAGR2: Total Cleaned flux density = 972.505 MilliJy 23257 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 6 min = -797.0 MicroJy,max = 676.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 265.97 MicroJy IMAGR2: 2257 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -274.936 MicroJy iter= 4319 IMAGR2: Field 6 Clean flux density= 28.791 MilliJy 4319 comps IMAGR2: Total Cleaned flux density = 973.828 MilliJy 23936 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -476.4 MicroJy,max = 484.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 264.17 MicroJy IMAGR2: 1214 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 270.164 MicroJy iter= 2312 IMAGR2: Field 2 Clean flux density= 14.840 MilliJy 2312 comps IMAGR2: Total Cleaned flux density = 975.902 MilliJy 24384 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 1 min = -367.1 MicroJy,max = 374.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 261.55 MicroJy IMAGR2: 852 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 265.965 MicroJy iter= 2647 IMAGR2: Field 1 Clean flux density= 902.062 MilliJy 2647 comps IMAGR2: Total Cleaned flux density = 978.350 MilliJy 24715 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 4 min = -844.8 MicroJy,max = 891.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 257.65 MicroJy IMAGR2: 2434 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 267.779 MicroJy iter= 4847 IMAGR2: Field 4 Clean flux density= 8.163 MilliJy 4847 comps IMAGR2: Total Cleaned flux density = 976.820 MilliJy 25410 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -763.5 MicroJy,max = 892.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 252.01 MicroJy IMAGR2: 3004 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 264.065 MicroJy iter= 6310 IMAGR2: Field 5 Clean flux density= -8.174 MilliJy 6310 comps IMAGR2: Total Cleaned flux density = 975.530 MilliJy 26230 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -591.9 MicroJy,max = 623.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 247.82 MicroJy IMAGR2: 1876 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -254.880 MicroJy iter= 4308 IMAGR2: Field 3 Clean flux density= -4.383 MilliJy 4308 comps IMAGR2: Total Cleaned flux density = 976.501 MilliJy 26869 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 7 min = -398.6 MicroJy,max = 424.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 245.12 MicroJy IMAGR2: 1026 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 249.720 MicroJy iter= 2541 IMAGR2: Field 7 Clean flux density= 37.508 MilliJy 2541 comps IMAGR2: Total Cleaned flux density = 978.803 MilliJy 27284 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 6 min = -734.4 MicroJy,max = 598.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 241.57 MicroJy IMAGR2: 2501 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 249.504 MicroJy iter= 5117 IMAGR2: Field 6 Clean flux density= 30.368 MilliJy 5117 comps IMAGR2: Total Cleaned flux density = 980.381 MilliJy 28082 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -428.3 MicroJy,max = 473.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 238.50 MicroJy IMAGR2: 1085 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 243.097 MicroJy iter= 2735 IMAGR2: Field 2 Clean flux density= 16.817 MilliJy 2735 comps IMAGR2: Total Cleaned flux density = 982.359 MilliJy 28505 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 4 min = -770.9 MicroJy,max = 840.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 234.28 MicroJy IMAGR2: 1859 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 241.641 MicroJy iter= 5472 IMAGR2: Field 4 Clean flux density= 7.307 MilliJy 5472 comps IMAGR2: Total Cleaned flux density = 981.502 MilliJy 29130 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 1 min = -352.4 MicroJy,max = 374.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 232.53 MicroJy IMAGR2: 1408 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 239.277 MicroJy iter= 3143 IMAGR2: Field 1 Clean flux density= 905.975 MilliJy 3143 comps IMAGR2: Total Cleaned flux density = 985.415 MilliJy 29626 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -779.6 MicroJy,max = 857.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 229.70 MicroJy IMAGR2: 4383 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 241.834 MicroJy iter= 7422 IMAGR2: Field 5 Clean flux density= -12.313 MilliJy 7422 comps IMAGR2: Total Cleaned flux density = 981.277 MilliJy 30738 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -547.7 MicroJy,max = 538.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 227.32 MicroJy IMAGR2: 2214 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -234.890 MicroJy iter= 5012 IMAGR2: Field 3 Clean flux density= -4.489 MilliJy 5012 comps IMAGR2: Total Cleaned flux density = 981.170 MilliJy 31442 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 7 min = -402.1 MicroJy,max = 418.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 225.14 MicroJy IMAGR2: 932 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 228.709 MicroJy iter= 2912 IMAGR2: Field 7 Clean flux density= 39.705 MilliJy 2912 comps IMAGR2: Total Cleaned flux density = 983.368 MilliJy 31813 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 6 min = -683.2 MicroJy,max = 570.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 222.46 MicroJy IMAGR2: 3021 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 231.008 MicroJy iter= 5988 IMAGR2: Field 6 Clean flux density= 29.706 MilliJy 5988 comps IMAGR2: Total Cleaned flux density = 982.706 MilliJy 32684 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -416.6 MicroJy,max = 430.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 220.92 MicroJy IMAGR2: 1265 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -225.125 MicroJy iter= 3213 IMAGR2: Field 2 Clean flux density= 19.079 MilliJy 3213 comps IMAGR2: Total Cleaned flux density = 984.967 MilliJy 33162 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 4 min = -763.8 MicroJy,max = 823.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 219.88 MicroJy IMAGR2: 2553 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -227.358 MicroJy iter= 6250 IMAGR2: Field 4 Clean flux density= 6.830 MilliJy 6250 comps IMAGR2: Total Cleaned flux density = 984.489 MilliJy 33940 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -678.1 MicroJy,max = 804.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 214.95 MicroJy IMAGR2: 2892 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -223.339 MicroJy iter= 8275 IMAGR2: Field 5 Clean flux density= -6.726 MilliJy 8275 comps IMAGR2: Total Cleaned flux density = 990.076 MilliJy 34793 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 1 min = -317.6 MicroJy,max = 346.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 213.99 MicroJy IMAGR2: 2289 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 221.059 MicroJy iter= 3882 IMAGR2: Field 1 Clean flux density= 912.251 MilliJy 3882 comps IMAGR2: Total Cleaned flux density = 996.353 MilliJy 35532 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -617.8 MicroJy,max = 568.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 215.97 MicroJy IMAGR2: 4998 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 227.296 MicroJy iter= 6228 IMAGR2: Field 3 Clean flux density= -12.355 MilliJy 6228 comps IMAGR2: Total Cleaned flux density = 988.488 MilliJy 36748 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 6 min = -669.6 MicroJy,max = 526.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 215.20 MicroJy IMAGR2: 3425 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -223.348 MicroJy iter= 6959 IMAGR2: Field 6 Clean flux density= 32.322 MilliJy 6959 comps IMAGR2: Total Cleaned flux density = 991.106 MilliJy 37719 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 7 min = -398.2 MicroJy,max = 463.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 215.35 MicroJy IMAGR2: 1737 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 219.865 MicroJy iter= 3527 IMAGR2: Field 7 Clean flux density= 41.797 MilliJy 3527 comps IMAGR2: Total Cleaned flux density = 993.198 MilliJy 38334 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 4 min = -681.2 MicroJy,max = 767.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 215.58 MicroJy IMAGR2: 3156 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -223.457 MicroJy iter= 7196 IMAGR2: Field 4 Clean flux density= 8.001 MilliJy 7196 comps IMAGR2: Total Cleaned flux density = 994.369 MilliJy 39280 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -503.6 MicroJy,max = 606.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 210.78 MicroJy IMAGR2: 1655 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -216.659 MicroJy iter= 6783 IMAGR2: Field 3 Clean flux density= -8.208 MilliJy 6783 comps IMAGR2: Total Cleaned flux density = 998.517 MilliJy 39835 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 2 min = -419.4 MicroJy,max = 400.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 208.13 MicroJy IMAGR2: 151 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 209.144 MicroJy iter= 3311 IMAGR2: Field 2 Clean flux density= 18.813 MilliJy 3311 comps IMAGR2: Total Cleaned flux density = 998.251 MilliJy 39933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -658.9 MicroJy,max = 732.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 203.72 MicroJy IMAGR2: 1129 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -206.756 MicroJy iter= 7631 IMAGR2: Field 4 Clean flux density= 4.918 MilliJy 7631 comps IMAGR2: Total Cleaned flux density = 995.168 MilliJy 40368 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 6 min = -612.1 MicroJy,max = 472.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 197.32 MicroJy IMAGR2: 870 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 200.792 MicroJy iter= 7298 IMAGR2: Field 6 Clean flux density= 32.397 MilliJy 7298 comps IMAGR2: Total Cleaned flux density = 995.243 MilliJy 40707 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -771.8 MicroJy,max = 843.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 196.67 MicroJy IMAGR2: 5623 Residual map points loaded IMAGR2: Field 5 min allowed flux = -217.014 MicroJy iter= 9369 IMAGR2: Field 5 Clean flux density= -11.558 MilliJy 9369 comps IMAGR2: Total Cleaned flux density = 990.410 MilliJy 41801 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 1 min = -337.5 MicroJy,max = 358.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 198.95 MicroJy IMAGR2: 5824 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -209.149 MicroJy iter= 5387 IMAGR2: Field 1 Clean flux density= 929.220 MilliJy 5387 comps IMAGR2: Total Cleaned flux density = 1.007 Jy 43306 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 7 min = -442.2 MicroJy,max = 374.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 200.59 MicroJy IMAGR2: 4627 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 209.497 MicroJy iter= 4727 IMAGR2: Field 7 Clean flux density= 30.658 MilliJy 4727 comps IMAGR2: Total Cleaned flux density = 996.240 MilliJy 44506 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -568.1 MicroJy,max = 679.2 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 202.40 MicroJy IMAGR2: 6083 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 213.074 MicroJy iter= 10932 IMAGR2: Field 5 Clean flux density= -5.460 MilliJy 10932 comps IMAGR2: Total Cleaned flux density = 1.002 Jy 46069 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -596.7 MicroJy,max = 455.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 206.60 MicroJy IMAGR2: 4950 Residual map points loaded IMAGR2: Field 3 min allowed flux = -218.528 MicroJy iter= 8030 IMAGR2: Field 3 Clean flux density= -16.538 MilliJy 8030 comps IMAGR2: Total Cleaned flux density = 994.008 MilliJy 47316 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -433.5 MicroJy,max = 357.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 200.51 MicroJy IMAGR2: 965 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 204.208 MicroJy iter= 8415 IMAGR2: Field 3 Clean flux density= -12.349 MilliJy 8415 comps IMAGR2: Total Cleaned flux density = 998.197 MilliJy 47701 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -658.4 MicroJy,max = 722.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 193.79 MicroJy IMAGR2: 2279 Residual map points loaded IMAGR2: Field 5 min allowed flux = 215.838 MicroJy iter= 11326 IMAGR2: Field 5 Clean flux density= -8.074 MilliJy 11326 comps IMAGR2: Total Cleaned flux density = 995.583 MilliJy 48095 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 5 min = -509.1 MicroJy,max = 623.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 191.01 MicroJy IMAGR2: 153 Residual map points loaded IMAGR2: Field 5 min Clean flux = -195.332 MicroJy iter= 11388 IMAGR2: Field 5 Clean flux density= -7.781 MilliJy 11388 comps IMAGR2: Total Cleaned flux density = 995.876 MilliJy 48157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -317.4 MicroJy,max = 350.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 183.05 MicroJy IMAGR2: 1266 Residual map points loaded IMAGR2: Field 7 min Clean flux = 195.326 MicroJy iter= 5011 IMAGR2: Field 7 Clean flux density= 33.123 MilliJy 5011 comps IMAGR2: Total Cleaned flux density = 998.341 MilliJy 48441 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -387.5 MicroJy,max = 376.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 185.72 MicroJy IMAGR2: 4078 Residual map points loaded IMAGR2: Field 2 min Clean flux = -195.450 MicroJy iter= 4345 IMAGR2: Field 2 Clean flux density= 17.664 MilliJy 4345 comps IMAGR2: Total Cleaned flux density = 997.192 MilliJy 49475 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 1 min = -298.5 MicroJy,max = 278.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 165.35 MicroJy IMAGR2: 3402 Residual map points loaded IMAGR2: Field 1 min Clean flux = 195.423 MicroJy iter= 5710 IMAGR2: Field 1 Clean flux density= 932.412 MilliJy 5710 comps IMAGR2: Total Cleaned flux density = 1.000 Jy 49798 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 4 min = -722.8 MicroJy,max = 804.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 180.75 MicroJy IMAGR2: 15325 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 4 min algorithm flux= -297.637 MicroJy iter= 7739 IMAGR2: Field 4 Clean flux density= 3.976 MilliJy 7739 comps IMAGR2: Total Cleaned flux density = 999.442 MilliJy 49906 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -684.5 MicroJy,max = 789.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 174.16 MicroJy IMAGR2: 13600 Residual map points loaded IMAGR2: Field 4 min Clean flux = 195.455 MicroJy iter= 10076 IMAGR2: Field 4 Clean flux density= 367.140 MicroJy 10076 comps IMAGR2: Total Cleaned flux density = 995.834 MilliJy 52243 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 3 min = -473.4 MicroJy,max = 498.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 162.98 MicroJy IMAGR2: 15198 Residual map points loaded IMAGR2: Field 3 min Clean flux = -195.381 MicroJy iter= 9993 IMAGR2: Field 3 Clean flux density= -5.269 MilliJy 9993 comps IMAGR2: Total Cleaned flux density = 1.003 Jy 53821 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 6 min = -617.6 MicroJy,max = 527.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 170.55 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 6 min allowed flux = -217.513 MicroJy iter= 8695 IMAGR2: Field 6 Clean flux density= 35.265 MilliJy 8695 comps IMAGR2: Total Cleaned flux density = 1.006 Jy 55218 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Field 6 min = -591.8 MicroJy,max = 471.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 133.47 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 6 min Clean flux = 195.456 MicroJy iter= 9293 IMAGR2: Field 6 Clean flux density= 35.430 MilliJy 9293 comps IMAGR2: Total Cleaned flux density = 1.006 Jy 55816 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 18867 Pts IMAGR2: Peak residual in window 195.456 less than limit 195.461 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 5710 to 2496 components IMAGR2: Field 2 compressed from 4345 to 2076 components IMAGR2: Field 3 compressed from 9993 to 5071 components IMAGR2: Field 4 compressed from 10076 to 4544 components IMAGR2: Field 5 compressed from 11388 to 5264 components IMAGR2: Field 6 compressed from 9293 to 4248 components IMAGR2: Field 7 compressed from 5011 to 2662 components IMAGR2: Field 1 min = -338.2 MicroJy,max = 379.4 MicroJy IMAGR2: Field 2 min = -329.2 MicroJy,max = 315.0 MicroJy IMAGR2: Field 3 min = -525.4 MicroJy,max = 472.5 MicroJy IMAGR2: Field 4 min = -627.8 MicroJy,max = 670.5 MicroJy IMAGR2: Field 5 min = -674.4 MicroJy,max = 755.7 MicroJy IMAGR2: Field 6 min = -590.2 MicroJy,max = 450.7 MicroJy IMAGR2: Field 7 min = -300.7 MicroJy,max = 337.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 3.671 MilliJy ( 110 CCs) from field 1 to field 2 IMAGR2: Restore 10.359 MilliJy ( 334 CCs) from field 1 to field 3 IMAGR2: Restore 23.656 MilliJy ( 394 CCs) from field 1 to field 4 IMAGR2: Restore 15.413 MilliJy ( 435 CCs) from field 1 to field 5 IMAGR2: Restore 18.856 MilliJy ( 329 CCs) from field 1 to field 6 IMAGR2: Restore 3.406 MilliJy ( 144 CCs) from field 1 to field 7 IMAGR2: Restore 1.816 MilliJy ( 157 CCs) from field 2 to field 1 IMAGR2: Restore 3.182 MilliJy ( 125 CCs) from field 2 to field 3 IMAGR2: Restore 8.457 MilliJy ( 426 CCs) from field 2 to field 4 IMAGR2: Restore 3.658 MilliJy ( 421 CCs) from field 3 to field 1 IMAGR2: Restore 439.295 MicroJy ( 363 CCs) from field 3 to field 2 IMAGR2: Restore 6.994 MilliJy ( 498 CCs) from field 3 to field 5 IMAGR2: Restore 601.698 MicroJy ( 208 CCs) from field 4 to field 1 IMAGR2: Restore 877.186 MicroJy ( 154 CCs) from field 4 to field 2 IMAGR2: Restore -2.639 MilliJy ( 280 CCs) from field 4 to field 6 IMAGR2: Restore -6.387 MilliJy ( 370 CCs) from field 5 to field 1 IMAGR2: Restore 4.826 MilliJy ( 419 CCs) from field 5 to field 3 IMAGR2: Restore -4.108 MilliJy ( 308 CCs) from field 5 to field 7 IMAGR2: Restore 10.013 MilliJy ( 326 CCs) from field 6 to field 1 IMAGR2: Restore 13.122 MilliJy ( 471 CCs) from field 6 to field 4 IMAGR2: Restore 2.255 MilliJy ( 193 CCs) from field 6 to field 7 IMAGR2: Restore 3.566 MilliJy ( 226 CCs) from field 7 to field 1 IMAGR2: Restore 5.668 MilliJy ( 490 CCs) from field 7 to field 5 IMAGR2: Restore 6.958 MilliJy ( 314 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 945.680 MilliJy IMAGR2: Field 2 final Clean flux 22.651 MilliJy IMAGR2: Field 3 final Clean flux 13.099 MilliJy IMAGR2: Field 4 final Clean flux 45.603 MilliJy IMAGR2: Field 5 final Clean flux 20.293 MilliJy IMAGR2: Field 6 final Clean flux 58.606 MilliJy IMAGR2: Field 7 final Clean flux 34.677 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= 40 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 193.7 Real= 386 PS 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01909 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@I21282_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@I21282_X,BAND.0-1 >> /home/auto/run/AM629_1999DEC AIPS 2: 11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =I21282' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@I21282_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.03258 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1922+155_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1922+155_X,BAND.0-1 >> /home/auto/run/AM629_1999D AIPS 2: EC11_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1922+155' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1922+155_X,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 AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01905 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-30_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found K3-30 X BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1326 CELLSIZE 0.24140 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24140 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@K3-30_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: The Sun is 41.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 3 C 1 1012 1012 19 16 27.60 05 13 19.0 00001 -1 507 512 513 C 2 1012 1012 19 16 27.60 05 09 53.5 00002 -1 507 512 513 C 3 1012 1012 19 16 15.69 05 11 36.2 00003 -1 507 512 513 C 4 1012 1012 19 16 39.51 05 11 36.2 00004 -1 507 512 513 C 5 1012 1012 19 16 15.69 05 15 01.7 00005 -1 507 512 513 C 6 1012 1012 19 16 39.51 05 15 01.7 00006 -1 507 512 513 C 7 1012 1012 19 16 27.60 05 16 44.5 00007 -1 507 512 513 : Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01905 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-30_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@K3-30_X,BAND.0-1 >> /home/auto/run/AM629_1999DEC1 AIPS 2: 1_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :7 =K3-30' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@K3-30_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.0379E-10 3.1974E-12 0 IMAGR2: Field 2 1012 1012 2.0379E-10 -2.0550E+02 0 IMAGR2: Field 3 1012 1012 -1.7791E+02 -1.0280E+02 0 IMAGR2: Field 4 1012 1012 1.7791E+02 -1.0280E+02 0 IMAGR2: Field 5 1012 1012 -1.7791E+02 1.0270E+02 0 IMAGR2: Field 6 1012 1012 1.7791E+02 1.0270E+02 0 IMAGR2: Field 7 1012 1012 2.0379E-10 2.0550E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@K3-30_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create K3-30 .IMAGR . 1 (UV) on disk 1 cno 47 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 55189 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.117E+05 IMAGR2: UVWAIT: Adding temperance S 2.234E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 8.873E+07 and out 1.150E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.198 due to weighting IMAGR2: UVWAIT: Average summed weight 1.117E+05 over 109441 vis IMAGR2: Create K3-30 .IBM001. 1 (MA) on disk 1 cno 48 IMAGR2: Create K3-30 .IBM002. 1 (MA) on disk 1 cno 49 IMAGR2: Create K3-30 .IBM003. 1 (MA) on disk 1 cno 50 IMAGR2: Create K3-30 .IBM004. 1 (MA) on disk 1 cno 51 IMAGR2: Create K3-30 .IBM005. 1 (MA) on disk 1 cno 52 IMAGR2: Create K3-30 .IBM006. 1 (MA) on disk 1 cno 53 IMAGR2: Create K3-30 .IBM007. 1 (MA) on disk 1 cno 54 IMAGR2: Create K3-30 .ICL001. 1 (MA) on disk 1 cno 55 IMAGR2: Create K3-30 .ICL002. 1 (MA) on disk 1 cno 56 IMAGR2: Create K3-30 .ICL003. 1 (MA) on disk 1 cno 57 IMAGR2: Create K3-30 .ICL004. 1 (MA) on disk 1 cno 58 IMAGR2: Create K3-30 .ICL005. 1 (MA) on disk 1 cno 59 IMAGR2: Create K3-30 .ICL006. 1 (MA) on disk 1 cno 60 IMAGR2: Create K3-30 .ICL007. 1 (MA) on disk 1 cno 61 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.22082E+09 IMAGR2: Field 1 Beam min = -186.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.071 x 0.835 arcsec, PA= -29.0 IMAGR2: Field 2 Sum of gridding weights = 1.22083E+09 IMAGR2: Field 2 Beam min = -186.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.071 x 0.836 arcsec, PA= -28.9 IMAGR2: Field 3 Sum of gridding weights = 1.22083E+09 IMAGR2: Field 3 Beam min = -186.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.071 x 0.836 arcsec, PA= -29.0 IMAGR2: Field 4 Sum of gridding weights = 1.22082E+09 IMAGR2: Field 4 Beam min = -186.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.071 x 0.835 arcsec, PA= -28.9 IMAGR2: Field 5 Sum of gridding weights = 1.22082E+09 IMAGR2: Field 5 Beam min = -186.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.071 x 0.836 arcsec, PA= -29.1 IMAGR2: Field 6 Sum of gridding weights = 1.22082E+09 IMAGR2: Field 6 Beam min = -186.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.071 x 0.835 arcsec, PA= -29.0 IMAGR2: Field 7 Sum of gridding weights = 1.22082E+09 IMAGR2: Field 7 Beam min = -186.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.071 x 0.835 arcsec, PA= -29.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -1.4 MilliJy,max = 4.3 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -848.0 MicroJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -815.3 MicroJy,max = 1.0 MilliJy IMAGR2: Field 5 min = -787.7 MicroJy,max = 1.5 MilliJy IMAGR2: Field 6 min = -869.5 MicroJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -951.9 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 1007 cell beam + residuals > 677.95 MicroJy IMAGR2: 9731 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.708 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 3.277 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 3.277 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 628.76 MicroJy IMAGR2: 5541 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.526 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 9.035 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 9.035 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -932.4 MicroJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 605.35 MicroJy IMAGR2: 1222 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.002 MilliJy iter= 77 IMAGR2: Field 1 Clean flux density= 13.706 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 13.706 MilliJy 77 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -580.1 MicroJy,max = 660.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.324E-04 < Second best 1.146E-03 IMAGR2: Field 7 min = -616.1 MicroJy,max = 616.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.907E-04 < Second best 1.009E-03 IMAGR2: Field 5 min = -587.0 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.620E-04 < Second best 9.755E-04 IMAGR2: Field 4 min = -533.5 MicroJy,max = 531.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.089E-04 < Second best 9.563E-04 IMAGR2: Field 1 min = -683.3 MicroJy,max = 994.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 440.41 MicroJy IMAGR2: 1927 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 671.215 MicroJy iter= 129 IMAGR2: Field 1 Clean flux density= 17.908 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 17.908 MilliJy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -486.2 MicroJy,max = 468.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.484E-04 < Second best 7.542E-04 IMAGR2: Field 3 min = -517.8 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.678E-04 < Second best 6.413E-04 IMAGR2: Field 1 min = -536.3 MicroJy,max = 640.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 336.02 MicroJy IMAGR2: 3169 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 471.298 MicroJy iter= 191 IMAGR2: Field 1 Clean flux density= 20.510 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 20.510 MilliJy 191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -444.4 MicroJy,max = 466.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.473E-04 < Second best 5.907E-04 IMAGR2: Field 7 min = -447.3 MicroJy,max = 455.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.363E-04 < Second best 5.678E-04 IMAGR2: Field 3 min = -492.7 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 302.30 MicroJy IMAGR2: 994 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 367.893 MicroJy iter= 45 IMAGR2: Field 3 Clean flux density= 719.961 MicroJy 45 comps IMAGR2: Total Cleaned flux density = 21.230 MilliJy 236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -499.4 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.781E-04 < Second best 5.089E-04 IMAGR2: Field 4 min = -449.0 MicroJy,max = 463.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.432E-04 < Second best 4.781E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 287.22 MicroJy IMAGR2: 1536 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 359.311 MicroJy iter= 65 IMAGR2: Field 5 Clean flux density= 411.973 MicroJy 65 comps IMAGR2: Total Cleaned flux density = 21.642 MilliJy 301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -452.9 MicroJy,max = 441.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.234E-04 < Second best 4.484E-04 IMAGR2: Field 6 min = -456.2 MicroJy,max = 443.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.245E-04 < Second best 4.473E-04 IMAGR2: Field 2 min = -424.8 MicroJy,max = 461.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 269.51 MicroJy IMAGR2: 2809 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -341.146 MicroJy iter= 88 IMAGR2: Field 2 Clean flux density= 30.295 MicroJy 88 comps IMAGR2: Total Cleaned flux density = 21.673 MilliJy 389 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -406.4 MicroJy,max = 377.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.842E-04 < Second best 4.363E-04 IMAGR2: Field 7 min = -451.5 MicroJy,max = 416.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.817E-04 < Second best 4.245E-04 IMAGR2: Field 6 min = -417.0 MicroJy,max = 419.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.021E-04 < Second best 4.234E-04 IMAGR2: Field 1 min = -447.4 MicroJy,max = 419.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 260.11 MicroJy IMAGR2: 3114 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 327.747 MicroJy iter= 302 IMAGR2: Field 1 Clean flux density= 21.989 MilliJy 302 comps IMAGR2: Total Cleaned flux density = 23.152 MilliJy 500 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 6 min = -384.9 MicroJy,max = 380.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.383E-04 < Second best 3.842E-04 IMAGR2: Field 4 min = -387.1 MicroJy,max = 373.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 258.35 MicroJy IMAGR2: 716 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 293.816 MicroJy iter= 74 IMAGR2: Field 4 Clean flux density= 264.477 MicroJy 74 comps IMAGR2: Total Cleaned flux density = 23.416 MilliJy 574 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -435.1 MicroJy,max = 402.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 256.04 MicroJy IMAGR2: 743 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 290.296 MicroJy iter= 82 IMAGR2: Field 7 Clean flux density= 61.162 MicroJy 82 comps IMAGR2: Total Cleaned flux density = 23.477 MilliJy 656 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -397.7 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.255E-04 < Second best 3.440E-04 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min = -404.0 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.217E-04 < Second best 3.383E-04 IMAGR2: Field 6 min = -333.1 MicroJy,max = 363.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.109E-04 < Second best 3.268E-04 IMAGR2: Field 2 min = -338.0 MicroJy,max = 374.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.000E-04 < Second best 3.255E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 231.59 MicroJy IMAGR2: 2069 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -277.141 MicroJy iter= 185 IMAGR2: Field 3 Clean flux density= 14.416 MicroJy 185 comps IMAGR2: Total Cleaned flux density = 22.772 MilliJy 796 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 5 min = -409.3 MicroJy,max = 919.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 229.75 MicroJy IMAGR2: 1504 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -266.130 MicroJy iter= 199 IMAGR2: Field 5 Clean flux density= 312.439 MicroJy 199 comps IMAGR2: Total Cleaned flux density = 22.672 MilliJy 930 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 1 min = -358.9 MicroJy,max = 347.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.713E-04 < Second best 3.109E-04 IMAGR2: Field 6 min = -333.0 MicroJy,max = 364.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 218.42 MicroJy IMAGR2: 2304 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -256.815 MicroJy iter= 170 IMAGR2: Field 6 Clean flux density= 312.057 MicroJy 170 comps IMAGR2: Total Cleaned flux density = 22.984 MilliJy 1100 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 2 min = -302.1 MicroJy,max = 382.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 217.29 MicroJy IMAGR2: 844 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 239.620 MicroJy iter= 205 IMAGR2: Field 2 Clean flux density= 206.258 MicroJy 205 comps IMAGR2: Total Cleaned flux density = 23.160 MilliJy 1217 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 4 min = -347.1 MicroJy,max = 356.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.579E-04 < Second best 2.783E-04 IMAGR2: Field 7 min = -358.5 MicroJy,max = 336.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.469E-04 < Second best 2.713E-04 IMAGR2: Field 1 min = -314.6 MicroJy,max = 310.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.86 MicroJy IMAGR2: 1110 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 225.948 MicroJy iter= 431 IMAGR2: Field 1 Clean flux density= 22.622 MilliJy 431 comps IMAGR2: Total Cleaned flux density = 23.793 MilliJy 1346 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 3 min = -345.5 MicroJy,max = 803.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.374E-04 < Second best 2.579E-04 IMAGR2: Field 4 min = -332.9 MicroJy,max = 349.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 197.81 MicroJy IMAGR2: 1291 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -220.219 MicroJy iter= 232 IMAGR2: Field 4 Clean flux density= 139.383 MicroJy 232 comps IMAGR2: Total Cleaned flux density = 23.668 MilliJy 1504 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 5 min = -347.9 MicroJy,max = 782.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 192.52 MicroJy IMAGR2: 1971 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -217.568 MicroJy iter= 404 IMAGR2: Field 5 Clean flux density= 521.543 MicroJy 404 comps IMAGR2: Total Cleaned flux density = 23.877 MilliJy 1709 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 7 min = -326.1 MicroJy,max = 308.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 190.92 MicroJy IMAGR2: 735 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 205.650 MicroJy iter= 216 IMAGR2: Field 7 Clean flux density= -155.827 MicroJy 216 comps IMAGR2: Total Cleaned flux density = 23.660 MilliJy 1843 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 6 min = -287.0 MicroJy,max = 277.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 183.05 MicroJy IMAGR2: 793 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -197.066 MicroJy iter= 311 IMAGR2: Field 6 Clean flux density= 69.160 MicroJy 311 comps IMAGR2: Total Cleaned flux density = 23.417 MilliJy 1984 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 3 min = -332.5 MicroJy,max = 687.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 181.55 MicroJy IMAGR2: 901 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 196.468 MicroJy iter= 351 IMAGR2: Field 3 Clean flux density= -603.902 MicroJy 351 comps IMAGR2: Total Cleaned flux density = 22.799 MilliJy 2150 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 2 min = -239.9 MicroJy,max = 309.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.016E-04 < Second best 2.168E-04 IMAGR2: Field 1 min = -251.6 MicroJy,max = 250.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 170.69 MicroJy IMAGR2: 686 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -181.384 MicroJy iter= 565 IMAGR2: Field 1 Clean flux density= 22.553 MilliJy 565 comps IMAGR2: Total Cleaned flux density = 22.729 MilliJy 2284 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 4 min = -308.4 MicroJy,max = 314.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 165.88 MicroJy IMAGR2: 929 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -178.534 MicroJy iter= 408 IMAGR2: Field 4 Clean flux density= 36.894 MicroJy 408 comps IMAGR2: Total Cleaned flux density = 22.627 MilliJy 2460 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 5 min = -297.4 MicroJy,max = 602.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 159.50 MicroJy IMAGR2: 1482 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -173.293 MicroJy iter= 621 IMAGR2: Field 5 Clean flux density= 356.192 MicroJy 621 comps IMAGR2: Total Cleaned flux density = 22.462 MilliJy 2677 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 2 min = -216.5 MicroJy,max = 268.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.861E-04 < Second best 1.973E-04 IMAGR2: Field 7 min = -269.0 MicroJy,max = 247.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.785E-04 < Second best 1.890E-04 IMAGR2: Field 6 min = -261.4 MicroJy,max = 263.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 150.58 MicroJy IMAGR2: 1235 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 162.245 MicroJy iter= 519 IMAGR2: Field 6 Clean flux density= -95.636 MicroJy 519 comps IMAGR2: Total Cleaned flux density = 22.297 MilliJy 2885 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 3 min = -302.1 MicroJy,max = 551.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 145.95 MicroJy IMAGR2: 1381 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 157.966 MicroJy iter= 590 IMAGR2: Field 3 Clean flux density= -1.153 MilliJy 590 comps IMAGR2: Total Cleaned flux density = 21.747 MilliJy 3124 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 2 min = -202.0 MicroJy,max = 248.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 145.38 MicroJy IMAGR2: 1084 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -155.631 MicroJy iter= 427 IMAGR2: Field 2 Clean flux density= -133.283 MicroJy 427 comps IMAGR2: Total Cleaned flux density = 21.408 MilliJy 3346 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 7 min = -235.6 MicroJy,max = 216.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.616E-04 < Second best 1.741E-04 IMAGR2: Field 1 min = -224.4 MicroJy,max = 223.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 140.08 MicroJy IMAGR2: 355 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -145.111 MicroJy iter= 681 IMAGR2: Field 1 Clean flux density= 22.585 MilliJy 681 comps IMAGR2: Total Cleaned flux density = 21.440 MilliJy 3462 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 4 min = -269.4 MicroJy,max = 288.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 135.92 MicroJy IMAGR2: 1070 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -144.499 MicroJy iter= 626 IMAGR2: Field 4 Clean flux density= 118.867 MicroJy 626 comps IMAGR2: Total Cleaned flux density = 21.522 MilliJy 3680 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 5 min = -269.4 MicroJy,max = 472.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 130.98 MicroJy IMAGR2: 1504 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 140.327 MicroJy iter= 884 IMAGR2: Field 5 Clean flux density= -18.866 MicroJy 884 comps IMAGR2: Total Cleaned flux density = 21.147 MilliJy 3943 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 7 min = -227.1 MicroJy,max = 201.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 130.34 MicroJy IMAGR2: 690 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -136.568 MicroJy iter= 401 IMAGR2: Field 7 Clean flux density= 95.509 MicroJy 401 comps IMAGR2: Total Cleaned flux density = 21.398 MilliJy 4128 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 6 min = -212.1 MicroJy,max = 234.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 126.44 MicroJy IMAGR2: 631 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -131.527 MicroJy iter= 682 IMAGR2: Field 6 Clean flux density= -73.856 MicroJy 682 comps IMAGR2: Total Cleaned flux density = 21.420 MilliJy 4291 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min = -259.0 MicroJy,max = 406.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 122.48 MicroJy IMAGR2: 763 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 128.190 MicroJy iter= 786 IMAGR2: Field 3 Clean flux density= -1.312 MilliJy 786 comps IMAGR2: Total Cleaned flux density = 21.261 MilliJy 4487 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 2 min = -180.8 MicroJy,max = 211.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 118.18 MicroJy IMAGR2: 417 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 121.907 MicroJy iter= 563 IMAGR2: Field 2 Clean flux density= -78.653 MicroJy 563 comps IMAGR2: Total Cleaned flux density = 21.315 MilliJy 4623 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 1 min = -192.1 MicroJy,max = 179.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.262E-04 < Second best 1.387E-04 IMAGR2: Field 4 min = -228.8 MicroJy,max = 254.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 112.50 MicroJy IMAGR2: 1291 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -118.942 MicroJy iter= 892 IMAGR2: Field 4 Clean flux density= 225.780 MicroJy 892 comps IMAGR2: Total Cleaned flux density = 21.422 MilliJy 4889 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 5 min = -246.6 MicroJy,max = 363.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 108.71 MicroJy IMAGR2: 1307 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -114.896 MicroJy iter= 1157 IMAGR2: Field 5 Clean flux density= -388.593 MicroJy 1157 comps IMAGR2: Total Cleaned flux density = 21.053 MilliJy 5162 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 7 min = -193.8 MicroJy,max = 166.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 105.78 MicroJy IMAGR2: 949 Residual map points loaded IMAGR2: Field 7 min Clean flux = -114.124 MicroJy iter= 542 IMAGR2: Field 7 Clean flux density= 175.637 MicroJy 542 comps IMAGR2: Total Cleaned flux density = 21.133 MilliJy 5303 comps IMAGR2: ALGSTB: All 698 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 687- 0 Cells, with 55189 Pts IMAGR2: Field 6 min = -192.9 MicroJy,max = 207.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 102.44 MicroJy IMAGR2: 1273 Residual map points loaded IMAGR2: Field 6 min Clean flux = 114.222 MicroJy iter= 763 IMAGR2: Field 6 Clean flux density= -62.469 MicroJy 763 comps IMAGR2: Total Cleaned flux density = 21.144 MilliJy 5384 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -176.4 MicroJy,max = 154.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 1.170E-04 < Second best 1.231E-04 IMAGR2: Field 3 min = -224.3 MicroJy,max = 334.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 97.58 MicroJy IMAGR2: 1755 Residual map points loaded IMAGR2: Field 3 min Clean flux = 114.269 MicroJy iter= 836 IMAGR2: Field 3 Clean flux density= -1.406 MilliJy 836 comps IMAGR2: Total Cleaned flux density = 21.051 MilliJy 5434 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -161.3 MicroJy,max = 201.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 93.87 MicroJy IMAGR2: 1800 Residual map points loaded IMAGR2: Field 2 min Clean flux = -114.236 MicroJy iter= 571 IMAGR2: Field 2 Clean flux density= -78.846 MicroJy 571 comps IMAGR2: Total Cleaned flux density = 21.050 MilliJy 5442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -175.5 MicroJy,max = 156.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 92.70 MicroJy IMAGR2: 2558 Residual map points loaded IMAGR2: Field 1 min Clean flux = -114.264 MicroJy iter= 710 IMAGR2: Field 1 Clean flux density= 22.527 MilliJy 710 comps IMAGR2: Total Cleaned flux density = 20.993 MilliJy 5471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -203.9 MicroJy,max = 233.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 85.81 MicroJy IMAGR2: 6094 Residual map points loaded IMAGR2: Field 4 min Clean flux = -114.200 MicroJy iter= 902 IMAGR2: Field 4 Clean flux density= 226.479 MicroJy 902 comps IMAGR2: Total Cleaned flux density = 20.994 MilliJy 5481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -228.0 MicroJy,max = 319.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 71.21 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 5 min Clean flux = 113.440 MicroJy iter= 1159 IMAGR2: Field 5 Clean flux density= -388.896 MicroJy 1159 comps IMAGR2: Total Cleaned flux density = 20.993 MilliJy 5483 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 114.269 less than limit 114.284 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 710 to 494 components IMAGR2: Field 2 compressed from 571 to 443 components IMAGR2: Field 3 compressed from 836 to 587 components IMAGR2: Field 4 compressed from 902 to 615 components IMAGR2: Field 5 compressed from 1159 to 782 components IMAGR2: Field 6 compressed from 763 to 571 components IMAGR2: Field 7 compressed from 542 to 413 components IMAGR2: Field 1 min = -175.5 MicroJy,max = 155.0 MicroJy IMAGR2: Field 2 min = -161.2 MicroJy,max = 198.2 MicroJy IMAGR2: Field 3 min = -220.1 MicroJy,max = 328.3 MicroJy IMAGR2: Field 4 min = -205.0 MicroJy,max = 230.6 MicroJy IMAGR2: Field 5 min = -228.0 MicroJy,max = 319.6 MicroJy IMAGR2: Field 6 min = -187.2 MicroJy,max = 197.1 MicroJy IMAGR2: Field 7 min = -181.7 MicroJy,max = 160.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 218.098 MicroJy ( 31 CCs) from field 1 to field 2 IMAGR2: Restore 129.863 MicroJy ( 52 CCs) from field 1 to field 3 IMAGR2: Restore 290.545 MicroJy ( 69 CCs) from field 1 to field 4 IMAGR2: Restore 1.396 MilliJy ( 63 CCs) from field 1 to field 5 IMAGR2: Restore 274.635 MicroJy ( 61 CCs) from field 1 to field 6 IMAGR2: Restore 247.861 MicroJy ( 51 CCs) from field 1 to field 7 IMAGR2: Restore-102.715 MicroJy ( 53 CCs) from field 2 to field 1 IMAGR2: Restore 474.697 MicroJy ( 48 CCs) from field 2 to field 3 IMAGR2: Restore-231.546 MicroJy ( 78 CCs) from field 2 to field 4 IMAGR2: Restore-266.462 MicroJy ( 77 CCs) from field 3 to field 1 IMAGR2: Restore-379.341 MicroJy ( 74 CCs) from field 3 to field 2 IMAGR2: Restore 588.644 MicroJy ( 57 CCs) from field 3 to field 5 IMAGR2: Restore 87.383 MicroJy ( 59 CCs) from field 4 to field 1 IMAGR2: Restore-111.292 MicroJy ( 45 CCs) from field 4 to field 2 IMAGR2: Restore 397.057 MicroJy ( 54 CCs) from field 4 to field 6 IMAGR2: Restore 275.310 MicroJy ( 74 CCs) from field 5 to field 1 IMAGR2: Restore 418.631 MicroJy ( 70 CCs) from field 5 to field 3 IMAGR2: Restore 174.011 MicroJy ( 91 CCs) from field 5 to field 7 IMAGR2: Restore -73.705 MicroJy ( 44 CCs) from field 6 to field 1 IMAGR2: Restore 5.973 MicroJy ( 49 CCs) from field 6 to field 4 IMAGR2: Restore 170.567 MicroJy ( 62 CCs) from field 6 to field 7 IMAGR2: Restore 245.687 MicroJy ( 32 CCs) from field 7 to field 1 IMAGR2: Restore 280.491 MicroJy ( 49 CCs) from field 7 to field 5 IMAGR2: Restore 112.721 MicroJy ( 50 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 22.693 MilliJy IMAGR2: Field 2 final Clean flux -351.382 MicroJy IMAGR2: Field 3 final Clean flux -382.570 MicroJy IMAGR2: Field 4 final Clean flux 291.451 MicroJy IMAGR2: Field 5 final Clean flux 1.877 MilliJy IMAGR2: Field 6 final Clean flux 721.945 MicroJy IMAGR2: Field 7 final Clean flux 768.076 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 47 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 84.3 Real= 171 : Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01905 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-30_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@K3-30_X,BAND.0-1 >> /home/auto/run/AM629_1999DEC1 AIPS 2: 1_3.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :7 =K3-30' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@K3-30_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: ' ' 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 ?' 53 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18233: 7328 messages, oldest written 07-SEP-2006 13:08:57 AIPS 2: Deleted 0 messages AIPS 2: Saved POPS environment in area named 'LASTEXIT' AIPS 2: Session command-line history saved. AIPS 2: auto 31DEC06 TST: Cpu= 1.2 Real= 1706 /home/auto/run/AM629_1999DEC11_3.run.0 finished on Thu Sep 7 15:28:09 MDT 2006